01KR4H9BNMQBSXC7JFRE9PKPWV: 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-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/opteadm",
            series: "release",
            name: "opteadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KR4H9WSW0TYX1AADKVXDX4MW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T19:34:48.714Zjob assigned to worker 01KR4HA56Y91NNWB9NQAZW1D74 [factory aws, i-09fa7cfea01081976] (queued for 1 m 0 s)
 
22026-05-08T19:34:55.300Zstarting task 0: "setup"
32026-05-08T19:34:55.313Z++ uname -s
42026-05-08T19:34:55.313Z+ kern=SunOS
52026-05-08T19:34:55.314Z+ build_user=build
62026-05-08T19:34:55.314Z+ build_uid=12345
72026-05-08T19:34:55.314Z+ work_dir=/work
82026-05-08T19:34:55.314Z+ input_dir=/input
92026-05-08T19:34:55.314Z+ [[ 0 == 12345 ]]
102026-05-08T19:34:55.314Z+ case "$kern" in
112026-05-08T19:34:55.314Z+ groupadd -g 12345 build
122026-05-08T19:34:55.314Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T19:34:57.310Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T19:34:57.426Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T19:34:57.429Z+ home_fs=zfs
162026-05-08T19:34:57.429Z+ [[ zfs == autofs ]]
172026-05-08T19:34:57.429Z+ mkdir -p /home/build
182026-05-08T19:34:57.429Z+ chown build:build /home/build /work
192026-05-08T19:34:59.443Z+ chmod 0700 /home/build /work
202026-05-08T19:34:59.451Zprocess exited: duration 4139 ms, exit code 0
 
212026-05-08T19:34:59.462Zstarting task 1: "rust-toolchain"
222026-05-08T19:34:59.469Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-08T19:34:59.469Z * rust toolchain channel = "1.90.0"
242026-05-08T19:34:59.469Z * rust toolchain profile = "default"
252026-05-08T19:34:59.472Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-08T19:34:59.473Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T19:34:59.473Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T19:34:59.473Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T19:34:59.473Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-08T19:34:59.567Zinfo: downloading installer
312026-05-08T19:35:01.212Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T19:35:01.212Zwarn: /opt/ooce/bin
332026-05-08T19:35:01.212Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T19:35:01.212Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T19:35:01.212Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T19:35:01.212Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T19:35:01.212Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T19:35:01.212Zerror: cannot install while Rust is installed
392026-05-08T19:35:01.212Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T19:35:01.212Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T19:35:01.212Zwarn: /home/build/.rustup/settings.toml
422026-05-08T19:35:01.212Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T19:35:01.212Zwarn: instead of the one inferred from the default host triple.
442026-05-08T19:35:01.227Zinfo: profile set to default
452026-05-08T19:35:01.227Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T19:35:01.230Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-08T19:35:01.396Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-08T19:35:01.398Zinfo: downloading 6 components
492026-05-08T19:35:17.324Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-05-08T19:35:17.324Z
512026-05-08T19:35:17.353Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-08T19:35:17.353Z
532026-05-08T19:35:17.353Z
542026-05-08T19:35:17.356ZRust is installed now. Great!
552026-05-08T19:35:17.356Z
562026-05-08T19:35:17.356ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T19:35:17.356Zenvironment variable. This has not been done automatically.
582026-05-08T19:35:17.356Z
592026-05-08T19:35:17.356ZTo configure your current shell, you need to source
602026-05-08T19:35:17.356Zthe corresponding env file under $HOME/.cargo.
612026-05-08T19:35:17.356Z
622026-05-08T19:35:17.356ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T19:35:17.356Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T19:35:17.356Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T19:35:17.357Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T19:35:17.357Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T19:35:17.357Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T19:35:17.357Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T19:35:17.357Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T19:35:17.357Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T19:35:17.443Z+ rustup --version
722026-05-08T19:35:17.452Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T19:35:17.455Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T19:35:17.476Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-08T19:35:17.479Z+ cargo --version
762026-05-08T19:35:17.492Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-08T19:35:17.495Z+ rustc --version
782026-05-08T19:35:17.514Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-08T19:35:17.518Zprocess exited: duration 18054 ms, exit code 0
 
802026-05-08T19:35:17.523Zstarting task 2: "authentication"
812026-05-08T19:35:17.540Zprocess exited: duration 15 ms, exit code 0
 
822026-05-08T19:35:17.545Zstarting task 3: "clone repository"
832026-05-08T19:35:17.548Z+ mkdir -p /work/oxidecomputer/opte
842026-05-08T19:35:17.551Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-08T19:35:17.591ZCloning into '/work/oxidecomputer/opte'...
862026-05-08T19:35:18.449Z+ cd /work/oxidecomputer/opte
872026-05-08T19:35:18.449Z+ git fetch origin 324103bbf6842212b833e8f517c56c7650bbf616
882026-05-08T19:35:18.721ZFrom https://github.com/oxidecomputer/opte
892026-05-08T19:35:18.721Z * branch 324103bbf6842212b833e8f517c56c7650bbf616 -> FETCH_HEAD
902026-05-08T19:35:18.727Z+ [[ -n ry/faster-syn-expiry ]]
912026-05-08T19:35:18.729Z++ git branch --show-current
922026-05-08T19:35:18.729Z+ current=master
932026-05-08T19:35:18.729Z+ [[ master != ry/faster-syn-expiry ]]
942026-05-08T19:35:18.729Z+ git branch -f ry/faster-syn-expiry 324103bbf6842212b833e8f517c56c7650bbf616
952026-05-08T19:35:18.732Z+ git checkout -f ry/faster-syn-expiry
962026-05-08T19:35:18.749ZSwitched to branch 'ry/faster-syn-expiry'
972026-05-08T19:35:18.751Z+ git reset --hard 324103bbf6842212b833e8f517c56c7650bbf616
982026-05-08T19:35:18.765ZHEAD is now at 324103b firewall table headroom to 512k
992026-05-08T19:35:18.768Zprocess exited: duration 1220 ms, exit code 0
 
