01KMEY72T6MECZZKNTHH99FNW1: 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: 01KMEY7HF3RTJJAYG575HN8CP8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T03:31:10.875Zjob assigned to worker 01KMEY6A88SZQWT12P78VK8Z72 [factory aws, i-010487010b1a103b4] (queued for 1 m 51 s)
 
22026-03-24T03:31:18.358Zstarting task 0: "setup"
32026-03-24T03:31:18.363Z++ uname -s
42026-03-24T03:31:18.363Z+ kern=SunOS
52026-03-24T03:31:18.363Z+ build_user=build
62026-03-24T03:31:18.363Z+ build_uid=12345
72026-03-24T03:31:18.363Z+ work_dir=/work
82026-03-24T03:31:18.363Z+ input_dir=/input
92026-03-24T03:31:18.367Z+ [[ 0 == 12345 ]]
102026-03-24T03:31:18.367Z+ case "$kern" in
112026-03-24T03:31:18.367Z+ groupadd -g 12345 build
122026-03-24T03:31:18.367Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T03:31:20.372Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T03:31:20.480Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T03:31:20.484Z+ home_fs=zfs
162026-03-24T03:31:20.484Z+ [[ zfs == autofs ]]
172026-03-24T03:31:20.484Z+ mkdir -p /home/build
182026-03-24T03:31:20.484Z+ chown build:build /home/build /work
192026-03-24T03:31:21.488Z+ chmod 0700 /home/build /work
202026-03-24T03:31:21.491Zprocess exited: duration 3132 ms, exit code 0
 
212026-03-24T03:31:21.498Zstarting task 1: "rust-toolchain"
222026-03-24T03:31:21.502Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-24T03:31:21.502Z * rust toolchain channel = "1.93.1"
242026-03-24T03:31:21.502Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T03:31:21.502Z * rust toolchain profile = "default"
262026-03-24T03:31:21.502Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T03:31:21.506Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T03:31:21.506Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T03:31:21.506Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-24T03:31:21.619Zinfo: downloading installer
312026-03-24T03:31:23.512Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T03:31:23.512Zwarn: /opt/ooce/bin
332026-03-24T03:31:23.512Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T03:31:23.517Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T03:31:23.517Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T03:31:23.517Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T03:31:23.517Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T03:31:23.517Zerror: cannot install while Rust is installed
392026-03-24T03:31:23.517Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T03:31:23.517Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T03:31:23.517Zwarn: /home/build/.rustup/settings.toml
422026-03-24T03:31:23.517Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T03:31:23.517Zwarn: instead of the one inferred from the default host triple.
442026-03-24T03:31:23.525Zinfo: profile set to default
452026-03-24T03:31:23.525Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T03:31:23.528Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-24T03:31:23.949Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-24T03:31:23.952Zinfo: downloading 6 components
492026-03-24T03:31:40.175Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-24T03:31:40.175Z
512026-03-24T03:31:40.210Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-24T03:31:40.210Z
532026-03-24T03:31:40.217Z
542026-03-24T03:31:40.218ZRust is installed now. Great!
552026-03-24T03:31:40.218Z
562026-03-24T03:31:40.218ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T03:31:40.218Zenvironment variable. This has not been done automatically.
582026-03-24T03:31:40.218Z
592026-03-24T03:31:40.218ZTo configure your current shell, you need to source
602026-03-24T03:31:40.218Zthe corresponding env file under $HOME/.cargo.
612026-03-24T03:31:40.218Z
622026-03-24T03:31:40.218ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T03:31:40.218Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T03:31:40.218Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T03:31:40.218Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T03:31:40.218Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T03:31:40.218Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T03:31:40.218Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T03:31:40.218Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T03:31:40.218Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T03:31:40.318Z+ rustup --version
722026-03-24T03:31:40.330Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T03:31:40.334Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T03:31:40.357Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-24T03:31:40.361Z+ cargo --version
762026-03-24T03:31:40.379Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-24T03:31:40.388Z+ rustc --version
782026-03-24T03:31:40.405Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-24T03:31:40.413Zprocess exited: duration 18905 ms, exit code 0
 
802026-03-24T03:31:40.426Zstarting task 2: "authentication"
812026-03-24T03:31:40.446Zprocess exited: duration 21 ms, exit code 0
 
822026-03-24T03:31:40.454Zstarting task 3: "clone repository"
832026-03-24T03:31:40.458Z+ mkdir -p /work/oxidecomputer/opte
842026-03-24T03:31:40.464Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-24T03:31:40.493ZCloning into '/work/oxidecomputer/opte'...
862026-03-24T03:31:41.388Z+ cd /work/oxidecomputer/opte
872026-03-24T03:31:41.388Z+ git fetch origin 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
882026-03-24T03:31:41.641ZFrom https://github.com/oxidecomputer/opte
892026-03-24T03:31:41.642Z * branch 9b29b03e5f513abaa63371c2c7e3dd12afdc966d -> FETCH_HEAD
902026-03-24T03:31:41.649Z+ [[ -n renovate/toml-1.x-lockfile ]]
912026-03-24T03:31:41.652Z++ git branch --show-current
922026-03-24T03:31:41.652Z+ current=master
932026-03-24T03:31:41.652Z+ [[ master != renovate/toml-1.x-lockfile ]]
942026-03-24T03:31:41.652Z+ git branch -f renovate/toml-1.x-lockfile 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
952026-03-24T03:31:41.656Z+ git checkout -f renovate/toml-1.x-lockfile
962026-03-24T03:31:41.684ZSwitched to branch 'renovate/toml-1.x-lockfile'
972026-03-24T03:31:41.688Z+ git reset --hard 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
982026-03-24T03:31:41.689ZHEAD is now at 9b29b03 Update Rust crate toml to v1.1.0
992026-03-24T03:31:41.689Zprocess exited: duration 1230 ms, exit code 0
 
