01KKTT7VZ8SZJPWZWD99DZDYPD: 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: 01KKTT88RGTQYXZBMNVR3HBYJ4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T07:56:58.546Zjob assigned to worker 01KKTT8AG57WMS5G71E77MDY8S [factory aws, i-079681790d57a1dd1] (queued for 1 m 57 s)
 
22026-03-16T07:57:06.698Zstarting task 0: "setup"
32026-03-16T07:57:06.704Z++ uname -s
42026-03-16T07:57:06.707Z+ kern=SunOS
52026-03-16T07:57:06.707Z+ build_user=build
62026-03-16T07:57:06.707Z+ build_uid=12345
72026-03-16T07:57:06.707Z+ work_dir=/work
82026-03-16T07:57:06.707Z+ input_dir=/input
92026-03-16T07:57:06.707Z+ [[ 0 == 12345 ]]
102026-03-16T07:57:06.707Z+ case "$kern" in
112026-03-16T07:57:06.707Z+ groupadd -g 12345 build
122026-03-16T07:57:06.710Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T07:57:08.714Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T07:57:08.883Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T07:57:08.887Z+ home_fs=zfs
162026-03-16T07:57:08.887Z+ [[ zfs == autofs ]]
172026-03-16T07:57:08.887Z+ mkdir -p /home/build
182026-03-16T07:57:08.890Z+ chown build:build /home/build /work
192026-03-16T07:57:09.889Z+ chmod 0700 /home/build /work
202026-03-16T07:57:09.892Zprocess exited: duration 3194 ms, exit code 0
 
212026-03-16T07:57:09.897Zstarting task 1: "rust-toolchain"
222026-03-16T07:57:09.902Z * rust toolchain channel = "1.93.1"
232026-03-16T07:57:09.902Z * rust toolchain profile = "default"
242026-03-16T07:57:09.902Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
252026-03-16T07:57:09.902Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-16T07:57:09.902Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T07:57:09.902Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T07:57:09.905Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T07:57:09.905Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-16T07:57:10.248Zinfo: downloading installer
312026-03-16T07:57:12.079Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T07:57:12.079Zwarn: /opt/ooce/bin
332026-03-16T07:57:12.079Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T07:57:12.079Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T07:57:12.079Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T07:57:12.079Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T07:57:12.079Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T07:57:12.079Zerror: cannot install while Rust is installed
392026-03-16T07:57:12.079Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T07:57:12.079Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T07:57:12.079Zwarn: /home/build/.rustup/settings.toml
422026-03-16T07:57:12.079Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T07:57:12.079Zwarn: instead of the one inferred from the default host triple.
442026-03-16T07:57:12.091Zinfo: profile set to default
452026-03-16T07:57:12.091Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T07:57:12.094Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-16T07:57:12.230Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-16T07:57:12.232Zinfo: downloading 6 components
492026-03-16T07:57:28.753Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-16T07:57:28.753Z
512026-03-16T07:57:28.788Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-16T07:57:28.788Z
532026-03-16T07:57:28.791Z
542026-03-16T07:57:28.791ZRust is installed now. Great!
552026-03-16T07:57:28.791Z
562026-03-16T07:57:28.791ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T07:57:28.791Zenvironment variable. This has not been done automatically.
582026-03-16T07:57:28.791Z
592026-03-16T07:57:28.791ZTo configure your current shell, you need to source
602026-03-16T07:57:28.791Zthe corresponding env file under $HOME/.cargo.
612026-03-16T07:57:28.791Z
622026-03-16T07:57:28.791ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T07:57:28.791Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T07:57:28.791Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T07:57:28.791Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T07:57:28.791Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T07:57:28.791Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T07:57:28.791Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T07:57:28.791Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T07:57:28.791Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T07:57:28.892Z+ rustup --version
722026-03-16T07:57:28.903Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T07:57:28.906Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T07:57:28.930Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-16T07:57:28.932Z+ cargo --version
762026-03-16T07:57:28.950Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-16T07:57:28.952Z+ rustc --version
782026-03-16T07:57:28.977Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-16T07:57:28.981Zprocess exited: duration 19087 ms, exit code 0
 
802026-03-16T07:57:28.986Zstarting task 2: "authentication"
812026-03-16T07:57:29.009Zprocess exited: duration 19 ms, exit code 0
 
822026-03-16T07:57:29.016Zstarting task 3: "clone repository"
832026-03-16T07:57:29.019Z+ mkdir -p /work/oxidecomputer/opte
842026-03-16T07:57:29.021Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-16T07:57:29.054ZCloning into '/work/oxidecomputer/opte'...
862026-03-16T07:57:29.930Z+ cd /work/oxidecomputer/opte
872026-03-16T07:57:29.930Z+ git fetch origin d9b87439179a558c7a423c2898fff6831fa5f5be
882026-03-16T07:57:30.167ZFrom https://github.com/oxidecomputer/opte
892026-03-16T07:57:30.167Z * branch d9b87439179a558c7a423c2898fff6831fa5f5be -> FETCH_HEAD
902026-03-16T07:57:30.175Z+ [[ -n renovate/lock-file-maintenance ]]
912026-03-16T07:57:30.178Z++ git branch --show-current
922026-03-16T07:57:30.180Z+ current=master
932026-03-16T07:57:30.180Z+ [[ master != renovate/lock-file-maintenance ]]
942026-03-16T07:57:30.180Z+ git branch -f renovate/lock-file-maintenance d9b87439179a558c7a423c2898fff6831fa5f5be
952026-03-16T07:57:30.183Z+ git checkout -f renovate/lock-file-maintenance
962026-03-16T07:57:30.204ZSwitched to branch 'renovate/lock-file-maintenance'
972026-03-16T07:57:30.207Z+ git reset --hard d9b87439179a558c7a423c2898fff6831fa5f5be
982026-03-16T07:57:30.227ZHEAD is now at d9b8743 Lock file maintenance
992026-03-16T07:57:30.230Zprocess exited: duration 1214 ms, exit code 0
 
