01KN4JEPX97JRDNTMC66DCEZT3: 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: 01KN4JF6QQJZ7TT7HQ25202XN2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T13:08:07.655Zjob assigned to worker 01KN4JFGNMHX3ZHNTYXKTR3HR0 [factory aws, i-0e6f6b6b0fec4d26d] (queued for 1 m 2 s)
 
22026-04-01T13:08:14.317Zstarting task 0: "setup"
32026-04-01T13:08:14.322Z++ uname -s
42026-04-01T13:08:14.325Z+ kern=SunOS
52026-04-01T13:08:14.325Z+ build_user=build
62026-04-01T13:08:14.325Z+ build_uid=12345
72026-04-01T13:08:14.325Z+ work_dir=/work
82026-04-01T13:08:14.325Z+ input_dir=/input
92026-04-01T13:08:14.325Z+ [[ 0 == 12345 ]]
102026-04-01T13:08:14.325Z+ case "$kern" in
112026-04-01T13:08:14.325Z+ groupadd -g 12345 build
122026-04-01T13:08:14.328Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T13:08:16.332Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T13:08:16.396Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T13:08:16.399Z+ home_fs=zfs
162026-04-01T13:08:16.399Z+ [[ zfs == autofs ]]
172026-04-01T13:08:16.399Z+ mkdir -p /home/build
182026-04-01T13:08:16.399Z+ chown build:build /home/build /work
192026-04-01T13:08:18.400Z+ chmod 0700 /home/build /work
202026-04-01T13:08:18.403Zprocess exited: duration 4087 ms, exit code 0
 
212026-04-01T13:08:18.409Zstarting task 1: "rust-toolchain"
222026-04-01T13:08:18.413Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-04-01T13:08:18.414Z * rust toolchain channel = "1.93.1"
242026-04-01T13:08:18.414Z * rust toolchain profile = "default"
252026-04-01T13:08:18.414Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-01T13:08:18.414Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T13:08:18.414Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T13:08:18.416Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T13:08:18.416Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-04-01T13:08:18.534Zinfo: downloading installer
312026-04-01T13:08:19.879Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T13:08:19.879Zwarn: /opt/ooce/bin
332026-04-01T13:08:19.879Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T13:08:19.879Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T13:08:19.879Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T13:08:19.879Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T13:08:19.879Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T13:08:19.879Zerror: cannot install while Rust is installed
392026-04-01T13:08:19.879Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T13:08:19.879Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T13:08:19.879Zwarn: /home/build/.rustup/settings.toml
422026-04-01T13:08:19.879Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T13:08:19.879Zwarn: instead of the one inferred from the default host triple.
442026-04-01T13:08:19.893Zinfo: profile set to default
452026-04-01T13:08:19.893Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T13:08:19.896Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-04-01T13:08:20.028Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-04-01T13:08:20.031Zinfo: downloading 6 components
492026-04-01T13:08:34.242Z
502026-04-01T13:08:34.242Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
512026-04-01T13:08:34.270Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-04-01T13:08:34.270Z
532026-04-01T13:08:34.270Z
542026-04-01T13:08:34.270ZRust is installed now. Great!
552026-04-01T13:08:34.271Z
562026-04-01T13:08:34.273ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T13:08:34.273Zenvironment variable. This has not been done automatically.
582026-04-01T13:08:34.273Z
592026-04-01T13:08:34.274ZTo configure your current shell, you need to source
602026-04-01T13:08:34.274Zthe corresponding env file under $HOME/.cargo.
612026-04-01T13:08:34.274Z
622026-04-01T13:08:34.274ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T13:08:34.274Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T13:08:34.274Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T13:08:34.274Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T13:08:34.274Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T13:08:34.274Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T13:08:34.274Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T13:08:34.274Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T13:08:34.274Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T13:08:34.367Z+ rustup --version
722026-04-01T13:08:34.376Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T13:08:34.378Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T13:08:34.397Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-04-01T13:08:34.400Z+ cargo --version
762026-04-01T13:08:34.413Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-04-01T13:08:34.415Z+ rustc --version
782026-04-01T13:08:34.435Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-04-01T13:08:34.437Zprocess exited: duration 16026 ms, exit code 0
 
802026-04-01T13:08:34.443Zstarting task 2: "authentication"
812026-04-01T13:08:34.459Zprocess exited: duration 16 ms, exit code 0
 
822026-04-01T13:08:34.465Zstarting task 3: "clone repository"
832026-04-01T13:08:34.468Z+ mkdir -p /work/oxidecomputer/opte
842026-04-01T13:08:34.471Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-01T13:08:34.503ZCloning into '/work/oxidecomputer/opte'...
862026-04-01T13:08:36.211Z+ cd /work/oxidecomputer/opte
872026-04-01T13:08:36.211Z+ git fetch origin 6667036f728e9a8e2d120b744081a50a095570ff
882026-04-01T13:08:36.507ZFrom https://github.com/oxidecomputer/opte
892026-04-01T13:08:36.507Z * branch 6667036f728e9a8e2d120b744081a50a095570ff -> FETCH_HEAD
902026-04-01T13:08:36.512Z+ [[ -n renovate/darling-0.x ]]
912026-04-01T13:08:36.515Z++ git branch --show-current
922026-04-01T13:08:36.515Z+ current=master
932026-04-01T13:08:36.515Z+ [[ master != renovate/darling-0.x ]]
942026-04-01T13:08:36.515Z+ git branch -f renovate/darling-0.x 6667036f728e9a8e2d120b744081a50a095570ff
952026-04-01T13:08:36.518Z+ git checkout -f renovate/darling-0.x
962026-04-01T13:08:36.533ZSwitched to branch 'renovate/darling-0.x'
972026-04-01T13:08:36.536Z+ git reset --hard 6667036f728e9a8e2d120b744081a50a095570ff
982026-04-01T13:08:36.549ZHEAD is now at 6667036 Update Rust crate darling to 0.23
992026-04-01T13:08:36.552Zprocess exited: duration 2085 ms, exit code 0
 
