01KMPQ10ZXJQWCWHQ9FWYEWRJB: 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: 01KMPQ1ERB0XZ9TFST454SKAKW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:23:23.775Zjob assigned to worker 01KMPRFCHSM9Y26J3ZHKEA6XWB [factory aws, i-0f9e005e2fdde9e33] (queued for 25 m 47 s)
 
22026-03-27T04:23:30.612Zstarting task 0: "setup"
32026-03-27T04:23:30.616Z++ uname -s
42026-03-27T04:23:30.619Z+ kern=SunOS
52026-03-27T04:23:30.619Z+ build_user=build
62026-03-27T04:23:30.619Z+ build_uid=12345
72026-03-27T04:23:30.619Z+ work_dir=/work
82026-03-27T04:23:30.619Z+ input_dir=/input
92026-03-27T04:23:30.619Z+ [[ 0 == 12345 ]]
102026-03-27T04:23:30.619Z+ case "$kern" in
112026-03-27T04:23:30.619Z+ groupadd -g 12345 build
122026-03-27T04:23:30.622Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:23:32.628Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:23:32.743Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:23:32.746Z+ home_fs=zfs
162026-03-27T04:23:32.746Z+ [[ zfs == autofs ]]
172026-03-27T04:23:32.746Z+ mkdir -p /home/build
182026-03-27T04:23:32.746Z+ chown build:build /home/build /work
192026-03-27T04:23:34.748Z+ chmod 0700 /home/build /work
202026-03-27T04:23:34.751Zprocess exited: duration 4139 ms, exit code 0
 
212026-03-27T04:23:34.757Zstarting task 1: "rust-toolchain"
222026-03-27T04:23:34.761Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-27T04:23:34.761Z * rust toolchain channel = "1.93.1"
242026-03-27T04:23:34.761Z * rust toolchain profile = "default"
252026-03-27T04:23:34.761Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-27T04:23:34.761Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T04:23:34.761Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T04:23:34.764Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:23:34.764Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-27T04:23:34.882Zinfo: downloading installer
312026-03-27T04:23:36.292Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:23:36.292Zwarn: /opt/ooce/bin
332026-03-27T04:23:36.292Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:23:36.292Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:23:36.292Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:23:36.292Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:23:36.292Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:23:36.292Zerror: cannot install while Rust is installed
392026-03-27T04:23:36.292Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:23:36.292Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:23:36.292Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:23:36.292Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:23:36.292Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:23:36.305Zinfo: profile set to default
452026-03-27T04:23:36.305Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:23:36.308Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-27T04:23:36.457Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-27T04:23:36.460Zinfo: downloading 6 components
492026-03-27T04:23:50.570Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-27T04:23:50.571Z
512026-03-27T04:23:50.599Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-27T04:23:50.599Z
532026-03-27T04:23:50.599Z
542026-03-27T04:23:50.599ZRust is installed now. Great!
552026-03-27T04:23:50.599Z
562026-03-27T04:23:50.604ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:23:50.604Zenvironment variable. This has not been done automatically.
582026-03-27T04:23:50.604Z
592026-03-27T04:23:50.604ZTo configure your current shell, you need to source
602026-03-27T04:23:50.604Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:23:50.604Z
622026-03-27T04:23:50.604ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:23:50.604Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:23:50.604Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:23:50.604Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:23:50.604Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:23:50.604Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:23:50.604Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:23:50.604Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:23:50.604Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:23:50.690Z+ rustup --version
722026-03-27T04:23:50.700Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:23:50.703Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:23:50.721Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-27T04:23:50.724Z+ cargo --version
762026-03-27T04:23:50.736Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-27T04:23:50.739Z+ rustc --version
782026-03-27T04:23:50.758Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-27T04:23:50.760Zprocess exited: duration 16002 ms, exit code 0
 
802026-03-27T04:23:50.766Zstarting task 2: "authentication"
812026-03-27T04:23:50.782Zprocess exited: duration 16 ms, exit code 0
 
822026-03-27T04:23:50.787Zstarting task 3: "clone repository"
832026-03-27T04:23:50.790Z+ mkdir -p /work/oxidecomputer/opte
842026-03-27T04:23:50.793Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-27T04:23:50.823ZCloning into '/work/oxidecomputer/opte'...
862026-03-27T04:23:51.566Z+ cd /work/oxidecomputer/opte
872026-03-27T04:23:51.567Z+ git fetch origin 56e75ed31151689afa450c72cf51c5ae25ec8925
882026-03-27T04:23:51.826ZFrom https://github.com/oxidecomputer/opte
892026-03-27T04:23:51.826Z * branch 56e75ed31151689afa450c72cf51c5ae25ec8925 -> FETCH_HEAD
902026-03-27T04:23:51.834Z+ [[ -n renovate/uuid-1.x-lockfile ]]
912026-03-27T04:23:51.837Z++ git branch --show-current
922026-03-27T04:23:51.837Z+ current=master
932026-03-27T04:23:51.837Z+ [[ master != renovate/uuid-1.x-lockfile ]]
942026-03-27T04:23:51.838Z+ git branch -f renovate/uuid-1.x-lockfile 56e75ed31151689afa450c72cf51c5ae25ec8925
952026-03-27T04:23:51.840Z+ git checkout -f renovate/uuid-1.x-lockfile
962026-03-27T04:23:51.855ZSwitched to branch 'renovate/uuid-1.x-lockfile'
972026-03-27T04:23:51.858Z+ git reset --hard 56e75ed31151689afa450c72cf51c5ae25ec8925
982026-03-27T04:23:51.871ZHEAD is now at 56e75ed Update Rust crate uuid to v1.23.0
992026-03-27T04:23:51.874Zprocess exited: duration 1083 ms, exit code 0
 
