01KMPQ0FX82TJNP4PFBKXT9R8T: 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: 01KMPQ0XQCC53AEC05G3CJD08H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:20:47.394Zjob assigned to worker 01KMPRAAQHHHCJPPEE4TS04K9J [factory aws, i-0db77d77a8177e101] (queued for 23 m 28 s)
 
22026-03-27T04:20:54.381Zstarting task 0: "setup"
32026-03-27T04:20:54.388Z++ uname -s
42026-03-27T04:20:54.391Z+ kern=SunOS
52026-03-27T04:20:54.391Z+ build_user=build
62026-03-27T04:20:54.391Z+ build_uid=12345
72026-03-27T04:20:54.391Z+ work_dir=/work
82026-03-27T04:20:54.391Z+ input_dir=/input
92026-03-27T04:20:54.391Z+ [[ 0 == 12345 ]]
102026-03-27T04:20:54.391Z+ case "$kern" in
112026-03-27T04:20:54.391Z+ groupadd -g 12345 build
122026-03-27T04:20:54.394Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:20:56.398Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:20:56.510Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:20:56.513Z+ home_fs=zfs
162026-03-27T04:20:56.513Z+ [[ zfs == autofs ]]
172026-03-27T04:20:56.513Z+ mkdir -p /home/build
182026-03-27T04:20:56.513Z+ chown build:build /home/build /work
192026-03-27T04:20:58.516Z+ chmod 0700 /home/build /work
202026-03-27T04:20:58.520Zprocess exited: duration 4137 ms, exit code 0
 
212026-03-27T04:20:58.525Zstarting task 1: "rust-toolchain"
222026-03-27T04:20:58.530Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-03-27T04:20:58.530Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-27T04:20:58.534Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-27T04:20:58.534Z * rust toolchain channel = "1.94.1"
262026-03-27T04:20:58.534Z * rust toolchain profile = "default"
272026-03-27T04:20:58.534Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T04:20:58.534Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:20:58.534Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-03-27T04:20:58.653Zinfo: downloading installer
312026-03-27T04:21:00.087Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:21:00.087Zwarn: /opt/ooce/bin
332026-03-27T04:21:00.088Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:21:00.091Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:21:00.091Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:21:00.091Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:21:00.091Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:21:00.091Zerror: cannot install while Rust is installed
392026-03-27T04:21:00.091Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:21:00.091Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:21:00.091Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:21:00.091Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:21:00.091Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:21:00.101Zinfo: profile set to default
452026-03-27T04:21:00.101Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:21:00.103Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-03-27T04:21:00.272Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-27T04:21:00.275Zinfo: downloading 6 components
492026-03-27T04:21:15.875Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-03-27T04:21:15.875Z
512026-03-27T04:21:15.902Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-27T04:21:15.902Z
532026-03-27T04:21:15.902Z
542026-03-27T04:21:15.902ZRust is installed now. Great!
552026-03-27T04:21:15.902Z
562026-03-27T04:21:15.902ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:21:15.902Zenvironment variable. This has not been done automatically.
582026-03-27T04:21:15.902Z
592026-03-27T04:21:15.902ZTo configure your current shell, you need to source
602026-03-27T04:21:15.902Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:21:15.902Z
622026-03-27T04:21:15.902ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:21:15.902Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:21:15.902Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:21:15.902Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:21:15.902Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:21:15.902Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:21:15.902Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:21:15.905Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:21:15.905Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:21:15.998Z+ rustup --version
722026-03-27T04:21:16.007Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:21:16.010Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:21:16.028Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-27T04:21:16.030Z+ cargo --version
762026-03-27T04:21:16.043Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-27T04:21:16.046Z+ rustc --version
782026-03-27T04:21:16.064Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-27T04:21:16.067Zprocess exited: duration 17538 ms, exit code 0
 
802026-03-27T04:21:16.073Zstarting task 2: "authentication"
812026-03-27T04:21:16.089Zprocess exited: duration 16 ms, exit code 0
 
822026-03-27T04:21:16.094Zstarting task 3: "clone repository"
832026-03-27T04:21:16.097Z+ mkdir -p /work/oxidecomputer/opte
842026-03-27T04:21:16.100Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-27T04:21:16.131ZCloning into '/work/oxidecomputer/opte'...
862026-03-27T04:21:16.908Z+ cd /work/oxidecomputer/opte
872026-03-27T04:21:16.911Z+ git fetch origin 931e3ab8cd048bf7641cbe705669ce839d064e22
882026-03-27T04:21:17.130ZFrom https://github.com/oxidecomputer/opte
892026-03-27T04:21:17.130Z * branch 931e3ab8cd048bf7641cbe705669ce839d064e22 -> FETCH_HEAD
902026-03-27T04:21:17.135Z+ [[ -n renovate/rust-1.x ]]
912026-03-27T04:21:17.138Z++ git branch --show-current
922026-03-27T04:21:17.138Z+ current=master
932026-03-27T04:21:17.138Z+ [[ master != renovate/rust-1.x ]]
942026-03-27T04:21:17.138Z+ git branch -f renovate/rust-1.x 931e3ab8cd048bf7641cbe705669ce839d064e22
952026-03-27T04:21:17.141Z+ git checkout -f renovate/rust-1.x
962026-03-27T04:21:17.156ZSwitched to branch 'renovate/rust-1.x'
972026-03-27T04:21:17.159Z+ git reset --hard 931e3ab8cd048bf7641cbe705669ce839d064e22
982026-03-27T04:21:17.172ZHEAD is now at 931e3ab Update dependency rust to v1.94.1
992026-03-27T04:21:17.175Zprocess exited: duration 1078 ms, exit code 0
 
