01KNTS7X1M4059MPANVNSA9AXZ: 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: 01KNTS9ADC5Y3GQRW971YKNTDG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T04:10:49.141Zjob assigned to worker 01KNTSAD544H8ZXFE1D8WCGKYM [factory aws, i-0668e7448589ab867] (queued for 1 m 18 s)
 
22026-04-10T04:10:55.680Zstarting task 0: "setup"
32026-04-10T04:10:55.697Z++ uname -s
42026-04-10T04:10:55.697Z+ kern=SunOS
52026-04-10T04:10:55.697Z+ build_user=build
62026-04-10T04:10:55.697Z+ build_uid=12345
72026-04-10T04:10:55.698Z+ work_dir=/work
82026-04-10T04:10:55.698Z+ input_dir=/input
92026-04-10T04:10:55.698Z+ [[ 0 == 12345 ]]
102026-04-10T04:10:55.698Z+ case "$kern" in
112026-04-10T04:10:55.698Z+ groupadd -g 12345 build
122026-04-10T04:10:55.698Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T04:10:57.690Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T04:10:57.971Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T04:10:57.985Z+ home_fs=zfs
162026-04-10T04:10:57.986Z+ [[ zfs == autofs ]]
172026-04-10T04:10:57.986Z+ mkdir -p /home/build
182026-04-10T04:10:57.986Z+ chown build:build /home/build /work
192026-04-10T04:10:59.900Z+ chmod 0700 /home/build /work
202026-04-10T04:10:59.928Zprocess exited: duration 4149 ms, exit code 0
 
212026-04-10T04:10:59.996Zstarting task 1: "rust-toolchain"
222026-04-10T04:11:00.032Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-10T04:11:00.032Z * rust toolchain channel = "1.94.1"
242026-04-10T04:11:00.032Z * rust toolchain profile = "default"
252026-04-10T04:11:00.032Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-10T04:11:00.032Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T04:11:00.032Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T04:11:00.032Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T04:11:00.032Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-10T04:11:00.118Zinfo: downloading installer
312026-04-10T04:11:01.583Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T04:11:01.583Zwarn: /opt/ooce/bin
332026-04-10T04:11:01.583Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T04:11:01.583Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T04:11:01.583Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T04:11:01.583Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T04:11:01.583Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T04:11:01.583Zerror: cannot install while Rust is installed
392026-04-10T04:11:01.583Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T04:11:01.583Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T04:11:01.584Zwarn: /home/build/.rustup/settings.toml
422026-04-10T04:11:01.584Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T04:11:01.584Zwarn: instead of the one inferred from the default host triple.
442026-04-10T04:11:01.609Zinfo: profile set to default
452026-04-10T04:11:01.609Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T04:11:01.609Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-10T04:11:01.724Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T04:11:01.728Zinfo: downloading 6 components
492026-04-10T04:11:16.312Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-10T04:11:16.312Z
512026-04-10T04:11:16.340Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T04:11:16.340Z
532026-04-10T04:11:16.340Z
542026-04-10T04:11:16.345ZRust is installed now. Great!
552026-04-10T04:11:16.345Z
562026-04-10T04:11:16.345ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T04:11:16.345Zenvironment variable. This has not been done automatically.
582026-04-10T04:11:16.345Z
592026-04-10T04:11:16.345ZTo configure your current shell, you need to source
602026-04-10T04:11:16.345Zthe corresponding env file under $HOME/.cargo.
612026-04-10T04:11:16.345Z
622026-04-10T04:11:16.345ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T04:11:16.345Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T04:11:16.345Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T04:11:16.345Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T04:11:16.345Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T04:11:16.345Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T04:11:16.345Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T04:11:16.345Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T04:11:16.345Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T04:11:16.428Z+ rustup --version
722026-04-10T04:11:16.438Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T04:11:16.441Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T04:11:16.458Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T04:11:16.464Z+ cargo --version
762026-04-10T04:11:16.474Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T04:11:16.478Z+ rustc --version
782026-04-10T04:11:16.497Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T04:11:16.503Zprocess exited: duration 16532 ms, exit code 0
 
802026-04-10T04:11:16.511Zstarting task 2: "authentication"
812026-04-10T04:11:16.527Zprocess exited: duration 16 ms, exit code 0
 
822026-04-10T04:11:16.535Zstarting task 3: "clone repository"
832026-04-10T04:11:16.538Z+ mkdir -p /work/oxidecomputer/opte
842026-04-10T04:11:16.542Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-10T04:11:16.576ZCloning into '/work/oxidecomputer/opte'...
862026-04-10T04:11:17.366Z+ cd /work/oxidecomputer/opte
872026-04-10T04:11:17.366Z+ git fetch origin 981f42c81c852f4e1db75990df54381d710a38cd
882026-04-10T04:11:17.602ZFrom https://github.com/oxidecomputer/opte
892026-04-10T04:11:17.603Z * branch 981f42c81c852f4e1db75990df54381d710a38cd -> FETCH_HEAD
902026-04-10T04:11:17.607Z+ [[ -n renovate/ctor-0.x ]]
912026-04-10T04:11:17.611Z++ git branch --show-current
922026-04-10T04:11:17.611Z+ current=master
932026-04-10T04:11:17.611Z+ [[ master != renovate/ctor-0.x ]]
942026-04-10T04:11:17.611Z+ git branch -f renovate/ctor-0.x 981f42c81c852f4e1db75990df54381d710a38cd
952026-04-10T04:11:17.614Z+ git checkout -f renovate/ctor-0.x
962026-04-10T04:11:17.629ZSwitched to branch 'renovate/ctor-0.x'
972026-04-10T04:11:17.633Z+ git reset --hard 981f42c81c852f4e1db75990df54381d710a38cd
982026-04-10T04:11:17.646ZHEAD is now at 981f42c Update Rust crate ctor to 0.9
992026-04-10T04:11:17.650Zprocess exited: duration 1110 ms, exit code 0
 