1002026-03-16T07:57:30.235Zstarting task 4: "build"
1012026-03-16T07:57:30.239Z+ source .github/buildomat/common.sh
1022026-03-16T07:57:30.242Z++ rustup show active-toolchain
1032026-03-16T07:57:30.246Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-16T07:57:30.249Z++ pushd xde
1052026-03-16T07:57:30.249Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-16T07:57:30.249Z++ rustup show active-toolchain
1072026-03-16T07:57:30.255Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-16T07:57:30.411Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-16T07:57:30.414Zinfo: downloading 6 components
1102026-03-16T07:57:44.534Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-16T07:57:44.628Z+++ rustup show active-toolchain -v
1122026-03-16T07:57:44.631Z+++ head -n 1
1132026-03-16T07:57:44.631Z+++ cut '-d ' -f1
1142026-03-16T07:57:44.694Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-16T07:57:44.694Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-16T07:57:44.694Z++ popd
1172026-03-16T07:57:44.697Z/work/oxidecomputer/opte
1182026-03-16T07:57:44.697Z+ cargo --version
1192026-03-16T07:57:44.705Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-16T07:57:44.708Z+ rustc --version
1212026-03-16T07:57:44.732Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-16T07:57:44.735Z+ pushd bin/opteadm
1232026-03-16T07:57:44.735Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-03-16T07:57:44.735Z+ header 'check style'
1252026-03-16T07:57:44.735Z+ echo '# ==== check style ==== #'
1262026-03-16T07:57:44.735Z# ==== check style ==== #
1272026-03-16T07:57:44.735Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1282026-03-16T07:57:44.832Z
1292026-03-16T07:57:44.832Zreal 0.093619633
1302026-03-16T07:57:44.832Zuser 0.053738814
1312026-03-16T07:57:44.832Zsys 0.036692708
1322026-03-16T07:57:44.832Ztrap 0.000002580
1332026-03-16T07:57:44.835Ztflt 0.000015312
1342026-03-16T07:57:44.835Zdflt 0.000005831
1352026-03-16T07:57:44.835Zkflt 0.000000000
1362026-03-16T07:57:44.835Zlock 0.061554127
1372026-03-16T07:57:44.835Zslp 0.070720217
1382026-03-16T07:57:44.835Zlat 0.000239538
1392026-03-16T07:57:44.835Zstop 0.000110981
1402026-03-16T07:57:44.835Z+ header analyze
1412026-03-16T07:57:44.835Z+ echo '# ==== analyze ==== #'
1422026-03-16T07:57:44.835Z# ==== analyze ==== #
1432026-03-16T07:57:44.835Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1442026-03-16T07:57:45.001Z Updating crates.io index
1452026-03-16T07:57:45.047Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-16T07:57:47.078Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-16T07:57:47.387Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-16T07:57:47.753Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-16T07:57:48.240Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-16T07:57:48.504Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-16T07:57:48.787Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-16T07:57:51.078Z Downloading crates ...
1532026-03-16T07:57:51.133Z Downloaded cpufeatures v0.3.0
1542026-03-16T07:57:51.138Z Downloaded anstyle-query v1.1.5
1552026-03-16T07:57:51.138Z Downloaded cstr-argument v0.1.2
1562026-03-16T07:57:51.145Z Downloaded anstyle v1.0.14
1572026-03-16T07:57:51.149Z Downloaded anstream v1.0.0
1582026-03-16T07:57:51.149Z Downloaded byteorder v1.5.0
1592026-03-16T07:57:51.152Z Downloaded anstyle-parse v1.0.0
1602026-03-16T07:57:51.152Z Downloaded ref-cast v1.0.25
1612026-03-16T07:57:51.178Z Downloaded pretty-hex v0.4.2
1622026-03-16T07:57:51.178Z Downloaded zerocopy-derive v0.8.42
1632026-03-16T07:57:51.183Z Downloaded is_terminal_polyfill v1.70.2
1642026-03-16T07:57:51.183Z Downloaded macaddr v1.0.1
1652026-03-16T07:57:51.183Z Downloaded darling v0.21.3
1662026-03-16T07:57:51.183Z Downloaded thiserror v2.0.18
1672026-03-16T07:57:51.183Z Downloaded proc-macro-error2 v2.0.1
1682026-03-16T07:57:51.183Z Downloaded ingot-macros v0.1.1
1692026-03-16T07:57:51.183Z Downloaded pin-project-lite v0.2.17
1702026-03-16T07:57:51.183Z Downloaded managed v0.8.0
1712026-03-16T07:57:51.183Z Downloaded zerocopy v0.8.42
1722026-03-16T07:57:51.192Z Downloaded proc-macro-crate v3.5.0
1732026-03-16T07:57:51.196Z Downloaded num_enum v0.7.6
1742026-03-16T07:57:51.196Z Downloaded errno v0.3.14
1752026-03-16T07:57:51.199Z Downloaded cobs v0.3.0
1762026-03-16T07:57:51.199Z Downloaded clap_lex v1.1.0
1772026-03-16T07:57:51.199Z Downloaded version_check v0.9.5
1782026-03-16T07:57:51.199Z Downloaded hash32 v0.3.1
1792026-03-16T07:57:51.205Z Downloaded darling_core v0.21.3
1802026-03-16T07:57:51.215Z Downloaded ref-cast-impl v1.0.25
1812026-03-16T07:57:51.215Z Downloaded foreign-types v0.5.0
1822026-03-16T07:57:51.215Z Downloaded proc-macro-error-attr2 v2.0.0
1832026-03-16T07:57:51.215Z Downloaded embedded-io v0.4.0
1842026-03-16T07:57:51.215Z Downloaded stable_deref_trait v1.2.1
1852026-03-16T07:57:51.219Z Downloaded tabwriter v1.4.1
1862026-03-16T07:57:51.219Z Downloaded darling_macro v0.21.3
1872026-03-16T07:57:51.219Z Downloaded colorchoice v1.0.5
1882026-03-16T07:57:51.219Z Downloaded ident_case v1.0.1
1892026-03-16T07:57:51.219Z Downloaded dyn-clone v1.0.20
1902026-03-16T07:57:51.219Z Downloaded defmt-parser v1.0.0
1912026-03-16T07:57:51.222Z Downloaded utf8parse v0.2.2
1922026-03-16T07:57:51.222Z Downloaded heck v0.5.0
1932026-03-16T07:57:51.226Z Downloaded foreign-types-shared v0.3.1
1942026-03-16T07:57:51.226Z Downloaded cfg-if v1.0.4
1952026-03-16T07:57:51.229Z Downloaded embedded-io v0.6.1
1962026-03-16T07:57:51.229Z Downloaded foreign-types-macros v0.2.3
1972026-03-16T07:57:51.232Z Downloaded fnv v1.0.7
1982026-03-16T07:57:51.236Z Downloaded equivalent v1.0.2
1992026-03-16T07:57:51.236Z Downloaded strsim v0.11.1
2002026-03-16T07:57:51.239Z Downloaded defmt v0.3.100
2012026-03-16T07:57:51.245Z Downloaded ingot-types v0.1.2
2022026-03-16T07:57:51.249Z Downloaded quote v1.0.45
2032026-03-16T07:57:51.252Z Downloaded proc-macro2 v1.0.106
2042026-03-16T07:57:51.254Z Downloaded bitflags v2.11.0
2052026-03-16T07:57:51.258Z Downloaded num_enum_derive v0.7.6
2062026-03-16T07:57:51.260Z Downloaded oxnet v0.1.4
2072026-03-16T07:57:51.261Z Downloaded rustversion v1.0.22
2082026-03-16T07:57:51.265Z Downloaded bitflags v1.3.2
2092026-03-16T07:57:51.267Z Downloaded thiserror-impl v2.0.18
2102026-03-16T07:57:51.270Z Downloaded terminal_size v0.4.3
2112026-03-16T07:57:51.270Z Downloaded rand_core v0.10.0
2122026-03-16T07:57:51.273Z Downloaded ingot v0.1.1
2132026-03-16T07:57:51.273Z Downloaded either v1.15.0
2142026-03-16T07:57:51.282Z Downloaded defmt v1.0.1
2152026-03-16T07:57:51.285Z Downloaded postcard v1.1.3
2162026-03-16T07:57:51.287Z Downloaded tracing-attributes v0.1.31
2172026-03-16T07:57:51.292Z Downloaded clap_derive v4.6.0
2182026-03-16T07:57:51.295Z Downloaded defmt-macros v1.0.1
2192026-03-16T07:57:51.298Z Downloaded chacha20 v0.10.0
2202026-03-16T07:57:51.300Z Downloaded ipnetwork v0.21.1
2212026-03-16T07:57:51.305Z Downloaded anyhow v1.0.102
2222026-03-16T07:57:51.309Z Downloaded toml_parser v1.0.9+spec-1.1.0
2232026-03-16T07:57:51.313Z Downloaded toml_datetime v1.0.0+spec-1.1.0
2242026-03-16T07:57:51.318Z Downloaded once_cell v1.21.4
2252026-03-16T07:57:51.321Z Downloaded clap v4.6.0
2262026-03-16T07:57:51.329Z Downloaded serde_core v1.0.228
2272026-03-16T07:57:51.332Z Downloaded serde_derive v1.0.228
2282026-03-16T07:57:51.335Z Downloaded colored v3.1.1
2292026-03-16T07:57:51.335Z Downloaded unicode-ident v1.0.24
2302026-03-16T07:57:51.338Z Downloaded rand v0.10.0
2312026-03-16T07:57:51.342Z Downloaded toml_edit v0.25.4+spec-1.1.0
2322026-03-16T07:57:51.345Z Downloaded memchr v2.8.0
2332026-03-16T07:57:51.349Z Downloaded uuid v1.22.0
2342026-03-16T07:57:51.349Z Downloaded getrandom v0.4.2
2352026-03-16T07:57:51.352Z Downloaded socket2 v0.6.3
2362026-03-16T07:57:51.355Z Downloaded tracing-core v0.1.36
2372026-03-16T07:57:51.357Z Downloaded serde v1.0.228
2382026-03-16T07:57:51.357Z Downloaded heapless v0.8.0
2392026-03-16T07:57:51.371Z Downloaded aho-corasick v1.1.4
2402026-03-16T07:57:51.382Z Downloaded indexmap v2.13.0
2412026-03-16T07:57:51.403Z Downloaded hashbrown v0.16.1
2422026-03-16T07:57:51.419Z Downloaded itertools v0.14.0
2432026-03-16T07:57:51.428Z Downloaded regex v1.12.3
2442026-03-16T07:57:51.436Z Downloaded clap_builder v4.6.0
2452026-03-16T07:57:51.455Z Downloaded winnow v0.7.15
2462026-03-16T07:57:51.478Z Downloaded syn v1.0.109
2472026-03-16T07:57:51.498Z Downloaded unicode-width v0.2.2
2482026-03-16T07:57:51.502Z Downloaded syn v2.0.117
2492026-03-16T07:57:51.511Z Downloaded smoltcp v0.11.0
2502026-03-16T07:57:51.529Z Downloaded regex-syntax v0.8.10
2512026-03-16T07:57:51.542Z Downloaded rustix v1.1.4
2522026-03-16T07:57:51.557Z Downloaded tracing v0.1.44
2532026-03-16T07:57:51.571Z Downloaded regex-automata v0.4.14
2542026-03-16T07:57:51.586Z Downloaded libc v0.2.183
2552026-03-16T07:57:51.663Z Compiling proc-macro2 v1.0.106
2562026-03-16T07:57:51.663Z Compiling quote v1.0.45
2572026-03-16T07:57:51.663Z Compiling unicode-ident v1.0.24
2582026-03-16T07:57:51.670Z Compiling serde_core v1.0.228
2592026-03-16T07:57:51.670Z Compiling libc v0.2.183
2602026-03-16T07:57:51.670Z Checking cfg-if v1.0.4
2612026-03-16T07:57:51.670Z Compiling strsim v0.11.1
2622026-03-16T07:57:51.670Z Compiling ident_case v1.0.1
2632026-03-16T07:57:51.816Z Compiling thiserror v2.0.18
2642026-03-16T07:57:51.902Z Compiling fnv v1.0.7
2652026-03-16T07:57:51.909Z Compiling memchr v2.8.0
2662026-03-16T07:57:52.002Z Compiling regex-syntax v0.8.10
2672026-03-16T07:57:52.150Z Compiling either v1.15.0
2682026-03-16T07:57:52.225Z Compiling winnow v0.7.15
2692026-03-16T07:57:52.396Z Compiling hashbrown v0.16.1
2702026-03-16T07:57:52.474Z Compiling aho-corasick v1.1.4
2712026-03-16T07:57:52.685Z Compiling equivalent v1.0.2
2722026-03-16T07:57:52.688Z Compiling zerocopy v0.8.42
2732026-03-16T07:57:52.777Z Compiling serde v1.0.228
2742026-03-16T07:57:53.152Z Compiling anyhow v1.0.102
2752026-03-16T07:57:53.256Z Compiling indexmap v2.13.0
2762026-03-16T07:57:53.316Z Compiling syn v2.0.117
2772026-03-16T07:57:53.416Z Compiling itertools v0.14.0
2782026-03-16T07:57:53.557Z Compiling heapless v0.8.0
2792026-03-16T07:57:53.935Z Compiling regex-automata v0.4.14
2802026-03-16T07:57:54.071Z Compiling toml_parser v1.0.9+spec-1.1.0
2812026-03-16T07:57:54.141Z Compiling toml_datetime v1.0.0+spec-1.1.0
2822026-03-16T07:57:54.233Z Checking bitflags v2.11.0
2832026-03-16T07:57:54.420Z Checking byteorder v1.5.0
2842026-03-16T07:57:54.432Z Compiling rustversion v1.0.22
2852026-03-16T07:57:54.614Z Checking hash32 v0.3.1
2862026-03-16T07:57:54.651Z Compiling toml_edit v0.25.4+spec-1.1.0
2872026-03-16T07:57:54.745Z Compiling syn v1.0.109
2882026-03-16T07:57:54.800Z Checking stable_deref_trait v1.2.1
2892026-03-16T07:57:54.833Z Checking macaddr v1.0.1
2902026-03-16T07:57:54.867Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2912026-03-16T07:57:54.875Z Compiling smoltcp v0.11.0
2922026-03-16T07:57:55.115Z Compiling getrandom v0.4.2
2932026-03-16T07:57:55.171Z Checking managed v0.8.0
2942026-03-16T07:57:55.182Z Checking rand_core v0.10.0
2952026-03-16T07:57:55.356Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2962026-03-16T07:57:55.364Z Compiling rustix v1.1.4
2972026-03-16T07:57:55.405Z Compiling proc-macro-crate v3.5.0
2982026-03-16T07:57:55.500Z Compiling version_check v0.9.5
2992026-03-16T07:57:55.549Z Checking bitflags v1.3.2
3002026-03-16T07:57:55.626Z Compiling ref-cast v1.0.25
3012026-03-16T07:57:55.873Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3022026-03-16T07:57:56.078Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3032026-03-16T07:57:56.091Z Checking errno v0.3.14
3042026-03-16T07:57:56.187Z Checking cpufeatures v0.3.0
3052026-03-16T07:57:56.228Z Checking unicode-width v0.2.2
3062026-03-16T07:57:56.269Z Compiling regex v1.12.3
3072026-03-16T07:57:56.637Z Checking utf8parse v0.2.2
3082026-03-16T07:57:56.758Z Checking once_cell v1.21.4
3092026-03-16T07:57:56.791Z Checking foreign-types-shared v0.3.1
3102026-03-16T07:57:56.886Z Checking ipnetwork v0.21.1
3112026-03-16T07:57:56.927Z Checking anstyle-parse v1.0.0
3122026-03-16T07:57:56.966Z Checking tracing-core v0.1.36
3132026-03-16T07:57:57.061Z Checking cstr-argument v0.1.2
3142026-03-16T07:57:57.103Z Compiling darling_core v0.21.3
3152026-03-16T07:57:57.112Z Checking tabwriter v1.4.1
3162026-03-16T07:57:57.196Z Checking chacha20 v0.10.0
3172026-03-16T07:57:57.584Z Checking dyn-clone v1.0.20
3182026-03-16T07:57:57.630Z Checking pretty-hex v0.4.2
3192026-03-16T07:57:57.700Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
3202026-03-16T07:57:57.766Z Checking pin-project-lite v0.2.17
3212026-03-16T07:57:57.807Z Checking colorchoice v1.0.5
3222026-03-16T07:57:57.828Z Checking anstyle-query v1.1.5
3232026-03-16T07:57:57.862Z Checking is_terminal_polyfill v1.70.2
3242026-03-16T07:57:57.897Z Checking anstyle v1.0.14
3252026-03-16T07:57:57.916Z Checking terminal_size v0.4.3
3262026-03-16T07:57:57.978Z Checking rand v0.10.0
3272026-03-16T07:57:58.042Z Checking uuid v1.22.0
3282026-03-16T07:57:58.124Z Checking anstream v1.0.0
3292026-03-16T07:57:58.175Z Checking socket2 v0.6.3
3302026-03-16T07:57:58.355Z Checking clap_lex v1.1.0
3312026-03-16T07:57:58.369Z Checking colored v3.1.1
3322026-03-16T07:57:58.373Z Compiling heck v0.5.0
3332026-03-16T07:57:58.495Z Checking oxnet v0.1.4
3342026-03-16T07:57:58.622Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3352026-03-16T07:57:58.795Z Checking clap_builder v4.6.0
3362026-03-16T07:57:58.874Z Compiling thiserror-impl v2.0.18
3372026-03-16T07:57:58.916Z Compiling zerocopy-derive v0.8.42
3382026-03-16T07:57:59.125Z Compiling serde_derive v1.0.228
3392026-03-16T07:57:59.133Z Compiling foreign-types-macros v0.2.3
3402026-03-16T07:57:59.623Z Compiling darling_macro v0.21.3
3412026-03-16T07:57:59.906Z Compiling ref-cast-impl v1.0.25
3422026-03-16T07:58:00.179Z Compiling num_enum_derive v0.7.6
3432026-03-16T07:58:00.301Z Compiling darling v0.21.3
3442026-03-16T07:58:00.407Z Compiling ingot-macros v0.1.1
3452026-03-16T07:58:00.572Z Checking foreign-types v0.5.0
3462026-03-16T07:58:00.653Z Compiling tracing-attributes v0.1.31
3472026-03-16T07:58:00.663Z Checking cobs v0.3.0
3482026-03-16T07:58:00.790Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3492026-03-16T07:58:00.833Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3502026-03-16T07:58:00.990Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3512026-03-16T07:58:01.043Z Compiling clap_derive v4.6.0
3522026-03-16T07:58:01.566Z Checking num_enum v0.7.6
3532026-03-16T07:58:01.593Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3542026-03-16T07:58:01.691Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3552026-03-16T07:58:02.226Z Checking tracing v0.1.44
3562026-03-16T07:58:02.857Z Checking clap v4.6.0
3572026-03-16T07:58:02.950Z Checking postcard v1.1.3
3582026-03-16T07:58:04.581Z Checking ingot-types v0.1.2
3592026-03-16T07:58:04.958Z Checking ingot v0.1.1
3602026-03-16T07:58:06.912Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612026-03-16T07:58:08.580Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3622026-03-16T07:58:10.163Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3632026-03-16T07:58:11.300Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.41s
3642026-03-16T07:58:11.436Z
3652026-03-16T07:58:11.436Zreal 26.604920512
3662026-03-16T07:58:11.436Zuser 1:17.366079803
3672026-03-16T07:58:11.439Zsys 16.340127926
3682026-03-16T07:58:11.439Ztrap 0.055087901
3692026-03-16T07:58:11.439Ztflt 0.067239592
3702026-03-16T07:58:11.439Zdflt 0.080171002
3712026-03-16T07:58:11.439Zkflt 0.001666814
3722026-03-16T07:58:11.439Zlock 4:20.604622372
3732026-03-16T07:58:11.439Zslp 4:08.500304062
3742026-03-16T07:58:11.439Zlat 5.045839039
3752026-03-16T07:58:11.439Zstop 16.573958852
3762026-03-16T07:58:11.439Z+ header 'debug build'
3772026-03-16T07:58:11.439Z+ echo '# ==== debug build ==== #'
3782026-03-16T07:58:11.439Z# ==== debug build ==== #
3792026-03-16T07:58:11.439Z+ ptime -m cargo build
3802026-03-16T07:58:11.643Z Compiling cfg-if v1.0.4
3812026-03-16T07:58:11.646Z Compiling serde_core v1.0.228
3822026-03-16T07:58:11.646Z Compiling libc v0.2.183
3832026-03-16T07:58:11.676Z Compiling thiserror v2.0.18
3842026-03-16T07:58:11.684Z Compiling byteorder v1.5.0
3852026-03-16T07:58:11.689Z Compiling zerocopy v0.8.42
3862026-03-16T07:58:11.689Z Compiling macaddr v1.0.1
3872026-03-16T07:58:11.689Z Compiling stable_deref_trait v1.2.1
3882026-03-16T07:58:11.734Z Compiling rand_core v0.10.0
3892026-03-16T07:58:11.753Z Compiling cobs v0.3.0
3902026-03-16T07:58:11.774Z Compiling managed v0.8.0
3912026-03-16T07:58:11.899Z Compiling hash32 v0.3.1
3922026-03-16T07:58:11.919Z Compiling bitflags v1.3.2
3932026-03-16T07:58:11.989Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3942026-03-16T07:58:11.995Z Compiling ipnetwork v0.21.1
3952026-03-16T07:58:12.068Z Compiling heapless v0.8.0
3962026-03-16T07:58:12.076Z Compiling errno v0.3.14
3972026-03-16T07:58:12.086Z Compiling utf8parse v0.2.2
3982026-03-16T07:58:12.149Z Compiling memchr v2.8.0
3992026-03-16T07:58:12.196Z Compiling foreign-types-shared v0.3.1
4002026-03-16T07:58:12.271Z Compiling unicode-width v0.2.2
4012026-03-16T07:58:12.276Z Compiling once_cell v1.21.4
4022026-03-16T07:58:12.287Z Compiling cpufeatures v0.3.0
4032026-03-16T07:58:12.358Z Compiling chacha20 v0.10.0
4042026-03-16T07:58:12.559Z Compiling tabwriter v1.4.1
4052026-03-16T07:58:12.633Z Compiling smoltcp v0.11.0
4062026-03-16T07:58:12.641Z Compiling tracing-core v0.1.36
4072026-03-16T07:58:12.698Z Compiling cstr-argument v0.1.2
4082026-03-16T07:58:12.789Z Compiling foreign-types v0.5.0
4092026-03-16T07:58:12.874Z Compiling anstyle-parse v1.0.0
4102026-03-16T07:58:12.890Z Compiling getrandom v0.4.2
4112026-03-16T07:58:13.080Z Compiling ref-cast v1.0.25
4122026-03-16T07:58:13.137Z Compiling num_enum v0.7.6
4132026-03-16T07:58:13.154Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4142026-03-16T07:58:13.184Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4152026-03-16T07:58:13.262Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4162026-03-16T07:58:13.274Z Compiling pretty-hex v0.4.2
4172026-03-16T07:58:13.303Z Compiling anstyle v1.0.14
4182026-03-16T07:58:13.432Z Compiling pin-project-lite v0.2.17
4192026-03-16T07:58:13.536Z Compiling dyn-clone v1.0.20
4202026-03-16T07:58:13.639Z Compiling is_terminal_polyfill v1.70.2
4212026-03-16T07:58:13.689Z Compiling colorchoice v1.0.5
4222026-03-16T07:58:13.725Z Compiling anstyle-query v1.1.5
4232026-03-16T07:58:13.730Z Compiling tracing v0.1.44
4242026-03-16T07:58:13.818Z Compiling anstream v1.0.0
4252026-03-16T07:58:13.845Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4262026-03-16T07:58:13.950Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4272026-03-16T07:58:14.102Z Compiling bitflags v2.11.0
4282026-03-16T07:58:14.185Z Compiling serde v1.0.228
4292026-03-16T07:58:14.359Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4302026-03-16T07:58:14.401Z Compiling rustix v1.1.4
4312026-03-16T07:58:14.484Z Compiling uuid v1.22.0
4322026-03-16T07:58:14.567Z Compiling anyhow v1.0.102
4332026-03-16T07:58:14.667Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4342026-03-16T07:58:14.799Z Compiling postcard v1.1.3
4352026-03-16T07:58:15.115Z Compiling terminal_size v0.4.3
4362026-03-16T07:58:15.143Z Compiling rand v0.10.0
4372026-03-16T07:58:15.212Z Compiling socket2 v0.6.3
4382026-03-16T07:58:15.246Z Compiling clap_lex v1.1.0
4392026-03-16T07:58:15.294Z Compiling oxnet v0.1.4
4402026-03-16T07:58:15.625Z Compiling winnow v0.7.15
4412026-03-16T07:58:15.735Z Compiling colored v3.1.1
4422026-03-16T07:58:15.891Z Compiling ingot-types v0.1.2
4432026-03-16T07:58:15.966Z Compiling strsim v0.11.1
4442026-03-16T07:58:16.078Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4452026-03-16T07:58:16.437Z Compiling ingot v0.1.1
4462026-03-16T07:58:16.469Z Compiling clap_builder v4.6.0
4472026-03-16T07:58:17.485Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
4482026-03-16T07:58:18.581Z Compiling clap v4.6.0
4492026-03-16T07:58:18.808Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-03-16T07:58:20.815Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-03-16T07:58:22.570Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4522026-03-16T07:58:28.425Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.98s
4532026-03-16T07:58:28.461Z
4542026-03-16T07:58:28.464Zreal 17.017894596
4552026-03-16T07:58:28.464Zuser 1:25.696855778
4562026-03-16T07:58:28.464Zsys 7.371753880
4572026-03-16T07:58:28.464Ztrap 0.047747672
4582026-03-16T07:58:28.464Ztflt 0.161028031
4592026-03-16T07:58:28.464Zdflt 0.195576099
4602026-03-16T07:58:28.464Zkflt 0.000005371
4612026-03-16T07:58:28.464Zlock 4:02.174558521
4622026-03-16T07:58:28.464Zslp 2:36.425487056
4632026-03-16T07:58:28.464Zlat 3.392649326
4642026-03-16T07:58:28.464Zstop 3.198366111
4652026-03-16T07:58:28.464Z+ header 'release build'
4662026-03-16T07:58:28.464Z+ echo '# ==== release build ==== #'
4672026-03-16T07:58:28.464Z# ==== release build ==== #
4682026-03-16T07:58:28.464Z+ ptime -m cargo build --release
4692026-03-16T07:58:28.595Z Compiling proc-macro2 v1.0.106
4702026-03-16T07:58:28.595Z Compiling unicode-ident v1.0.24
4712026-03-16T07:58:28.598Z Compiling quote v1.0.45
4722026-03-16T07:58:28.598Z Compiling serde_core v1.0.228
4732026-03-16T07:58:28.598Z Compiling libc v0.2.183
4742026-03-16T07:58:28.598Z Compiling cfg-if v1.0.4
4752026-03-16T07:58:28.598Z Compiling strsim v0.11.1
4762026-03-16T07:58:28.625Z Compiling fnv v1.0.7
4772026-03-16T07:58:28.681Z Compiling thiserror v2.0.18
4782026-03-16T07:58:28.713Z Compiling ident_case v1.0.1
4792026-03-16T07:58:28.739Z Compiling memchr v2.8.0
4802026-03-16T07:58:28.834Z Compiling regex-syntax v0.8.10
4812026-03-16T07:58:28.975Z Compiling equivalent v1.0.2
4822026-03-16T07:58:28.995Z Compiling hashbrown v0.16.1
4832026-03-16T07:58:29.057Z Compiling zerocopy v0.8.42
4842026-03-16T07:58:29.320Z Compiling aho-corasick v1.1.4
4852026-03-16T07:58:29.469Z Compiling either v1.15.0
4862026-03-16T07:58:29.521Z Compiling anyhow v1.0.102
4872026-03-16T07:58:29.571Z Compiling winnow v0.7.15
4882026-03-16T07:58:29.695Z Compiling serde v1.0.228
4892026-03-16T07:58:29.707Z Compiling itertools v0.14.0
4902026-03-16T07:58:30.089Z Compiling indexmap v2.13.0
4912026-03-16T07:58:30.148Z Compiling syn v2.0.117
4922026-03-16T07:58:30.214Z Compiling byteorder v1.5.0
4932026-03-16T07:58:30.455Z Compiling heapless v0.8.0
4942026-03-16T07:58:30.833Z Compiling regex-automata v0.4.14
4952026-03-16T07:58:30.948Z Compiling toml_datetime v1.0.0+spec-1.1.0
4962026-03-16T07:58:31.257Z Compiling hash32 v0.3.1
4972026-03-16T07:58:31.367Z Compiling toml_parser v1.0.9+spec-1.1.0
4982026-03-16T07:58:31.398Z Compiling macaddr v1.0.1
4992026-03-16T07:58:31.406Z Compiling syn v1.0.109
5002026-03-16T07:58:31.542Z Compiling bitflags v2.11.0
5012026-03-16T07:58:31.647Z Compiling smoltcp v0.11.0
5022026-03-16T07:58:31.686Z Compiling stable_deref_trait v1.2.1
5032026-03-16T07:58:31.688Z Compiling rustversion v1.0.22
5042026-03-16T07:58:31.760Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5052026-03-16T07:58:31.823Z Compiling toml_edit v0.25.4+spec-1.1.0
5062026-03-16T07:58:32.053Z Compiling ref-cast v1.0.25
5072026-03-16T07:58:32.064Z Compiling managed v0.8.0
5082026-03-16T07:58:32.078Z Compiling getrandom v0.4.2
5092026-03-16T07:58:32.148Z Compiling rustix v1.1.4
5102026-03-16T07:58:32.351Z Compiling version_check v0.9.5
5112026-03-16T07:58:32.390Z Compiling bitflags v1.3.2
5122026-03-16T07:58:32.430Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5132026-03-16T07:58:32.459Z Compiling rand_core v0.10.0
5142026-03-16T07:58:32.563Z Compiling proc-macro-crate v3.5.0
5152026-03-16T07:58:32.685Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5162026-03-16T07:58:32.958Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5172026-03-16T07:58:33.030Z Compiling errno v0.3.14
5182026-03-16T07:58:33.116Z Compiling regex v1.12.3
5192026-03-16T07:58:33.195Z Compiling unicode-width v0.2.2
5202026-03-16T07:58:33.431Z Compiling utf8parse v0.2.2
5212026-03-16T07:58:33.438Z Compiling foreign-types-shared v0.3.1
5222026-03-16T07:58:33.528Z Compiling once_cell v1.21.4
5232026-03-16T07:58:33.547Z Compiling cpufeatures v0.3.0
5242026-03-16T07:58:33.556Z Compiling ipnetwork v0.21.1
5252026-03-16T07:58:33.651Z Compiling chacha20 v0.10.0
5262026-03-16T07:58:33.802Z Compiling tracing-core v0.1.36
5272026-03-16T07:58:33.996Z Compiling darling_core v0.21.3
5282026-03-16T07:58:34.017Z Compiling anstyle-parse v1.0.0
5292026-03-16T07:58:34.255Z Compiling cstr-argument v0.1.2
5302026-03-16T07:58:34.355Z Compiling tabwriter v1.4.1
5312026-03-16T07:58:34.950Z Compiling colorchoice v1.0.5
5322026-03-16T07:58:35.068Z Compiling anstyle-query v1.1.5
5332026-03-16T07:58:35.098Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
5342026-03-16T07:58:35.101Z Compiling pin-project-lite v0.2.17
5352026-03-16T07:58:35.174Z Compiling is_terminal_polyfill v1.70.2
5362026-03-16T07:58:35.199Z Compiling dyn-clone v1.0.20
5372026-03-16T07:58:35.268Z Compiling anstyle v1.0.14
5382026-03-16T07:58:35.378Z Compiling pretty-hex v0.4.2
5392026-03-16T07:58:35.424Z Compiling terminal_size v0.4.3
5402026-03-16T07:58:35.540Z Compiling anstream v1.0.0
5412026-03-16T07:58:35.583Z Compiling rand v0.10.0
5422026-03-16T07:58:35.724Z Compiling thiserror-impl v2.0.18
5432026-03-16T07:58:35.970Z Compiling zerocopy-derive v0.8.42
5442026-03-16T07:58:36.059Z Compiling serde_derive v1.0.228
5452026-03-16T07:58:36.217Z Compiling ref-cast-impl v1.0.25
5462026-03-16T07:58:36.284Z Compiling foreign-types-macros v0.2.3
5472026-03-16T07:58:36.656Z Compiling num_enum_derive v0.7.6
5482026-03-16T07:58:37.054Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5492026-03-16T07:58:37.072Z Compiling foreign-types v0.5.0
5502026-03-16T07:58:37.074Z Compiling darling_macro v0.21.3
5512026-03-16T07:58:37.147Z Compiling tracing-attributes v0.1.31
5522026-03-16T07:58:37.448Z Compiling cobs v0.3.0
5532026-03-16T07:58:37.654Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5542026-03-16T07:58:37.707Z Compiling uuid v1.22.0
5552026-03-16T07:58:37.739Z Compiling darling v0.21.3
5562026-03-16T07:58:37.765Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5572026-03-16T07:58:37.818Z Compiling ingot-macros v0.1.1
5582026-03-16T07:58:37.948Z Compiling num_enum v0.7.6
5592026-03-16T07:58:38.074Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5602026-03-16T07:58:38.077Z Compiling socket2 v0.6.3
5612026-03-16T07:58:38.303Z Compiling colored v3.1.1
5622026-03-16T07:58:38.345Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5632026-03-16T07:58:38.769Z Compiling tracing v0.1.44
5642026-03-16T07:58:38.786Z Compiling clap_lex v1.1.0
5652026-03-16T07:58:39.008Z Compiling heck v0.5.0
5662026-03-16T07:58:39.163Z Compiling oxnet v0.1.4
5672026-03-16T07:58:39.178Z Compiling clap_builder v4.6.0
5682026-03-16T07:58:39.260Z Compiling clap_derive v4.6.0
5692026-03-16T07:58:39.311Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5702026-03-16T07:58:40.388Z Compiling postcard v1.1.3
5712026-03-16T07:58:41.878Z Compiling clap v4.6.0
5722026-03-16T07:58:42.305Z Compiling ingot-types v0.1.2
5732026-03-16T07:58:42.782Z Compiling ingot v0.1.1
5742026-03-16T07:58:45.062Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5752026-03-16T07:58:46.465Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5762026-03-16T07:58:47.812Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5772026-03-16T07:58:56.191Z Finished `release` profile [optimized + debuginfo] target(s) in 27.72s
5782026-03-16T07:58:56.224Z
5792026-03-16T07:58:56.227Zreal 27.758550409
5802026-03-16T07:58:56.227Zuser 2:17.616717196
5812026-03-16T07:58:56.227Zsys 16.825355267
5822026-03-16T07:58:56.227Ztrap 0.070551547
5832026-03-16T07:58:56.227Ztflt 0.144367472
5842026-03-16T07:58:56.227Zdflt 0.428024833
5852026-03-16T07:58:56.227Zkflt 0.000019794
5862026-03-16T07:58:56.227Zlock 6:26.862679823
5872026-03-16T07:58:56.227Zslp 4:39.945023447
5882026-03-16T07:58:56.227Zlat 5.280036633
5892026-03-16T07:58:56.227Zstop 10.719048359
5902026-03-16T07:58:56.227Z+ popd
5912026-03-16T07:58:56.227Z/work/oxidecomputer/opte
5922026-03-16T07:58:56.227Z+ for x in debug release
5932026-03-16T07:58:56.227Z+ mkdir -p /work/debug
5942026-03-16T07:58:56.227Z+ cp target/debug/opteadm /work/debug/
5952026-03-16T07:58:56.255Z+ sha256sum target/debug/opteadm
5962026-03-16T07:58:56.286Z+ for x in debug release
5972026-03-16T07:58:56.286Z+ mkdir -p /work/release
5982026-03-16T07:58:56.288Z+ cp target/release/opteadm /work/release/
5992026-03-16T07:58:56.308Z+ sha256sum target/release/opteadm
6002026-03-16T07:58:56.329Zprocess exited: duration 86116 ms, exit code 0
 
6012026-03-16T07:58:56.336Zfound 4 output files
6022026-03-16T07:58:56.336Zuploading: /work/debug/opteadm (36087288 bytes)
6032026-03-16T07:58:57.552Zuploaded: /work/debug/opteadm
6042026-03-16T07:58:57.556Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6052026-03-16T07:58:58.561Zuploaded: /work/debug/opteadm.debug.sha256
6062026-03-16T07:58:58.561Zuploading: /work/release/opteadm (22679248 bytes)
6072026-03-16T07:58:59.736Zuploaded: /work/release/opteadm
6082026-03-16T07:58:59.736Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6092026-03-16T07:59:00.747Zuploaded: /work/release/opteadm.release.sha256