1002026-03-27T04:21:17.181Zstarting task 4: "build"
1012026-03-27T04:21:17.184Z+ source .github/buildomat/common.sh
1022026-03-27T04:21:17.187Z++ rustup show active-toolchain
1032026-03-27T04:21:17.189Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-27T04:21:17.192Z++ pushd xde
1052026-03-27T04:21:17.192Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-27T04:21:17.192Z++ rustup show active-toolchain
1072026-03-27T04:21:17.195Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-27T04:21:17.362Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-27T04:21:17.365Zinfo: downloading 6 components
1102026-03-27T04:21:31.056Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-27T04:21:31.131Z+++ rustup show active-toolchain -v
1122026-03-27T04:21:31.134Z+++ head -n 1
1132026-03-27T04:21:31.134Z+++ cut '-d ' -f1
1142026-03-27T04:21:31.183Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-27T04:21:31.183Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-27T04:21:31.186Z++ popd
1172026-03-27T04:21:31.186Z/work/oxidecomputer/opte
1182026-03-27T04:21:31.186Z+ cargo --version
1192026-03-27T04:21:31.193Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-03-27T04:21:31.195Z+ rustc --version
1212026-03-27T04:21:31.214Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-03-27T04:21:31.217Z+ pushd bin/opteadm
1232026-03-27T04:21:31.217Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-03-27T04:21:31.217Z+ header 'check style'
1252026-03-27T04:21:31.217Z+ echo '# ==== check style ==== #'
1262026-03-27T04:21:31.217Z# ==== check style ==== #
1272026-03-27T04:21:31.217Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1282026-03-27T04:21:31.291Z
1292026-03-27T04:21:31.291Zreal 0.071264370
1302026-03-27T04:21:31.291Zuser 0.040017527
1312026-03-27T04:21:31.291Zsys 0.029225808
1322026-03-27T04:21:31.291Ztrap 0.000001628
1332026-03-27T04:21:31.291Ztflt 0.000016935
1342026-03-27T04:21:31.291Zdflt 0.000037842
1352026-03-27T04:21:31.291Zkflt 0.000000000
1362026-03-27T04:21:31.291Zlock 0.046181169
1372026-03-27T04:21:31.291Zslp 0.053771887
1382026-03-27T04:21:31.291Zlat 0.001107291
1392026-03-27T04:21:31.291Zstop 0.000105600
1402026-03-27T04:21:31.294Z+ header analyze
1412026-03-27T04:21:31.294Z+ echo '# ==== analyze ==== #'
1422026-03-27T04:21:31.294Z# ==== analyze ==== #
1432026-03-27T04:21:31.294Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1442026-03-27T04:21:31.425Z Updating crates.io index
1452026-03-27T04:21:31.461Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-27T04:21:32.519Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-27T04:21:32.725Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-27T04:21:33.074Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-27T04:21:33.327Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-27T04:21:33.786Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-27T04:21:34.063Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-27T04:21:36.074Z Downloading crates ...
1532026-03-27T04:21:36.130Z Downloaded cfg-if v1.0.4
1542026-03-27T04:21:36.138Z Downloaded terminal_size v0.4.4
1552026-03-27T04:21:36.146Z Downloaded chacha20 v0.10.0
1562026-03-27T04:21:36.150Z Downloaded errno v0.3.14
1572026-03-27T04:21:36.152Z Downloaded managed v0.8.0
1582026-03-27T04:21:36.155Z Downloaded rand_core v0.10.0
1592026-03-27T04:21:36.158Z Downloaded ipnetwork v0.21.1
1602026-03-27T04:21:36.158Z Downloaded getrandom v0.4.2
1612026-03-27T04:21:36.161Z Downloaded aho-corasick v1.1.4
1622026-03-27T04:21:36.164Z Downloaded defmt-parser v1.0.0
1632026-03-27T04:21:36.167Z Downloaded zerocopy-derive v0.8.47
1642026-03-27T04:21:36.169Z Downloaded tabwriter v1.4.1
1652026-03-27T04:21:36.174Z Downloaded num_enum v0.7.6
1662026-03-27T04:21:36.174Z Downloaded foreign-types-shared v0.3.1
1672026-03-27T04:21:36.174Z Downloaded embedded-io v0.4.0
1682026-03-27T04:21:36.184Z Downloaded ingot-macros v0.1.1
1692026-03-27T04:21:36.184Z Downloaded either v1.15.0
1702026-03-27T04:21:36.184Z Downloaded strsim v0.11.1
1712026-03-27T04:21:36.184Z Downloaded equivalent v1.0.2
1722026-03-27T04:21:36.184Z Downloaded zerocopy v0.8.47
1732026-03-27T04:21:36.230Z Downloaded ref-cast-impl v1.0.25
1742026-03-27T04:21:36.230Z Downloaded anstyle-parse v1.0.0
1752026-03-27T04:21:36.230Z Downloaded quote v1.0.45
1762026-03-27T04:21:36.230Z Downloaded proc-macro-error2 v2.0.1
1772026-03-27T04:21:36.230Z Downloaded pretty-hex v0.4.2
1782026-03-27T04:21:36.230Z Downloaded foreign-types-macros v0.2.3
1792026-03-27T04:21:36.230Z Downloaded foreign-types v0.5.0
1802026-03-27T04:21:36.231Z Downloaded postcard v1.1.3
1812026-03-27T04:21:36.231Z Downloaded darling v0.21.3
1822026-03-27T04:21:36.231Z Downloaded serde_derive v1.0.228
1832026-03-27T04:21:36.231Z Downloaded fnv v1.0.7
1842026-03-27T04:21:36.231Z Downloaded version_check v0.9.5
1852026-03-27T04:21:36.231Z Downloaded defmt v0.3.100
1862026-03-27T04:21:36.231Z Downloaded embedded-io v0.6.1
1872026-03-27T04:21:36.231Z Downloaded is_terminal_polyfill v1.70.2
1882026-03-27T04:21:36.231Z Downloaded cstr-argument v0.1.2
1892026-03-27T04:21:36.231Z Downloaded cobs v0.3.0
1902026-03-27T04:21:36.231Z Downloaded cpufeatures v0.3.0
1912026-03-27T04:21:36.231Z Downloaded dyn-clone v1.0.20
1922026-03-27T04:21:36.246Z Downloaded ident_case v1.0.1
1932026-03-27T04:21:36.246Z Downloaded clap_lex v1.1.0
1942026-03-27T04:21:36.255Z Downloaded hash32 v0.3.1
1952026-03-27T04:21:36.255Z Downloaded proc-macro-error-attr2 v2.0.0
1962026-03-27T04:21:36.255Z Downloaded macaddr v1.0.1
1972026-03-27T04:21:36.256Z Downloaded darling_macro v0.21.3
1982026-03-27T04:21:36.256Z Downloaded anstyle-query v1.1.5
1992026-03-27T04:21:36.256Z Downloaded colorchoice v1.0.5
2002026-03-27T04:21:36.256Z Downloaded heck v0.5.0
2012026-03-27T04:21:36.262Z Downloaded proc-macro-crate v3.5.0
2022026-03-27T04:21:36.269Z Downloaded stable_deref_trait v1.2.1
2032026-03-27T04:21:36.293Z Downloaded utf8parse v0.2.2
2042026-03-27T04:21:36.293Z Downloaded ingot v0.1.1
2052026-03-27T04:21:36.293Z Downloaded defmt v1.0.1
2062026-03-27T04:21:36.302Z Downloaded pin-project-lite v0.2.17
2072026-03-27T04:21:36.302Z Downloaded thiserror v2.0.18
2082026-03-27T04:21:36.302Z Downloaded rustversion v1.0.22
2092026-03-27T04:21:36.302Z Downloaded ref-cast v1.0.25
2102026-03-27T04:21:36.303Z Downloaded anstyle v1.0.14
2112026-03-27T04:21:36.306Z Downloaded thiserror-impl v2.0.18
2122026-03-27T04:21:36.306Z Downloaded anstream v1.0.0
2132026-03-27T04:21:36.306Z Downloaded ingot-types v0.1.2
2142026-03-27T04:21:36.314Z Downloaded toml_parser v1.1.0+spec-1.1.0
2152026-03-27T04:21:36.314Z Downloaded colored v3.1.1
2162026-03-27T04:21:36.318Z Downloaded oxnet v0.1.4
2172026-03-27T04:21:36.328Z Downloaded clap_derive v4.6.0
2182026-03-27T04:21:36.334Z Downloaded defmt-macros v1.0.1
2192026-03-27T04:21:36.341Z Downloaded bitflags v1.3.2
2202026-03-27T04:21:36.341Z Downloaded once_cell v1.21.4
2212026-03-27T04:21:36.342Z Downloaded byteorder v1.5.0
2222026-03-27T04:21:36.345Z Downloaded toml_datetime v1.1.0+spec-1.1.0
2232026-03-27T04:21:36.352Z Downloaded serde_core v1.0.228
2242026-03-27T04:21:36.359Z Downloaded anyhow v1.0.102
2252026-03-27T04:21:36.372Z Downloaded num_enum_derive v0.7.6
2262026-03-27T04:21:36.381Z Downloaded tracing-attributes v0.1.31
2272026-03-27T04:21:36.385Z Downloaded heapless v0.8.0
2282026-03-27T04:21:36.392Z Downloaded bitflags v2.11.0
2292026-03-27T04:21:36.397Z Downloaded unicode-ident v1.0.24
2302026-03-27T04:21:36.397Z Downloaded socket2 v0.6.3
2312026-03-27T04:21:36.397Z Downloaded proc-macro2 v1.0.106
2322026-03-27T04:21:36.405Z Downloaded tracing-core v0.1.36
2332026-03-27T04:21:36.405Z Downloaded clap v4.6.0
2342026-03-27T04:21:36.413Z Downloaded darling_core v0.21.3
2352026-03-27T04:21:36.421Z Downloaded uuid v1.22.0
2362026-03-27T04:21:36.427Z Downloaded toml_edit v0.25.8+spec-1.1.0
2372026-03-27T04:21:36.435Z Downloaded hashbrown v0.16.1
2382026-03-27T04:21:36.449Z Downloaded serde v1.0.228
2392026-03-27T04:21:36.456Z Downloaded memchr v2.8.0
2402026-03-27T04:21:36.462Z Downloaded indexmap v2.13.0
2412026-03-27T04:21:36.470Z Downloaded rand v0.10.0
2422026-03-27T04:21:36.523Z Downloaded itertools v0.14.0
2432026-03-27T04:21:36.531Z Downloaded clap_builder v4.6.0
2442026-03-27T04:21:36.536Z Downloaded regex v1.12.3
2452026-03-27T04:21:36.557Z Downloaded winnow v1.0.0
2462026-03-27T04:21:38.331Z Downloaded syn v1.0.109
2472026-03-27T04:21:38.332Z Downloaded unicode-width v0.2.2
2482026-03-27T04:21:38.332Z Downloaded smoltcp v0.11.0
2492026-03-27T04:21:38.332Z Downloaded regex-syntax v0.8.10
2502026-03-27T04:21:38.332Z Downloaded syn v2.0.117
2512026-03-27T04:21:38.332Z Downloaded rustix v1.1.4
2522026-03-27T04:21:38.332Z Downloaded tracing v0.1.44
2532026-03-27T04:21:38.332Z Downloaded regex-automata v0.4.14
2542026-03-27T04:21:38.332Z Downloaded libc v0.2.183
2552026-03-27T04:21:38.332Z Compiling proc-macro2 v1.0.106
2562026-03-27T04:21:38.332Z Compiling quote v1.0.45
2572026-03-27T04:21:38.332Z Compiling unicode-ident v1.0.24
2582026-03-27T04:21:38.332Z Compiling serde_core v1.0.228
2592026-03-27T04:21:38.332Z Compiling libc v0.2.183
2602026-03-27T04:21:38.332Z Checking cfg-if v1.0.4
2612026-03-27T04:21:38.332Z Compiling memchr v2.8.0
2622026-03-27T04:21:38.332Z Compiling fnv v1.0.7
2632026-03-27T04:21:38.332Z Compiling strsim v0.11.1
2642026-03-27T04:21:38.332Z Compiling thiserror v2.0.18
2652026-03-27T04:21:38.333Z Compiling ident_case v1.0.1
2662026-03-27T04:21:38.333Z Compiling regex-syntax v0.8.10
2672026-03-27T04:21:38.333Z Compiling either v1.15.0
2682026-03-27T04:21:38.333Z Compiling anyhow v1.0.102
2692026-03-27T04:21:38.333Z Compiling aho-corasick v1.1.4
2702026-03-27T04:21:38.333Z Compiling equivalent v1.0.2
2712026-03-27T04:21:38.333Z Compiling serde v1.0.228
2722026-03-27T04:21:38.333Z Compiling hashbrown v0.16.1
2732026-03-27T04:21:38.333Z Compiling winnow v1.0.0
2742026-03-27T04:21:38.333Z Compiling zerocopy v0.8.47
2752026-03-27T04:21:38.333Z Compiling itertools v0.14.0
2762026-03-27T04:21:38.333Z Compiling indexmap v2.13.0
2772026-03-27T04:21:38.333Z Compiling syn v2.0.117
2782026-03-27T04:21:38.333Z Compiling toml_datetime v1.1.0+spec-1.1.0
2792026-03-27T04:21:38.390Z Compiling heapless v0.8.0
2802026-03-27T04:21:38.552Z Compiling regex-automata v0.4.14
2812026-03-27T04:21:38.598Z Compiling toml_parser v1.1.0+spec-1.1.0
2822026-03-27T04:21:38.640Z Checking bitflags v2.11.0
2832026-03-27T04:21:38.682Z Checking byteorder v1.5.0
2842026-03-27T04:21:38.817Z Compiling smoltcp v0.11.0
2852026-03-27T04:21:38.840Z Checking hash32 v0.3.1
2862026-03-27T04:21:38.948Z Compiling rustversion v1.0.22
2872026-03-27T04:21:38.962Z Compiling toml_edit v0.25.8+spec-1.1.0
2882026-03-27T04:21:39.046Z Checking stable_deref_trait v1.2.1
2892026-03-27T04:21:39.111Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2902026-03-27T04:21:39.135Z Checking macaddr v1.0.1
2912026-03-27T04:21:39.155Z Compiling syn v1.0.109
2922026-03-27T04:21:39.266Z Compiling getrandom v0.4.2
2932026-03-27T04:21:39.308Z Checking managed v0.8.0
2942026-03-27T04:21:39.341Z Compiling rustix v1.1.4
2952026-03-27T04:21:39.480Z Compiling proc-macro-crate v3.5.0
2962026-03-27T04:21:39.486Z Checking bitflags v1.3.2
2972026-03-27T04:21:39.513Z Checking rand_core v0.10.0
2982026-03-27T04:21:39.513Z Compiling version_check v0.9.5
2992026-03-27T04:21:39.541Z Compiling ref-cast v1.0.25
3002026-03-27T04:21:39.644Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3012026-03-27T04:21:39.774Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3022026-03-27T04:21:39.879Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3032026-03-27T04:21:39.884Z Checking errno v0.3.14
3042026-03-27T04:21:40.006Z Checking cpufeatures v0.3.0
3052026-03-27T04:21:40.026Z Checking once_cell v1.21.4
3062026-03-27T04:21:40.066Z Checking foreign-types-shared v0.3.1
3072026-03-27T04:21:40.171Z Checking utf8parse v0.2.2
3082026-03-27T04:21:40.191Z Checking unicode-width v0.2.2
3092026-03-27T04:21:40.263Z Compiling regex v1.12.3
3102026-03-27T04:21:40.420Z Checking ipnetwork v0.21.1
3112026-03-27T04:21:40.434Z Checking tabwriter v1.4.1
3122026-03-27T04:21:40.500Z Checking cstr-argument v0.1.2
3132026-03-27T04:21:40.568Z Checking anstyle-parse v1.0.0
3142026-03-27T04:21:40.596Z Checking tracing-core v0.1.36
3152026-03-27T04:21:40.612Z Compiling darling_core v0.21.3
3162026-03-27T04:21:40.655Z Checking chacha20 v0.10.0
3172026-03-27T04:21:41.076Z Checking anstyle v1.0.14
3182026-03-27T04:21:41.111Z Checking pin-project-lite v0.2.17
3192026-03-27T04:21:41.174Z Checking anstyle-query v1.1.5
3202026-03-27T04:21:41.183Z Checking is_terminal_polyfill v1.70.2
3212026-03-27T04:21:41.199Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
3222026-03-27T04:21:41.218Z Checking colorchoice v1.0.5
3232026-03-27T04:21:41.246Z Checking dyn-clone v1.0.20
3242026-03-27T04:21:41.274Z Checking pretty-hex v0.4.2
3252026-03-27T04:21:41.304Z Checking anstream v1.0.0
3262026-03-27T04:21:41.360Z Checking terminal_size v0.4.4
3272026-03-27T04:21:41.394Z Checking rand v0.10.0
3282026-03-27T04:21:41.479Z Checking uuid v1.22.0
3292026-03-27T04:21:41.486Z Checking socket2 v0.6.3
3302026-03-27T04:21:41.495Z Compiling heck v0.5.0
3312026-03-27T04:21:41.685Z Checking clap_lex v1.1.0
3322026-03-27T04:21:41.693Z Checking oxnet v0.1.4
3332026-03-27T04:21:41.828Z Checking colored v3.1.1
3342026-03-27T04:21:41.847Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3352026-03-27T04:21:41.862Z Compiling thiserror-impl v2.0.18
3362026-03-27T04:21:41.867Z Compiling zerocopy-derive v0.8.47
3372026-03-27T04:21:41.867Z Compiling serde_derive v1.0.228
3382026-03-27T04:21:42.014Z Compiling foreign-types-macros v0.2.3
3392026-03-27T04:21:42.247Z Compiling ref-cast-impl v1.0.25
3402026-03-27T04:21:42.472Z Compiling num_enum_derive v0.7.6
3412026-03-27T04:21:42.615Z Checking foreign-types v0.5.0
3422026-03-27T04:21:42.683Z Compiling tracing-attributes v0.1.31
3432026-03-27T04:21:42.719Z Compiling darling_macro v0.21.3
3442026-03-27T04:21:42.900Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3452026-03-27T04:21:43.185Z Checking cobs v0.3.0
3462026-03-27T04:21:43.211Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3472026-03-27T04:21:43.299Z Compiling darling v0.21.3
3482026-03-27T04:21:43.334Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3492026-03-27T04:21:43.373Z Compiling ingot-macros v0.1.1
3502026-03-27T04:21:43.491Z Checking clap_builder v4.6.0
3512026-03-27T04:21:43.496Z Checking num_enum v0.7.6
3522026-03-27T04:21:43.510Z Compiling clap_derive v4.6.0
3532026-03-27T04:21:43.595Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3542026-03-27T04:21:43.676Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3552026-03-27T04:21:43.915Z Checking tracing v0.1.44
3562026-03-27T04:21:44.721Z Checking postcard v1.1.3
3572026-03-27T04:21:44.865Z Checking clap v4.6.0
3582026-03-27T04:21:45.767Z Checking ingot-types v0.1.2
3592026-03-27T04:21:46.032Z Checking ingot v0.1.1
3602026-03-27T04:21:48.347Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612026-03-27T04:21:48.504Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3622026-03-27T04:21:49.606Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3632026-03-27T04:21:50.426Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.08s
3642026-03-27T04:21:50.547Z
3652026-03-27T04:21:50.547Zreal 19.247960011
3662026-03-27T04:21:50.547Zuser 53.817392732
3672026-03-27T04:21:50.547Zsys 12.624100664
3682026-03-27T04:21:50.547Ztrap 0.041397530
3692026-03-27T04:21:50.547Ztflt 0.074271519
3702026-03-27T04:21:50.552Zdflt 0.083353151
3712026-03-27T04:21:50.552Zkflt 0.004960103
3722026-03-27T04:21:50.552Zlock 2:47.017847015
3732026-03-27T04:21:50.552Zslp 2:59.622318466
3742026-03-27T04:21:50.552Zlat 3.378645345
3752026-03-27T04:21:50.552Zstop 10.955051805
3762026-03-27T04:21:50.552Z+ header 'debug build'
3772026-03-27T04:21:50.552Z+ echo '# ==== debug build ==== #'
3782026-03-27T04:21:50.552Z+ ptime -m cargo build
3792026-03-27T04:21:50.552Z# ==== debug build ==== #
3802026-03-27T04:21:50.703Z Compiling cfg-if v1.0.4
3812026-03-27T04:21:50.708Z Compiling serde_core v1.0.228
3822026-03-27T04:21:50.708Z Compiling libc v0.2.183
3832026-03-27T04:21:50.728Z Compiling thiserror v2.0.18
3842026-03-27T04:21:50.733Z Compiling byteorder v1.5.0
3852026-03-27T04:21:50.736Z Compiling zerocopy v0.8.47
3862026-03-27T04:21:50.737Z Compiling stable_deref_trait v1.2.1
3872026-03-27T04:21:50.740Z Compiling macaddr v1.0.1
3882026-03-27T04:21:50.773Z Compiling bitflags v1.3.2
3892026-03-27T04:21:50.787Z Compiling cobs v0.3.0
3902026-03-27T04:21:50.804Z Compiling rand_core v0.10.0
3912026-03-27T04:21:50.831Z Compiling managed v0.8.0
3922026-03-27T04:21:50.894Z Compiling hash32 v0.3.1
3932026-03-27T04:21:50.951Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3942026-03-27T04:21:50.972Z Compiling memchr v2.8.0
3952026-03-27T04:21:51.037Z Compiling heapless v0.8.0
3962026-03-27T04:21:51.043Z Compiling errno v0.3.14
3972026-03-27T04:21:51.050Z Compiling ipnetwork v0.21.1
3982026-03-27T04:21:51.054Z Compiling utf8parse v0.2.2
3992026-03-27T04:21:51.138Z Compiling foreign-types-shared v0.3.1
4002026-03-27T04:21:51.163Z Compiling once_cell v1.21.4
4012026-03-27T04:21:51.193Z Compiling cpufeatures v0.3.0
4022026-03-27T04:21:51.212Z Compiling unicode-width v0.2.2
4032026-03-27T04:21:51.256Z Compiling chacha20 v0.10.0
4042026-03-27T04:21:51.388Z Compiling smoltcp v0.11.0
4052026-03-27T04:21:51.449Z Compiling tabwriter v1.4.1
4062026-03-27T04:21:51.523Z Compiling cstr-argument v0.1.2
4072026-03-27T04:21:51.583Z Compiling tracing-core v0.1.36
4082026-03-27T04:21:51.590Z Compiling foreign-types v0.5.0
4092026-03-27T04:21:51.667Z Compiling anstyle-parse v1.0.0
4102026-03-27T04:21:51.688Z Compiling getrandom v0.4.2
4112026-03-27T04:21:51.863Z Compiling ref-cast v1.0.25
4122026-03-27T04:21:51.916Z Compiling num_enum v0.7.6
4132026-03-27T04:21:51.972Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4142026-03-27T04:21:51.977Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4152026-03-27T04:21:51.977Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4162026-03-27T04:21:51.995Z Compiling anstyle-query v1.1.5
4172026-03-27T04:21:52.089Z Compiling dyn-clone v1.0.20
4182026-03-27T04:21:52.121Z Compiling is_terminal_polyfill v1.70.2
4192026-03-27T04:21:52.157Z Compiling pretty-hex v0.4.2
4202026-03-27T04:21:52.211Z Compiling pin-project-lite v0.2.17
4212026-03-27T04:21:52.230Z Compiling anstyle v1.0.14
4222026-03-27T04:21:52.282Z Compiling colorchoice v1.0.5
4232026-03-27T04:21:52.290Z Compiling tracing v0.1.44
4242026-03-27T04:21:52.388Z Compiling bitflags v2.11.0
4252026-03-27T04:21:52.494Z Compiling serde v1.0.228
4262026-03-27T04:21:52.532Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4272026-03-27T04:21:52.576Z Compiling rustix v1.1.4
4282026-03-27T04:21:52.651Z Compiling anstream v1.0.0
4292026-03-27T04:21:52.824Z Compiling uuid v1.22.0
4302026-03-27T04:21:52.929Z Compiling postcard v1.1.3
4312026-03-27T04:21:53.150Z Compiling terminal_size v0.4.4
4322026-03-27T04:21:53.172Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4332026-03-27T04:21:53.188Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4342026-03-27T04:21:53.284Z Compiling anyhow v1.0.102
4352026-03-27T04:21:53.293Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4362026-03-27T04:21:53.381Z Compiling rand v0.10.0
4372026-03-27T04:21:53.406Z Compiling socket2 v0.6.3
4382026-03-27T04:21:53.446Z Compiling strsim v0.11.1
4392026-03-27T04:21:53.693Z Compiling ingot-types v0.1.2
4402026-03-27T04:21:53.730Z Compiling clap_lex v1.1.0
4412026-03-27T04:21:53.759Z Compiling winnow v1.0.0
4422026-03-27T04:21:54.081Z Compiling ingot v0.1.1
4432026-03-27T04:21:54.109Z Compiling colored v3.1.1
4442026-03-27T04:21:54.148Z Compiling oxnet v0.1.4
4452026-03-27T04:21:54.346Z Compiling clap_builder v4.6.0
4462026-03-27T04:21:54.377Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4472026-03-27T04:21:54.780Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4482026-03-27T04:21:56.301Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4492026-03-27T04:21:56.309Z Compiling clap v4.6.0
4502026-03-27T04:21:57.179Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-03-27T04:21:58.727Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4522026-03-27T04:22:02.672Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.11s
4532026-03-27T04:22:02.703Z
4542026-03-27T04:22:02.708Zreal 12.142910380
4552026-03-27T04:22:02.708Zuser 1:04.236797293
4562026-03-27T04:22:02.708Zsys 5.899932673
4572026-03-27T04:22:02.708Ztrap 0.032542195
4582026-03-27T04:22:02.708Ztflt 0.148402790
4592026-03-27T04:22:02.708Zdflt 0.181056239
4602026-03-27T04:22:02.708Zkflt 0.003395990
4612026-03-27T04:22:02.708Zlock 2:53.191714352
4622026-03-27T04:22:02.708Zslp 1:54.921177100
4632026-03-27T04:22:02.708Zlat 4.334028013
4642026-03-27T04:22:02.708Zstop 3.487309519
4652026-03-27T04:22:02.708Z+ header 'release build'
4662026-03-27T04:22:02.708Z+ echo '# ==== release build ==== #'
4672026-03-27T04:22:02.708Z# ==== release build ==== #
4682026-03-27T04:22:02.708Z+ ptime -m cargo build --release
4692026-03-27T04:22:02.802Z Compiling proc-macro2 v1.0.106
4702026-03-27T04:22:02.802Z Compiling quote v1.0.45
4712026-03-27T04:22:02.802Z Compiling unicode-ident v1.0.24
4722026-03-27T04:22:02.802Z Compiling serde_core v1.0.228
4732026-03-27T04:22:02.805Z Compiling libc v0.2.183
4742026-03-27T04:22:02.805Z Compiling cfg-if v1.0.4
4752026-03-27T04:22:02.805Z Compiling strsim v0.11.1
4762026-03-27T04:22:02.805Z Compiling ident_case v1.0.1
4772026-03-27T04:22:02.868Z Compiling fnv v1.0.7
4782026-03-27T04:22:02.913Z Compiling memchr v2.8.0
4792026-03-27T04:22:02.916Z Compiling thiserror v2.0.18
4802026-03-27T04:22:03.062Z Compiling regex-syntax v0.8.10
4812026-03-27T04:22:03.105Z Compiling either v1.15.0
4822026-03-27T04:22:03.115Z Compiling anyhow v1.0.102
4832026-03-27T04:22:03.287Z Compiling serde v1.0.228
4842026-03-27T04:22:03.398Z Compiling aho-corasick v1.1.4
4852026-03-27T04:22:03.423Z Compiling zerocopy v0.8.47
4862026-03-27T04:22:03.464Z Compiling equivalent v1.0.2
4872026-03-27T04:22:03.540Z Compiling hashbrown v0.16.1
4882026-03-27T04:22:03.550Z Compiling winnow v1.0.0
4892026-03-27T04:22:03.604Z Compiling itertools v0.14.0
4902026-03-27T04:22:03.945Z Compiling syn v2.0.117
4912026-03-27T04:22:04.008Z Compiling indexmap v2.13.0
4922026-03-27T04:22:04.079Z Compiling toml_datetime v1.1.0+spec-1.1.0
4932026-03-27T04:22:04.287Z Compiling byteorder v1.5.0
4942026-03-27T04:22:04.467Z Compiling regex-automata v0.4.14
4952026-03-27T04:22:04.527Z Compiling toml_parser v1.1.0+spec-1.1.0
4962026-03-27T04:22:04.584Z Compiling heapless v0.8.0
4972026-03-27T04:22:04.723Z Compiling hash32 v0.3.1
4982026-03-27T04:22:04.785Z Compiling smoltcp v0.11.0
4992026-03-27T04:22:04.846Z Compiling bitflags v2.11.0
5002026-03-27T04:22:04.977Z Compiling toml_edit v0.25.8+spec-1.1.0
5012026-03-27T04:22:04.977Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5022026-03-27T04:22:05.008Z Compiling macaddr v1.0.1
5032026-03-27T04:22:05.044Z Compiling rustversion v1.0.22
5042026-03-27T04:22:05.097Z Compiling stable_deref_trait v1.2.1
5052026-03-27T04:22:05.161Z Compiling syn v1.0.109
5062026-03-27T04:22:05.200Z Compiling version_check v0.9.5
5072026-03-27T04:22:05.203Z Compiling rand_core v0.10.0
5082026-03-27T04:22:05.339Z Compiling managed v0.8.0
5092026-03-27T04:22:05.397Z Compiling ref-cast v1.0.25
5102026-03-27T04:22:05.442Z Compiling getrandom v0.4.2
5112026-03-27T04:22:05.474Z Compiling proc-macro-crate v3.5.0
5122026-03-27T04:22:05.562Z Compiling bitflags v1.3.2
5132026-03-27T04:22:05.609Z Compiling rustix v1.1.4
5142026-03-27T04:22:05.622Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5152026-03-27T04:22:05.823Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5162026-03-27T04:22:05.866Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5172026-03-27T04:22:06.027Z Compiling errno v0.3.14
5182026-03-27T04:22:06.134Z Compiling regex v1.12.3
5192026-03-27T04:22:06.167Z Compiling foreign-types-shared v0.3.1
5202026-03-27T04:22:06.227Z Compiling utf8parse v0.2.2
5212026-03-27T04:22:06.243Z Compiling unicode-width v0.2.2
5222026-03-27T04:22:06.325Z Compiling ipnetwork v0.21.1
5232026-03-27T04:22:06.359Z Compiling once_cell v1.21.4
5242026-03-27T04:22:06.519Z Compiling darling_core v0.21.3
5252026-03-27T04:22:06.524Z Compiling cpufeatures v0.3.0
5262026-03-27T04:22:06.578Z Compiling chacha20 v0.10.0
5272026-03-27T04:22:06.688Z Compiling tracing-core v0.1.36
5282026-03-27T04:22:06.839Z Compiling tabwriter v1.4.1
5292026-03-27T04:22:06.951Z Compiling anstyle-parse v1.0.0
5302026-03-27T04:22:07.151Z Compiling cstr-argument v0.1.2
5312026-03-27T04:22:07.506Z Compiling anstyle-query v1.1.5
5322026-03-27T04:22:07.595Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
5332026-03-27T04:22:07.624Z Compiling thiserror-impl v2.0.18
5342026-03-27T04:22:07.678Z Compiling zerocopy-derive v0.8.47
5352026-03-27T04:22:07.692Z Compiling serde_derive v1.0.228
5362026-03-27T04:22:07.792Z Compiling foreign-types-macros v0.2.3
5372026-03-27T04:22:07.918Z Compiling num_enum_derive v0.7.6
5382026-03-27T04:22:08.373Z Compiling ref-cast-impl v1.0.25
5392026-03-27T04:22:08.436Z Compiling foreign-types v0.5.0
5402026-03-27T04:22:08.503Z Compiling tracing-attributes v0.1.31
5412026-03-27T04:22:08.630Z Compiling darling_macro v0.21.3
5422026-03-27T04:22:08.916Z Compiling cobs v0.3.0
5432026-03-27T04:22:08.953Z Compiling num_enum v0.7.6
5442026-03-27T04:22:09.024Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5452026-03-27T04:22:09.045Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5462026-03-27T04:22:09.055Z Compiling pin-project-lite v0.2.17
5472026-03-27T04:22:09.122Z Compiling is_terminal_polyfill v1.70.2
5482026-03-27T04:22:09.138Z Compiling colorchoice v1.0.5
5492026-03-27T04:22:09.160Z Compiling darling v0.21.3
5502026-03-27T04:22:09.196Z Compiling anstyle v1.0.14
5512026-03-27T04:22:09.224Z Compiling ingot-macros v0.1.1
5522026-03-27T04:22:09.232Z Compiling dyn-clone v1.0.20
5532026-03-27T04:22:09.362Z Compiling pretty-hex v0.4.2
5542026-03-27T04:22:09.428Z Compiling anstream v1.0.0
5552026-03-27T04:22:09.483Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5562026-03-27T04:22:09.483Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5572026-03-27T04:22:09.498Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5582026-03-27T04:22:09.701Z Compiling tracing v0.1.44
5592026-03-27T04:22:09.815Z Compiling terminal_size v0.4.4
5602026-03-27T04:22:09.824Z Compiling rand v0.10.0
5612026-03-27T04:22:09.944Z Compiling uuid v1.22.0
5622026-03-27T04:22:09.959Z Compiling socket2 v0.6.3
5632026-03-27T04:22:10.008Z Compiling clap_lex v1.1.0
5642026-03-27T04:22:10.324Z Compiling colored v3.1.1
5652026-03-27T04:22:10.495Z Compiling oxnet v0.1.4
5662026-03-27T04:22:10.589Z Compiling heck v0.5.0
5672026-03-27T04:22:10.764Z Compiling clap_builder v4.6.0
5682026-03-27T04:22:10.774Z Compiling clap_derive v4.6.0
5692026-03-27T04:22:10.782Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5702026-03-27T04:22:10.876Z Compiling postcard v1.1.3
5712026-03-27T04:22:11.994Z Compiling ingot-types v0.1.2
5722026-03-27T04:22:12.372Z Compiling ingot v0.1.1
5732026-03-27T04:22:12.498Z Compiling clap v4.6.0
5742026-03-27T04:22:14.088Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5752026-03-27T04:22:15.076Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5762026-03-27T04:22:16.020Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5772026-03-27T04:22:22.475Z Finished `release` profile [optimized + debuginfo] target(s) in 19.75s
5782026-03-27T04:22:22.503Z
5792026-03-27T04:22:22.503Zreal 19.786251642
5802026-03-27T04:22:22.503Zuser 1:41.264361504
5812026-03-27T04:22:22.503Zsys 13.086851549
5822026-03-27T04:22:22.503Ztrap 0.050084017
5832026-03-27T04:22:22.503Ztflt 0.146223887
5842026-03-27T04:22:22.504Zdflt 0.338409373
5852026-03-27T04:22:22.504Zkflt 0.000013707
5862026-03-27T04:22:22.504Zlock 4:27.069305536
5872026-03-27T04:22:22.508Zslp 3:21.232434563
5882026-03-27T04:22:22.508Zlat 4.882238832
5892026-03-27T04:22:22.508Zstop 8.884166820
5902026-03-27T04:22:22.508Z+ popd
5912026-03-27T04:22:22.508Z/work/oxidecomputer/opte
5922026-03-27T04:22:22.508Z+ for x in debug release
5932026-03-27T04:22:22.508Z+ mkdir -p /work/debug
5942026-03-27T04:22:22.508Z+ cp target/debug/opteadm /work/debug/
5952026-03-27T04:22:22.528Z+ sha256sum target/debug/opteadm
5962026-03-27T04:22:22.552Z+ for x in debug release
5972026-03-27T04:22:22.552Z+ mkdir -p /work/release
5982026-03-27T04:22:22.555Z+ cp target/release/opteadm /work/release/
5992026-03-27T04:22:22.568Z+ sha256sum target/release/opteadm
6002026-03-27T04:22:22.592Zprocess exited: duration 65392 ms, exit code 0
 
6012026-03-27T04:22:22.606Zfound 4 output files
6022026-03-27T04:22:22.606Zuploading: /work/debug/opteadm (35303056 bytes)
6032026-03-27T04:22:23.883Zuploaded: /work/debug/opteadm
6042026-03-27T04:22:23.886Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6052026-03-27T04:22:24.893Zuploaded: /work/debug/opteadm.debug.sha256
6062026-03-27T04:22:24.896Zuploading: /work/release/opteadm (23753944 bytes)
6072026-03-27T04:22:26.074Zuploaded: /work/release/opteadm
6082026-03-27T04:22:26.078Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6092026-03-27T04:22:27.084Zuploaded: /work/release/opteadm.release.sha256