1002026-04-10T04:11:17.658Zstarting task 4: "build"
1012026-04-10T04:11:17.662Z+ source .github/buildomat/common.sh
1022026-04-10T04:11:17.662Z++ rustup show active-toolchain
1032026-04-10T04:11:17.667Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-10T04:11:17.672Z++ pushd xde
1052026-04-10T04:11:17.672Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-10T04:11:17.672Z++ rustup show active-toolchain
1072026-04-10T04:11:17.746Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-10T04:11:17.826Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-10T04:11:17.829Zinfo: downloading 6 components
1102026-04-10T04:11:31.994Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-10T04:11:32.076Z+++ rustup show active-toolchain -v
1122026-04-10T04:11:32.089Z+++ head -n 1
1132026-04-10T04:11:32.089Z+++ cut '-d ' -f1
1142026-04-10T04:11:32.126Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-10T04:11:32.126Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-10T04:11:32.126Z++ popd
1172026-04-10T04:11:32.130Z/work/oxidecomputer/opte
1182026-04-10T04:11:32.130Z+ cargo --version
1192026-04-10T04:11:32.134Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-04-10T04:11:32.134Z+ rustc --version
1212026-04-10T04:11:32.164Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-04-10T04:11:32.169Z+ pushd bin/opteadm
1232026-04-10T04:11:32.169Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-04-10T04:11:32.169Z+ header 'check style'
1252026-04-10T04:11:32.169Z+ echo '# ==== check style ==== #'
1262026-04-10T04:11:32.169Z# ==== check style ==== #
1272026-04-10T04:11:32.169Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1282026-04-10T04:11:32.229Z
1292026-04-10T04:11:32.230Zreal 0.067569538
1302026-04-10T04:11:32.230Zuser 0.038352649
1312026-04-10T04:11:32.230Zsys 0.026799175
1322026-04-10T04:11:32.230Ztrap 0.000000338
1332026-04-10T04:11:32.230Ztflt 0.000018054
1342026-04-10T04:11:32.230Zdflt 0.000032402
1352026-04-10T04:11:32.230Zkflt 0.000000000
1362026-04-10T04:11:32.230Zlock 0.033854416
1372026-04-10T04:11:32.230Zslp 0.047995908
1382026-04-10T04:11:32.230Zlat 0.000908404
1392026-04-10T04:11:32.230Zstop 0.000099064
1402026-04-10T04:11:32.235Z+ header analyze
1412026-04-10T04:11:32.235Z+ echo '# ==== analyze ==== #'
1422026-04-10T04:11:32.235Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1432026-04-10T04:11:32.235Z# ==== analyze ==== #
1442026-04-10T04:11:32.396Z Updating crates.io index
1452026-04-10T04:11:32.419Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-10T04:11:33.096Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-10T04:11:33.679Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-10T04:11:34.070Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-10T04:11:34.344Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-10T04:11:34.736Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-10T04:11:35.028Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-10T04:11:37.177Z Downloading crates ...
1532026-04-10T04:11:37.223Z Downloaded darling_macro v0.21.3
1542026-04-10T04:11:37.230Z Downloaded clap_derive v4.6.0
1552026-04-10T04:11:37.233Z Downloaded is_terminal_polyfill v1.70.2
1562026-04-10T04:11:37.233Z Downloaded ident_case v1.0.1
1572026-04-10T04:11:37.233Z Downloaded clap v4.6.0
1582026-04-10T04:11:37.237Z Downloaded foreign-types v0.5.0
1592026-04-10T04:11:37.242Z Downloaded equivalent v1.0.2
1602026-04-10T04:11:37.242Z Downloaded clap_lex v1.1.0
1612026-04-10T04:11:37.250Z Downloaded terminal_size v0.4.4
1622026-04-10T04:11:37.250Z Downloaded byteorder v1.5.0
1632026-04-10T04:11:37.250Z Downloaded pretty-hex v0.4.2
1642026-04-10T04:11:37.250Z Downloaded anstyle v1.0.14
1652026-04-10T04:11:37.269Z Downloaded zerocopy-derive v0.8.48
1662026-04-10T04:11:37.270Z Downloaded macaddr v1.0.1
1672026-04-10T04:11:37.270Z Downloaded rustversion v1.0.22
1682026-04-10T04:11:37.270Z Downloaded anyhow v1.0.102
1692026-04-10T04:11:37.270Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1702026-04-10T04:11:37.270Z Downloaded oxnet v0.1.4
1712026-04-10T04:11:37.270Z Downloaded quote v1.0.45
1722026-04-10T04:11:37.326Z Downloaded colored v3.1.1
1732026-04-10T04:11:37.326Z Downloaded zerocopy v0.8.48
1742026-04-10T04:11:37.339Z Downloaded uuid v1.23.0
1752026-04-10T04:11:37.339Z Downloaded heapless v0.8.0
1762026-04-10T04:11:37.339Z Downloaded strsim v0.11.1
1772026-04-10T04:11:37.339Z Downloaded proc-macro-crate v3.5.0
1782026-04-10T04:11:37.339Z Downloaded cfg-if v1.0.4
1792026-04-10T04:11:37.339Z Downloaded stable_deref_trait v1.2.1
1802026-04-10T04:11:37.339Z Downloaded defmt v0.3.100
1812026-04-10T04:11:37.339Z Downloaded unicode-ident v1.0.24
1822026-04-10T04:11:37.340Z Downloaded ipnetwork v0.21.1
1832026-04-10T04:11:37.340Z Downloaded ingot-types v0.1.2
1842026-04-10T04:11:37.340Z Downloaded dyn-clone v1.0.20
1852026-04-10T04:11:37.341Z Downloaded getrandom v0.4.2
1862026-04-10T04:11:37.341Z Downloaded fnv v1.0.7
1872026-04-10T04:11:37.341Z Downloaded embedded-io v0.6.1
1882026-04-10T04:11:37.341Z Downloaded hash32 v0.3.1
1892026-04-10T04:11:37.341Z Downloaded cstr-argument v0.1.2
1902026-04-10T04:11:37.341Z Downloaded foreign-types-macros v0.2.3
1912026-04-10T04:11:37.341Z Downloaded num_enum_derive v0.7.6
1922026-04-10T04:11:37.341Z Downloaded ingot v0.1.1
1932026-04-10T04:11:37.341Z Downloaded errno v0.3.14
1942026-04-10T04:11:37.341Z Downloaded colorchoice v1.0.5
1952026-04-10T04:11:37.341Z Downloaded utf8parse v0.2.2
1962026-04-10T04:11:37.355Z Downloaded version_check v0.9.5
1972026-04-10T04:11:37.355Z Downloaded ref-cast-impl v1.0.25
1982026-04-10T04:11:37.355Z Downloaded ref-cast v1.0.25
1992026-04-10T04:11:37.355Z Downloaded anstyle-query v1.1.5
2002026-04-10T04:11:37.355Z Downloaded anstyle-parse v1.0.0
2012026-04-10T04:11:37.422Z Downloaded proc-macro-error-attr2 v2.0.0
2022026-04-10T04:11:37.422Z Downloaded cobs v0.3.0
2032026-04-10T04:11:37.422Z Downloaded tabwriter v1.4.1
2042026-04-10T04:11:37.423Z Downloaded foreign-types-shared v0.3.1
2052026-04-10T04:11:37.423Z Downloaded heck v0.5.0
2062026-04-10T04:11:37.423Z Downloaded defmt-parser v1.0.0
2072026-04-10T04:11:37.510Z Downloaded embedded-io v0.4.0
2082026-04-10T04:11:37.510Z Downloaded rand_core v0.10.0
2092026-04-10T04:11:37.510Z Downloaded cpufeatures v0.3.0
2102026-04-10T04:11:37.511Z Downloaded thiserror-impl v2.0.18
2112026-04-10T04:11:37.511Z Downloaded num_enum v0.7.6
2122026-04-10T04:11:37.511Z Downloaded anstream v1.0.0
2132026-04-10T04:11:37.511Z Downloaded pin-project-lite v0.2.17
2142026-04-10T04:11:37.511Z Downloaded indexmap v2.13.1
2152026-04-10T04:11:37.511Z Downloaded bitflags v1.3.2
2162026-04-10T04:11:37.511Z Downloaded proc-macro-error2 v2.0.1
2172026-04-10T04:11:37.511Z Downloaded managed v0.8.0
2182026-04-10T04:11:37.511Z Downloaded defmt v1.0.1
2192026-04-10T04:11:37.511Z Downloaded bitflags v2.11.0
2202026-04-10T04:11:37.511Z Downloaded either v1.15.0
2212026-04-10T04:11:37.511Z Downloaded defmt-macros v1.0.1
2222026-04-10T04:11:37.511Z Downloaded darling v0.21.3
2232026-04-10T04:11:37.511Z Downloaded tracing-attributes v0.1.31
2242026-04-10T04:11:37.511Z Downloaded proc-macro2 v1.0.106
2252026-04-10T04:11:37.511Z Downloaded thiserror v2.0.18
2262026-04-10T04:11:37.511Z Downloaded toml_parser v1.1.2+spec-1.1.0
2272026-04-10T04:11:37.511Z Downloaded chacha20 v0.10.0
2282026-04-10T04:11:37.511Z Downloaded once_cell v1.21.4
2292026-04-10T04:11:37.511Z Downloaded serde_derive v1.0.228
2302026-04-10T04:11:37.512Z Downloaded serde_core v1.0.228
2312026-04-10T04:11:37.512Z Downloaded tracing-core v0.1.36
2322026-04-10T04:11:37.512Z Downloaded postcard v1.1.3
2332026-04-10T04:11:37.512Z Downloaded socket2 v0.6.3
2342026-04-10T04:11:37.512Z Downloaded ingot-macros v0.1.1
2352026-04-10T04:11:37.512Z Downloaded toml_edit v0.25.10+spec-1.1.0
2362026-04-10T04:11:37.544Z Downloaded memchr v2.8.0
2372026-04-10T04:11:37.544Z Downloaded serde v1.0.228
2382026-04-10T04:11:37.544Z Downloaded darling_core v0.21.3
2392026-04-10T04:11:37.544Z Downloaded aho-corasick v1.1.4
2402026-04-10T04:11:37.545Z Downloaded rand v0.10.0
2412026-04-10T04:11:37.545Z Downloaded winnow v1.0.1
2422026-04-10T04:11:37.545Z Downloaded regex v1.12.3
2432026-04-10T04:11:37.545Z Downloaded itertools v0.14.0
2442026-04-10T04:11:37.586Z Downloaded hashbrown v0.16.1
2452026-04-10T04:11:37.586Z Downloaded syn v1.0.109
2462026-04-10T04:11:37.586Z Downloaded clap_builder v4.6.0
2472026-04-10T04:11:37.611Z Downloaded unicode-width v0.2.2
2482026-04-10T04:11:37.619Z Downloaded syn v2.0.117
2492026-04-10T04:11:37.647Z Downloaded smoltcp v0.11.0
2502026-04-10T04:11:37.647Z Downloaded regex-syntax v0.8.10
2512026-04-10T04:11:37.683Z Downloaded rustix v1.1.4
2522026-04-10T04:11:37.813Z Downloaded tracing v0.1.44
2532026-04-10T04:11:37.845Z Downloaded libc v0.2.184
2542026-04-10T04:11:37.845Z Downloaded regex-automata v0.4.14
2552026-04-10T04:11:37.845Z Compiling proc-macro2 v1.0.106
2562026-04-10T04:11:37.845Z Compiling unicode-ident v1.0.24
2572026-04-10T04:11:37.845Z Compiling quote v1.0.45
2582026-04-10T04:11:37.845Z Compiling serde_core v1.0.228
2592026-04-10T04:11:37.845Z Compiling libc v0.2.184
2602026-04-10T04:11:37.845Z Checking cfg-if v1.0.4
2612026-04-10T04:11:37.845Z Compiling strsim v0.11.1
2622026-04-10T04:11:37.845Z Compiling ident_case v1.0.1
2632026-04-10T04:11:37.910Z Compiling thiserror v2.0.18
2642026-04-10T04:11:37.973Z Compiling memchr v2.8.0
2652026-04-10T04:11:38.015Z Compiling fnv v1.0.7
2662026-04-10T04:11:38.062Z Compiling regex-syntax v0.8.10
2672026-04-10T04:11:38.221Z Compiling either v1.15.0
2682026-04-10T04:11:38.249Z Compiling serde v1.0.228
2692026-04-10T04:11:38.341Z Compiling anyhow v1.0.102
2702026-04-10T04:11:38.397Z Compiling aho-corasick v1.1.4
2712026-04-10T04:11:38.482Z Compiling zerocopy v0.8.48
2722026-04-10T04:11:38.514Z Compiling winnow v1.0.1
2732026-04-10T04:11:38.931Z Compiling equivalent v1.0.2
2742026-04-10T04:11:38.942Z Compiling hashbrown v0.16.1
2752026-04-10T04:11:38.942Z Compiling itertools v0.14.0
2762026-04-10T04:11:39.040Z Compiling syn v2.0.117
2772026-04-10T04:11:39.099Z Compiling indexmap v2.13.1
2782026-04-10T04:11:39.150Z Compiling toml_datetime v1.1.1+spec-1.1.0
2792026-04-10T04:11:39.392Z Compiling heapless v0.8.0
2802026-04-10T04:11:39.515Z Compiling regex-automata v0.4.14
2812026-04-10T04:11:39.598Z Checking bitflags v2.11.0
2822026-04-10T04:11:39.692Z Compiling toml_parser v1.1.2+spec-1.1.0
2832026-04-10T04:11:39.707Z Checking byteorder v1.5.0
2842026-04-10T04:11:39.819Z Checking stable_deref_trait v1.2.1
2852026-04-10T04:11:39.867Z Checking hash32 v0.3.1
2862026-04-10T04:11:39.883Z Compiling syn v1.0.109
2872026-04-10T04:11:39.890Z Compiling rustversion v1.0.22
2882026-04-10T04:11:39.926Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2892026-04-10T04:11:39.970Z Compiling smoltcp v0.11.0
2902026-04-10T04:11:40.127Z Compiling toml_edit v0.25.10+spec-1.1.0
2912026-04-10T04:11:40.562Z Checking macaddr v1.0.1
2922026-04-10T04:11:40.569Z Compiling ref-cast v1.0.25
2932026-04-10T04:11:40.569Z Checking rand_core v0.10.0
2942026-04-10T04:11:40.569Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2952026-04-10T04:11:40.569Z Checking bitflags v1.3.2
2962026-04-10T04:11:40.569Z Compiling version_check v0.9.5
2972026-04-10T04:11:40.569Z Compiling getrandom v0.4.2
2982026-04-10T04:11:40.569Z Checking managed v0.8.0
2992026-04-10T04:11:40.589Z Compiling rustix v1.1.4
3002026-04-10T04:11:40.671Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3012026-04-10T04:11:40.700Z Compiling proc-macro-crate v3.5.0
3022026-04-10T04:11:41.093Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3032026-04-10T04:11:41.146Z Checking errno v0.3.14
3042026-04-10T04:11:41.164Z Checking foreign-types-shared v0.3.1
3052026-04-10T04:11:41.205Z Checking utf8parse v0.2.2
3062026-04-10T04:11:41.227Z Checking unicode-width v0.2.2
3072026-04-10T04:11:41.253Z Compiling regex v1.12.3
3082026-04-10T04:11:41.298Z Checking cpufeatures v0.3.0
3092026-04-10T04:11:41.355Z Checking ipnetwork v0.21.1
3102026-04-10T04:11:41.476Z Checking once_cell v1.21.4
3112026-04-10T04:11:41.519Z Checking tabwriter v1.4.1
3122026-04-10T04:11:41.615Z Checking chacha20 v0.10.0
3132026-04-10T04:11:41.633Z Compiling darling_core v0.21.3
3142026-04-10T04:11:41.647Z Checking tracing-core v0.1.36
3152026-04-10T04:11:41.699Z Checking cstr-argument v0.1.2
3162026-04-10T04:11:41.802Z Checking anstyle-parse v1.0.0
3172026-04-10T04:11:42.095Z Checking anstyle-query v1.1.5
3182026-04-10T04:11:42.162Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
3192026-04-10T04:11:42.186Z Checking colorchoice v1.0.5
3202026-04-10T04:11:42.202Z Checking is_terminal_polyfill v1.70.2
3212026-04-10T04:11:42.251Z Checking dyn-clone v1.0.20
3222026-04-10T04:11:42.258Z Checking pretty-hex v0.4.2
3232026-04-10T04:11:42.264Z Checking pin-project-lite v0.2.17
3242026-04-10T04:11:42.272Z Checking anstyle v1.0.14
3252026-04-10T04:11:42.340Z Checking terminal_size v0.4.4
3262026-04-10T04:11:42.366Z Checking rand v0.10.0
3272026-04-10T04:11:42.455Z Checking anstream v1.0.0
3282026-04-10T04:11:42.470Z Checking uuid v1.23.0
3292026-04-10T04:11:42.541Z Checking socket2 v0.6.3
3302026-04-10T04:11:42.633Z Compiling heck v0.5.0
3312026-04-10T04:11:42.703Z Checking oxnet v0.1.4
3322026-04-10T04:11:42.802Z Checking clap_lex v1.1.0
3332026-04-10T04:11:42.815Z Checking colored v3.1.1
3342026-04-10T04:11:42.827Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3352026-04-10T04:11:42.895Z Compiling thiserror-impl v2.0.18
3362026-04-10T04:11:42.916Z Compiling zerocopy-derive v0.8.48
3372026-04-10T04:11:43.353Z Compiling serde_derive v1.0.228
3382026-04-10T04:11:43.358Z Compiling num_enum_derive v0.7.6
3392026-04-10T04:11:43.358Z Compiling foreign-types-macros v0.2.3
3402026-04-10T04:11:43.639Z Compiling ref-cast-impl v1.0.25
3412026-04-10T04:11:43.737Z Compiling darling_macro v0.21.3
3422026-04-10T04:11:43.832Z Checking foreign-types v0.5.0
3432026-04-10T04:11:43.983Z Compiling tracing-attributes v0.1.31
3442026-04-10T04:11:44.017Z Checking num_enum v0.7.6
3452026-04-10T04:11:44.082Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3462026-04-10T04:11:44.127Z Checking cobs v0.3.0
3472026-04-10T04:11:44.242Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3482026-04-10T04:11:44.253Z Compiling darling v0.21.3
3492026-04-10T04:11:44.268Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3502026-04-10T04:11:44.293Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3512026-04-10T04:11:44.322Z Compiling ingot-macros v0.1.1
3522026-04-10T04:11:44.412Z Checking clap_builder v4.6.0
3532026-04-10T04:11:44.454Z Compiling clap_derive v4.6.0
3542026-04-10T04:11:44.764Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3552026-04-10T04:11:45.155Z Checking tracing v0.1.44
3562026-04-10T04:11:45.798Z Checking postcard v1.1.3
3572026-04-10T04:11:45.836Z Checking clap v4.6.0
3582026-04-10T04:11:46.852Z Checking ingot-types v0.1.2
3592026-04-10T04:11:47.128Z Checking ingot v0.1.1
3602026-04-10T04:11:48.440Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612026-04-10T04:11:49.610Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3622026-04-10T04:11:50.802Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3632026-04-10T04:11:51.652Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.35s
3642026-04-10T04:11:51.763Z
3652026-04-10T04:11:51.796Zreal 19.510908256
3662026-04-10T04:11:51.796Zuser 54.103337921
3672026-04-10T04:11:51.796Zsys 12.652918828
3682026-04-10T04:11:51.796Ztrap 0.041101095
3692026-04-10T04:11:51.796Ztflt 0.081749684
3702026-04-10T04:11:51.796Zdflt 0.088233589
3712026-04-10T04:11:51.796Zkflt 0.004734639
3722026-04-10T04:11:51.796Zlock 2:54.293719443
3732026-04-10T04:11:51.796Zslp 3:01.826872149
3742026-04-10T04:11:51.796Zlat 3.128479049
3752026-04-10T04:11:51.796Zstop 10.506148596
3762026-04-10T04:11:51.796Z+ header 'debug build'
3772026-04-10T04:11:51.797Z+ echo '# ==== debug build ==== #'
3782026-04-10T04:11:51.797Z# ==== debug build ==== #
3792026-04-10T04:11:51.797Z+ ptime -m cargo build
3802026-04-10T04:11:51.911Z Compiling cfg-if v1.0.4
3812026-04-10T04:11:51.911Z Compiling serde_core v1.0.228
3822026-04-10T04:11:51.911Z Compiling libc v0.2.184
3832026-04-10T04:11:51.939Z Compiling thiserror v2.0.18
3842026-04-10T04:11:51.946Z Compiling byteorder v1.5.0
3852026-04-10T04:11:51.947Z Compiling zerocopy v0.8.48
3862026-04-10T04:11:51.947Z Compiling macaddr v1.0.1
3872026-04-10T04:11:51.966Z Compiling stable_deref_trait v1.2.1
3882026-04-10T04:11:51.990Z Compiling bitflags v1.3.2
3892026-04-10T04:11:52.005Z Compiling cobs v0.3.0
3902026-04-10T04:11:52.013Z Compiling managed v0.8.0
3912026-04-10T04:11:52.137Z Compiling rand_core v0.10.0
3922026-04-10T04:11:52.177Z Compiling hash32 v0.3.1
3932026-04-10T04:11:52.207Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3942026-04-10T04:11:52.257Z Compiling foreign-types-shared v0.3.1
3952026-04-10T04:11:52.271Z Compiling heapless v0.8.0
3962026-04-10T04:11:52.271Z Compiling errno v0.3.14
3972026-04-10T04:11:52.271Z Compiling cpufeatures v0.3.0
3982026-04-10T04:11:52.291Z Compiling ipnetwork v0.21.1
3992026-04-10T04:11:52.291Z Compiling unicode-width v0.2.2
4002026-04-10T04:11:52.333Z Compiling memchr v2.8.0
4012026-04-10T04:11:52.402Z Compiling utf8parse v0.2.2
4022026-04-10T04:11:52.436Z Compiling once_cell v1.21.4
4032026-04-10T04:11:52.497Z Compiling anstyle-parse v1.0.0
4042026-04-10T04:11:52.557Z Compiling tabwriter v1.4.1
4052026-04-10T04:11:52.628Z Compiling smoltcp v0.11.0
4062026-04-10T04:11:52.647Z Compiling tracing-core v0.1.36
4072026-04-10T04:11:52.745Z Compiling cstr-argument v0.1.2
4082026-04-10T04:11:52.809Z Compiling chacha20 v0.10.0
4092026-04-10T04:11:52.903Z Compiling foreign-types v0.5.0
4102026-04-10T04:11:52.967Z Compiling getrandom v0.4.2
4112026-04-10T04:11:53.069Z Compiling ref-cast v1.0.25
4122026-04-10T04:11:53.104Z Compiling num_enum v0.7.6
4132026-04-10T04:11:53.133Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4142026-04-10T04:11:53.163Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4152026-04-10T04:11:53.183Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4162026-04-10T04:11:53.237Z Compiling pretty-hex v0.4.2
4172026-04-10T04:11:53.268Z Compiling colorchoice v1.0.5
4182026-04-10T04:11:53.352Z Compiling pin-project-lite v0.2.17
4192026-04-10T04:11:53.377Z Compiling dyn-clone v1.0.20
4202026-04-10T04:11:53.437Z Compiling anstyle v1.0.14
4212026-04-10T04:11:53.497Z Compiling is_terminal_polyfill v1.70.2
4222026-04-10T04:11:53.525Z Compiling anstyle-query v1.1.5
4232026-04-10T04:11:53.579Z Compiling bitflags v2.11.0
4242026-04-10T04:11:53.626Z Compiling serde v1.0.228
4252026-04-10T04:11:53.698Z Compiling anstream v1.0.0
4262026-04-10T04:11:53.715Z Compiling uuid v1.23.0
4272026-04-10T04:11:53.787Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4282026-04-10T04:11:54.010Z Compiling rustix v1.1.4
4292026-04-10T04:11:54.010Z Compiling tracing v0.1.44
4302026-04-10T04:11:54.208Z Compiling postcard v1.1.3
4312026-04-10T04:11:54.311Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4322026-04-10T04:11:54.323Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4332026-04-10T04:11:54.383Z Compiling anyhow v1.0.102
4342026-04-10T04:11:54.390Z Compiling rand v0.10.0
4352026-04-10T04:11:54.484Z Compiling terminal_size v0.4.4
4362026-04-10T04:11:54.554Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4372026-04-10T04:11:54.629Z Compiling socket2 v0.6.3
4382026-04-10T04:11:54.671Z Compiling winnow v1.0.1
4392026-04-10T04:11:54.807Z Compiling ingot-types v0.1.2
4402026-04-10T04:11:54.925Z Compiling clap_lex v1.1.0
4412026-04-10T04:11:55.216Z Compiling ingot v0.1.1
4422026-04-10T04:11:55.221Z Compiling oxnet v0.1.4
4432026-04-10T04:11:55.275Z Compiling colored v3.1.1
4442026-04-10T04:11:55.398Z Compiling strsim v0.11.1
4452026-04-10T04:11:55.419Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4462026-04-10T04:11:56.080Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4472026-04-10T04:11:56.086Z Compiling clap_builder v4.6.0
4482026-04-10T04:11:57.127Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4492026-04-10T04:11:57.348Z Compiling clap v4.6.0
4502026-04-10T04:11:58.597Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-04-10T04:12:00.034Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4522026-04-10T04:12:04.345Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.58s
4532026-04-10T04:12:04.375Z
4542026-04-10T04:12:04.382Zreal 12.614784181
4552026-04-10T04:12:04.382Zuser 1:05.109590117
4562026-04-10T04:12:04.382Zsys 5.967836433
4572026-04-10T04:12:04.382Ztrap 0.028471563
4582026-04-10T04:12:04.382Ztflt 0.134906689
4592026-04-10T04:12:04.382Zdflt 0.175398920
4602026-04-10T04:12:04.382Zkflt 0.003074242
4612026-04-10T04:12:04.382Zlock 2:56.473084966
4622026-04-10T04:12:04.382Zslp 1:54.735631082
4632026-04-10T04:12:04.382Zlat 5.060272192
4642026-04-10T04:12:04.382Zstop 4.149335721
4652026-04-10T04:12:04.382Z+ header 'release build'
4662026-04-10T04:12:04.382Z+ echo '# ==== release build ==== #'
4672026-04-10T04:12:04.382Z+ ptime -m cargo build --release
4682026-04-10T04:12:04.382Z# ==== release build ==== #
4692026-04-10T04:12:04.473Z Compiling proc-macro2 v1.0.106
4702026-04-10T04:12:04.473Z Compiling unicode-ident v1.0.24
4712026-04-10T04:12:04.473Z Compiling quote v1.0.45
4722026-04-10T04:12:04.473Z Compiling serde_core v1.0.228
4732026-04-10T04:12:04.473Z Compiling libc v0.2.184
4742026-04-10T04:12:04.473Z Compiling cfg-if v1.0.4
4752026-04-10T04:12:04.473Z Compiling fnv v1.0.7
4762026-04-10T04:12:04.478Z Compiling strsim v0.11.1
4772026-04-10T04:12:04.564Z Compiling ident_case v1.0.1
4782026-04-10T04:12:04.588Z Compiling thiserror v2.0.18
4792026-04-10T04:12:04.609Z Compiling memchr v2.8.0
4802026-04-10T04:12:04.666Z Compiling regex-syntax v0.8.10
4812026-04-10T04:12:04.778Z Compiling hashbrown v0.16.1
4822026-04-10T04:12:04.778Z Compiling anyhow v1.0.102
4832026-04-10T04:12:05.071Z Compiling aho-corasick v1.1.4
4842026-04-10T04:12:05.086Z Compiling serde v1.0.228
4852026-04-10T04:12:05.145Z Compiling zerocopy v0.8.48
4862026-04-10T04:12:05.227Z Compiling equivalent v1.0.2
4872026-04-10T04:12:05.298Z Compiling winnow v1.0.1
4882026-04-10T04:12:05.302Z Compiling either v1.15.0
4892026-04-10T04:12:05.408Z Compiling indexmap v2.13.1
4902026-04-10T04:12:05.534Z Compiling itertools v0.14.0
4912026-04-10T04:12:05.625Z Compiling byteorder v1.5.0
4922026-04-10T04:12:05.712Z Compiling syn v2.0.117
4932026-04-10T04:12:05.802Z Compiling heapless v0.8.0
4942026-04-10T04:12:06.400Z Compiling toml_datetime v1.1.1+spec-1.1.0
4952026-04-10T04:12:06.404Z Compiling regex-automata v0.4.14
4962026-04-10T04:12:06.404Z Compiling toml_parser v1.1.2+spec-1.1.0
4972026-04-10T04:12:06.411Z Compiling hash32 v0.3.1
4982026-04-10T04:12:06.442Z Compiling smoltcp v0.11.0
4992026-04-10T04:12:06.560Z Compiling bitflags v2.11.0
5002026-04-10T04:12:06.668Z Compiling toml_edit v0.25.10+spec-1.1.0
5012026-04-10T04:12:06.679Z Compiling syn v1.0.109
5022026-04-10T04:12:06.741Z Compiling stable_deref_trait v1.2.1
5032026-04-10T04:12:06.751Z Compiling macaddr v1.0.1
5042026-04-10T04:12:06.762Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5052026-04-10T04:12:06.789Z Compiling rustversion v1.0.22
5062026-04-10T04:12:06.925Z Compiling ref-cast v1.0.25
5072026-04-10T04:12:06.975Z Compiling rand_core v0.10.0
5082026-04-10T04:12:08.214Z Compiling managed v0.8.0
5092026-04-10T04:12:08.240Z Compiling getrandom v0.4.2
5102026-04-10T04:12:08.240Z Compiling rustix v1.1.4
5112026-04-10T04:12:08.240Z Compiling proc-macro-crate v3.5.0
5122026-04-10T04:12:08.240Z Compiling version_check v0.9.5
5132026-04-10T04:12:08.240Z Compiling bitflags v1.3.2
5142026-04-10T04:12:08.241Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5152026-04-10T04:12:08.241Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5162026-04-10T04:12:08.241Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5172026-04-10T04:12:08.241Z Compiling errno v0.3.14
5182026-04-10T04:12:08.241Z Compiling foreign-types-shared v0.3.1
5192026-04-10T04:12:08.241Z Compiling regex v1.12.3
5202026-04-10T04:12:08.241Z Compiling cpufeatures v0.3.0
5212026-04-10T04:12:08.241Z Compiling ipnetwork v0.21.1
5222026-04-10T04:12:08.241Z Compiling once_cell v1.21.4
5232026-04-10T04:12:08.241Z Compiling unicode-width v0.2.2
5242026-04-10T04:12:08.700Z Compiling darling_core v0.21.3
5252026-04-10T04:12:08.708Z Compiling utf8parse v0.2.2
5262026-04-10T04:12:08.708Z Compiling tabwriter v1.4.1
5272026-04-10T04:12:08.708Z Compiling anstyle-parse v1.0.0
5282026-04-10T04:12:08.708Z Compiling tracing-core v0.1.36
5292026-04-10T04:12:08.708Z Compiling cstr-argument v0.1.2
5302026-04-10T04:12:08.708Z Compiling chacha20 v0.10.0
5312026-04-10T04:12:09.248Z Compiling pin-project-lite v0.2.17
5322026-04-10T04:12:09.248Z Compiling anstyle v1.0.14
5332026-04-10T04:12:09.324Z Compiling colorchoice v1.0.5
5342026-04-10T04:12:09.350Z Compiling pretty-hex v0.4.2
5352026-04-10T04:12:09.425Z Compiling is_terminal_polyfill v1.70.2
5362026-04-10T04:12:09.435Z Compiling thiserror-impl v2.0.18
5372026-04-10T04:12:09.465Z Compiling zerocopy-derive v0.8.48
5382026-04-10T04:12:09.469Z Compiling serde_derive v1.0.228
5392026-04-10T04:12:09.503Z Compiling ref-cast-impl v1.0.25
5402026-04-10T04:12:09.503Z Compiling num_enum_derive v0.7.6
5412026-04-10T04:12:10.079Z Compiling foreign-types-macros v0.2.3
5422026-04-10T04:12:10.211Z Compiling tracing-attributes v0.1.31
5432026-04-10T04:12:10.420Z Compiling darling_macro v0.21.3
5442026-04-10T04:12:10.495Z Compiling num_enum v0.7.6
5452026-04-10T04:12:10.676Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5462026-04-10T04:12:10.697Z Compiling foreign-types v0.5.0
5472026-04-10T04:12:10.747Z Compiling anstyle-query v1.1.5
5482026-04-10T04:12:10.791Z Compiling cobs v0.3.0
5492026-04-10T04:12:10.838Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
5502026-04-10T04:12:10.938Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5512026-04-10T04:12:10.951Z Compiling darling v0.21.3
5522026-04-10T04:12:11.006Z Compiling dyn-clone v1.0.20
5532026-04-10T04:12:11.019Z Compiling ingot-macros v0.1.1
5542026-04-10T04:12:11.041Z Compiling anstream v1.0.0
5552026-04-10T04:12:11.078Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5562026-04-10T04:12:11.129Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5572026-04-10T04:12:11.389Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5582026-04-10T04:12:11.399Z Compiling tracing v0.1.44
5592026-04-10T04:12:11.471Z Compiling terminal_size v0.4.4
5602026-04-10T04:12:11.900Z Compiling rand v0.10.0
5612026-04-10T04:12:12.310Z Compiling uuid v1.23.0
5622026-04-10T04:12:12.310Z Compiling socket2 v0.6.3
5632026-04-10T04:12:12.310Z Compiling colored v3.1.1
5642026-04-10T04:12:12.313Z Compiling oxnet v0.1.4
5652026-04-10T04:12:12.313Z Compiling heck v0.5.0
5662026-04-10T04:12:12.313Z Compiling clap_lex v1.1.0
5672026-04-10T04:12:12.314Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5682026-04-10T04:12:12.438Z Compiling clap_derive v4.6.0
5692026-04-10T04:12:12.452Z Compiling clap_builder v4.6.0
5702026-04-10T04:12:12.660Z Compiling postcard v1.1.3
5712026-04-10T04:12:13.779Z Compiling ingot-types v0.1.2
5722026-04-10T04:12:14.102Z Compiling ingot v0.1.1
5732026-04-10T04:12:14.314Z Compiling clap v4.6.0
5742026-04-10T04:12:15.809Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5752026-04-10T04:12:16.770Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5762026-04-10T04:12:17.778Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5772026-04-10T04:12:24.306Z Finished `release` profile [optimized + debuginfo] target(s) in 19.91s
5782026-04-10T04:12:24.334Z
5792026-04-10T04:12:24.343Zreal 19.943843132
5802026-04-10T04:12:24.343Zuser 1:42.425896330
5812026-04-10T04:12:24.343Zsys 13.133552927
5822026-04-10T04:12:24.343Ztrap 0.050181349
5832026-04-10T04:12:24.343Ztflt 0.133202469
5842026-04-10T04:12:24.343Zdflt 0.286704672
5852026-04-10T04:12:24.343Zkflt 0.000014145
5862026-04-10T04:12:24.343Zlock 4:28.678359471
5872026-04-10T04:12:24.343Zslp 3:22.096520254
5882026-04-10T04:12:24.344Zlat 4.980955600
5892026-04-10T04:12:24.344Zstop 8.787852781
5902026-04-10T04:12:24.344Z+ popd
5912026-04-10T04:12:24.344Z/work/oxidecomputer/opte
5922026-04-10T04:12:24.344Z+ for x in debug release
5932026-04-10T04:12:24.344Z+ mkdir -p /work/debug
5942026-04-10T04:12:24.344Z+ cp target/debug/opteadm /work/debug/
5952026-04-10T04:12:24.365Z+ sha256sum target/debug/opteadm
5962026-04-10T04:12:24.789Z+ for x in debug release
5972026-04-10T04:12:24.790Z+ mkdir -p /work/release
5982026-04-10T04:12:24.793Z+ cp target/release/opteadm /work/release/
5992026-04-10T04:12:24.793Z+ sha256sum target/release/opteadm
6002026-04-10T04:12:24.793Zprocess exited: duration 66745 ms, exit code 0
 
6012026-04-10T04:12:24.801Zfound 4 output files
6022026-04-10T04:12:24.801Zuploading: /work/debug/opteadm (35825512 bytes)
6032026-04-10T04:12:26.126Zuploaded: /work/debug/opteadm
6042026-04-10T04:12:26.126Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6052026-04-10T04:12:27.140Zuploaded: /work/debug/opteadm.debug.sha256
6062026-04-10T04:12:27.140Zuploading: /work/release/opteadm (24304976 bytes)
6072026-04-10T04:12:28.472Zuploaded: /work/release/opteadm
6082026-04-10T04:12:28.472Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6092026-04-10T04:12:29.572Zuploaded: /work/release/opteadm.release.sha256