1002026-03-27T04:23:51.879Zstarting task 4: "build"
1012026-03-27T04:23:51.883Z+ source .github/buildomat/common.sh
1022026-03-27T04:23:51.885Z++ rustup show active-toolchain
1032026-03-27T04:23:51.888Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-27T04:23:51.891Z++ pushd xde
1052026-03-27T04:23:51.891Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-27T04:23:51.891Z++ rustup show active-toolchain
1072026-03-27T04:23:51.894Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-27T04:23:52.042Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-27T04:23:52.045Zinfo: downloading 6 components
1102026-03-27T04:24:07.337Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-27T04:24:07.422Z+++ rustup show active-toolchain -v
1122026-03-27T04:24:07.425Z+++ head -n 1
1132026-03-27T04:24:07.425Z+++ cut '-d ' -f1
1142026-03-27T04:24:07.473Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-27T04:24:07.473Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-27T04:24:07.473Z++ popd
1172026-03-27T04:24:07.473Z/work/oxidecomputer/opte
1182026-03-27T04:24:07.476Z+ cargo --version
1192026-03-27T04:24:07.483Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-27T04:24:07.486Z+ rustc --version
1212026-03-27T04:24:07.505Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-27T04:24:07.507Z+ pushd bin/opteadm
1232026-03-27T04:24:07.507Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-03-27T04:24:07.507Z+ header 'check style'
1252026-03-27T04:24:07.508Z+ echo '# ==== check style ==== #'
1262026-03-27T04:24:07.508Z# ==== check style ==== #
1272026-03-27T04:24:07.508Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1282026-03-27T04:24:07.582Z
1292026-03-27T04:24:07.582Zreal 0.072841949
1302026-03-27T04:24:07.582Zuser 0.041291663
1312026-03-27T04:24:07.582Zsys 0.029261746
1322026-03-27T04:24:07.582Ztrap 0.000001398
1332026-03-27T04:24:07.583Ztflt 0.000026912
1342026-03-27T04:24:07.583Zdflt 0.000048532
1352026-03-27T04:24:07.583Zkflt 0.000000000
1362026-03-27T04:24:07.583Zlock 0.045307414
1372026-03-27T04:24:07.583Zslp 0.055765541
1382026-03-27T04:24:07.583Zlat 0.001137711
1392026-03-27T04:24:07.583Zstop 0.000115615
1402026-03-27T04:24:07.586Z+ header analyze
1412026-03-27T04:24:07.586Z+ echo '# ==== analyze ==== #'
1422026-03-27T04:24:07.586Z# ==== analyze ==== #
1432026-03-27T04:24:07.586Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1442026-03-27T04:24:07.718Z Updating crates.io index
1452026-03-27T04:24:07.721Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-27T04:24:08.571Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-27T04:24:08.793Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-27T04:24:09.130Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-27T04:24:09.415Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-27T04:24:09.642Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-27T04:24:09.877Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-27T04:24:11.335Z Downloading crates ...
1532026-03-27T04:24:11.394Z Downloaded byteorder v1.5.0
1542026-03-27T04:24:11.398Z Downloaded clap v4.6.0
1552026-03-27T04:24:11.403Z Downloaded version_check v0.9.5
1562026-03-27T04:24:11.406Z Downloaded cpufeatures v0.3.0
1572026-03-27T04:24:11.412Z Downloaded defmt-macros v1.0.1
1582026-03-27T04:24:11.414Z Downloaded colored v3.1.1
1592026-03-27T04:24:11.417Z Downloaded zerocopy-derive v0.8.47
1602026-03-27T04:24:11.421Z Downloaded proc-macro-error-attr2 v2.0.0
1612026-03-27T04:24:11.429Z Downloaded cstr-argument v0.1.2
1622026-03-27T04:24:11.432Z Downloaded zerocopy v0.8.47
1632026-03-27T04:24:11.440Z Downloaded toml_datetime v1.1.0+spec-1.1.0
1642026-03-27T04:24:11.443Z Downloaded anstream v1.0.0
1652026-03-27T04:24:11.443Z Downloaded aho-corasick v1.1.4
1662026-03-27T04:24:11.446Z Downloaded proc-macro-crate v3.5.0
1672026-03-27T04:24:11.448Z Downloaded clap_lex v1.1.0
1682026-03-27T04:24:11.448Z Downloaded rand_core v0.10.0
1692026-03-27T04:24:11.448Z Downloaded quote v1.0.45
1702026-03-27T04:24:11.453Z Downloaded terminal_size v0.4.4
1712026-03-27T04:24:11.456Z Downloaded stable_deref_trait v1.2.1
1722026-03-27T04:24:11.459Z Downloaded embedded-io v0.4.0
1732026-03-27T04:24:11.462Z Downloaded ref-cast v1.0.25
1742026-03-27T04:24:11.462Z Downloaded heck v0.5.0
1752026-03-27T04:24:11.465Z Downloaded fnv v1.0.7
1762026-03-27T04:24:11.465Z Downloaded ident_case v1.0.1
1772026-03-27T04:24:11.467Z Downloaded defmt v0.3.100
1782026-03-27T04:24:11.471Z Downloaded foreign-types-macros v0.2.3
1792026-03-27T04:24:11.476Z Downloaded darling_macro v0.21.3
1802026-03-27T04:24:11.478Z Downloaded anstyle-query v1.1.5
1812026-03-27T04:24:11.481Z Downloaded itertools v0.14.0
1822026-03-27T04:24:11.485Z Downloaded errno v0.3.14
1832026-03-27T04:24:11.487Z Downloaded cobs v0.3.0
1842026-03-27T04:24:11.490Z Downloaded managed v0.8.0
1852026-03-27T04:24:11.493Z Downloaded dyn-clone v1.0.20
1862026-03-27T04:24:11.503Z Downloaded foreign-types-shared v0.3.1
1872026-03-27T04:24:11.508Z Downloaded equivalent v1.0.2
1882026-03-27T04:24:11.511Z Downloaded pretty-hex v0.4.2
1892026-03-27T04:24:11.511Z Downloaded colorchoice v1.0.5
1902026-03-27T04:24:11.513Z Downloaded embedded-io v0.6.1
1912026-03-27T04:24:11.519Z Downloaded defmt-parser v1.0.0
1922026-03-27T04:24:11.522Z Downloaded ref-cast-impl v1.0.25
1932026-03-27T04:24:11.522Z Downloaded is_terminal_polyfill v1.70.2
1942026-03-27T04:24:11.525Z Downloaded defmt v1.0.1
1952026-03-27T04:24:11.529Z Downloaded thiserror-impl v2.0.18
1962026-03-27T04:24:11.532Z Downloaded either v1.15.0
1972026-03-27T04:24:11.534Z Downloaded utf8parse v0.2.2
1982026-03-27T04:24:11.534Z Downloaded anstyle v1.0.14
1992026-03-27T04:24:11.542Z Downloaded tabwriter v1.4.1
2002026-03-27T04:24:11.545Z Downloaded macaddr v1.0.1
2012026-03-27T04:24:11.560Z Downloaded cfg-if v1.0.4
2022026-03-27T04:24:11.563Z Downloaded thiserror v2.0.18
2032026-03-27T04:24:11.565Z Downloaded proc-macro-error2 v2.0.1
2042026-03-27T04:24:11.568Z Downloaded num_enum_derive v0.7.6
2052026-03-27T04:24:11.568Z Downloaded ipnetwork v0.21.1
2062026-03-27T04:24:11.568Z Downloaded bitflags v1.3.2
2072026-03-27T04:24:11.571Z Downloaded num_enum v0.7.6
2082026-03-27T04:24:11.574Z Downloaded ingot-types v0.1.2
2092026-03-27T04:24:11.577Z Downloaded strsim v0.11.1
2102026-03-27T04:24:11.580Z Downloaded rustversion v1.0.22
2112026-03-27T04:24:11.580Z Downloaded ingot v0.1.1
2122026-03-27T04:24:11.583Z Downloaded anstyle-parse v1.0.0
2132026-03-27T04:24:11.586Z Downloaded bitflags v2.11.0
2142026-03-27T04:24:11.588Z Downloaded postcard v1.1.3
2152026-03-27T04:24:11.591Z Downloaded foreign-types v0.5.0
2162026-03-27T04:24:11.591Z Downloaded oxnet v0.1.4
2172026-03-27T04:24:11.591Z Downloaded hash32 v0.3.1
2182026-03-27T04:24:11.594Z Downloaded pin-project-lite v0.2.17
2192026-03-27T04:24:11.608Z Downloaded anyhow v1.0.102
2202026-03-27T04:24:11.616Z Downloaded tracing-attributes v0.1.31
2212026-03-27T04:24:11.619Z Downloaded clap_derive v4.6.0
2222026-03-27T04:24:11.623Z Downloaded toml_parser v1.1.0+spec-1.1.0
2232026-03-27T04:24:11.629Z Downloaded once_cell v1.21.4
2242026-03-27T04:24:11.632Z Downloaded chacha20 v0.10.0
2252026-03-27T04:24:11.632Z Downloaded ingot-macros v0.1.1
2262026-03-27T04:24:11.634Z Downloaded darling v0.21.3
2272026-03-27T04:24:11.637Z Downloaded serde_derive v1.0.228
2282026-03-27T04:24:11.640Z Downloaded proc-macro2 v1.0.106
2292026-03-27T04:24:11.650Z Downloaded socket2 v0.6.3
2302026-03-27T04:24:11.658Z Downloaded unicode-ident v1.0.24
2312026-03-27T04:24:11.661Z Downloaded toml_edit v0.25.8+spec-1.1.0
2322026-03-27T04:24:11.664Z Downloaded uuid v1.23.0
2332026-03-27T04:24:11.669Z Downloaded heapless v0.8.0
2342026-03-27T04:24:11.679Z Downloaded darling_core v0.21.3
2352026-03-27T04:24:11.682Z Downloaded tracing-core v0.1.36
2362026-03-27T04:24:11.685Z Downloaded serde_core v1.0.228
2372026-03-27T04:24:11.701Z Downloaded getrandom v0.4.2
2382026-03-27T04:24:11.712Z Downloaded serde v1.0.228
2392026-03-27T04:24:11.725Z Downloaded syn v1.0.109
2402026-03-27T04:24:11.730Z Downloaded memchr v2.8.0
2412026-03-27T04:24:11.743Z Downloaded indexmap v2.13.0
2422026-03-27T04:24:11.752Z Downloaded rand v0.10.0
2432026-03-27T04:24:11.755Z Downloaded hashbrown v0.16.1
2442026-03-27T04:24:11.765Z Downloaded regex v1.12.3
2452026-03-27T04:24:11.786Z Downloaded clap_builder v4.6.0
2462026-03-27T04:24:11.798Z Downloaded winnow v1.0.0
2472026-03-27T04:24:11.867Z Downloaded unicode-width v0.2.2
2482026-03-27T04:24:11.873Z Downloaded syn v2.0.117
2492026-03-27T04:24:11.881Z Downloaded smoltcp v0.11.0
2502026-03-27T04:24:11.887Z Downloaded regex-syntax v0.8.10
2512026-03-27T04:24:11.902Z Downloaded rustix v1.1.4
2522026-03-27T04:24:11.926Z Downloaded tracing v0.1.44
2532026-03-27T04:24:11.953Z Downloaded regex-automata v0.4.14
2542026-03-27T04:24:11.966Z Downloaded libc v0.2.183
2552026-03-27T04:24:12.029Z Compiling proc-macro2 v1.0.106
2562026-03-27T04:24:12.029Z Compiling quote v1.0.45
2572026-03-27T04:24:12.029Z Compiling unicode-ident v1.0.24
2582026-03-27T04:24:12.032Z Compiling serde_core v1.0.228
2592026-03-27T04:24:12.032Z Compiling libc v0.2.183
2602026-03-27T04:24:12.032Z Checking cfg-if v1.0.4
2612026-03-27T04:24:12.032Z Compiling ident_case v1.0.1
2622026-03-27T04:24:12.032Z Compiling memchr v2.8.0
2632026-03-27T04:24:12.155Z Compiling thiserror v2.0.18
2642026-03-27T04:24:12.222Z Compiling fnv v1.0.7
2652026-03-27T04:24:12.225Z Compiling strsim v0.11.1
2662026-03-27T04:24:12.310Z Compiling regex-syntax v0.8.10
2672026-03-27T04:24:12.494Z Compiling aho-corasick v1.1.4
2682026-03-27T04:24:12.511Z Compiling zerocopy v0.8.47
2692026-03-27T04:24:12.667Z Compiling either v1.15.0
2702026-03-27T04:24:12.673Z Compiling anyhow v1.0.102
2712026-03-27T04:24:12.790Z Compiling hashbrown v0.16.1
2722026-03-27T04:24:12.855Z Compiling serde v1.0.228
2732026-03-27T04:24:12.889Z Compiling equivalent v1.0.2
2742026-03-27T04:24:12.966Z Compiling winnow v1.0.0
2752026-03-27T04:24:13.018Z Compiling itertools v0.14.0
2762026-03-27T04:24:13.306Z Compiling indexmap v2.13.0
2772026-03-27T04:24:13.343Z Compiling syn v2.0.117
2782026-03-27T04:24:13.403Z Compiling heapless v0.8.0
2792026-03-27T04:24:13.692Z Compiling toml_datetime v1.1.0+spec-1.1.0
2802026-03-27T04:24:13.858Z Checking bitflags v2.11.0
2812026-03-27T04:24:13.883Z Compiling regex-automata v0.4.14
2822026-03-27T04:24:13.890Z Compiling toml_parser v1.1.0+spec-1.1.0
2832026-03-27T04:24:13.900Z Checking byteorder v1.5.0
2842026-03-27T04:24:14.009Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2852026-03-27T04:24:14.048Z Checking hash32 v0.3.1
2862026-03-27T04:24:14.106Z Compiling rustversion v1.0.22
2872026-03-27T04:24:14.151Z Checking macaddr v1.0.1
2882026-03-27T04:24:14.222Z Compiling toml_edit v0.25.8+spec-1.1.0
2892026-03-27T04:24:14.242Z Checking stable_deref_trait v1.2.1
2902026-03-27T04:24:14.287Z Compiling smoltcp v0.11.0
2912026-03-27T04:24:14.316Z Compiling syn v1.0.109
2922026-03-27T04:24:14.477Z Compiling rustix v1.1.4
2932026-03-27T04:24:14.493Z Checking bitflags v1.3.2
2942026-03-27T04:24:14.553Z Compiling ref-cast v1.0.25
2952026-03-27T04:24:14.646Z Compiling getrandom v0.4.2
2962026-03-27T04:24:14.668Z Compiling version_check v0.9.5
2972026-03-27T04:24:14.700Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2982026-03-27T04:24:14.832Z Compiling proc-macro-crate v3.5.0
2992026-03-27T04:24:14.868Z Checking managed v0.8.0
3002026-03-27T04:24:14.913Z Checking rand_core v0.10.0
3012026-03-27T04:24:14.945Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3022026-03-27T04:24:15.182Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3032026-03-27T04:24:15.196Z Checking errno v0.3.14
3042026-03-27T04:24:15.260Z Checking foreign-types-shared v0.3.1
3052026-03-27T04:24:15.322Z Checking once_cell v1.21.4
3062026-03-27T04:24:15.354Z Checking unicode-width v0.2.2
3072026-03-27T04:24:15.475Z Checking utf8parse v0.2.2
3082026-03-27T04:24:15.491Z Checking cpufeatures v0.3.0
3092026-03-27T04:24:15.568Z Checking ipnetwork v0.21.1
3102026-03-27T04:24:15.599Z Compiling regex v1.12.3
3112026-03-27T04:24:15.736Z Checking tabwriter v1.4.1
3122026-03-27T04:24:15.738Z Checking anstyle-parse v1.0.0
3132026-03-27T04:24:15.873Z Checking chacha20 v0.10.0
3142026-03-27T04:24:15.880Z Checking tracing-core v0.1.36
3152026-03-27T04:24:15.901Z Checking cstr-argument v0.1.2
3162026-03-27T04:24:15.984Z Compiling darling_core v0.21.3
3172026-03-27T04:24:16.328Z Checking dyn-clone v1.0.20
3182026-03-27T04:24:16.423Z Checking anstyle-query v1.1.5
3192026-03-27T04:24:16.429Z Checking pin-project-lite v0.2.17
3202026-03-27T04:24:16.442Z Checking anstyle v1.0.14
3212026-03-27T04:24:16.468Z Checking colorchoice v1.0.5
3222026-03-27T04:24:16.501Z Checking pretty-hex v0.4.2
3232026-03-27T04:24:16.501Z Checking is_terminal_polyfill v1.70.2
3242026-03-27T04:24:16.504Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
3252026-03-27T04:24:16.575Z Checking terminal_size v0.4.4
3262026-03-27T04:24:16.612Z Checking anstream v1.0.0
3272026-03-27T04:24:16.677Z Checking rand v0.10.0
3282026-03-27T04:24:16.723Z Checking uuid v1.23.0
3292026-03-27T04:24:16.744Z Checking socket2 v0.6.3
3302026-03-27T04:24:16.801Z Checking colored v3.1.1
3312026-03-27T04:24:16.910Z Compiling heck v0.5.0
3322026-03-27T04:24:16.970Z Checking oxnet v0.1.4
3332026-03-27T04:24:16.983Z Checking clap_lex v1.1.0
3342026-03-27T04:24:17.123Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3352026-03-27T04:24:17.135Z Checking clap_builder v4.6.0
3362026-03-27T04:24:17.194Z Compiling thiserror-impl v2.0.18
3372026-03-27T04:24:17.213Z Compiling serde_derive v1.0.228
3382026-03-27T04:24:17.360Z Compiling zerocopy-derive v0.8.47
3392026-03-27T04:24:17.532Z Compiling num_enum_derive v0.7.6
3402026-03-27T04:24:17.927Z Compiling foreign-types-macros v0.2.3
3412026-03-27T04:24:18.003Z Compiling darling_macro v0.21.3
3422026-03-27T04:24:18.189Z Compiling ref-cast-impl v1.0.25
3432026-03-27T04:24:18.360Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3442026-03-27T04:24:18.472Z Checking cobs v0.3.0
3452026-03-27T04:24:18.504Z Checking num_enum v0.7.6
3462026-03-27T04:24:18.540Z Checking foreign-types v0.5.0
3472026-03-27T04:24:18.543Z Compiling darling v0.21.3
3482026-03-27T04:24:18.603Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3492026-03-27T04:24:18.606Z Compiling tracing-attributes v0.1.31
3502026-03-27T04:24:18.614Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3512026-03-27T04:24:18.619Z Compiling ingot-macros v0.1.1
3522026-03-27T04:24:18.757Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3532026-03-27T04:24:18.827Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3542026-03-27T04:24:18.852Z Compiling clap_derive v4.6.0
3552026-03-27T04:24:19.619Z Checking tracing v0.1.44
3562026-03-27T04:24:19.955Z Checking postcard v1.1.3
3572026-03-27T04:24:20.192Z Checking clap v4.6.0
3582026-03-27T04:24:21.272Z Checking ingot-types v0.1.2
3592026-03-27T04:24:21.534Z Checking ingot v0.1.1
3602026-03-27T04:24:22.803Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612026-03-27T04:24:23.984Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3622026-03-27T04:24:25.099Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3632026-03-27T04:24:25.919Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.28s
3642026-03-27T04:24:26.034Z
3652026-03-27T04:24:26.036Zreal 18.444703343
3662026-03-27T04:24:26.036Zuser 53.446118883
3672026-03-27T04:24:26.036Zsys 13.046592305
3682026-03-27T04:24:26.036Ztrap 0.037221541
3692026-03-27T04:24:26.037Ztflt 0.089215685
3702026-03-27T04:24:26.037Zdflt 0.099355779
3712026-03-27T04:24:26.037Zkflt 0.005156110
3722026-03-27T04:24:26.037Zlock 2:47.910352881
3732026-03-27T04:24:26.037Zslp 2:56.987401720
3742026-03-27T04:24:26.037Zlat 3.117691577
3752026-03-27T04:24:26.037Zstop 10.920983880
3762026-03-27T04:24:26.037Z+ header 'debug build'
3772026-03-27T04:24:26.037Z+ echo '# ==== debug build ==== #'
3782026-03-27T04:24:26.037Z# ==== debug build ==== #
3792026-03-27T04:24:26.037Z+ ptime -m cargo build
3802026-03-27T04:24:26.190Z Compiling cfg-if v1.0.4
3812026-03-27T04:24:26.193Z Compiling serde_core v1.0.228
3822026-03-27T04:24:26.193Z Compiling libc v0.2.183
3832026-03-27T04:24:26.216Z Compiling thiserror v2.0.18
3842026-03-27T04:24:26.219Z Compiling byteorder v1.5.0
3852026-03-27T04:24:26.222Z Compiling zerocopy v0.8.47
3862026-03-27T04:24:26.227Z Compiling macaddr v1.0.1
3872026-03-27T04:24:26.227Z Compiling stable_deref_trait v1.2.1
3882026-03-27T04:24:26.264Z Compiling managed v0.8.0
3892026-03-27T04:24:26.274Z Compiling cobs v0.3.0
3902026-03-27T04:24:26.289Z Compiling rand_core v0.10.0
3912026-03-27T04:24:26.378Z Compiling hash32 v0.3.1
3922026-03-27T04:24:26.436Z Compiling bitflags v1.3.2
3932026-03-27T04:24:26.456Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3942026-03-27T04:24:26.469Z Compiling unicode-width v0.2.2
3952026-03-27T04:24:26.493Z Compiling heapless v0.8.0
3962026-03-27T04:24:26.516Z Compiling errno v0.3.14
3972026-03-27T04:24:26.533Z Compiling ipnetwork v0.21.1
3982026-03-27T04:24:26.550Z Compiling foreign-types-shared v0.3.1
3992026-03-27T04:24:26.626Z Compiling once_cell v1.21.4
4002026-03-27T04:24:26.669Z Compiling utf8parse v0.2.2
4012026-03-27T04:24:26.675Z Compiling cpufeatures v0.3.0
4022026-03-27T04:24:26.734Z Compiling memchr v2.8.0
4032026-03-27T04:24:26.755Z Compiling anstyle-parse v1.0.0
4042026-03-27T04:24:26.760Z Compiling chacha20 v0.10.0
4052026-03-27T04:24:26.849Z Compiling tracing-core v0.1.36
4062026-03-27T04:24:26.900Z Compiling smoltcp v0.11.0
4072026-03-27T04:24:26.988Z Compiling tabwriter v1.4.1
4082026-03-27T04:24:27.040Z Compiling foreign-types v0.5.0
4092026-03-27T04:24:27.082Z Compiling getrandom v0.4.2
4102026-03-27T04:24:27.104Z Compiling cstr-argument v0.1.2
4112026-03-27T04:24:27.257Z Compiling ref-cast v1.0.25
4122026-03-27T04:24:27.286Z Compiling num_enum v0.7.6
4132026-03-27T04:24:27.344Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4142026-03-27T04:24:27.389Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4152026-03-27T04:24:27.403Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4162026-03-27T04:24:27.459Z Compiling dyn-clone v1.0.20
4172026-03-27T04:24:27.487Z Compiling is_terminal_polyfill v1.70.2
4182026-03-27T04:24:27.566Z Compiling pretty-hex v0.4.2
4192026-03-27T04:24:27.613Z Compiling anstyle-query v1.1.5
4202026-03-27T04:24:27.693Z Compiling colorchoice v1.0.5
4212026-03-27T04:24:27.710Z Compiling pin-project-lite v0.2.17
4222026-03-27T04:24:27.795Z Compiling anstyle v1.0.14
4232026-03-27T04:24:27.795Z Compiling tracing v0.1.44
4242026-03-27T04:24:27.897Z Compiling bitflags v2.11.0
4252026-03-27T04:24:27.950Z Compiling serde v1.0.228
4262026-03-27T04:24:28.053Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4272026-03-27T04:24:28.066Z Compiling rustix v1.1.4
4282026-03-27T04:24:28.146Z Compiling anstream v1.0.0
4292026-03-27T04:24:28.252Z Compiling uuid v1.23.0
4302026-03-27T04:24:28.326Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4312026-03-27T04:24:28.536Z Compiling postcard v1.1.3
4322026-03-27T04:24:28.642Z Compiling terminal_size v0.4.4
4332026-03-27T04:24:28.648Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4342026-03-27T04:24:28.648Z Compiling anyhow v1.0.102
4352026-03-27T04:24:28.788Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4362026-03-27T04:24:28.809Z Compiling rand v0.10.0
4372026-03-27T04:24:28.875Z Compiling socket2 v0.6.3
4382026-03-27T04:24:28.898Z Compiling clap_lex v1.1.0
4392026-03-27T04:24:29.126Z Compiling ingot-types v0.1.2
4402026-03-27T04:24:29.171Z Compiling winnow v1.0.0
4412026-03-27T04:24:29.212Z Compiling oxnet v0.1.4
4422026-03-27T04:24:29.286Z Compiling colored v3.1.1
4432026-03-27T04:24:29.470Z Compiling ingot v0.1.1
4442026-03-27T04:24:29.531Z Compiling strsim v0.11.1
4452026-03-27T04:24:29.684Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4462026-03-27T04:24:29.827Z Compiling clap_builder v4.6.0
4472026-03-27T04:24:30.187Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4482026-03-27T04:24:31.112Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4492026-03-27T04:24:31.625Z Compiling clap v4.6.0
4502026-03-27T04:24:32.486Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-03-27T04:24:33.904Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4522026-03-27T04:24:38.213Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.16s
4532026-03-27T04:24:38.240Z
4542026-03-27T04:24:38.243Zreal 12.194358252
4552026-03-27T04:24:38.243Zuser 1:04.294002107
4562026-03-27T04:24:38.243Zsys 5.874589464
4572026-03-27T04:24:38.243Ztrap 0.030262994
4582026-03-27T04:24:38.243Ztflt 0.077056012
4592026-03-27T04:24:38.243Zdflt 0.250656451
4602026-03-27T04:24:38.243Zkflt 0.000003629
4612026-03-27T04:24:38.243Zlock 2:54.786600371
4622026-03-27T04:24:38.243Zslp 1:55.470037657
4632026-03-27T04:24:38.243Zlat 4.805603685
4642026-03-27T04:24:38.243Zstop 3.744911744
4652026-03-27T04:24:38.243Z+ header 'release build'
4662026-03-27T04:24:38.243Z# ==== release build ==== #
4672026-03-27T04:24:38.243Z+ echo '# ==== release build ==== #'
4682026-03-27T04:24:38.243Z+ ptime -m cargo build --release
4692026-03-27T04:24:38.339Z Compiling proc-macro2 v1.0.106
4702026-03-27T04:24:38.339Z Compiling unicode-ident v1.0.24
4712026-03-27T04:24:38.339Z Compiling quote v1.0.45
4722026-03-27T04:24:38.339Z Compiling serde_core v1.0.228
4732026-03-27T04:24:38.339Z Compiling libc v0.2.183
4742026-03-27T04:24:38.339Z Compiling cfg-if v1.0.4
4752026-03-27T04:24:38.342Z Compiling fnv v1.0.7
4762026-03-27T04:24:38.343Z Compiling memchr v2.8.0
4772026-03-27T04:24:38.412Z Compiling ident_case v1.0.1
4782026-03-27T04:24:38.429Z Compiling strsim v0.11.1
4792026-03-27T04:24:38.451Z Compiling thiserror v2.0.18
4802026-03-27T04:24:38.507Z Compiling regex-syntax v0.8.10
4812026-03-27T04:24:38.652Z Compiling zerocopy v0.8.47
4822026-03-27T04:24:38.690Z Compiling winnow v1.0.0
4832026-03-27T04:24:38.877Z Compiling aho-corasick v1.1.4
4842026-03-27T04:24:38.939Z Compiling hashbrown v0.16.1
4852026-03-27T04:24:39.003Z Compiling either v1.15.0
4862026-03-27T04:24:39.057Z Compiling anyhow v1.0.102
4872026-03-27T04:24:39.184Z Compiling serde v1.0.228
4882026-03-27T04:24:39.444Z Compiling equivalent v1.0.2
4892026-03-27T04:24:39.484Z Compiling itertools v0.14.0
4902026-03-27T04:24:39.514Z Compiling indexmap v2.13.0
4912026-03-27T04:24:39.582Z Compiling syn v2.0.117
4922026-03-27T04:24:39.628Z Compiling toml_parser v1.1.0+spec-1.1.0
4932026-03-27T04:24:39.692Z Compiling heapless v0.8.0
4942026-03-27T04:24:39.981Z Compiling regex-automata v0.4.14
4952026-03-27T04:24:40.110Z Compiling toml_datetime v1.1.0+spec-1.1.0
4962026-03-27T04:24:40.149Z Compiling byteorder v1.5.0
4972026-03-27T04:24:40.313Z Compiling hash32 v0.3.1
4982026-03-27T04:24:40.324Z Compiling toml_edit v0.25.8+spec-1.1.0
4992026-03-27T04:24:40.372Z Compiling smoltcp v0.11.0
5002026-03-27T04:24:40.436Z Compiling bitflags v2.11.0
5012026-03-27T04:24:40.537Z Compiling syn v1.0.109
5022026-03-27T04:24:40.573Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5032026-03-27T04:24:40.691Z Compiling macaddr v1.0.1
5042026-03-27T04:24:40.691Z Compiling rustversion v1.0.22
5052026-03-27T04:24:40.751Z Compiling stable_deref_trait v1.2.1
5062026-03-27T04:24:40.819Z Compiling bitflags v1.3.2
5072026-03-27T04:24:40.865Z Compiling proc-macro-crate v3.5.0
5082026-03-27T04:24:40.873Z Compiling managed v0.8.0
5092026-03-27T04:24:40.879Z Compiling getrandom v0.4.2
5102026-03-27T04:24:41.054Z Compiling rustix v1.1.4
5112026-03-27T04:24:41.092Z Compiling version_check v0.9.5
5122026-03-27T04:24:41.128Z Compiling ref-cast v1.0.25
5132026-03-27T04:24:41.192Z Compiling rand_core v0.10.0
5142026-03-27T04:24:41.253Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5152026-03-27T04:24:41.341Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5162026-03-27T04:24:41.465Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5172026-03-27T04:24:41.556Z Compiling errno v0.3.14
5182026-03-27T04:24:41.576Z Compiling regex v1.12.3
5192026-03-27T04:24:41.689Z Compiling cpufeatures v0.3.0
5202026-03-27T04:24:41.751Z Compiling once_cell v1.21.4
5212026-03-27T04:24:41.819Z Compiling ipnetwork v0.21.1
5222026-03-27T04:24:41.867Z Compiling foreign-types-shared v0.3.1
5232026-03-27T04:24:41.946Z Compiling utf8parse v0.2.2
5242026-03-27T04:24:41.949Z Compiling unicode-width v0.2.2
5252026-03-27T04:24:42.034Z Compiling anstyle-parse v1.0.0
5262026-03-27T04:24:42.185Z Compiling darling_core v0.21.3
5272026-03-27T04:24:42.228Z Compiling tabwriter v1.4.1
5282026-03-27T04:24:42.228Z Compiling tracing-core v0.1.36
5292026-03-27T04:24:42.471Z Compiling cstr-argument v0.1.2
5302026-03-27T04:24:42.535Z Compiling chacha20 v0.10.0
5312026-03-27T04:24:43.032Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
5322026-03-27T04:24:43.089Z Compiling dyn-clone v1.0.20
5332026-03-27T04:24:43.167Z Compiling is_terminal_polyfill v1.70.2
5342026-03-27T04:24:43.217Z Compiling anstyle-query v1.1.5
5352026-03-27T04:24:43.241Z Compiling anstyle v1.0.14
5362026-03-27T04:24:43.241Z Compiling pretty-hex v0.4.2
5372026-03-27T04:24:43.305Z Compiling pin-project-lite v0.2.17
5382026-03-27T04:24:43.319Z Compiling thiserror-impl v2.0.18
5392026-03-27T04:24:43.364Z Compiling serde_derive v1.0.228
5402026-03-27T04:24:43.380Z Compiling zerocopy-derive v0.8.47
5412026-03-27T04:24:43.384Z Compiling num_enum_derive v0.7.6
5422026-03-27T04:24:43.464Z Compiling foreign-types-macros v0.2.3
5432026-03-27T04:24:43.915Z Compiling ref-cast-impl v1.0.25
5442026-03-27T04:24:44.062Z Compiling foreign-types v0.5.0
5452026-03-27T04:24:44.125Z Compiling tracing-attributes v0.1.31
5462026-03-27T04:24:44.263Z Compiling darling_macro v0.21.3
5472026-03-27T04:24:44.340Z Compiling num_enum v0.7.6
5482026-03-27T04:24:44.441Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5492026-03-27T04:24:44.622Z Compiling cobs v0.3.0
5502026-03-27T04:24:44.630Z Compiling colorchoice v1.0.5
5512026-03-27T04:24:44.728Z Compiling anstream v1.0.0
5522026-03-27T04:24:44.806Z Compiling darling v0.21.3
5532026-03-27T04:24:44.810Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5542026-03-27T04:24:44.825Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5552026-03-27T04:24:44.871Z Compiling ingot-macros v0.1.1
5562026-03-27T04:24:44.910Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5572026-03-27T04:24:45.248Z Compiling terminal_size v0.4.4
5582026-03-27T04:24:45.264Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5592026-03-27T04:24:45.305Z Compiling rand v0.10.0
5602026-03-27T04:24:45.366Z Compiling uuid v1.23.0
5612026-03-27T04:24:45.370Z Compiling socket2 v0.6.3
5622026-03-27T04:24:45.374Z Compiling tracing v0.1.44
5632026-03-27T04:24:45.667Z Compiling colored v3.1.1
5642026-03-27T04:24:45.671Z Compiling oxnet v0.1.4
5652026-03-27T04:24:45.740Z Compiling heck v0.5.0
5662026-03-27T04:24:45.930Z Compiling clap_lex v1.1.0
5672026-03-27T04:24:46.095Z Compiling clap_builder v4.6.0
5682026-03-27T04:24:46.202Z Compiling clap_derive v4.6.0
5692026-03-27T04:24:46.230Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5702026-03-27T04:24:46.544Z Compiling postcard v1.1.3
5712026-03-27T04:24:47.750Z Compiling ingot-types v0.1.2
5722026-03-27T04:24:48.012Z Compiling clap v4.6.0
5732026-03-27T04:24:48.080Z Compiling ingot v0.1.1
5742026-03-27T04:24:49.706Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5752026-03-27T04:24:50.700Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5762026-03-27T04:24:51.642Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5772026-03-27T04:24:57.911Z Finished `release` profile [optimized + debuginfo] target(s) in 19.65s
5782026-03-27T04:24:57.940Z
5792026-03-27T04:24:57.940Zreal 19.687481256
5802026-03-27T04:24:57.940Zuser 1:40.651772177
5812026-03-27T04:24:57.940Zsys 13.300834334
5822026-03-27T04:24:57.940Ztrap 0.049927957
5832026-03-27T04:24:57.940Ztflt 0.157324651
5842026-03-27T04:24:57.940Zdflt 0.322391865
5852026-03-27T04:24:57.940Zkflt 0.000013267
5862026-03-27T04:24:57.940Zlock 4:25.534436039
5872026-03-27T04:24:57.940Zslp 3:21.571758121
5882026-03-27T04:24:57.940Zlat 5.555312323
5892026-03-27T04:24:57.940Zstop 9.542965486
5902026-03-27T04:24:57.943Z+ popd
5912026-03-27T04:24:57.943Z/work/oxidecomputer/opte
5922026-03-27T04:24:57.943Z+ for x in debug release
5932026-03-27T04:24:57.943Z+ mkdir -p /work/debug
5942026-03-27T04:24:57.944Z+ cp target/debug/opteadm /work/debug/
5952026-03-27T04:24:57.965Z+ sha256sum target/debug/opteadm
5962026-03-27T04:24:57.989Z+ for x in debug release
5972026-03-27T04:24:57.989Z+ mkdir -p /work/release
5982026-03-27T04:24:57.992Z+ cp target/release/opteadm /work/release/
5992026-03-27T04:24:58.005Z+ sha256sum target/release/opteadm
6002026-03-27T04:24:58.020Zprocess exited: duration 66135 ms, exit code 0
 
6012026-03-27T04:24:58.031Zfound 4 output files
6022026-03-27T04:24:58.031Zuploading: /work/debug/opteadm (36021424 bytes)
6032026-03-27T04:24:59.240Zuploaded: /work/debug/opteadm
6042026-03-27T04:24:59.240Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6052026-03-27T04:25:00.249Zuploaded: /work/debug/opteadm.debug.sha256
6062026-03-27T04:25:00.249Zuploading: /work/release/opteadm (22669120 bytes)
6072026-03-27T04:25:01.379Zuploaded: /work/release/opteadm
6082026-03-27T04:25:01.379Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6092026-03-27T04:25:02.387Zuploaded: /work/release/opteadm.release.sha256