1002026-05-08T19:35:18.773Zstarting task 4: "build"
1012026-05-08T19:35:18.777Z+ source .github/buildomat/common.sh
1022026-05-08T19:35:18.780Z++ rustup show active-toolchain
1032026-05-08T19:35:18.782Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-08T19:35:18.785Z++ pushd xde
1052026-05-08T19:35:18.785Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-08T19:35:18.785Z++ rustup show active-toolchain
1072026-05-08T19:35:18.788Zinfo: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos
1082026-05-08T19:35:18.966Zinfo: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18)
1092026-05-08T19:35:18.970Zinfo: downloading 6 components
1102026-05-08T19:35:33.152Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-08T19:35:33.228Z+++ rustup show active-toolchain -v
1122026-05-08T19:35:33.230Z+++ head -n 1
1132026-05-08T19:35:33.231Z+++ cut '-d ' -f1
1142026-05-08T19:35:33.285Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1152026-05-08T19:35:33.285Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1162026-05-08T19:35:33.288Z++ popd
1172026-05-08T19:35:33.288Z/work/oxidecomputer/opte
1182026-05-08T19:35:33.288Z+ cargo --version
1192026-05-08T19:35:33.294Zcargo 1.90.0 (840b83a10 2025-07-30)
1202026-05-08T19:35:33.298Z+ rustc --version
1212026-05-08T19:35:33.317Zrustc 1.90.0 (1159e78c4 2025-09-14)
1222026-05-08T19:35:33.320Z+ pushd bin/opteadm
1232026-05-08T19:35:33.320Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-05-08T19:35:33.320Z+ header 'check style'
1252026-05-08T19:35:33.320Z+ echo '# ==== check style ==== #'
1262026-05-08T19:35:33.320Z# ==== check style ==== #
1272026-05-08T19:35:33.320Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1282026-05-08T19:35:33.395Z
1292026-05-08T19:35:33.395Zreal 0.072808831
1302026-05-08T19:35:33.395Zuser 0.040426186
1312026-05-08T19:35:33.395Zsys 0.030082421
1322026-05-08T19:35:33.395Ztrap 0.000000319
1332026-05-08T19:35:33.395Ztflt 0.000018605
1342026-05-08T19:35:33.395Zdflt 0.000009467
1352026-05-08T19:35:33.395Zkflt 0.000000000
1362026-05-08T19:35:33.395Zlock 0.045417094
1372026-05-08T19:35:33.395Zslp 0.055485173
1382026-05-08T19:35:33.395Zlat 0.000912376
1392026-05-08T19:35:33.395Zstop 0.000103605
1402026-05-08T19:35:33.398Z+ header analyze
1412026-05-08T19:35:33.398Z+ echo '# ==== analyze ==== #'
1422026-05-08T19:35:33.399Z# ==== analyze ==== #
1432026-05-08T19:35:33.399Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1442026-05-08T19:35:33.531Z Updating crates.io index
1452026-05-08T19:35:33.563Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-05-08T19:35:34.531Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-05-08T19:35:35.021Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-05-08T19:35:35.462Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-05-08T19:35:35.858Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-05-08T19:35:36.128Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-05-08T19:35:36.378Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-05-08T19:35:38.338Z Downloading crates ...
1532026-05-08T19:35:38.390Z Downloaded embedded-io v0.4.0
1542026-05-08T19:35:38.394Z Downloaded anstyle-query v1.1.5
1552026-05-08T19:35:38.400Z Downloaded defmt-parser v1.0.0
1562026-05-08T19:35:38.400Z Downloaded cobs v0.3.0
1572026-05-08T19:35:38.400Z Downloaded strsim v0.11.1
1582026-05-08T19:35:38.403Z Downloaded ingot-types v0.1.2
1592026-05-08T19:35:38.406Z Downloaded colorchoice v1.0.4
1602026-05-08T19:35:38.409Z Downloaded num_enum_derive v0.7.5
1612026-05-08T19:35:38.412Z Downloaded clap_lex v0.7.7
1622026-05-08T19:35:38.415Z Downloaded cfg-if v1.0.4
1632026-05-08T19:35:38.415Z Downloaded rand_core v0.9.5
1642026-05-08T19:35:38.418Z Downloaded anstyle-parse v0.2.7
1652026-05-08T19:35:38.418Z Downloaded oxnet v0.1.4
1662026-05-08T19:35:38.418Z Downloaded byteorder v1.5.0
1672026-05-08T19:35:38.421Z Downloaded clap_derive v4.5.49
1682026-05-08T19:35:38.424Z Downloaded bitflags v1.3.2
1692026-05-08T19:35:38.424Z Downloaded ident_case v1.0.1
1702026-05-08T19:35:38.427Z Downloaded zerocopy-derive v0.8.34
1712026-05-08T19:35:38.430Z Downloaded anyhow v1.0.100
1722026-05-08T19:35:38.435Z Downloaded once_cell v1.21.3
1732026-05-08T19:35:38.439Z Downloaded colored v3.1.1
1742026-05-08T19:35:38.439Z Downloaded zerocopy v0.8.34
1752026-05-08T19:35:38.450Z Downloaded ref-cast-impl v1.0.25
1762026-05-08T19:35:38.453Z Downloaded proc-macro-error-attr2 v2.0.0
1772026-05-08T19:35:38.453Z Downloaded proc-macro-crate v3.4.0
1782026-05-08T19:35:38.453Z Downloaded rustversion v1.0.22
1792026-05-08T19:35:38.456Z Downloaded ppv-lite86 v0.2.21
1802026-05-08T19:35:38.456Z Downloaded macaddr v1.0.1
1812026-05-08T19:35:38.456Z Downloaded is_terminal_polyfill v1.70.2
1822026-05-08T19:35:38.456Z Downloaded foreign-types v0.5.0
1832026-05-08T19:35:38.459Z Downloaded stable_deref_trait v1.2.1
1842026-05-08T19:35:38.463Z Downloaded pretty-hex v0.4.1
1852026-05-08T19:35:38.463Z Downloaded managed v0.8.0
1862026-05-08T19:35:38.463Z Downloaded embedded-io v0.6.1
1872026-05-08T19:35:38.471Z Downloaded errno v0.3.14
1882026-05-08T19:35:38.474Z Downloaded darling_macro v0.21.3
1892026-05-08T19:35:38.474Z Downloaded defmt v0.3.100
1902026-05-08T19:35:38.477Z Downloaded thiserror-impl v2.0.18
1912026-05-08T19:35:38.480Z Downloaded fnv v1.0.7
1922026-05-08T19:35:38.483Z Downloaded postcard v1.1.3
1932026-05-08T19:35:38.483Z Downloaded num_enum v0.7.5
1942026-05-08T19:35:38.486Z Downloaded ingot v0.1.1
1952026-05-08T19:35:38.488Z Downloaded dyn-clone v1.0.20
1962026-05-08T19:35:38.493Z Downloaded heck v0.5.0
1972026-05-08T19:35:38.496Z Downloaded foreign-types-macros v0.2.3
1982026-05-08T19:35:38.498Z Downloaded equivalent v1.0.2
1992026-05-08T19:35:38.501Z Downloaded ref-cast v1.0.25
2002026-05-08T19:35:38.504Z Downloaded cstr-argument v0.1.2
2012026-05-08T19:35:38.508Z Downloaded foreign-types-shared v0.3.1
2022026-05-08T19:35:38.513Z Downloaded utf8parse v0.2.2
2032026-05-08T19:35:38.515Z Downloaded pin-project-lite v0.2.16
2042026-05-08T19:35:38.518Z Downloaded version_check v0.9.5
2052026-05-08T19:35:38.518Z Downloaded anstyle v1.0.13
2062026-05-08T19:35:38.518Z Downloaded defmt v1.0.1
2072026-05-08T19:35:38.522Z Downloaded quote v1.0.44
2082026-05-08T19:35:38.525Z Downloaded terminal_size v0.4.3
2092026-05-08T19:35:38.536Z Downloaded bitflags v2.10.0
2102026-05-08T19:35:38.540Z Downloaded tabwriter v1.4.1
2112026-05-08T19:35:38.549Z Downloaded ipnetwork v0.21.1
2122026-05-08T19:35:38.552Z Downloaded anstream v0.6.21
2132026-05-08T19:35:38.555Z Downloaded hash32 v0.3.1
2142026-05-08T19:35:38.558Z Downloaded defmt-macros v1.0.1
2152026-05-08T19:35:38.564Z Downloaded proc-macro-error2 v2.0.1
2162026-05-08T19:35:38.580Z Downloaded proc-macro2 v1.0.106
2172026-05-08T19:35:38.583Z Downloaded thiserror v2.0.18
2182026-05-08T19:35:38.585Z Downloaded either v1.15.0
2192026-05-08T19:35:38.585Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2202026-05-08T19:35:38.594Z Downloaded toml_parser v1.0.6+spec-1.1.0
2212026-05-08T19:35:38.598Z Downloaded rand_chacha v0.9.0
2222026-05-08T19:35:38.601Z Downloaded darling v0.21.3
2232026-05-08T19:35:38.601Z Downloaded tracing-attributes v0.1.31
2242026-05-08T19:35:38.604Z Downloaded ingot-macros v0.1.1
2252026-05-08T19:35:38.607Z Downloaded serde_core v1.0.228
2262026-05-08T19:35:38.612Z Downloaded unicode-ident v1.0.22
2272026-05-08T19:35:38.630Z Downloaded clap v4.5.54
2282026-05-08T19:35:38.637Z Downloaded socket2 v0.6.2
2292026-05-08T19:35:38.640Z Downloaded uuid v1.20.0
2302026-05-08T19:35:38.641Z Downloaded tracing-core v0.1.36
2312026-05-08T19:35:38.644Z Downloaded getrandom v0.3.4
2322026-05-08T19:35:38.647Z Downloaded memchr v2.7.6
2332026-05-08T19:35:38.650Z Downloaded serde v1.0.228
2342026-05-08T19:35:38.653Z Downloaded heapless v0.8.0
2352026-05-08T19:35:38.656Z Downloaded serde_derive v1.0.228
2362026-05-08T19:35:38.659Z Downloaded toml_edit v0.23.10+spec-1.0.0
2372026-05-08T19:35:38.663Z Downloaded darling_core v0.21.3
2382026-05-08T19:35:38.674Z Downloaded rand v0.9.2
2392026-05-08T19:35:38.690Z Downloaded indexmap v2.13.0
2402026-05-08T19:35:38.705Z Downloaded aho-corasick v1.1.4
2412026-05-08T19:35:38.724Z Downloaded hashbrown v0.16.1
2422026-05-08T19:35:38.741Z Downloaded itertools v0.14.0
2432026-05-08T19:35:38.765Z Downloaded regex v1.12.2
2442026-05-08T19:35:38.768Z Downloaded clap_builder v4.5.54
2452026-05-08T19:35:38.786Z Downloaded winnow v0.7.14
2462026-05-08T19:35:38.840Z Downloaded unicode-width v0.2.2
2472026-05-08T19:35:38.843Z Downloaded syn v1.0.109
2482026-05-08T19:35:38.863Z Downloaded syn v2.0.114
2492026-05-08T19:35:38.873Z Downloaded smoltcp v0.11.0
2502026-05-08T19:35:38.879Z Downloaded regex-syntax v0.8.8
2512026-05-08T19:35:38.902Z Downloaded rustix v1.1.3
2522026-05-08T19:35:38.927Z Downloaded tracing v0.1.44
2532026-05-08T19:35:38.937Z Downloaded regex-automata v0.4.13
2542026-05-08T19:35:38.952Z Downloaded libc v0.2.180
2552026-05-08T19:35:39.008Z Compiling proc-macro2 v1.0.106
2562026-05-08T19:35:39.008Z Compiling quote v1.0.44
2572026-05-08T19:35:39.009Z Compiling unicode-ident v1.0.22
2582026-05-08T19:35:39.009Z Compiling libc v0.2.180
2592026-05-08T19:35:39.012Z Compiling serde_core v1.0.228
2602026-05-08T19:35:39.012Z Compiling zerocopy v0.8.34
2612026-05-08T19:35:39.012Z Checking cfg-if v1.0.4
2622026-05-08T19:35:39.012Z Compiling ident_case v1.0.1
2632026-05-08T19:35:39.133Z Compiling strsim v0.11.1
2642026-05-08T19:35:39.213Z Compiling fnv v1.0.7
2652026-05-08T19:35:39.220Z Compiling memchr v2.7.6
2662026-05-08T19:35:39.299Z Compiling thiserror v2.0.18
2672026-05-08T19:35:39.426Z Compiling regex-syntax v0.8.8
2682026-05-08T19:35:39.468Z Compiling anyhow v1.0.100
2692026-05-08T19:35:39.497Z Compiling equivalent v1.0.2
2702026-05-08T19:35:39.573Z Compiling either v1.15.0
2712026-05-08T19:35:39.773Z Compiling aho-corasick v1.1.4
2722026-05-08T19:35:39.786Z Compiling hashbrown v0.16.1
2732026-05-08T19:35:39.803Z Compiling winnow v0.7.14
2742026-05-08T19:35:39.809Z Compiling serde v1.0.228
2752026-05-08T19:35:39.834Z Compiling itertools v0.14.0
2762026-05-08T19:35:40.292Z Compiling syn v2.0.114
2772026-05-08T19:35:40.299Z Compiling indexmap v2.13.0
2782026-05-08T19:35:40.374Z Compiling getrandom v0.3.4
2792026-05-08T19:35:40.685Z Compiling toml_datetime v0.7.5+spec-1.1.0
2802026-05-08T19:35:40.846Z Checking bitflags v2.10.0
2812026-05-08T19:35:40.874Z Compiling regex-automata v0.4.13
2822026-05-08T19:35:40.897Z Checking byteorder v1.5.0
2832026-05-08T19:35:40.998Z Compiling heapless v0.8.0
2842026-05-08T19:35:41.013Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2852026-05-08T19:35:41.049Z Compiling toml_parser v1.0.6+spec-1.1.0
2862026-05-08T19:35:41.157Z Checking hash32 v0.3.1
2872026-05-08T19:35:41.163Z Compiling syn v1.0.109
2882026-05-08T19:35:41.240Z Checking stable_deref_trait v1.2.1
2892026-05-08T19:35:41.262Z Compiling smoltcp v0.11.0
2902026-05-08T19:35:41.301Z Checking macaddr v1.0.1
2912026-05-08T19:35:41.435Z Compiling toml_edit v0.23.10+spec-1.0.0
2922026-05-08T19:35:41.441Z Compiling rustversion v1.0.22
2932026-05-08T19:35:41.585Z Checking bitflags v1.3.2
2942026-05-08T19:35:41.592Z Checking managed v0.8.0
2952026-05-08T19:35:41.626Z Compiling rustix v1.1.3
2962026-05-08T19:35:41.642Z Compiling ref-cast v1.0.25
2972026-05-08T19:35:41.760Z Compiling version_check v0.9.5
2982026-05-08T19:35:41.799Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
2992026-05-08T19:35:41.937Z Compiling proc-macro-crate v3.4.0
3002026-05-08T19:35:42.021Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3012026-05-08T19:35:42.171Z Checking rand_core v0.9.5
3022026-05-08T19:35:42.289Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3032026-05-08T19:35:42.329Z Checking errno v0.3.14
3042026-05-08T19:35:42.335Z Checking foreign-types-shared v0.3.1
3052026-05-08T19:35:42.350Z Checking unicode-width v0.2.2
3062026-05-08T19:35:42.433Z Checking utf8parse v0.2.2
3072026-05-08T19:35:42.528Z Compiling regex v1.12.2
3082026-05-08T19:35:42.571Z Checking once_cell v1.21.3
3092026-05-08T19:35:42.589Z Checking ipnetwork v0.21.1
3102026-05-08T19:35:42.734Z Checking tracing-core v0.1.36
3112026-05-08T19:35:42.751Z Checking tabwriter v1.4.1
3122026-05-08T19:35:42.754Z Checking cstr-argument v0.1.2
3132026-05-08T19:35:42.863Z Compiling darling_core v0.21.3
3142026-05-08T19:35:42.882Z Checking anstyle-parse v0.2.7
3152026-05-08T19:35:43.222Z Checking is_terminal_polyfill v1.70.2
3162026-05-08T19:35:43.306Z Checking pin-project-lite v0.2.16
3172026-05-08T19:35:43.321Z Checking anstyle-query v1.1.5
3182026-05-08T19:35:43.343Z Checking anstyle v1.0.13
3192026-05-08T19:35:43.372Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
3202026-05-08T19:35:43.388Z Checking colorchoice v1.0.4
3212026-05-08T19:35:43.405Z Checking pretty-hex v0.4.1
3222026-05-08T19:35:43.414Z Checking dyn-clone v1.0.20
3232026-05-08T19:35:43.504Z Checking terminal_size v0.4.3
3242026-05-08T19:35:43.515Z Checking anstream v0.6.21
3252026-05-08T19:35:43.581Z Checking uuid v1.20.0
3262026-05-08T19:35:43.606Z Checking socket2 v0.6.2
3272026-05-08T19:35:43.696Z Compiling heck v0.5.0
3282026-05-08T19:35:43.772Z Checking colored v3.1.1
3292026-05-08T19:35:43.843Z Checking clap_lex v0.7.7
3302026-05-08T19:35:43.891Z Checking oxnet v0.1.4
3312026-05-08T19:35:43.959Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3322026-05-08T19:35:43.985Z Checking clap_builder v4.5.54
3332026-05-08T19:35:44.031Z Compiling zerocopy-derive v0.8.34
3342026-05-08T19:35:44.050Z Compiling thiserror-impl v2.0.18
3352026-05-08T19:35:44.091Z Compiling serde_derive v1.0.228
3362026-05-08T19:35:44.405Z Compiling foreign-types-macros v0.2.3
3372026-05-08T19:35:44.897Z Compiling ref-cast-impl v1.0.25
3382026-05-08T19:35:44.963Z Compiling darling_macro v0.21.3
3392026-05-08T19:35:45.014Z Compiling num_enum_derive v0.7.5
3402026-05-08T19:35:45.275Z Checking foreign-types v0.5.0
3412026-05-08T19:35:45.345Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3422026-05-08T19:35:45.369Z Checking cobs v0.3.0
3432026-05-08T19:35:45.504Z Compiling tracing-attributes v0.1.31
3442026-05-08T19:35:45.507Z Compiling darling v0.21.3
3452026-05-08T19:35:45.558Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3462026-05-08T19:35:45.576Z Compiling ingot-macros v0.1.1
3472026-05-08T19:35:45.589Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3482026-05-08T19:35:45.714Z Compiling clap_derive v4.5.49
3492026-05-08T19:35:46.000Z Checking num_enum v0.7.5
3502026-05-08T19:35:46.048Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3512026-05-08T19:35:46.102Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
3522026-05-08T19:35:46.524Z Checking tracing v0.1.44
3532026-05-08T19:35:47.057Z Checking postcard v1.1.3
3542026-05-08T19:35:47.063Z Checking clap v4.5.54
3552026-05-08T19:35:47.200Z Checking ppv-lite86 v0.2.21
3562026-05-08T19:35:47.442Z Checking rand_chacha v0.9.0
3572026-05-08T19:35:47.594Z Checking rand v0.9.2
3582026-05-08T19:35:47.650Z Checking ingot-types v0.1.2
3592026-05-08T19:35:47.922Z Checking ingot v0.1.1
3602026-05-08T19:35:49.167Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612026-05-08T19:35:50.362Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3622026-05-08T19:35:51.474Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3632026-05-08T19:35:52.308Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.86s
3642026-05-08T19:35:52.420Z
3652026-05-08T19:35:52.423Zreal 19.016948412
3662026-05-08T19:35:52.423Zuser 53.475041267
3672026-05-08T19:35:52.424Zsys 12.627998648
3682026-05-08T19:35:52.424Ztrap 0.036894629
3692026-05-08T19:35:52.424Ztflt 0.164381784
3702026-05-08T19:35:52.424Zdflt 0.093792129
3712026-05-08T19:35:52.424Zkflt 0.004125369
3722026-05-08T19:35:52.424Zlock 1:49.735480304
3732026-05-08T19:35:52.424Zslp 3:55.037538947
3742026-05-08T19:35:52.424Zlat 2.940198657
3752026-05-08T19:35:52.424Zstop 9.415834438
3762026-05-08T19:35:52.424Z+ header 'debug build'
3772026-05-08T19:35:52.424Z+ echo '# ==== debug build ==== #'
3782026-05-08T19:35:52.424Z# ==== debug build ==== #
3792026-05-08T19:35:52.424Z+ ptime -m cargo build
3802026-05-08T19:35:52.573Z Compiling cfg-if v1.0.4
3812026-05-08T19:35:52.577Z Compiling libc v0.2.180
3822026-05-08T19:35:52.577Z Compiling serde_core v1.0.228
3832026-05-08T19:35:52.577Z Compiling zerocopy v0.8.34
3842026-05-08T19:35:52.577Z Compiling thiserror v2.0.18
3852026-05-08T19:35:52.596Z Compiling byteorder v1.5.0
3862026-05-08T19:35:52.602Z Compiling stable_deref_trait v1.2.1
3872026-05-08T19:35:52.607Z Compiling macaddr v1.0.1
3882026-05-08T19:35:52.646Z Compiling bitflags v1.3.2
3892026-05-08T19:35:52.656Z Compiling cobs v0.3.0
3902026-05-08T19:35:52.671Z Compiling managed v0.8.0
3912026-05-08T19:35:52.703Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3922026-05-08T19:35:52.762Z Compiling hash32 v0.3.1
3932026-05-08T19:35:52.837Z Compiling foreign-types-shared v0.3.1
3942026-05-08T19:35:52.885Z Compiling getrandom v0.3.4
3952026-05-08T19:35:52.908Z Compiling heapless v0.8.0
3962026-05-08T19:35:52.913Z Compiling errno v0.3.14
3972026-05-08T19:35:52.917Z Compiling once_cell v1.21.3
3982026-05-08T19:35:52.920Z Compiling unicode-width v0.2.2
3992026-05-08T19:35:52.943Z Compiling memchr v2.7.6
4002026-05-08T19:35:53.065Z Compiling rand_core v0.9.5
4012026-05-08T19:35:53.085Z Compiling ipnetwork v0.21.1
4022026-05-08T19:35:53.134Z Compiling utf8parse v0.2.2
4032026-05-08T19:35:53.198Z Compiling anstyle-parse v0.2.7
4042026-05-08T19:35:53.223Z Compiling tabwriter v1.4.1
4052026-05-08T19:35:53.305Z Compiling smoltcp v0.11.0
4062026-05-08T19:35:53.321Z Compiling cstr-argument v0.1.2
4072026-05-08T19:35:53.401Z Compiling tracing-core v0.1.36
4082026-05-08T19:35:53.517Z Compiling foreign-types v0.5.0
4092026-05-08T19:35:53.585Z Compiling ref-cast v1.0.25
4102026-05-08T19:35:53.610Z Compiling num_enum v0.7.5
4112026-05-08T19:35:53.633Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
4122026-05-08T19:35:53.673Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4132026-05-08T19:35:53.718Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4142026-05-08T19:35:53.732Z Compiling pretty-hex v0.4.1
4152026-05-08T19:35:53.771Z Compiling is_terminal_polyfill v1.70.2
4162026-05-08T19:35:53.859Z Compiling anstyle v1.0.13
4172026-05-08T19:35:53.867Z Compiling dyn-clone v1.0.20
4182026-05-08T19:35:54.029Z Compiling colorchoice v1.0.4
4192026-05-08T19:35:54.110Z Compiling pin-project-lite v0.2.16
4202026-05-08T19:35:54.133Z Compiling anstyle-query v1.1.5
4212026-05-08T19:35:54.133Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
4222026-05-08T19:35:54.199Z Compiling anstream v0.6.21
4232026-05-08T19:35:54.234Z Compiling bitflags v2.10.0
4242026-05-08T19:35:54.321Z Compiling serde v1.0.228
4252026-05-08T19:35:54.336Z Compiling uuid v1.20.0
4262026-05-08T19:35:54.423Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4272026-05-08T19:35:54.663Z Compiling ingot-types v0.1.2
4282026-05-08T19:35:54.717Z Compiling ppv-lite86 v0.2.21
4292026-05-08T19:35:54.717Z Compiling rustix v1.1.3
4302026-05-08T19:35:54.740Z Compiling tracing v0.1.44
4312026-05-08T19:35:54.922Z Compiling postcard v1.1.3
4322026-05-08T19:35:54.991Z Compiling ingot v0.1.1
4332026-05-08T19:35:55.026Z Compiling rand_chacha v0.9.0
4342026-05-08T19:35:55.030Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4352026-05-08T19:35:55.040Z Compiling anyhow v1.0.100
4362026-05-08T19:35:55.101Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4372026-05-08T19:35:55.211Z Compiling rand v0.9.2
4382026-05-08T19:35:55.262Z Compiling terminal_size v0.4.3
4392026-05-08T19:35:55.408Z Compiling socket2 v0.6.2
4402026-05-08T19:35:55.516Z Compiling oxnet v0.1.4
4412026-05-08T19:35:55.880Z Compiling clap_lex v0.7.7
4422026-05-08T19:35:55.893Z Compiling strsim v0.11.1
4432026-05-08T19:35:55.969Z Compiling winnow v0.7.14
4442026-05-08T19:35:56.014Z Compiling colored v3.1.1
4452026-05-08T19:35:56.100Z Compiling clap_builder v4.5.54
4462026-05-08T19:35:56.277Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4472026-05-08T19:35:56.596Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4482026-05-08T19:35:57.254Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
4492026-05-08T19:35:57.671Z Compiling clap v4.5.54
4502026-05-08T19:35:57.889Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-05-08T19:35:59.364Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4522026-05-08T19:36:04.504Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.07s
4532026-05-08T19:36:04.530Z
4542026-05-08T19:36:04.533Zreal 12.098701070
4552026-05-08T19:36:04.533Zuser 1:05.150561958
4562026-05-08T19:36:04.533Zsys 5.786057095
4572026-05-08T19:36:04.533Ztrap 0.035724378
4582026-05-08T19:36:04.533Ztflt 0.243578781
4592026-05-08T19:36:04.533Zdflt 0.107416752
4602026-05-08T19:36:04.533Zkflt 0.000076579
4612026-05-08T19:36:04.533Zlock 2:19.027450985
4622026-05-08T19:36:04.533Zslp 2:52.671106334
4632026-05-08T19:36:04.533Zlat 3.631723536
4642026-05-08T19:36:04.533Zstop 2.512050653
4652026-05-08T19:36:04.533Z+ header 'release build'
4662026-05-08T19:36:04.533Z+ echo '# ==== release build ==== #'
4672026-05-08T19:36:04.533Z# ==== release build ==== #
4682026-05-08T19:36:04.533Z+ ptime -m cargo build --release
4692026-05-08T19:36:04.619Z Compiling proc-macro2 v1.0.106
4702026-05-08T19:36:04.619Z Compiling unicode-ident v1.0.22
4712026-05-08T19:36:04.619Z Compiling quote v1.0.44
4722026-05-08T19:36:04.619Z Compiling serde_core v1.0.228
4732026-05-08T19:36:04.619Z Compiling libc v0.2.180
4742026-05-08T19:36:04.622Z Compiling zerocopy v0.8.34
4752026-05-08T19:36:04.622Z Compiling cfg-if v1.0.4
4762026-05-08T19:36:04.622Z Compiling thiserror v2.0.18
4772026-05-08T19:36:04.690Z Compiling memchr v2.7.6
4782026-05-08T19:36:04.733Z Compiling ident_case v1.0.1
4792026-05-08T19:36:04.834Z Compiling fnv v1.0.7
4802026-05-08T19:36:04.951Z Compiling strsim v0.11.1
4812026-05-08T19:36:04.959Z Compiling regex-syntax v0.8.8
4822026-05-08T19:36:05.016Z Compiling anyhow v1.0.100
4832026-05-08T19:36:05.112Z Compiling aho-corasick v1.1.4
4842026-05-08T19:36:05.173Z Compiling winnow v0.7.14
4852026-05-08T19:36:05.209Z Compiling serde v1.0.228
4862026-05-08T19:36:05.314Z Compiling equivalent v1.0.2
4872026-05-08T19:36:05.346Z Compiling either v1.15.0
4882026-05-08T19:36:05.386Z Compiling hashbrown v0.16.1
4892026-05-08T19:36:05.530Z Compiling itertools v0.14.0
4902026-05-08T19:36:05.710Z Compiling syn v2.0.114
4912026-05-08T19:36:05.752Z Compiling heapless v0.8.0
4922026-05-08T19:36:05.889Z Compiling indexmap v2.13.0
4932026-05-08T19:36:06.031Z Compiling toml_datetime v0.7.5+spec-1.1.0
4942026-05-08T19:36:06.235Z Compiling getrandom v0.3.4
4952026-05-08T19:36:06.459Z Compiling regex-automata v0.4.13
4962026-05-08T19:36:06.466Z Compiling toml_parser v1.0.6+spec-1.1.0
4972026-05-08T19:36:06.540Z Compiling byteorder v1.5.0
4982026-05-08T19:36:06.693Z Compiling bitflags v2.10.0
4992026-05-08T19:36:06.709Z Compiling hash32 v0.3.1
5002026-05-08T19:36:06.716Z Compiling macaddr v1.0.1
5012026-05-08T19:36:06.760Z Compiling rustversion v1.0.22
5022026-05-08T19:36:06.832Z Compiling toml_edit v0.23.10+spec-1.0.0
5032026-05-08T19:36:06.907Z Compiling smoltcp v0.11.0
5042026-05-08T19:36:06.926Z Compiling syn v1.0.109
5052026-05-08T19:36:06.990Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5062026-05-08T19:36:07.019Z Compiling stable_deref_trait v1.2.1
5072026-05-08T19:36:07.211Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
5082026-05-08T19:36:07.214Z Compiling rustix v1.1.3
5092026-05-08T19:36:07.240Z Compiling ref-cast v1.0.25
5102026-05-08T19:36:07.283Z Compiling managed v0.8.0
5112026-05-08T19:36:07.400Z Compiling proc-macro-crate v3.4.0
5122026-05-08T19:36:07.511Z Compiling version_check v0.9.5
5132026-05-08T19:36:07.520Z Compiling bitflags v1.3.2
5142026-05-08T19:36:07.679Z Compiling rand_core v0.9.5
5152026-05-08T19:36:07.757Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5162026-05-08T19:36:07.801Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5172026-05-08T19:36:07.940Z Compiling errno v0.3.14
5182026-05-08T19:36:08.051Z Compiling regex v1.12.2
5192026-05-08T19:36:08.147Z Compiling utf8parse v0.2.2
5202026-05-08T19:36:08.239Z Compiling darling_core v0.21.3
5212026-05-08T19:36:08.239Z Compiling once_cell v1.21.3
5222026-05-08T19:36:08.422Z Compiling ipnetwork v0.21.1
5232026-05-08T19:36:08.450Z Compiling unicode-width v0.2.2
5242026-05-08T19:36:08.665Z Compiling foreign-types-shared v0.3.1
5252026-05-08T19:36:08.733Z Compiling tabwriter v1.4.1
5262026-05-08T19:36:08.742Z Compiling tracing-core v0.1.36
5272026-05-08T19:36:08.764Z Compiling cstr-argument v0.1.2
5282026-05-08T19:36:08.908Z Compiling anstyle-parse v0.2.7
5292026-05-08T19:36:09.379Z Compiling dyn-clone v1.0.20
5302026-05-08T19:36:09.415Z Compiling pin-project-lite v0.2.16
5312026-05-08T19:36:09.475Z Compiling zerocopy-derive v0.8.34
5322026-05-08T19:36:09.499Z Compiling thiserror-impl v2.0.18
5332026-05-08T19:36:09.516Z Compiling serde_derive v1.0.228
5342026-05-08T19:36:09.603Z Compiling ref-cast-impl v1.0.25
5352026-05-08T19:36:09.728Z Compiling foreign-types-macros v0.2.3
5362026-05-08T19:36:10.174Z Compiling num_enum_derive v0.7.5
5372026-05-08T19:36:10.338Z Compiling foreign-types v0.5.0
5382026-05-08T19:36:10.366Z Compiling tracing-attributes v0.1.31
5392026-05-08T19:36:10.378Z Compiling darling_macro v0.21.3
5402026-05-08T19:36:10.401Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5412026-05-08T19:36:10.786Z Compiling cobs v0.3.0
5422026-05-08T19:36:10.871Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
5432026-05-08T19:36:10.890Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5442026-05-08T19:36:10.904Z Compiling darling v0.21.3
5452026-05-08T19:36:10.971Z Compiling ingot-macros v0.1.1
5462026-05-08T19:36:10.988Z Compiling colorchoice v1.0.4
5472026-05-08T19:36:11.070Z Compiling pretty-hex v0.4.1
5482026-05-08T19:36:11.133Z Compiling anstyle v1.0.13
5492026-05-08T19:36:11.158Z Compiling num_enum v0.7.5
5502026-05-08T19:36:11.196Z Compiling is_terminal_polyfill v1.70.2
5512026-05-08T19:36:11.270Z Compiling anstyle-query v1.1.5
5522026-05-08T19:36:11.276Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
5532026-05-08T19:36:11.324Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5542026-05-08T19:36:11.340Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5552026-05-08T19:36:11.358Z Compiling anstream v0.6.21
5562026-05-08T19:36:11.441Z Compiling terminal_size v0.4.3
5572026-05-08T19:36:11.539Z Compiling tracing v0.1.44
5582026-05-08T19:36:11.648Z Compiling uuid v1.20.0
5592026-05-08T19:36:11.744Z Compiling socket2 v0.6.2
5602026-05-08T19:36:11.843Z Compiling colored v3.1.1
5612026-05-08T19:36:12.093Z Compiling clap_lex v0.7.7
5622026-05-08T19:36:12.287Z Compiling oxnet v0.1.4
5632026-05-08T19:36:12.371Z Compiling heck v0.5.0
5642026-05-08T19:36:12.390Z Compiling clap_builder v4.5.54
5652026-05-08T19:36:12.401Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5662026-05-08T19:36:12.557Z Compiling clap_derive v4.5.49
5672026-05-08T19:36:12.601Z Compiling postcard v1.1.3
5682026-05-08T19:36:12.857Z Compiling ppv-lite86 v0.2.21
5692026-05-08T19:36:13.121Z Compiling rand_chacha v0.9.0
5702026-05-08T19:36:13.283Z Compiling rand v0.9.2
5712026-05-08T19:36:13.462Z Compiling ingot-types v0.1.2
5722026-05-08T19:36:13.794Z Compiling ingot v0.1.1
5732026-05-08T19:36:14.288Z Compiling clap v4.5.54
5742026-05-08T19:36:15.415Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5752026-05-08T19:36:16.390Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5762026-05-08T19:36:17.324Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5772026-05-08T19:36:23.749Z Finished `release` profile [optimized + debuginfo] target(s) in 19.20s
5782026-05-08T19:36:23.775Z
5792026-05-08T19:36:23.775Zreal 19.232937719
5802026-05-08T19:36:23.775Zuser 1:41.552803935
5812026-05-08T19:36:23.775Zsys 13.064835246
5822026-05-08T19:36:23.775Ztrap 0.052559625
5832026-05-08T19:36:23.775Ztflt 0.146044217
5842026-05-08T19:36:23.775Zdflt 0.461624129
5852026-05-08T19:36:23.775Zkflt 0.000029874
5862026-05-08T19:36:23.776Zlock 3:12.550260866
5872026-05-08T19:36:23.776Zslp 4:40.802144911
5882026-05-08T19:36:23.780Zlat 4.683556339
5892026-05-08T19:36:23.780Zstop 8.174606591
5902026-05-08T19:36:23.780Z+ popd
5912026-05-08T19:36:23.780Z/work/oxidecomputer/opte
5922026-05-08T19:36:23.780Z+ for x in debug release
5932026-05-08T19:36:23.780Z+ mkdir -p /work/debug
5942026-05-08T19:36:23.781Z+ cp target/debug/opteadm /work/debug/
5952026-05-08T19:36:23.800Z+ sha256sum target/debug/opteadm
5962026-05-08T19:36:23.825Z+ for x in debug release
5972026-05-08T19:36:23.825Z+ mkdir -p /work/release
5982026-05-08T19:36:23.829Z+ cp target/release/opteadm /work/release/
5992026-05-08T19:36:23.846Z+ sha256sum target/release/opteadm
6002026-05-08T19:36:23.856Zprocess exited: duration 65074 ms, exit code 0
 
6012026-05-08T19:36:23.866Zfound 4 output files
6022026-05-08T19:36:23.873Zuploading: /work/debug/opteadm (35590064 bytes)
6032026-05-08T19:36:25.185Zuploaded: /work/debug/opteadm
6042026-05-08T19:36:25.185Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6052026-05-08T19:36:26.238Zuploaded: /work/debug/opteadm.debug.sha256
6062026-05-08T19:36:26.238Zuploading: /work/release/opteadm (22792344 bytes)
6072026-05-08T19:36:27.434Zuploaded: /work/release/opteadm
6082026-05-08T19:36:27.434Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6092026-05-08T19:36:28.447Zuploaded: /work/release/opteadm.release.sha256