1002026-04-01T13:08:36.558Zstarting task 4: "build"
1012026-04-01T13:08:36.561Z+ source .github/buildomat/common.sh
1022026-04-01T13:08:36.564Z++ rustup show active-toolchain
1032026-04-01T13:08:36.567Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-01T13:08:36.570Z++ pushd xde
1052026-04-01T13:08:36.570Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-01T13:08:36.570Z++ rustup show active-toolchain
1072026-04-01T13:08:36.572Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-04-01T13:08:36.734Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-04-01T13:08:36.738Zinfo: downloading 6 components
1102026-04-01T13:08:52.273Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-01T13:08:52.364Z+++ rustup show active-toolchain -v
1122026-04-01T13:08:52.367Z+++ head -n 1
1132026-04-01T13:08:52.367Z+++ cut '-d ' -f1
1142026-04-01T13:08:52.420Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-04-01T13:08:52.420Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-04-01T13:08:52.420Z++ popd
1172026-04-01T13:08:52.423Z/work/oxidecomputer/opte
1182026-04-01T13:08:52.423Z+ cargo --version
1192026-04-01T13:08:52.430Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-04-01T13:08:52.433Z+ rustc --version
1212026-04-01T13:08:52.452Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-04-01T13:08:52.455Z+ pushd bin/opteadm
1232026-04-01T13:08:52.455Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-04-01T13:08:52.455Z+ header 'check style'
1252026-04-01T13:08:52.455Z+ echo '# ==== check style ==== #'
1262026-04-01T13:08:52.455Z# ==== check style ==== #
1272026-04-01T13:08:52.455Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1282026-04-01T13:08:52.530Z
1292026-04-01T13:08:52.530Zreal 0.072844211
1302026-04-01T13:08:52.530Zuser 0.040894606
1312026-04-01T13:08:52.530Zsys 0.029741800
1322026-04-01T13:08:52.530Ztrap 0.000024367
1332026-04-01T13:08:52.530Ztflt 0.000030154
1342026-04-01T13:08:52.530Zdflt 0.000006116
1352026-04-01T13:08:52.530Zkflt 0.000001219
1362026-04-01T13:08:52.530Zlock 0.046711356
1372026-04-01T13:08:52.531Zslp 0.055304577
1382026-04-01T13:08:52.531Zlat 0.000968751
1392026-04-01T13:08:52.531Zstop 0.000105518
1402026-04-01T13:08:52.534Z+ header analyze
1412026-04-01T13:08:52.534Z+ echo '# ==== analyze ==== #'
1422026-04-01T13:08:52.534Z# ==== analyze ==== #
1432026-04-01T13:08:52.534Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1442026-04-01T13:08:52.660Z Updating crates.io index
1452026-04-01T13:08:52.694Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-01T13:08:53.382Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-01T13:08:54.131Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-01T13:08:54.550Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-01T13:08:54.847Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-01T13:08:55.267Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-01T13:08:55.552Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-01T13:08:57.559Z Downloading crates ...
1532026-04-01T13:08:57.618Z Downloaded pretty-hex v0.4.2
1542026-04-01T13:08:57.621Z Downloaded aho-corasick v1.1.4
1552026-04-01T13:08:57.624Z Downloaded proc-macro-crate v3.5.0
1562026-04-01T13:08:57.626Z Downloaded cstr-argument v0.1.2
1572026-04-01T13:08:57.626Z Downloaded strsim v0.11.1
1582026-04-01T13:08:57.629Z Downloaded thiserror v2.0.18
1592026-04-01T13:08:57.632Z Downloaded postcard v1.1.3
1602026-04-01T13:08:57.632Z Downloaded darling_macro v0.21.3
1612026-04-01T13:08:57.632Z Downloaded anstyle v1.0.14
1622026-04-01T13:08:57.634Z Downloaded pin-project-lite v0.2.17
1632026-04-01T13:08:57.637Z Downloaded thiserror-impl v2.0.18
1642026-04-01T13:08:57.640Z Downloaded serde_derive v1.0.228
1652026-04-01T13:08:57.640Z Downloaded hash32 v0.3.1
1662026-04-01T13:08:57.648Z Downloaded zerocopy v0.8.47
1672026-04-01T13:08:57.658Z Downloaded zerocopy-derive v0.8.47
1682026-04-01T13:08:57.662Z Downloaded utf8parse v0.2.2
1692026-04-01T13:08:57.665Z Downloaded stable_deref_trait v1.2.1
1702026-04-01T13:08:57.665Z Downloaded errno v0.3.14
1712026-04-01T13:08:57.665Z Downloaded cfg-if v1.0.4
1722026-04-01T13:08:57.665Z Downloaded foreign-types-shared v0.3.1
1732026-04-01T13:08:57.671Z Downloaded ref-cast v1.0.25
1742026-04-01T13:08:57.674Z Downloaded fnv v1.0.7
1752026-04-01T13:08:57.674Z Downloaded colorchoice v1.0.5
1762026-04-01T13:08:57.678Z Downloaded embedded-io v0.6.1
1772026-04-01T13:08:57.685Z Downloaded dyn-clone v1.0.20
1782026-04-01T13:08:57.688Z Downloaded proc-macro-error2 v2.0.1
1792026-04-01T13:08:57.691Z Downloaded ipnetwork v0.21.1
1802026-04-01T13:08:57.695Z Downloaded num_enum v0.7.6
1812026-04-01T13:08:57.697Z Downloaded syn v2.0.117
1822026-04-01T13:08:57.700Z Downloaded embedded-io v0.4.0
1832026-04-01T13:08:57.703Z Downloaded proc-macro-error-attr2 v2.0.0
1842026-04-01T13:08:57.703Z Downloaded cobs v0.3.0
1852026-04-01T13:08:57.703Z Downloaded equivalent v1.0.2
1862026-04-01T13:08:57.703Z Downloaded cpufeatures v0.3.0
1872026-04-01T13:08:57.706Z Downloaded is_terminal_polyfill v1.70.2
1882026-04-01T13:08:57.709Z Downloaded ref-cast-impl v1.0.25
1892026-04-01T13:08:57.709Z Downloaded tabwriter v1.4.1
1902026-04-01T13:08:57.709Z Downloaded defmt v0.3.100
1912026-04-01T13:08:57.713Z Downloaded foreign-types-macros v0.2.3
1922026-04-01T13:08:57.716Z Downloaded managed v0.8.0
1932026-04-01T13:08:57.721Z Downloaded foreign-types v0.5.0
1942026-04-01T13:08:57.724Z Downloaded macaddr v1.0.1
1952026-04-01T13:08:57.729Z Downloaded terminal_size v0.4.4
1962026-04-01T13:08:57.732Z Downloaded heck v0.5.0
1972026-04-01T13:08:57.735Z Downloaded clap_lex v1.1.0
1982026-04-01T13:08:57.738Z Downloaded version_check v0.9.5
1992026-04-01T13:08:57.738Z Downloaded defmt-macros v1.0.1
2002026-04-01T13:08:57.741Z Downloaded num_enum_derive v0.7.6
2012026-04-01T13:08:57.744Z Downloaded rustversion v1.0.22
2022026-04-01T13:08:57.744Z Downloaded chacha20 v0.10.0
2032026-04-01T13:08:57.747Z Downloaded anstyle-query v1.1.5
2042026-04-01T13:08:57.753Z Downloaded ident_case v1.0.1
2052026-04-01T13:08:57.755Z Downloaded either v1.15.0
2062026-04-01T13:08:57.758Z Downloaded defmt-parser v1.0.0
2072026-04-01T13:08:57.758Z Downloaded bitflags v1.3.2
2082026-04-01T13:08:57.761Z Downloaded toml_datetime v1.1.0+spec-1.1.0
2092026-04-01T13:08:57.761Z Downloaded defmt v1.0.1
2102026-04-01T13:08:57.764Z Downloaded ingot-types v0.1.2
2112026-04-01T13:08:57.766Z Downloaded rand_core v0.10.0
2122026-04-01T13:08:57.766Z Downloaded anstyle-parse v1.0.0
2132026-04-01T13:08:57.769Z Downloaded oxnet v0.1.4
2142026-04-01T13:08:57.772Z Downloaded ingot v0.1.1
2152026-04-01T13:08:57.782Z Downloaded clap_derive v4.6.0
2162026-04-01T13:08:57.785Z Downloaded clap v4.6.0
2172026-04-01T13:08:57.790Z Downloaded colored v3.1.1
2182026-04-01T13:08:57.792Z Downloaded bitflags v2.11.0
2192026-04-01T13:08:57.796Z Downloaded once_cell v1.21.4
2202026-04-01T13:08:57.799Z Downloaded darling v0.21.3
2212026-04-01T13:08:57.801Z Downloaded tracing-attributes v0.1.31
2222026-04-01T13:08:57.804Z Downloaded anyhow v1.0.102
2232026-04-01T13:08:57.804Z Downloaded toml_parser v1.1.0+spec-1.1.0
2242026-04-01T13:08:57.807Z Downloaded ingot-macros v0.1.1
2252026-04-01T13:08:57.807Z Downloaded byteorder v1.5.0
2262026-04-01T13:08:57.807Z Downloaded anstream v1.0.0
2272026-04-01T13:08:57.811Z Downloaded getrandom v0.4.2
2282026-04-01T13:08:57.814Z Downloaded tracing-core v0.1.36
2292026-04-01T13:08:57.817Z Downloaded quote v1.0.45
2302026-04-01T13:08:57.817Z Downloaded serde_core v1.0.228
2312026-04-01T13:08:57.820Z Downloaded unicode-ident v1.0.24
2322026-04-01T13:08:57.822Z Downloaded proc-macro2 v1.0.106
2332026-04-01T13:08:57.832Z Downloaded socket2 v0.6.3
2342026-04-01T13:08:57.834Z Downloaded uuid v1.22.0
2352026-04-01T13:08:57.840Z Downloaded darling_core v0.21.3
2362026-04-01T13:08:57.845Z Downloaded heapless v0.8.0
2372026-04-01T13:08:57.855Z Downloaded serde v1.0.228
2382026-04-01T13:08:57.861Z Downloaded memchr v2.8.0
2392026-04-01T13:08:57.871Z Downloaded toml_edit v0.25.8+spec-1.1.0
2402026-04-01T13:08:57.881Z Downloaded indexmap v2.13.0
2412026-04-01T13:08:57.888Z Downloaded rand v0.10.0
2422026-04-01T13:08:57.916Z Downloaded regex v1.12.3
2432026-04-01T13:08:57.919Z Downloaded itertools v0.14.0
2442026-04-01T13:08:57.923Z Downloaded hashbrown v0.16.1
2452026-04-01T13:08:57.926Z Downloaded clap_builder v4.6.0
2462026-04-01T13:08:57.942Z Downloaded winnow v1.0.0
2472026-04-01T13:08:57.957Z Downloaded smoltcp v0.11.0
2482026-04-01T13:08:57.964Z Downloaded syn v1.0.109
2492026-04-01T13:08:57.975Z Downloaded unicode-width v0.2.2
2502026-04-01T13:08:58.001Z Downloaded rustix v1.1.4
2512026-04-01T13:08:58.013Z Downloaded regex-syntax v0.8.10
2522026-04-01T13:08:58.028Z Downloaded tracing v0.1.44
2532026-04-01T13:08:58.050Z Downloaded regex-automata v0.4.14
2542026-04-01T13:08:58.062Z Downloaded libc v0.2.183
2552026-04-01T13:08:58.124Z Compiling proc-macro2 v1.0.106
2562026-04-01T13:08:58.124Z Compiling unicode-ident v1.0.24
2572026-04-01T13:08:58.124Z Compiling quote v1.0.45
2582026-04-01T13:08:58.124Z Compiling serde_core v1.0.228
2592026-04-01T13:08:58.124Z Compiling libc v0.2.183
2602026-04-01T13:08:58.127Z Checking cfg-if v1.0.4
2612026-04-01T13:08:58.127Z Compiling thiserror v2.0.18
2622026-04-01T13:08:58.127Z Compiling memchr v2.8.0
2632026-04-01T13:08:58.248Z Compiling strsim v0.11.1
2642026-04-01T13:08:58.325Z Compiling ident_case v1.0.1
2652026-04-01T13:08:58.433Z Compiling fnv v1.0.7
2662026-04-01T13:08:58.522Z Compiling regex-syntax v0.8.10
2672026-04-01T13:08:58.540Z Compiling zerocopy v0.8.47
2682026-04-01T13:08:58.592Z Compiling aho-corasick v1.1.4
2692026-04-01T13:08:58.744Z Compiling either v1.15.0
2702026-04-01T13:08:58.763Z Compiling hashbrown v0.16.1
2712026-04-01T13:08:58.900Z Compiling anyhow v1.0.102
2722026-04-01T13:08:58.936Z Compiling equivalent v1.0.2
2732026-04-01T13:08:58.942Z Compiling winnow v1.0.0
2742026-04-01T13:08:59.013Z Compiling serde v1.0.228
2752026-04-01T13:08:59.290Z Compiling indexmap v2.13.0
2762026-04-01T13:08:59.393Z Compiling syn v2.0.117
2772026-04-01T13:08:59.408Z Compiling itertools v0.14.0
2782026-04-01T13:08:59.444Z Compiling toml_datetime v1.1.0+spec-1.1.0
2792026-04-01T13:08:59.666Z Checking byteorder v1.5.0
2802026-04-01T13:08:59.819Z Compiling toml_parser v1.1.0+spec-1.1.0
2812026-04-01T13:08:59.890Z Compiling heapless v0.8.0
2822026-04-01T13:08:59.937Z Compiling regex-automata v0.4.14
2832026-04-01T13:08:59.989Z Checking bitflags v2.11.0
2842026-04-01T13:08:59.996Z Checking hash32 v0.3.1
2852026-04-01T13:09:00.098Z Compiling smoltcp v0.11.0
2862026-04-01T13:09:00.145Z Checking macaddr v1.0.1
2872026-04-01T13:09:00.285Z Compiling toml_edit v0.25.8+spec-1.1.0
2882026-04-01T13:09:00.341Z Checking stable_deref_trait v1.2.1
2892026-04-01T13:09:00.360Z Compiling rustversion v1.0.22
2902026-04-01T13:09:00.404Z Compiling syn v1.0.109
2912026-04-01T13:09:00.434Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2922026-04-01T13:09:00.609Z Checking managed v0.8.0
2932026-04-01T13:09:00.682Z Compiling getrandom v0.4.2
2942026-04-01T13:09:00.736Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2952026-04-01T13:09:00.751Z Compiling ref-cast v1.0.25
2962026-04-01T13:09:00.783Z Checking bitflags v1.3.2
2972026-04-01T13:09:00.843Z Compiling proc-macro-crate v3.5.0
2982026-04-01T13:09:00.920Z Compiling version_check v0.9.5
2992026-04-01T13:09:00.943Z Compiling rustix v1.1.4
3002026-04-01T13:09:00.949Z Checking rand_core v0.10.0
3012026-04-01T13:09:01.183Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3022026-04-01T13:09:01.261Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3032026-04-01T13:09:01.433Z Checking errno v0.3.14
3042026-04-01T13:09:01.511Z Checking ipnetwork v0.21.1
3052026-04-01T13:09:01.550Z Checking cpufeatures v0.3.0
3062026-04-01T13:09:01.609Z Compiling regex v1.12.3
3072026-04-01T13:09:01.680Z Checking foreign-types-shared v0.3.1
3082026-04-01T13:09:01.727Z Checking unicode-width v0.2.2
3092026-04-01T13:09:01.758Z Checking utf8parse v0.2.2
3102026-04-01T13:09:01.855Z Checking once_cell v1.21.4
3112026-04-01T13:09:01.901Z Checking cstr-argument v0.1.2
3122026-04-01T13:09:01.977Z Compiling darling_core v0.21.3
3132026-04-01T13:09:01.998Z Checking tabwriter v1.4.1
3142026-04-01T13:09:02.036Z Checking tracing-core v0.1.36
3152026-04-01T13:09:02.044Z Checking anstyle-parse v1.0.0
3162026-04-01T13:09:02.165Z Checking chacha20 v0.10.0
3172026-04-01T13:09:02.487Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
3182026-04-01T13:09:02.534Z Checking pretty-hex v0.4.2
3192026-04-01T13:09:02.646Z Checking colorchoice v1.0.5
3202026-04-01T13:09:02.649Z Checking anstyle-query v1.1.5
3212026-04-01T13:09:02.661Z Checking dyn-clone v1.0.20
3222026-04-01T13:09:02.669Z Checking anstyle v1.0.14
3232026-04-01T13:09:02.705Z Checking pin-project-lite v0.2.17
3242026-04-01T13:09:02.731Z Checking is_terminal_polyfill v1.70.2
3252026-04-01T13:09:02.786Z Checking terminal_size v0.4.4
3262026-04-01T13:09:02.808Z Checking rand v0.10.0
3272026-04-01T13:09:02.845Z Checking anstream v1.0.0
3282026-04-01T13:09:02.893Z Checking uuid v1.22.0
3292026-04-01T13:09:02.944Z Checking socket2 v0.6.3
3302026-04-01T13:09:03.041Z Compiling heck v0.5.0
3312026-04-01T13:09:03.153Z Checking colored v3.1.1
3322026-04-01T13:09:03.217Z Checking clap_lex v1.1.0
3332026-04-01T13:09:03.244Z Checking oxnet v0.1.4
3342026-04-01T13:09:03.280Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3352026-04-01T13:09:03.287Z Compiling thiserror-impl v2.0.18
3362026-04-01T13:09:03.347Z Compiling zerocopy-derive v0.8.47
3372026-04-01T13:09:03.364Z Compiling serde_derive v1.0.228
3382026-04-01T13:09:03.414Z Compiling foreign-types-macros v0.2.3
3392026-04-01T13:09:03.718Z Compiling ref-cast-impl v1.0.25
3402026-04-01T13:09:04.043Z Compiling num_enum_derive v0.7.6
3412026-04-01T13:09:04.058Z Checking foreign-types v0.5.0
3422026-04-01T13:09:04.124Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3432026-04-01T13:09:04.195Z Compiling darling_macro v0.21.3
3442026-04-01T13:09:04.389Z Compiling tracing-attributes v0.1.31
3452026-04-01T13:09:04.731Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3462026-04-01T13:09:04.738Z Checking cobs v0.3.0
3472026-04-01T13:09:04.738Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3482026-04-01T13:09:04.738Z Compiling darling v0.21.3
3492026-04-01T13:09:04.767Z Checking clap_builder v4.6.0
3502026-04-01T13:09:04.803Z Compiling ingot-macros v0.1.1
3512026-04-01T13:09:04.852Z Compiling clap_derive v4.6.0
3522026-04-01T13:09:05.043Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3532026-04-01T13:09:05.050Z Checking num_enum v0.7.6
3542026-04-01T13:09:05.152Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3552026-04-01T13:09:05.612Z Checking tracing v0.1.44
3562026-04-01T13:09:06.220Z Checking postcard v1.1.3
3572026-04-01T13:09:06.237Z Checking clap v4.6.0
3582026-04-01T13:09:07.354Z Checking ingot-types v0.1.2
3592026-04-01T13:09:07.633Z Checking ingot v0.1.1
3602026-04-01T13:09:08.942Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612026-04-01T13:09:10.109Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3622026-04-01T13:09:11.196Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3632026-04-01T13:09:12.021Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.44s
3642026-04-01T13:09:12.141Z
3652026-04-01T13:09:12.141Zreal 19.602943047
3662026-04-01T13:09:12.141Zuser 54.388279158
3672026-04-01T13:09:12.141Zsys 13.099141640
3682026-04-01T13:09:12.141Ztrap 0.038483876
3692026-04-01T13:09:12.141Ztflt 0.063638855
3702026-04-01T13:09:12.141Zdflt 0.105077912
3712026-04-01T13:09:12.141Zkflt 0.005165226
3722026-04-01T13:09:12.158Zlock 2:55.178054422
3732026-04-01T13:09:12.158Zslp 3:03.134118080
3742026-04-01T13:09:12.158Zlat 3.714030664
3752026-04-01T13:09:12.158Zstop 11.021886427
3762026-04-01T13:09:12.158Z+ header 'debug build'
3772026-04-01T13:09:12.158Z+ echo '# ==== debug build ==== #'
3782026-04-01T13:09:12.158Z# ==== debug build ==== #
3792026-04-01T13:09:12.158Z+ ptime -m cargo build
3802026-04-01T13:09:12.303Z Compiling cfg-if v1.0.4
3812026-04-01T13:09:12.303Z Compiling serde_core v1.0.228
3822026-04-01T13:09:12.306Z Compiling libc v0.2.183
3832026-04-01T13:09:12.329Z Compiling thiserror v2.0.18
3842026-04-01T13:09:12.333Z Compiling byteorder v1.5.0
3852026-04-01T13:09:12.336Z Compiling zerocopy v0.8.47
3862026-04-01T13:09:12.336Z Compiling stable_deref_trait v1.2.1
3872026-04-01T13:09:12.336Z Compiling macaddr v1.0.1
3882026-04-01T13:09:12.378Z Compiling bitflags v1.3.2
3892026-04-01T13:09:12.391Z Compiling cobs v0.3.0
3902026-04-01T13:09:12.407Z Compiling rand_core v0.10.0
3912026-04-01T13:09:12.437Z Compiling managed v0.8.0
3922026-04-01T13:09:12.496Z Compiling hash32 v0.3.1
3932026-04-01T13:09:12.560Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3942026-04-01T13:09:12.574Z Compiling cpufeatures v0.3.0
3952026-04-01T13:09:12.636Z Compiling heapless v0.8.0
3962026-04-01T13:09:12.641Z Compiling errno v0.3.14
3972026-04-01T13:09:12.641Z Compiling foreign-types-shared v0.3.1
3982026-04-01T13:09:12.661Z Compiling utf8parse v0.2.2
3992026-04-01T13:09:12.666Z Compiling memchr v2.8.0
4002026-04-01T13:09:12.711Z Compiling once_cell v1.21.4
4012026-04-01T13:09:12.753Z Compiling unicode-width v0.2.2
4022026-04-01T13:09:12.793Z Compiling ipnetwork v0.21.1
4032026-04-01T13:09:12.824Z Compiling anstyle-parse v1.0.0
4042026-04-01T13:09:12.939Z Compiling tracing-core v0.1.36
4052026-04-01T13:09:13.027Z Compiling smoltcp v0.11.0
4062026-04-01T13:09:13.041Z Compiling cstr-argument v0.1.2
4072026-04-01T13:09:13.053Z Compiling tabwriter v1.4.1
4082026-04-01T13:09:13.201Z Compiling foreign-types v0.5.0
4092026-04-01T13:09:13.274Z Compiling chacha20 v0.10.0
4102026-04-01T13:09:13.305Z Compiling getrandom v0.4.2
4112026-04-01T13:09:13.460Z Compiling ref-cast v1.0.25
4122026-04-01T13:09:13.517Z Compiling num_enum v0.7.6
4132026-04-01T13:09:13.550Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4142026-04-01T13:09:13.611Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4152026-04-01T13:09:13.621Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4162026-04-01T13:09:13.652Z Compiling dyn-clone v1.0.20
4172026-04-01T13:09:13.711Z Compiling pin-project-lite v0.2.17
4182026-04-01T13:09:13.800Z Compiling pretty-hex v0.4.2
4192026-04-01T13:09:13.808Z Compiling anstyle v1.0.14
4202026-04-01T13:09:13.852Z Compiling is_terminal_polyfill v1.70.2
4212026-04-01T13:09:13.939Z Compiling colorchoice v1.0.5
4222026-04-01T13:09:13.939Z Compiling anstyle-query v1.1.5
4232026-04-01T13:09:14.042Z Compiling bitflags v2.11.0
4242026-04-01T13:09:14.048Z Compiling serde v1.0.228
4252026-04-01T13:09:14.078Z Compiling anstream v1.0.0
4262026-04-01T13:09:14.197Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4272026-04-01T13:09:14.201Z Compiling rustix v1.1.4
4282026-04-01T13:09:14.327Z Compiling uuid v1.22.0
4292026-04-01T13:09:14.480Z Compiling postcard v1.1.3
4302026-04-01T13:09:14.606Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4312026-04-01T13:09:14.747Z Compiling terminal_size v0.4.4
4322026-04-01T13:09:14.790Z Compiling tracing v0.1.44
4332026-04-01T13:09:14.821Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4342026-04-01T13:09:14.831Z Compiling anyhow v1.0.102
4352026-04-01T13:09:14.890Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4362026-04-01T13:09:14.890Z Compiling rand v0.10.0
4372026-04-01T13:09:15.003Z Compiling socket2 v0.6.3
4382026-04-01T13:09:15.158Z Compiling ingot-types v0.1.2
4392026-04-01T13:09:15.324Z Compiling clap_lex v1.1.0
4402026-04-01T13:09:15.351Z Compiling colored v3.1.1
4412026-04-01T13:09:15.368Z Compiling winnow v1.0.0
4422026-04-01T13:09:15.580Z Compiling ingot v0.1.1
4432026-04-01T13:09:15.667Z Compiling strsim v0.11.1
4442026-04-01T13:09:15.714Z Compiling oxnet v0.1.4
4452026-04-01T13:09:15.867Z Compiling clap_builder v4.6.0
4462026-04-01T13:09:16.184Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4472026-04-01T13:09:16.568Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4482026-04-01T13:09:17.237Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4492026-04-01T13:09:17.490Z Compiling clap v4.6.0
4502026-04-01T13:09:18.736Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-04-01T13:09:20.383Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4522026-04-01T13:09:24.721Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.57s
4532026-04-01T13:09:24.749Z
4542026-04-01T13:09:24.749Zreal 12.597499877
4552026-04-01T13:09:24.749Zuser 1:05.204172376
4562026-04-01T13:09:24.749Zsys 5.940101488
4572026-04-01T13:09:24.749Ztrap 0.032957351
4582026-04-01T13:09:24.749Ztflt 0.130355915
4592026-04-01T13:09:24.749Zdflt 0.232013325
4602026-04-01T13:09:24.752Zkflt 0.000012259
4612026-04-01T13:09:24.752Zlock 2:57.087864535
4622026-04-01T13:09:24.752Zslp 1:57.629346272
4632026-04-01T13:09:24.752Zlat 3.961084388
4642026-04-01T13:09:24.752Zstop 2.795122881
4652026-04-01T13:09:24.752Z+ header 'release build'
4662026-04-01T13:09:24.752Z+ echo '# ==== release build ==== #'
4672026-04-01T13:09:24.752Z# ==== release build ==== #
4682026-04-01T13:09:24.752Z+ ptime -m cargo build --release
4692026-04-01T13:09:24.847Z Compiling proc-macro2 v1.0.106
4702026-04-01T13:09:24.847Z Compiling unicode-ident v1.0.24
4712026-04-01T13:09:24.847Z Compiling quote v1.0.45
4722026-04-01T13:09:24.847Z Compiling serde_core v1.0.228
4732026-04-01T13:09:24.847Z Compiling libc v0.2.183
4742026-04-01T13:09:24.850Z Compiling cfg-if v1.0.4
4752026-04-01T13:09:24.850Z Compiling strsim v0.11.1
4762026-04-01T13:09:24.850Z Compiling thiserror v2.0.18
4772026-04-01T13:09:24.918Z Compiling memchr v2.8.0
4782026-04-01T13:09:24.963Z Compiling fnv v1.0.7
4792026-04-01T13:09:25.044Z Compiling ident_case v1.0.1
4802026-04-01T13:09:25.135Z Compiling regex-syntax v0.8.10
4812026-04-01T13:09:25.148Z Compiling equivalent v1.0.2
4822026-04-01T13:09:25.162Z Compiling serde v1.0.228
4832026-04-01T13:09:25.214Z Compiling zerocopy v0.8.47
4842026-04-01T13:09:25.361Z Compiling aho-corasick v1.1.4
4852026-04-01T13:09:25.450Z Compiling hashbrown v0.16.1
4862026-04-01T13:09:25.457Z Compiling winnow v1.0.0
4872026-04-01T13:09:25.583Z Compiling anyhow v1.0.102
4882026-04-01T13:09:25.587Z Compiling either v1.15.0
4892026-04-01T13:09:25.768Z Compiling itertools v0.14.0
4902026-04-01T13:09:25.964Z Compiling indexmap v2.13.0
4912026-04-01T13:09:26.064Z Compiling syn v2.0.117
4922026-04-01T13:09:26.125Z Compiling byteorder v1.5.0
4932026-04-01T13:09:26.309Z Compiling heapless v0.8.0
4942026-04-01T13:09:26.460Z Compiling toml_parser v1.1.0+spec-1.1.0
4952026-04-01T13:09:26.557Z Compiling toml_datetime v1.1.0+spec-1.1.0
4962026-04-01T13:09:26.595Z Compiling regex-automata v0.4.14
4972026-04-01T13:09:26.763Z Compiling hash32 v0.3.1
4982026-04-01T13:09:26.875Z Compiling toml_edit v0.25.8+spec-1.1.0
4992026-04-01T13:09:26.892Z Compiling smoltcp v0.11.0
5002026-04-01T13:09:26.997Z Compiling bitflags v2.11.0
5012026-04-01T13:09:27.002Z Compiling macaddr v1.0.1
5022026-04-01T13:09:27.084Z Compiling stable_deref_trait v1.2.1
5032026-04-01T13:09:27.149Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5042026-04-01T13:09:27.208Z Compiling syn v1.0.109
5052026-04-01T13:09:27.211Z Compiling rustversion v1.0.22
5062026-04-01T13:09:27.333Z Compiling rustix v1.1.4
5072026-04-01T13:09:27.397Z Compiling managed v0.8.0
5082026-04-01T13:09:27.549Z Compiling proc-macro-crate v3.5.0
5092026-04-01T13:09:27.578Z Compiling getrandom v0.4.2
5102026-04-01T13:09:27.628Z Compiling bitflags v1.3.2
5112026-04-01T13:09:27.680Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5122026-04-01T13:09:27.690Z Compiling rand_core v0.10.0
5132026-04-01T13:09:27.741Z Compiling ref-cast v1.0.25
5142026-04-01T13:09:27.820Z Compiling version_check v0.9.5
5152026-04-01T13:09:28.040Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5162026-04-01T13:09:28.075Z Compiling errno v0.3.14
5172026-04-01T13:09:28.079Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5182026-04-01T13:09:28.209Z Compiling utf8parse v0.2.2
5192026-04-01T13:09:28.298Z Compiling regex v1.12.3
5202026-04-01T13:09:28.305Z Compiling foreign-types-shared v0.3.1
5212026-04-01T13:09:28.384Z Compiling unicode-width v0.2.2
5222026-04-01T13:09:28.407Z Compiling ipnetwork v0.21.1
5232026-04-01T13:09:28.428Z Compiling once_cell v1.21.4
5242026-04-01T13:09:28.664Z Compiling darling_core v0.21.3
5252026-04-01T13:09:28.681Z Compiling cpufeatures v0.3.0
5262026-04-01T13:09:28.743Z Compiling chacha20 v0.10.0
5272026-04-01T13:09:28.772Z Compiling tabwriter v1.4.1
5282026-04-01T13:09:29.013Z Compiling tracing-core v0.1.36
5292026-04-01T13:09:29.088Z Compiling cstr-argument v0.1.2
5302026-04-01T13:09:29.221Z Compiling anstyle-parse v1.0.0
5312026-04-01T13:09:29.767Z Compiling dyn-clone v1.0.20
5322026-04-01T13:09:29.790Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
5332026-04-01T13:09:29.844Z Compiling anstyle-query v1.1.5
5342026-04-01T13:09:29.893Z Compiling colorchoice v1.0.5
5352026-04-01T13:09:29.896Z Compiling thiserror-impl v2.0.18
5362026-04-01T13:09:29.934Z Compiling serde_derive v1.0.228
5372026-04-01T13:09:29.995Z Compiling zerocopy-derive v0.8.47
5382026-04-01T13:09:30.002Z Compiling ref-cast-impl v1.0.25
5392026-04-01T13:09:30.022Z Compiling foreign-types-macros v0.2.3
5402026-04-01T13:09:30.519Z Compiling num_enum_derive v0.7.6
5412026-04-01T13:09:30.632Z Compiling foreign-types v0.5.0
5422026-04-01T13:09:30.666Z Compiling tracing-attributes v0.1.31
5432026-04-01T13:09:30.697Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-04-01T13:09:30.759Z Compiling darling_macro v0.21.3
5452026-04-01T13:09:31.170Z Compiling cobs v0.3.0
5462026-04-01T13:09:31.184Z Compiling anstyle v1.0.14
5472026-04-01T13:09:31.296Z Compiling darling v0.21.3
5482026-04-01T13:09:31.313Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5492026-04-01T13:09:31.363Z Compiling ingot-macros v0.1.1
5502026-04-01T13:09:31.380Z Compiling pretty-hex v0.4.2
5512026-04-01T13:09:31.418Z Compiling is_terminal_polyfill v1.70.2
5522026-04-01T13:09:31.494Z Compiling pin-project-lite v0.2.17
5532026-04-01T13:09:31.499Z Compiling num_enum v0.7.6
5542026-04-01T13:09:31.504Z Compiling anstream v1.0.0
5552026-04-01T13:09:31.577Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5562026-04-01T13:09:31.597Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5572026-04-01T13:09:31.782Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5582026-04-01T13:09:31.873Z Compiling tracing v0.1.44
5592026-04-01T13:09:31.901Z Compiling terminal_size v0.4.4
5602026-04-01T13:09:31.937Z Compiling rand v0.10.0
5612026-04-01T13:09:32.084Z Compiling uuid v1.22.0
5622026-04-01T13:09:32.103Z Compiling socket2 v0.6.3
5632026-04-01T13:09:32.235Z Compiling oxnet v0.1.4
5642026-04-01T13:09:32.483Z Compiling heck v0.5.0
5652026-04-01T13:09:32.673Z Compiling colored v3.1.1
5662026-04-01T13:09:32.676Z Compiling clap_lex v1.1.0
5672026-04-01T13:09:32.796Z Compiling clap_derive v4.6.0
5682026-04-01T13:09:32.991Z Compiling clap_builder v4.6.0
5692026-04-01T13:09:33.183Z Compiling postcard v1.1.3
5702026-04-01T13:09:33.223Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5712026-04-01T13:09:34.568Z Compiling ingot-types v0.1.2
5722026-04-01T13:09:34.887Z Compiling ingot v0.1.1
5732026-04-01T13:09:34.906Z Compiling clap v4.6.0
5742026-04-01T13:09:36.527Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5752026-04-01T13:09:37.535Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5762026-04-01T13:09:38.501Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5772026-04-01T13:09:44.878Z Finished `release` profile [optimized + debuginfo] target(s) in 20.11s
5782026-04-01T13:09:44.906Z
5792026-04-01T13:09:44.909Zreal 20.143963847
5802026-04-01T13:09:44.909Zuser 1:42.365165829
5812026-04-01T13:09:44.909Zsys 13.621968554
5822026-04-01T13:09:44.909Ztrap 0.050098424
5832026-04-01T13:09:44.909Ztflt 0.183806541
5842026-04-01T13:09:44.909Zdflt 0.407765303
5852026-04-01T13:09:44.909Zkflt 0.000029126
5862026-04-01T13:09:44.909Zlock 4:31.574281934
5872026-04-01T13:09:44.909Zslp 3:26.011060749
5882026-04-01T13:09:44.909Zlat 5.483796698
5892026-04-01T13:09:44.909Zstop 9.363152704
5902026-04-01T13:09:44.909Z+ popd
5912026-04-01T13:09:44.909Z/work/oxidecomputer/opte
5922026-04-01T13:09:44.909Z+ for x in debug release
5932026-04-01T13:09:44.909Z+ mkdir -p /work/debug
5942026-04-01T13:09:44.909Z+ cp target/debug/opteadm /work/debug/
5952026-04-01T13:09:44.931Z+ sha256sum target/debug/opteadm
5962026-04-01T13:09:44.956Z+ for x in debug release
5972026-04-01T13:09:44.956Z+ mkdir -p /work/release
5982026-04-01T13:09:44.959Z+ cp target/release/opteadm /work/release/
5992026-04-01T13:09:44.973Z+ sha256sum target/release/opteadm
6002026-04-01T13:09:44.989Zprocess exited: duration 68426 ms, exit code 0
 
6012026-04-01T13:09:45.001Zfound 4 output files
6022026-04-01T13:09:45.001Zuploading: /work/debug/opteadm (36020232 bytes)
6032026-04-01T13:09:46.201Zuploaded: /work/debug/opteadm
6042026-04-01T13:09:46.205Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6052026-04-01T13:09:47.212Zuploaded: /work/debug/opteadm.debug.sha256
6062026-04-01T13:09:47.212Zuploading: /work/release/opteadm (22684488 bytes)
6072026-04-01T13:09:48.359Zuploaded: /work/release/opteadm
6082026-04-01T13:09:48.359Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6092026-04-01T13:09:49.368Zuploaded: /work/release/opteadm.release.sha256