1002026-03-24T03:31:41.697Zstarting task 4: "build"
1012026-03-24T03:31:41.703Z+ source .github/buildomat/common.sh
1022026-03-24T03:31:41.703Z++ rustup show active-toolchain
1032026-03-24T03:31:41.710Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-24T03:31:41.717Z++ pushd xde
1052026-03-24T03:31:41.717Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-24T03:31:41.718Z++ rustup show active-toolchain
1072026-03-24T03:31:41.718Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-24T03:31:41.909Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-24T03:31:41.914Zinfo: downloading 6 components
1102026-03-24T03:31:56.342Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-24T03:31:56.443Z+++ rustup show active-toolchain -v
1122026-03-24T03:31:56.447Z+++ head -n 1
1132026-03-24T03:31:56.447Z+++ cut '-d ' -f1
1142026-03-24T03:31:56.507Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-24T03:31:56.507Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-24T03:31:56.513Z++ popd
1172026-03-24T03:31:56.513Z/work/oxidecomputer/opte
1182026-03-24T03:31:56.513Z+ cargo --version
1192026-03-24T03:31:56.519Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-24T03:31:56.524Z+ rustc --version
1212026-03-24T03:31:56.548Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-24T03:31:56.551Z+ pushd bin/opteadm
1232026-03-24T03:31:56.551Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-03-24T03:31:56.551Z+ header 'check style'
1252026-03-24T03:31:56.551Z+ echo '# ==== check style ==== #'
1262026-03-24T03:31:56.551Z# ==== check style ==== #
1272026-03-24T03:31:56.551Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1282026-03-24T03:31:56.649Z
1292026-03-24T03:31:56.649Zreal 0.094800446
1302026-03-24T03:31:56.649Zuser 0.054498363
1312026-03-24T03:31:56.650Zsys 0.037023315
1322026-03-24T03:31:56.650Ztrap 0.000000378
1332026-03-24T03:31:56.655Ztflt 0.000013286
1342026-03-24T03:31:56.655Zdflt 0.000009335
1352026-03-24T03:31:56.655Zkflt 0.000000000
1362026-03-24T03:31:56.655Zlock 0.061094956
1372026-03-24T03:31:56.655Zslp 0.071420875
1382026-03-24T03:31:56.655Zlat 0.000243280
1392026-03-24T03:31:56.655Zstop 0.000110411
1402026-03-24T03:31:56.655Z+ header analyze
1412026-03-24T03:31:56.655Z+ echo '# ==== analyze ==== #'
1422026-03-24T03:31:56.655Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1432026-03-24T03:31:56.655Z# ==== analyze ==== #
1442026-03-24T03:31:56.812Z Updating crates.io index
1452026-03-24T03:31:56.815Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-24T03:31:57.539Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-24T03:31:58.146Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-24T03:31:58.579Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-24T03:31:58.821Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-24T03:31:59.233Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-24T03:31:59.516Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-24T03:32:01.964Z Downloading crates ...
1532026-03-24T03:32:02.061Z Downloaded cobs v0.3.0
1542026-03-24T03:32:02.068Z Downloaded pretty-hex v0.4.1
1552026-03-24T03:32:02.068Z Downloaded darling v0.21.3
1562026-03-24T03:32:02.069Z Downloaded thiserror v2.0.18
1572026-03-24T03:32:02.069Z Downloaded macaddr v1.0.1
1582026-03-24T03:32:02.069Z Downloaded defmt v1.0.1
1592026-03-24T03:32:02.069Z Downloaded getrandom v0.4.2
1602026-03-24T03:32:02.069Z Downloaded unicode-ident v1.0.24
1612026-03-24T03:32:02.076Z Downloaded winnow v1.0.0
1622026-03-24T03:32:02.079Z Downloaded zerocopy-derive v0.8.42
1632026-03-24T03:32:02.083Z Downloaded proc-macro-error-attr2 v2.0.0
1642026-03-24T03:32:02.083Z Downloaded cstr-argument v0.1.2
1652026-03-24T03:32:02.083Z Downloaded cfg-if v1.0.4
1662026-03-24T03:32:02.087Z Downloaded byteorder v1.5.0
1672026-03-24T03:32:02.087Z Downloaded toml_datetime v1.1.0+spec-1.1.0
1682026-03-24T03:32:02.087Z Downloaded num_enum v0.7.5
1692026-03-24T03:32:02.091Z Downloaded smoltcp v0.11.0
1702026-03-24T03:32:02.098Z Downloaded proc-macro-crate v3.5.0
1712026-03-24T03:32:02.103Z Downloaded colored v3.1.1
1722026-03-24T03:32:02.103Z Downloaded serde_core v1.0.228
1732026-03-24T03:32:02.106Z Downloaded pin-project-lite v0.2.17
1742026-03-24T03:32:02.106Z Downloaded proc-macro-error2 v2.0.1
1752026-03-24T03:32:02.110Z Downloaded zerocopy v0.8.42
1762026-03-24T03:32:02.121Z Downloaded foreign-types-shared v0.3.1
1772026-03-24T03:32:02.125Z Downloaded anyhow v1.0.102
1782026-03-24T03:32:02.125Z Downloaded ingot-types v0.1.2
1792026-03-24T03:32:02.125Z Downloaded embedded-io v0.6.1
1802026-03-24T03:32:02.125Z Downloaded colorchoice v1.0.4
1812026-03-24T03:32:02.125Z Downloaded hash32 v0.3.1
1822026-03-24T03:32:02.128Z Downloaded strsim v0.11.1
1832026-03-24T03:32:02.128Z Downloaded is_terminal_polyfill v1.70.2
1842026-03-24T03:32:02.128Z Downloaded foreign-types v0.5.0
1852026-03-24T03:32:02.129Z Downloaded version_check v0.9.5
1862026-03-24T03:32:02.132Z Downloaded ident_case v1.0.1
1872026-03-24T03:32:02.132Z Downloaded ref-cast-impl v1.0.25
1882026-03-24T03:32:02.135Z Downloaded terminal_size v0.4.3
1892026-03-24T03:32:02.138Z Downloaded dyn-clone v1.0.20
1902026-03-24T03:32:02.138Z Downloaded defmt v0.3.100
1912026-03-24T03:32:02.143Z Downloaded defmt-parser v1.0.0
1922026-03-24T03:32:02.149Z Downloaded heck v0.5.0
1932026-03-24T03:32:02.154Z Downloaded clap_lex v1.0.0
1942026-03-24T03:32:02.158Z Downloaded managed v0.8.0
1952026-03-24T03:32:02.158Z Downloaded foreign-types-macros v0.2.3
1962026-03-24T03:32:02.164Z Downloaded utf8parse v0.2.2
1972026-03-24T03:32:02.164Z Downloaded tabwriter v1.4.1
1982026-03-24T03:32:02.169Z Downloaded errno v0.3.14
1992026-03-24T03:32:02.175Z Downloaded equivalent v1.0.2
2002026-03-24T03:32:02.183Z Downloaded toml_edit v0.25.4+spec-1.1.0
2012026-03-24T03:32:02.186Z Downloaded bitflags v1.3.2
2022026-03-24T03:32:02.190Z Downloaded stable_deref_trait v1.2.1
2032026-03-24T03:32:02.190Z Downloaded anstyle-parse v0.2.7
2042026-03-24T03:32:02.190Z Downloaded darling_macro v0.21.3
2052026-03-24T03:32:02.197Z Downloaded cpufeatures v0.3.0
2062026-03-24T03:32:02.209Z Downloaded ipnetwork v0.21.1
2072026-03-24T03:32:02.214Z Downloaded rustversion v1.0.22
2082026-03-24T03:32:02.219Z Downloaded embedded-io v0.4.0
2092026-03-24T03:32:02.223Z Downloaded ref-cast v1.0.25
2102026-03-24T03:32:02.227Z Downloaded chacha20 v0.10.0
2112026-03-24T03:32:02.233Z Downloaded ingot-macros v0.1.1
2122026-03-24T03:32:02.233Z Downloaded num_enum_derive v0.7.5
2132026-03-24T03:32:02.233Z Downloaded serde v1.0.228
2142026-03-24T03:32:02.239Z Downloaded thiserror-impl v2.0.18
2152026-03-24T03:32:02.244Z Downloaded darling_core v0.21.3
2162026-03-24T03:32:02.248Z Downloaded oxnet v0.1.4
2172026-03-24T03:32:02.248Z Downloaded defmt-macros v1.0.1
2182026-03-24T03:32:02.248Z Downloaded anstyle-query v1.1.5
2192026-03-24T03:32:02.248Z Downloaded tracing-attributes v0.1.31
2202026-03-24T03:32:02.252Z Downloaded anstyle v1.0.13
2212026-03-24T03:32:02.252Z Downloaded rand_core v0.10.0
2222026-03-24T03:32:02.252Z Downloaded either v1.15.0
2232026-03-24T03:32:02.256Z Downloaded toml_parser v1.1.0+spec-1.1.0
2242026-03-24T03:32:02.260Z Downloaded ingot v0.1.1
2252026-03-24T03:32:02.260Z Downloaded fnv v1.0.7
2262026-03-24T03:32:02.260Z Downloaded clap_derive v4.5.55
2272026-03-24T03:32:02.263Z Downloaded anstream v0.6.21
2282026-03-24T03:32:02.263Z Downloaded bitflags v2.11.0
2292026-03-24T03:32:02.272Z Downloaded quote v1.0.45
2302026-03-24T03:32:02.279Z Downloaded once_cell v1.21.3
2312026-03-24T03:32:02.296Z Downloaded heapless v0.8.0
2322026-03-24T03:32:02.302Z Downloaded uuid v1.22.0
2332026-03-24T03:32:02.306Z Downloaded postcard v1.1.3
2342026-03-24T03:32:02.313Z Downloaded clap v4.5.60
2352026-03-24T03:32:02.319Z Downloaded serde_derive v1.0.228
2362026-03-24T03:32:02.322Z Downloaded tracing-core v0.1.36
2372026-03-24T03:32:02.325Z Downloaded memchr v2.8.0
2382026-03-24T03:32:02.328Z Downloaded proc-macro2 v1.0.106
2392026-03-24T03:32:02.332Z Downloaded indexmap v2.13.0
2402026-03-24T03:32:02.339Z Downloaded socket2 v0.6.3
2412026-03-24T03:32:02.354Z Downloaded clap_builder v4.5.60
2422026-03-24T03:32:02.372Z Downloaded rand v0.10.0
2432026-03-24T03:32:02.386Z Downloaded aho-corasick v1.1.4
2442026-03-24T03:32:02.395Z Downloaded winnow v0.7.15
2452026-03-24T03:32:02.407Z Downloaded hashbrown v0.16.1
2462026-03-24T03:32:02.419Z Downloaded itertools v0.14.0
2472026-03-24T03:32:02.424Z Downloaded regex v1.12.3
2482026-03-24T03:32:02.492Z Downloaded syn v1.0.109
2492026-03-24T03:32:02.502Z Downloaded unicode-width v0.2.2
2502026-03-24T03:32:02.518Z Downloaded syn v2.0.117
2512026-03-24T03:32:02.535Z Downloaded regex-syntax v0.8.10
2522026-03-24T03:32:02.557Z Downloaded rustix v1.1.4
2532026-03-24T03:32:02.574Z Downloaded tracing v0.1.44
2542026-03-24T03:32:02.597Z Downloaded regex-automata v0.4.14
2552026-03-24T03:32:02.613Z Downloaded libc v0.2.183
2562026-03-24T03:32:02.693Z Compiling proc-macro2 v1.0.106
2572026-03-24T03:32:02.693Z Compiling quote v1.0.45
2582026-03-24T03:32:02.696Z Compiling unicode-ident v1.0.24
2592026-03-24T03:32:02.696Z Compiling serde_core v1.0.228
2602026-03-24T03:32:02.696Z Compiling libc v0.2.183
2612026-03-24T03:32:02.696Z Checking cfg-if v1.0.4
2622026-03-24T03:32:02.696Z Compiling fnv v1.0.7
2632026-03-24T03:32:02.696Z Compiling strsim v0.11.1
2642026-03-24T03:32:02.849Z Compiling ident_case v1.0.1
2652026-03-24T03:32:02.904Z Compiling thiserror v2.0.18
2662026-03-24T03:32:02.934Z Compiling memchr v2.8.0
2672026-03-24T03:32:02.991Z Compiling regex-syntax v0.8.10
2682026-03-24T03:32:03.185Z Compiling either v1.15.0
2692026-03-24T03:32:03.289Z Compiling anyhow v1.0.102
2702026-03-24T03:32:03.436Z Compiling equivalent v1.0.2
2712026-03-24T03:32:03.524Z Compiling aho-corasick v1.1.4
2722026-03-24T03:32:03.581Z Compiling serde v1.0.228
2732026-03-24T03:32:03.684Z Compiling zerocopy v0.8.42
2742026-03-24T03:32:03.703Z Compiling winnow v1.0.0
2752026-03-24T03:32:03.721Z Compiling hashbrown v0.16.1
2762026-03-24T03:32:04.018Z Compiling itertools v0.14.0
2772026-03-24T03:32:04.219Z Compiling toml_parser v1.1.0+spec-1.1.0
2782026-03-24T03:32:04.365Z Compiling indexmap v2.13.0
2792026-03-24T03:32:04.417Z Compiling syn v2.0.117
2802026-03-24T03:32:04.475Z Compiling toml_datetime v1.1.0+spec-1.1.0
2812026-03-24T03:32:04.748Z Compiling winnow v0.7.15
2822026-03-24T03:32:04.950Z Compiling regex-automata v0.4.14
2832026-03-24T03:32:05.170Z Compiling heapless v0.8.0
2842026-03-24T03:32:05.302Z Checking bitflags v2.11.0
2852026-03-24T03:32:05.455Z Checking byteorder v1.5.0
2862026-03-24T03:32:05.504Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2872026-03-24T03:32:05.628Z Compiling syn v1.0.109
2882026-03-24T03:32:05.648Z Checking hash32 v0.3.1
2892026-03-24T03:32:05.731Z Compiling rustversion v1.0.22
2902026-03-24T03:32:05.776Z Compiling smoltcp v0.11.0
2912026-03-24T03:32:05.798Z Checking macaddr v1.0.1
2922026-03-24T03:32:05.838Z Checking stable_deref_trait v1.2.1
2932026-03-24T03:32:05.981Z Checking rand_core v0.10.0
2942026-03-24T03:32:06.083Z Checking managed v0.8.0
2952026-03-24T03:32:06.163Z Compiling getrandom v0.4.2
2962026-03-24T03:32:06.208Z Compiling version_check v0.9.5
2972026-03-24T03:32:06.219Z Compiling rustix v1.1.4
2982026-03-24T03:32:06.310Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2992026-03-24T03:32:06.397Z Checking bitflags v1.3.2
3002026-03-24T03:32:06.468Z Compiling ref-cast v1.0.25
3012026-03-24T03:32:06.498Z Compiling toml_edit v0.25.4+spec-1.1.0
3022026-03-24T03:32:06.559Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3032026-03-24T03:32:06.909Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3042026-03-24T03:32:06.918Z Checking errno v0.3.14
3052026-03-24T03:32:07.053Z Checking once_cell v1.21.3
3062026-03-24T03:32:07.262Z Compiling regex v1.12.3
3072026-03-24T03:32:07.281Z Compiling proc-macro-crate v3.5.0
3082026-03-24T03:32:07.403Z Checking foreign-types-shared v0.3.1
3092026-03-24T03:32:07.495Z Checking utf8parse v0.2.2
3102026-03-24T03:32:07.627Z Checking unicode-width v0.2.2
3112026-03-24T03:32:07.862Z Checking ipnetwork v0.21.1
3122026-03-24T03:32:07.900Z Checking cpufeatures v0.3.0
3132026-03-24T03:32:07.951Z Checking tabwriter v1.4.1
3142026-03-24T03:32:07.975Z Checking chacha20 v0.10.0
3152026-03-24T03:32:08.086Z Compiling darling_core v0.21.3
3162026-03-24T03:32:08.122Z Checking anstyle-parse v0.2.7
3172026-03-24T03:32:08.225Z Checking tracing-core v0.1.36
3182026-03-24T03:32:08.246Z Checking cstr-argument v0.1.2
3192026-03-24T03:32:08.614Z Checking pretty-hex v0.4.1
3202026-03-24T03:32:08.651Z Checking dyn-clone v1.0.20
3212026-03-24T03:32:08.750Z Checking colorchoice v1.0.4
3222026-03-24T03:32:08.765Z Checking is_terminal_polyfill v1.70.2
3232026-03-24T03:32:08.797Z Checking pin-project-lite v0.2.17
3242026-03-24T03:32:08.850Z Checking anstyle v1.0.13
3252026-03-24T03:32:08.860Z Checking anstyle-query v1.1.5
3262026-03-24T03:32:08.864Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
3272026-03-24T03:32:08.881Z Checking terminal_size v0.4.3
3282026-03-24T03:32:09.002Z Checking rand v0.10.0
3292026-03-24T03:32:09.088Z Checking anstream v0.6.21
3302026-03-24T03:32:09.138Z Checking uuid v1.22.0
3312026-03-24T03:32:09.228Z Checking socket2 v0.6.3
3322026-03-24T03:32:09.301Z Compiling heck v0.5.0
3332026-03-24T03:32:09.339Z Checking colored v3.1.1
3342026-03-24T03:32:09.562Z Checking oxnet v0.1.4
3352026-03-24T03:32:09.589Z Checking clap_lex v1.0.0
3362026-03-24T03:32:09.620Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3372026-03-24T03:32:09.768Z Checking clap_builder v4.5.60
3382026-03-24T03:32:09.905Z Compiling thiserror-impl v2.0.18
3392026-03-24T03:32:09.912Z Compiling zerocopy-derive v0.8.42
3402026-03-24T03:32:10.116Z Compiling serde_derive v1.0.228
3412026-03-24T03:32:10.129Z Compiling ref-cast-impl v1.0.25
3422026-03-24T03:32:10.624Z Compiling darling_macro v0.21.3
3432026-03-24T03:32:10.855Z Compiling foreign-types-macros v0.2.3
3442026-03-24T03:32:11.081Z Compiling num_enum_derive v0.7.5
3452026-03-24T03:32:11.289Z Compiling darling v0.21.3
3462026-03-24T03:32:11.379Z Compiling ingot-macros v0.1.1
3472026-03-24T03:32:11.599Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3482026-03-24T03:32:11.624Z Checking cobs v0.3.0
3492026-03-24T03:32:11.636Z Checking foreign-types v0.5.0
3502026-03-24T03:32:11.712Z Compiling tracing-attributes v0.1.31
3512026-03-24T03:32:11.791Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3522026-03-24T03:32:11.835Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3532026-03-24T03:32:11.996Z Compiling clap_derive v4.5.55
3542026-03-24T03:32:12.428Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3552026-03-24T03:32:12.437Z Checking num_enum v0.7.5
3562026-03-24T03:32:12.564Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3572026-03-24T03:32:13.166Z Checking tracing v0.1.44
3582026-03-24T03:32:13.843Z Checking clap v4.5.60
3592026-03-24T03:32:13.890Z Checking postcard v1.1.3
3602026-03-24T03:32:15.602Z Checking ingot-types v0.1.2
3612026-03-24T03:32:15.979Z Checking ingot v0.1.1
3622026-03-24T03:32:17.905Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3632026-03-24T03:32:19.571Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3642026-03-24T03:32:21.157Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3652026-03-24T03:32:22.290Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.57s
3662026-03-24T03:32:22.428Z
3672026-03-24T03:32:22.428Zreal 25.768981579
3682026-03-24T03:32:22.428Zuser 1:17.350364789
3692026-03-24T03:32:22.431Zsys 16.169978193
3702026-03-24T03:32:22.431Ztrap 0.046628759
3712026-03-24T03:32:22.431Ztflt 0.061146450
3722026-03-24T03:32:22.431Zdflt 0.146075594
3732026-03-24T03:32:22.431Zkflt 0.005554120
3742026-03-24T03:32:22.431Zlock 4:16.566614757
3752026-03-24T03:32:22.431Zslp 4:04.461014971
3762026-03-24T03:32:22.431Zlat 6.452968041
3772026-03-24T03:32:22.432Zstop 15.714144020
3782026-03-24T03:32:22.432Z+ header 'debug build'
3792026-03-24T03:32:22.432Z+ echo '# ==== debug build ==== #'
3802026-03-24T03:32:22.432Z# ==== debug build ==== #
3812026-03-24T03:32:22.432Z+ ptime -m cargo build
3822026-03-24T03:32:22.638Z Compiling cfg-if v1.0.4
3832026-03-24T03:32:22.642Z Compiling serde_core v1.0.228
3842026-03-24T03:32:22.642Z Compiling libc v0.2.183
3852026-03-24T03:32:22.671Z Compiling thiserror v2.0.18
3862026-03-24T03:32:22.675Z Compiling byteorder v1.5.0
3872026-03-24T03:32:22.680Z Compiling zerocopy v0.8.42
3882026-03-24T03:32:22.684Z Compiling macaddr v1.0.1
3892026-03-24T03:32:22.684Z Compiling stable_deref_trait v1.2.1
3902026-03-24T03:32:22.729Z Compiling managed v0.8.0
3912026-03-24T03:32:22.750Z Compiling cobs v0.3.0
3922026-03-24T03:32:22.766Z Compiling bitflags v1.3.2
3932026-03-24T03:32:22.836Z Compiling rand_core v0.10.0
3942026-03-24T03:32:22.890Z Compiling hash32 v0.3.1
3952026-03-24T03:32:22.988Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3962026-03-24T03:32:23.015Z Compiling heapless v0.8.0
3972026-03-24T03:32:23.025Z Compiling ipnetwork v0.21.1
3982026-03-24T03:32:23.069Z Compiling errno v0.3.14
3992026-03-24T03:32:23.092Z Compiling foreign-types-shared v0.3.1
4002026-03-24T03:32:23.150Z Compiling once_cell v1.21.3
4012026-03-24T03:32:23.184Z Compiling unicode-width v0.2.2
4022026-03-24T03:32:23.261Z Compiling memchr v2.8.0
4032026-03-24T03:32:23.261Z Compiling utf8parse v0.2.2
4042026-03-24T03:32:23.373Z Compiling cpufeatures v0.3.0
4052026-03-24T03:32:23.435Z Compiling chacha20 v0.10.0
4062026-03-24T03:32:23.447Z Compiling anstyle-parse v0.2.7
4072026-03-24T03:32:23.563Z Compiling smoltcp v0.11.0
4082026-03-24T03:32:23.626Z Compiling tabwriter v1.4.1
4092026-03-24T03:32:23.669Z Compiling tracing-core v0.1.36
4102026-03-24T03:32:23.739Z Compiling foreign-types v0.5.0
4112026-03-24T03:32:23.817Z Compiling cstr-argument v0.1.2
4122026-03-24T03:32:23.860Z Compiling getrandom v0.4.2
4132026-03-24T03:32:24.005Z Compiling ref-cast v1.0.25
4142026-03-24T03:32:24.090Z Compiling num_enum v0.7.5
4152026-03-24T03:32:24.111Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4162026-03-24T03:32:24.124Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4172026-03-24T03:32:24.212Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4182026-03-24T03:32:24.230Z Compiling pin-project-lite v0.2.17
4192026-03-24T03:32:24.241Z Compiling pretty-hex v0.4.1
4202026-03-24T03:32:24.332Z Compiling colorchoice v1.0.4
4212026-03-24T03:32:24.399Z Compiling anstyle-query v1.1.5
4222026-03-24T03:32:24.460Z Compiling anstyle v1.0.13
4232026-03-24T03:32:24.516Z Compiling is_terminal_polyfill v1.70.2
4242026-03-24T03:32:24.610Z Compiling dyn-clone v1.0.20
4252026-03-24T03:32:24.795Z Compiling anstream v0.6.21
4262026-03-24T03:32:24.817Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4272026-03-24T03:32:24.830Z Compiling tracing v0.1.44
4282026-03-24T03:32:24.909Z Compiling anyhow v1.0.102
4292026-03-24T03:32:25.068Z Compiling bitflags v2.11.0
4302026-03-24T03:32:25.286Z Compiling serde v1.0.228
4312026-03-24T03:32:25.299Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4322026-03-24T03:32:25.439Z Compiling rustix v1.1.4
4332026-03-24T03:32:25.457Z Compiling uuid v1.22.0
4342026-03-24T03:32:25.619Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4352026-03-24T03:32:25.963Z Compiling postcard v1.1.3
4362026-03-24T03:32:26.080Z Compiling terminal_size v0.4.3
4372026-03-24T03:32:26.186Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4382026-03-24T03:32:26.232Z Compiling rand v0.10.0
4392026-03-24T03:32:26.245Z Compiling socket2 v0.6.3
4402026-03-24T03:32:26.257Z Compiling strsim v0.11.1
4412026-03-24T03:32:26.315Z Compiling clap_lex v1.0.0
4422026-03-24T03:32:26.419Z Compiling colored v3.1.1
4432026-03-24T03:32:26.801Z Compiling oxnet v0.1.4
4442026-03-24T03:32:26.979Z Compiling ingot-types v0.1.2
4452026-03-24T03:32:27.031Z Compiling winnow v0.7.15
4462026-03-24T03:32:27.393Z Compiling clap_builder v4.5.60
4472026-03-24T03:32:27.479Z Compiling ingot v0.1.1
4482026-03-24T03:32:27.508Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4492026-03-24T03:32:28.837Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
4502026-03-24T03:32:29.527Z Compiling clap v4.5.60
4512026-03-24T03:32:29.751Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4522026-03-24T03:32:31.684Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4532026-03-24T03:32:33.411Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4542026-03-24T03:32:39.316Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.87s
4552026-03-24T03:32:39.353Z
4562026-03-24T03:32:39.356Zreal 16.910128694
4572026-03-24T03:32:39.356Zuser 1:26.317396017
4582026-03-24T03:32:39.356Zsys 7.191007536
4592026-03-24T03:32:39.356Ztrap 0.046065932
4602026-03-24T03:32:39.356Ztflt 0.103379073
4612026-03-24T03:32:39.356Zdflt 0.154154135
4622026-03-24T03:32:39.356Zkflt 0.000000000
4632026-03-24T03:32:39.356Zlock 4:08.740721306
4642026-03-24T03:32:39.356Zslp 2:40.365279513
4652026-03-24T03:32:39.356Zlat 4.955712186
4662026-03-24T03:32:39.356Zstop 4.574488427
4672026-03-24T03:32:39.356Z+ header 'release build'
4682026-03-24T03:32:39.356Z+ echo '# ==== release build ==== #'
4692026-03-24T03:32:39.356Z# ==== release build ==== #
4702026-03-24T03:32:39.357Z+ ptime -m cargo build --release
4712026-03-24T03:32:39.487Z Compiling proc-macro2 v1.0.106
4722026-03-24T03:32:39.487Z Compiling quote v1.0.45
4732026-03-24T03:32:39.491Z Compiling unicode-ident v1.0.24
4742026-03-24T03:32:39.492Z Compiling serde_core v1.0.228
4752026-03-24T03:32:39.492Z Compiling libc v0.2.183
4762026-03-24T03:32:39.492Z Compiling cfg-if v1.0.4
4772026-03-24T03:32:39.492Z Compiling fnv v1.0.7
4782026-03-24T03:32:39.492Z Compiling memchr v2.8.0
4792026-03-24T03:32:39.577Z Compiling strsim v0.11.1
4802026-03-24T03:32:39.604Z Compiling thiserror v2.0.18
4812026-03-24T03:32:39.630Z Compiling ident_case v1.0.1
4822026-03-24T03:32:39.751Z Compiling regex-syntax v0.8.10
4832026-03-24T03:32:39.885Z Compiling zerocopy v0.8.42
4842026-03-24T03:32:39.931Z Compiling serde v1.0.228
4852026-03-24T03:32:40.230Z Compiling aho-corasick v1.1.4
4862026-03-24T03:32:40.237Z Compiling equivalent v1.0.2
4872026-03-24T03:32:40.334Z Compiling hashbrown v0.16.1
4882026-03-24T03:32:40.343Z Compiling either v1.15.0
4892026-03-24T03:32:40.351Z Compiling anyhow v1.0.102
4902026-03-24T03:32:40.453Z Compiling winnow v1.0.0
4912026-03-24T03:32:40.554Z Compiling itertools v0.14.0
4922026-03-24T03:32:40.907Z Compiling indexmap v2.13.0
4932026-03-24T03:32:40.972Z Compiling syn v2.0.117
4942026-03-24T03:32:41.003Z Compiling toml_parser v1.1.0+spec-1.1.0
4952026-03-24T03:32:41.136Z Compiling heapless v0.8.0
4962026-03-24T03:32:41.497Z Compiling byteorder v1.5.0
4972026-03-24T03:32:41.706Z Compiling regex-automata v0.4.14
4982026-03-24T03:32:41.723Z Compiling toml_datetime v1.1.0+spec-1.1.0
4992026-03-24T03:32:41.727Z Compiling winnow v0.7.15
5002026-03-24T03:32:41.993Z Compiling hash32 v0.3.1
5012026-03-24T03:32:42.143Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5022026-03-24T03:32:42.161Z Compiling smoltcp v0.11.0
5032026-03-24T03:32:42.329Z Compiling stable_deref_trait v1.2.1
5042026-03-24T03:32:42.402Z Compiling bitflags v2.11.0
5052026-03-24T03:32:42.416Z Compiling rustversion v1.0.22
5062026-03-24T03:32:42.553Z Compiling syn v1.0.109
5072026-03-24T03:32:42.558Z Compiling macaddr v1.0.1
5082026-03-24T03:32:42.819Z Compiling bitflags v1.3.2
5092026-03-24T03:32:42.854Z Compiling version_check v0.9.5
5102026-03-24T03:32:42.891Z Compiling rustix v1.1.4
5112026-03-24T03:32:42.926Z Compiling managed v0.8.0
5122026-03-24T03:32:43.002Z Compiling rand_core v0.10.0
5132026-03-24T03:32:43.182Z Compiling ref-cast v1.0.25
5142026-03-24T03:32:43.189Z Compiling getrandom v0.4.2
5152026-03-24T03:32:43.193Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5162026-03-24T03:32:43.212Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5172026-03-24T03:32:43.555Z Compiling toml_edit v0.25.4+spec-1.1.0
5182026-03-24T03:32:43.599Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5192026-03-24T03:32:43.715Z Compiling errno v0.3.14
5202026-03-24T03:32:43.880Z Compiling cpufeatures v0.3.0
5212026-03-24T03:32:43.953Z Compiling ipnetwork v0.21.1
5222026-03-24T03:32:44.065Z Compiling regex v1.12.3
5232026-03-24T03:32:44.219Z Compiling unicode-width v0.2.2
5242026-03-24T03:32:44.425Z Compiling proc-macro-crate v3.5.0
5252026-03-24T03:32:44.575Z Compiling foreign-types-shared v0.3.1
5262026-03-24T03:32:44.581Z Compiling darling_core v0.21.3
5272026-03-24T03:32:44.760Z Compiling utf8parse v0.2.2
5282026-03-24T03:32:44.876Z Compiling once_cell v1.21.3
5292026-03-24T03:32:44.973Z Compiling anstyle-parse v0.2.7
5302026-03-24T03:32:45.142Z Compiling tracing-core v0.1.36
5312026-03-24T03:32:45.206Z Compiling cstr-argument v0.1.2
5322026-03-24T03:32:45.330Z Compiling tabwriter v1.4.1
5332026-03-24T03:32:45.387Z Compiling chacha20 v0.10.0
5342026-03-24T03:32:46.197Z Compiling anstyle-query v1.1.5
5352026-03-24T03:32:46.222Z Compiling dyn-clone v1.0.20
5362026-03-24T03:32:46.248Z Compiling pretty-hex v0.4.1
5372026-03-24T03:32:46.309Z Compiling is_terminal_polyfill v1.70.2
5382026-03-24T03:32:46.378Z Compiling anstyle v1.0.13
5392026-03-24T03:32:46.401Z Compiling colorchoice v1.0.4
5402026-03-24T03:32:46.407Z Compiling pin-project-lite v0.2.17
5412026-03-24T03:32:46.467Z Compiling thiserror-impl v2.0.18
5422026-03-24T03:32:46.502Z Compiling serde_derive v1.0.228
5432026-03-24T03:32:46.520Z Compiling zerocopy-derive v0.8.42
5442026-03-24T03:32:46.679Z Compiling foreign-types-macros v0.2.3
5452026-03-24T03:32:46.694Z Compiling ref-cast-impl v1.0.25
5462026-03-24T03:32:46.995Z Compiling num_enum_derive v0.7.5
5472026-03-24T03:32:47.461Z Compiling foreign-types v0.5.0
5482026-03-24T03:32:47.531Z Compiling tracing-attributes v0.1.31
5492026-03-24T03:32:47.536Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5502026-03-24T03:32:47.597Z Compiling darling_macro v0.21.3
5512026-03-24T03:32:48.174Z Compiling cobs v0.3.0
5522026-03-24T03:32:48.179Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
5532026-03-24T03:32:48.278Z Compiling darling v0.21.3
5542026-03-24T03:32:48.341Z Compiling num_enum v0.7.5
5552026-03-24T03:32:48.361Z Compiling ingot-macros v0.1.1
5562026-03-24T03:32:48.493Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5572026-03-24T03:32:48.501Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5582026-03-24T03:32:48.501Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5592026-03-24T03:32:48.501Z Compiling anstream v0.6.21
5602026-03-24T03:32:48.669Z Compiling terminal_size v0.4.3
5612026-03-24T03:32:48.977Z Compiling rand v0.10.0
5622026-03-24T03:32:49.033Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5632026-03-24T03:32:49.158Z Compiling uuid v1.22.0
5642026-03-24T03:32:49.210Z Compiling socket2 v0.6.3
5652026-03-24T03:32:49.214Z Compiling tracing v0.1.44
5662026-03-24T03:32:49.618Z Compiling heck v0.5.0
5672026-03-24T03:32:49.864Z Compiling clap_lex v1.0.0
5682026-03-24T03:32:49.931Z Compiling colored v3.1.1
5692026-03-24T03:32:50.029Z Compiling oxnet v0.1.4
5702026-03-24T03:32:50.257Z Compiling clap_builder v4.5.60
5712026-03-24T03:32:50.372Z Compiling clap_derive v4.5.55
5722026-03-24T03:32:50.505Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5732026-03-24T03:32:50.861Z Compiling postcard v1.1.3
5742026-03-24T03:32:52.766Z Compiling ingot-types v0.1.2
5752026-03-24T03:32:52.982Z Compiling clap v4.5.60
5762026-03-24T03:32:53.232Z Compiling ingot v0.1.1
5772026-03-24T03:32:55.592Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5782026-03-24T03:32:56.967Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5792026-03-24T03:32:58.320Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5802026-03-24T03:33:06.762Z Finished `release` profile [optimized + debuginfo] target(s) in 27.37s
5812026-03-24T03:33:06.782Z
5822026-03-24T03:33:06.792Zreal 27.409559886
5832026-03-24T03:33:06.792Zuser 2:18.541331596
5842026-03-24T03:33:06.793Zsys 16.617921495
5852026-03-24T03:33:06.793Ztrap 0.072948138
5862026-03-24T03:33:06.793Ztflt 0.167226593
5872026-03-24T03:33:06.793Zdflt 0.407003540
5882026-03-24T03:33:06.793Zkflt 0.000019926
5892026-03-24T03:33:06.793Zlock 6:25.911162228
5902026-03-24T03:33:06.793Zslp 4:39.069750879
5912026-03-24T03:33:06.793Zlat 6.333417355
5922026-03-24T03:33:06.793Zstop 11.679074907
5932026-03-24T03:33:06.793Z+ popd
5942026-03-24T03:33:06.793Z/work/oxidecomputer/opte
5952026-03-24T03:33:06.794Z+ for x in debug release
5962026-03-24T03:33:06.794Z+ mkdir -p /work/debug
5972026-03-24T03:33:06.794Z+ cp target/debug/opteadm /work/debug/
5982026-03-24T03:33:06.810Z+ sha256sum target/debug/opteadm
5992026-03-24T03:33:06.840Z+ for x in debug release
6002026-03-24T03:33:06.840Z+ mkdir -p /work/release
6012026-03-24T03:33:06.847Z+ cp target/release/opteadm /work/release/
6022026-03-24T03:33:06.867Z+ sha256sum target/release/opteadm
6032026-03-24T03:33:06.887Zprocess exited: duration 85170 ms, exit code 0
 
6042026-03-24T03:33:06.918Zfound 4 output files
6052026-03-24T03:33:06.918Zuploading: /work/debug/opteadm (36024928 bytes)
6062026-03-24T03:33:08.438Zuploaded: /work/debug/opteadm
6072026-03-24T03:33:08.438Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6082026-03-24T03:33:09.449Zuploaded: /work/debug/opteadm.debug.sha256
6092026-03-24T03:33:09.449Zuploading: /work/release/opteadm (22680424 bytes)
6102026-03-24T03:33:10.640Zuploaded: /work/release/opteadm
6112026-03-24T03:33:10.640Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6122026-03-24T03:33:11.649Zuploaded: /work/release/opteadm.release.sha256