01KQRMCABHVBN3A0FJPT4BEW6E: 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: 01KQRMCMPJWCS13SVRPE5SGYNX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T04:37:51.783Zjob assigned to worker 01KQRMCXH4YY2M3G0EYAJT1T27 [factory aws, i-0418956e5d64b38d2] (queued for 1 m 0 s)
 
22026-05-04T04:37:58.680Zstarting task 0: "setup"
32026-05-04T04:37:58.687Z++ uname -s
42026-05-04T04:37:58.690Z+ kern=SunOS
52026-05-04T04:37:58.690Z+ build_user=build
62026-05-04T04:37:58.690Z+ build_uid=12345
72026-05-04T04:37:58.690Z+ work_dir=/work
82026-05-04T04:37:58.690Z+ input_dir=/input
92026-05-04T04:37:58.690Z+ [[ 0 == 12345 ]]
102026-05-04T04:37:58.690Z+ case "$kern" in
112026-05-04T04:37:58.690Z+ groupadd -g 12345 build
122026-05-04T04:37:58.693Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T04:38:00.697Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T04:38:00.832Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T04:38:00.835Z+ home_fs=zfs
162026-05-04T04:38:00.835Z+ [[ zfs == autofs ]]
172026-05-04T04:38:00.835Z+ mkdir -p /home/build
182026-05-04T04:38:00.835Z+ chown build:build /home/build /work
192026-05-04T04:38:02.836Z+ chmod 0700 /home/build /work
202026-05-04T04:38:02.839Zprocess exited: duration 4158 ms, exit code 0
 
212026-05-04T04:38:02.846Zstarting task 1: "rust-toolchain"
222026-05-04T04:38:02.850Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-04T04:38:02.850Z * rust toolchain channel = "1.94.1"
242026-05-04T04:38:02.850Z * rust toolchain profile = "default"
252026-05-04T04:38:02.850Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-04T04:38:02.850Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T04:38:02.850Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-04T04:38:02.853Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T04:38:02.853Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-04T04:38:02.930Zinfo: downloading installer
312026-05-04T04:38:04.295Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T04:38:04.296Zwarn: /opt/ooce/bin
332026-05-04T04:38:04.296Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T04:38:04.296Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T04:38:04.296Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T04:38:04.296Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T04:38:04.296Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T04:38:04.296Zerror: cannot install while Rust is installed
392026-05-04T04:38:04.296Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T04:38:04.296Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T04:38:04.296Zwarn: /home/build/.rustup/settings.toml
422026-05-04T04:38:04.296Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T04:38:04.296Zwarn: instead of the one inferred from the default host triple.
442026-05-04T04:38:04.309Zinfo: profile set to default
452026-05-04T04:38:04.309Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T04:38:04.312Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-04T04:38:04.443Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-04T04:38:04.446Zinfo: downloading 6 components
492026-05-04T04:38:18.593Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-05-04T04:38:18.594Z
512026-05-04T04:38:18.625Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-04T04:38:18.625Z
532026-05-04T04:38:18.625Z
542026-05-04T04:38:18.625ZRust is installed now. Great!
552026-05-04T04:38:18.625Z
562026-05-04T04:38:18.625ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T04:38:18.625Zenvironment variable. This has not been done automatically.
582026-05-04T04:38:18.625Z
592026-05-04T04:38:18.625ZTo configure your current shell, you need to source
602026-05-04T04:38:18.625Zthe corresponding env file under $HOME/.cargo.
612026-05-04T04:38:18.626Z
622026-05-04T04:38:18.626ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T04:38:18.626Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T04:38:18.626Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T04:38:18.626Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T04:38:18.626Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T04:38:18.626Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T04:38:18.626Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T04:38:18.629Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T04:38:18.629Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T04:38:18.724Z+ rustup --version
722026-05-04T04:38:18.732Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T04:38:18.735Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T04:38:18.754Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-04T04:38:18.757Z+ cargo --version
762026-05-04T04:38:18.770Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-04T04:38:18.773Z+ rustc --version
782026-05-04T04:38:18.793Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-04T04:38:18.796Zprocess exited: duration 15948 ms, exit code 0
 
802026-05-04T04:38:18.802Zstarting task 2: "authentication"
812026-05-04T04:38:18.818Zprocess exited: duration 15 ms, exit code 0
 
822026-05-04T04:38:18.824Zstarting task 3: "clone repository"
832026-05-04T04:38:18.827Z+ mkdir -p /work/oxidecomputer/opte
842026-05-04T04:38:18.829Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-04T04:38:18.859ZCloning into '/work/oxidecomputer/opte'...
862026-05-04T04:38:19.661Z+ cd /work/oxidecomputer/opte
872026-05-04T04:38:19.661Z+ git fetch origin 4712a02aed6b63f5cd05fa19bbf30f9f86986733
882026-05-04T04:38:19.909ZFrom https://github.com/oxidecomputer/opte
892026-05-04T04:38:19.909Z * branch 4712a02aed6b63f5cd05fa19bbf30f9f86986733 -> FETCH_HEAD
902026-05-04T04:38:19.914Z+ [[ -n renovate/ctor-1.x ]]
912026-05-04T04:38:19.917Z++ git branch --show-current
922026-05-04T04:38:19.917Z+ current=master
932026-05-04T04:38:19.917Z+ [[ master != renovate/ctor-1.x ]]
942026-05-04T04:38:19.917Z+ git branch -f renovate/ctor-1.x 4712a02aed6b63f5cd05fa19bbf30f9f86986733
952026-05-04T04:38:19.919Z+ git checkout -f renovate/ctor-1.x
962026-05-04T04:38:19.935ZSwitched to branch 'renovate/ctor-1.x'
972026-05-04T04:38:19.938Z+ git reset --hard 4712a02aed6b63f5cd05fa19bbf30f9f86986733
982026-05-04T04:38:19.951ZHEAD is now at 4712a02 Update Rust crate ctor to v1
992026-05-04T04:38:19.954Zprocess exited: duration 1128 ms, exit code 0
 
1002026-05-04T04:38:19.961Zstarting task 4: "build"
1012026-05-04T04:38:19.965Z+ source .github/buildomat/common.sh
1022026-05-04T04:38:19.965Z++ rustup show active-toolchain
1032026-05-04T04:38:19.971Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-04T04:38:19.974Z++ pushd xde
1052026-05-04T04:38:19.974Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-04T04:38:19.974Z++ rustup show active-toolchain
1072026-05-04T04:38:19.976Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-04T04:38:20.115Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-04T04:38:20.118Zinfo: downloading 6 components
1102026-05-04T04:38:33.442Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-04T04:38:33.528Z+++ rustup show active-toolchain -v
1122026-05-04T04:38:33.531Z+++ head -n 1
1132026-05-04T04:38:33.531Z+++ cut '-d ' -f1
1142026-05-04T04:38:33.593Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-04T04:38:33.593Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-04T04:38:33.596Z++ popd
1172026-05-04T04:38:33.596Z/work/oxidecomputer/opte
1182026-05-04T04:38:33.596Z+ cargo --version
1192026-05-04T04:38:33.603Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-05-04T04:38:33.606Z+ rustc --version
1212026-05-04T04:38:33.625Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-05-04T04:38:33.628Z+ pushd bin/opteadm
1232026-05-04T04:38:33.628Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-05-04T04:38:33.628Z+ header 'check style'
1252026-05-04T04:38:33.628Z+ echo '# ==== check style ==== #'
1262026-05-04T04:38:33.628Z# ==== check style ==== #
1272026-05-04T04:38:33.628Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1282026-05-04T04:38:33.733Z
1292026-05-04T04:38:33.733Zreal 0.079267547
1302026-05-04T04:38:33.733Zuser 0.038029699
1312026-05-04T04:38:33.733Zsys 0.038319139
1322026-05-04T04:38:33.733Ztrap 0.000013817
1332026-05-04T04:38:33.736Ztflt 0.000011997
1342026-05-04T04:38:33.736Zdflt 0.000016717
1352026-05-04T04:38:33.736Zkflt 0.000000000
1362026-05-04T04:38:33.736Zlock 0.032037236
1372026-05-04T04:38:33.736Zslp 0.050942626
1382026-05-04T04:38:33.736Zlat 0.000786542
1392026-05-04T04:38:33.736Zstop 0.000100603
1402026-05-04T04:38:33.736Z+ header analyze
1412026-05-04T04:38:33.736Z+ echo '# ==== analyze ==== #'
1422026-05-04T04:38:33.736Z# ==== analyze ==== #
1432026-05-04T04:38:33.736Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1442026-05-04T04:38:33.847Z Updating crates.io index
1452026-05-04T04:38:33.849Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-05-04T04:38:34.512Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-05-04T04:38:35.225Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-05-04T04:38:35.567Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-05-04T04:38:35.848Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-05-04T04:38:36.426Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-05-04T04:38:36.672Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-05-04T04:38:38.805Z Downloading crates ...
1532026-05-04T04:38:38.860Z Downloaded cfg-if v1.0.4
1542026-05-04T04:38:38.865Z Downloaded foreign-types v0.5.0
1552026-05-04T04:38:38.865Z Downloaded anstyle-query v1.1.5
1562026-05-04T04:38:38.868Z Downloaded anstream v1.0.0
1572026-05-04T04:38:38.868Z Downloaded dyn-clone v1.0.20
1582026-05-04T04:38:38.871Z Downloaded terminal_size v0.4.4
1592026-05-04T04:38:38.874Z Downloaded proc-macro-crate v3.5.0
1602026-05-04T04:38:38.879Z Downloaded cpufeatures v0.3.0
1612026-05-04T04:38:38.882Z Downloaded zerocopy-derive v0.8.48
1622026-05-04T04:38:38.885Z Downloaded stable_deref_trait v1.2.1
1632026-05-04T04:38:38.888Z Downloaded ref-cast v1.0.25
1642026-05-04T04:38:38.892Z Downloaded num_enum_derive v0.7.6
1652026-05-04T04:38:38.892Z Downloaded cobs v0.3.0
1662026-05-04T04:38:38.892Z Downloaded ipnetwork v0.21.1
1672026-05-04T04:38:38.895Z Downloaded errno v0.3.14
1682026-05-04T04:38:38.895Z Downloaded zerocopy v0.8.48
1692026-05-04T04:38:38.904Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1702026-05-04T04:38:38.907Z Downloaded bitflags v2.11.1
1712026-05-04T04:38:38.910Z Downloaded fnv v1.0.7
1722026-05-04T04:38:38.910Z Downloaded darling_macro v0.21.3
1732026-05-04T04:38:38.910Z Downloaded quote v1.0.45
1742026-05-04T04:38:38.910Z Downloaded pin-project-lite v0.2.17
1752026-05-04T04:38:38.913Z Downloaded ingot-types v0.1.2
1762026-05-04T04:38:38.913Z Downloaded embedded-io v0.4.0
1772026-05-04T04:38:38.916Z Downloaded foreign-types-macros v0.2.3
1782026-05-04T04:38:38.916Z Downloaded defmt v0.3.100
1792026-05-04T04:38:38.916Z Downloaded defmt v1.0.1
1802026-05-04T04:38:38.920Z Downloaded is_terminal_polyfill v1.70.2
1812026-05-04T04:38:38.923Z Downloaded ident_case v1.0.1
1822026-05-04T04:38:38.923Z Downloaded equivalent v1.0.2
1832026-05-04T04:38:38.927Z Downloaded utf8parse v0.2.2
1842026-05-04T04:38:38.929Z Downloaded ref-cast-impl v1.0.25
1852026-05-04T04:38:38.929Z Downloaded anstyle-parse v1.0.0
1862026-05-04T04:38:38.933Z Downloaded cstr-argument v0.1.2
1872026-05-04T04:38:38.936Z Downloaded managed v0.8.0
1882026-05-04T04:38:38.936Z Downloaded embedded-io v0.6.1
1892026-05-04T04:38:38.941Z Downloaded macaddr v1.0.1
1902026-05-04T04:38:38.944Z Downloaded clap_lex v1.1.0
1912026-05-04T04:38:38.948Z Downloaded strsim v0.11.1
1922026-05-04T04:38:38.950Z Downloaded rand_core v0.10.1
1932026-05-04T04:38:38.950Z Downloaded num_enum v0.7.6
1942026-05-04T04:38:38.954Z Downloaded either v1.15.0
1952026-05-04T04:38:38.957Z Downloaded version_check v0.9.5
1962026-05-04T04:38:38.957Z Downloaded tabwriter v1.4.1
1972026-05-04T04:38:38.961Z Downloaded proc-macro-error-attr2 v2.0.0
1982026-05-04T04:38:38.964Z Downloaded pretty-hex v0.4.2
1992026-05-04T04:38:38.964Z Downloaded colorchoice v1.0.5
2002026-05-04T04:38:38.968Z Downloaded hash32 v0.3.1
2012026-05-04T04:38:38.971Z Downloaded defmt-parser v1.0.0
2022026-05-04T04:38:38.982Z Downloaded foreign-types-shared v0.3.1
2032026-05-04T04:38:38.985Z Downloaded defmt-macros v1.0.1
2042026-05-04T04:38:38.985Z Downloaded thiserror-impl v2.0.18
2052026-05-04T04:38:38.985Z Downloaded byteorder v1.5.0
2062026-05-04T04:38:38.988Z Downloaded anstyle v1.0.14
2072026-05-04T04:38:38.991Z Downloaded rustversion v1.0.22
2082026-05-04T04:38:38.991Z Downloaded darling_core v0.21.3
2092026-05-04T04:38:38.995Z Downloaded oxnet v0.1.4
2102026-05-04T04:38:38.998Z Downloaded heapless v0.8.0
2112026-05-04T04:38:39.002Z Downloaded heck v0.5.0
2122026-05-04T04:38:39.005Z Downloaded ingot v0.1.1
2132026-05-04T04:38:39.008Z Downloaded thiserror v2.0.18
2142026-05-04T04:38:39.012Z Downloaded chacha20 v0.10.0
2152026-05-04T04:38:39.016Z Downloaded bitflags v1.3.2
2162026-05-04T04:38:39.021Z Downloaded toml_edit v0.25.11+spec-1.1.0
2172026-05-04T04:38:39.024Z Downloaded darling v0.21.3
2182026-05-04T04:38:39.027Z Downloaded proc-macro-error2 v2.0.1
2192026-05-04T04:38:39.030Z Downloaded once_cell v1.21.4
2202026-05-04T04:38:39.030Z Downloaded ingot-macros v0.1.1
2212026-05-04T04:38:39.030Z Downloaded uuid v1.23.1
2222026-05-04T04:38:39.033Z Downloaded colored v3.1.1
2232026-05-04T04:38:39.033Z Downloaded indexmap v2.14.0
2242026-05-04T04:38:39.036Z Downloaded clap_derive v4.6.1
2252026-05-04T04:38:39.039Z Downloaded postcard v1.1.3
2262026-05-04T04:38:39.042Z Downloaded tracing-attributes v0.1.31
2272026-05-04T04:38:39.045Z Downloaded toml_parser v1.1.2+spec-1.1.0
2282026-05-04T04:38:39.045Z Downloaded serde_core v1.0.228
2292026-05-04T04:38:39.048Z Downloaded anyhow v1.0.102
2302026-05-04T04:38:39.052Z Downloaded unicode-ident v1.0.24
2312026-05-04T04:38:39.056Z Downloaded clap v4.6.1
2322026-05-04T04:38:39.061Z Downloaded proc-macro2 v1.0.106
2332026-05-04T04:38:39.065Z Downloaded getrandom v0.4.2
2342026-05-04T04:38:39.068Z Downloaded serde_derive v1.0.228
2352026-05-04T04:38:39.083Z Downloaded socket2 v0.6.3
2362026-05-04T04:38:39.110Z Downloaded tracing-core v0.1.36
2372026-05-04T04:38:39.113Z Downloaded clap_builder v4.6.0
2382026-05-04T04:38:39.113Z Downloaded serde v1.0.228
2392026-05-04T04:38:39.116Z Downloaded memchr v2.8.0
2402026-05-04T04:38:39.132Z Downloaded aho-corasick v1.1.4
2412026-05-04T04:38:39.136Z Downloaded rand v0.10.1
2422026-05-04T04:38:39.161Z Downloaded itertools v0.14.0
2432026-05-04T04:38:40.173Z Downloaded regex v1.12.3
2442026-05-04T04:38:40.176Z Downloaded hashbrown v0.17.0
2452026-05-04T04:38:40.176Z Downloaded winnow v1.0.2
2462026-05-04T04:38:40.176Z Downloaded syn v2.0.117
2472026-05-04T04:38:40.176Z Downloaded syn v1.0.109
2482026-05-04T04:38:40.176Z Downloaded unicode-width v0.2.2
2492026-05-04T04:38:40.176Z Downloaded smoltcp v0.11.0
2502026-05-04T04:38:40.176Z Downloaded regex-syntax v0.8.10
2512026-05-04T04:38:40.177Z Downloaded rustix v1.1.4
2522026-05-04T04:38:40.177Z Downloaded tracing v0.1.44
2532026-05-04T04:38:40.177Z Downloaded regex-automata v0.4.14
2542026-05-04T04:38:40.177Z Downloaded libc v0.2.186
2552026-05-04T04:38:40.177Z Compiling proc-macro2 v1.0.106
2562026-05-04T04:38:40.177Z Compiling unicode-ident v1.0.24
2572026-05-04T04:38:40.177Z Compiling quote v1.0.45
2582026-05-04T04:38:40.177Z Compiling serde_core v1.0.228
2592026-05-04T04:38:40.177Z Compiling libc v0.2.186
2602026-05-04T04:38:40.177Z Checking cfg-if v1.0.4
2612026-05-04T04:38:40.177Z Compiling fnv v1.0.7
2622026-05-04T04:38:40.177Z Compiling memchr v2.8.0
2632026-05-04T04:38:40.177Z Compiling strsim v0.11.1
2642026-05-04T04:38:40.177Z Compiling thiserror v2.0.18
2652026-05-04T04:38:40.177Z Compiling ident_case v1.0.1
2662026-05-04T04:38:40.177Z Compiling regex-syntax v0.8.10
2672026-05-04T04:38:40.177Z Compiling either v1.15.0
2682026-05-04T04:38:40.177Z Compiling hashbrown v0.17.0
2692026-05-04T04:38:40.177Z Compiling aho-corasick v1.1.4
2702026-05-04T04:38:40.177Z Compiling zerocopy v0.8.48
2712026-05-04T04:38:40.177Z Compiling serde v1.0.228
2722026-05-04T04:38:40.177Z Compiling winnow v1.0.2
2732026-05-04T04:38:40.375Z Compiling anyhow v1.0.102
2742026-05-04T04:38:40.379Z Compiling equivalent v1.0.2
2752026-05-04T04:38:40.460Z Compiling indexmap v2.14.0
2762026-05-04T04:38:40.658Z Compiling syn v2.0.117
2772026-05-04T04:38:40.673Z Compiling itertools v0.14.0
2782026-05-04T04:38:40.690Z Checking byteorder v1.5.0
2792026-05-04T04:38:40.838Z Compiling toml_datetime v1.1.1+spec-1.1.0
2802026-05-04T04:38:41.048Z Compiling toml_parser v1.1.2+spec-1.1.0
2812026-05-04T04:38:41.062Z Compiling heapless v0.8.0
2822026-05-04T04:38:41.153Z Compiling regex-automata v0.4.14
2832026-05-04T04:38:41.228Z Checking bitflags v2.11.1
2842026-05-04T04:38:41.386Z Compiling toml_edit v0.25.11+spec-1.1.0
2852026-05-04T04:38:41.401Z Checking hash32 v0.3.1
2862026-05-04T04:38:41.497Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2872026-05-04T04:38:41.507Z Compiling syn v1.0.109
2882026-05-04T04:38:41.587Z Checking stable_deref_trait v1.2.1
2892026-05-04T04:38:41.653Z Compiling smoltcp v0.11.0
2902026-05-04T04:38:41.708Z Compiling rustversion v1.0.22
2912026-05-04T04:38:41.719Z Checking macaddr v1.0.1
2922026-05-04T04:38:41.853Z Compiling rustix v1.1.4
2932026-05-04T04:38:41.874Z Compiling ref-cast v1.0.25
2942026-05-04T04:38:41.987Z Compiling proc-macro-crate v3.5.0
2952026-05-04T04:38:42.087Z Checking rand_core v0.10.1
2962026-05-04T04:38:42.220Z Checking bitflags v1.3.2
2972026-05-04T04:38:42.227Z Checking managed v0.8.0
2982026-05-04T04:38:42.246Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2992026-05-04T04:38:42.253Z Compiling version_check v0.9.5
3002026-05-04T04:38:42.280Z Compiling getrandom v0.4.2
3012026-05-04T04:38:42.526Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3022026-05-04T04:38:42.532Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3032026-05-04T04:38:42.547Z Checking errno v0.3.14
3042026-05-04T04:38:42.665Z Checking cpufeatures v0.3.0
3052026-05-04T04:38:42.730Z Checking ipnetwork v0.21.1
3062026-05-04T04:38:42.776Z Checking once_cell v1.21.4
3072026-05-04T04:38:42.822Z Checking foreign-types-shared v0.3.1
3082026-05-04T04:38:42.902Z Compiling regex v1.12.3
3092026-05-04T04:38:42.945Z Checking unicode-width v0.2.2
3102026-05-04T04:38:43.020Z Checking utf8parse v0.2.2
3112026-05-04T04:38:43.116Z Checking anstyle-parse v1.0.0
3122026-05-04T04:38:43.195Z Checking tabwriter v1.4.1
3132026-05-04T04:38:43.264Z Compiling darling_core v0.21.3
3142026-05-04T04:38:43.271Z Checking cstr-argument v0.1.2
3152026-05-04T04:38:43.301Z Checking tracing-core v0.1.36
3162026-05-04T04:38:43.370Z Checking chacha20 v0.10.0
3172026-05-04T04:38:43.710Z Checking anstyle v1.0.14
3182026-05-04T04:38:43.787Z Checking dyn-clone v1.0.20
3192026-05-04T04:38:43.813Z Checking pretty-hex v0.4.2
3202026-05-04T04:38:43.881Z Checking anstyle-query v1.1.5
3212026-05-04T04:38:43.884Z Checking colorchoice v1.0.5
3222026-05-04T04:38:43.896Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3232026-05-04T04:38:43.899Z Checking pin-project-lite v0.2.17
3242026-05-04T04:38:43.921Z Checking is_terminal_polyfill v1.70.2
3252026-05-04T04:38:43.976Z Checking terminal_size v0.4.4
3262026-05-04T04:38:43.997Z Checking anstream v1.0.0
3272026-05-04T04:38:44.079Z Checking rand v0.10.1
3282026-05-04T04:38:44.111Z Checking uuid v1.23.1
3292026-05-04T04:38:44.157Z Checking socket2 v0.6.3
3302026-05-04T04:38:44.186Z Checking oxnet v0.1.4
3312026-05-04T04:38:44.266Z Compiling heck v0.5.0
3322026-05-04T04:38:44.351Z Checking colored v3.1.1
3332026-05-04T04:38:44.358Z Checking clap_lex v1.1.0
3342026-05-04T04:38:44.502Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3352026-05-04T04:38:44.505Z Compiling thiserror-impl v2.0.18
3362026-05-04T04:38:44.538Z Compiling serde_derive v1.0.228
3372026-05-04T04:38:44.538Z Compiling zerocopy-derive v0.8.48
3382026-05-04T04:38:44.618Z Compiling num_enum_derive v0.7.6
3392026-05-04T04:38:44.907Z Compiling foreign-types-macros v0.2.3
3402026-05-04T04:38:45.239Z Compiling ref-cast-impl v1.0.25
3412026-05-04T04:38:45.379Z Compiling darling_macro v0.21.3
3422026-05-04T04:38:45.507Z Checking foreign-types v0.5.0
3432026-05-04T04:38:45.573Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3442026-05-04T04:38:45.583Z Checking num_enum v0.7.6
3452026-05-04T04:38:45.686Z Compiling tracing-attributes v0.1.31
3462026-05-04T04:38:45.786Z Checking cobs v0.3.0
3472026-05-04T04:38:45.817Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3482026-05-04T04:38:45.896Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3492026-05-04T04:38:45.906Z Compiling darling v0.21.3
3502026-05-04T04:38:45.918Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3512026-05-04T04:38:45.977Z Compiling ingot-macros v0.1.1
3522026-05-04T04:38:46.045Z Checking clap_builder v4.6.0
3532026-05-04T04:38:46.078Z Compiling clap_derive v4.6.1
3542026-05-04T04:38:46.272Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3552026-05-04T04:38:46.751Z Checking tracing v0.1.44
3562026-05-04T04:38:47.396Z Checking postcard v1.1.3
3572026-05-04T04:38:47.479Z Checking clap v4.6.1
3582026-05-04T04:38:48.526Z Checking ingot-types v0.1.2
3592026-05-04T04:38:48.793Z Checking ingot v0.1.1
3602026-05-04T04:38:50.073Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612026-05-04T04:38:51.249Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3622026-05-04T04:38:52.434Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3632026-05-04T04:38:53.259Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.49s
3642026-05-04T04:38:53.377Z
3652026-05-04T04:38:53.377Zreal 19.658372764
3662026-05-04T04:38:53.377Zuser 53.887138345
3672026-05-04T04:38:53.377Zsys 12.851797510
3682026-05-04T04:38:53.377Ztrap 0.038513978
3692026-05-04T04:38:53.378Ztflt 0.084311068
3702026-05-04T04:38:53.378Zdflt 0.063112785
3712026-05-04T04:38:53.378Zkflt 0.004335525
3722026-05-04T04:38:53.378Zlock 2:52.759811062
3732026-05-04T04:38:53.378Zslp 2:59.775297433
3742026-05-04T04:38:53.378Zlat 3.759644870
3752026-05-04T04:38:53.378Zstop 10.999610347
3762026-05-04T04:38:53.381Z+ header 'debug build'
3772026-05-04T04:38:53.381Z+ echo '# ==== debug build ==== #'
3782026-05-04T04:38:53.381Z# ==== debug build ==== #
3792026-05-04T04:38:53.381Z+ ptime -m cargo build
3802026-05-04T04:38:53.534Z Compiling cfg-if v1.0.4
3812026-05-04T04:38:53.534Z Compiling serde_core v1.0.228
3822026-05-04T04:38:53.534Z Compiling libc v0.2.186
3832026-05-04T04:38:53.562Z Compiling thiserror v2.0.18
3842026-05-04T04:38:53.565Z Compiling byteorder v1.5.0
3852026-05-04T04:38:53.568Z Compiling zerocopy v0.8.48
3862026-05-04T04:38:53.568Z Compiling stable_deref_trait v1.2.1
3872026-05-04T04:38:53.571Z Compiling macaddr v1.0.1
3882026-05-04T04:38:53.607Z Compiling rand_core v0.10.1
3892026-05-04T04:38:53.621Z Compiling cobs v0.3.0
3902026-05-04T04:38:53.638Z Compiling bitflags v1.3.2
3912026-05-04T04:38:53.698Z Compiling hash32 v0.3.1
3922026-05-04T04:38:53.731Z Compiling managed v0.8.0
3932026-05-04T04:38:53.754Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3942026-05-04T04:38:53.805Z Compiling heapless v0.8.0
3952026-05-04T04:38:53.840Z Compiling errno v0.3.14
3962026-05-04T04:38:53.888Z Compiling unicode-width v0.2.2
3972026-05-04T04:38:53.900Z Compiling cpufeatures v0.3.0
3982026-05-04T04:38:53.940Z Compiling once_cell v1.21.4
3992026-05-04T04:38:53.960Z Compiling foreign-types-shared v0.3.1
4002026-05-04T04:38:53.967Z Compiling utf8parse v0.2.2
4012026-05-04T04:38:54.000Z Compiling memchr v2.8.0
4022026-05-04T04:38:54.035Z Compiling ipnetwork v0.21.1
4032026-05-04T04:38:54.055Z Compiling anstyle-parse v1.0.0
4042026-05-04T04:38:54.166Z Compiling smoltcp v0.11.0
4052026-05-04T04:38:54.181Z Compiling tabwriter v1.4.1
4062026-05-04T04:38:54.219Z Compiling tracing-core v0.1.36
4072026-05-04T04:38:54.254Z Compiling foreign-types v0.5.0
4082026-05-04T04:38:54.357Z Compiling chacha20 v0.10.0
4092026-05-04T04:38:54.560Z Compiling cstr-argument v0.1.2
4102026-05-04T04:38:54.589Z Compiling ref-cast v1.0.25
4112026-05-04T04:38:54.679Z Compiling num_enum v0.7.6
4122026-05-04T04:38:54.684Z Compiling getrandom v0.4.2
4132026-05-04T04:38:54.719Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4142026-05-04T04:38:54.785Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4152026-05-04T04:38:54.821Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4162026-05-04T04:38:54.883Z Compiling anstyle v1.0.14
4172026-05-04T04:38:54.886Z Compiling colorchoice v1.0.5
4182026-05-04T04:38:55.000Z Compiling anstyle-query v1.1.5
4192026-05-04T04:38:55.105Z Compiling dyn-clone v1.0.20
4202026-05-04T04:38:55.145Z Compiling pretty-hex v0.4.2
4212026-05-04T04:38:55.178Z Compiling bitflags v2.11.1
4222026-05-04T04:38:55.259Z Compiling serde v1.0.228
4232026-05-04T04:38:55.276Z Compiling is_terminal_polyfill v1.70.2
4242026-05-04T04:38:55.358Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4252026-05-04T04:38:55.362Z Compiling rustix v1.1.4
4262026-05-04T04:38:55.388Z Compiling pin-project-lite v0.2.17
4272026-05-04T04:38:55.475Z Compiling tracing v0.1.44
4282026-05-04T04:38:55.553Z Compiling anstream v1.0.0
4292026-05-04T04:38:55.626Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4302026-05-04T04:38:55.833Z Compiling postcard v1.1.3
4312026-05-04T04:38:55.837Z Compiling terminal_size v0.4.4
4322026-05-04T04:38:55.924Z Compiling uuid v1.23.1
4332026-05-04T04:38:55.955Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4342026-05-04T04:38:55.979Z Compiling anyhow v1.0.102
4352026-05-04T04:38:56.071Z Compiling rand v0.10.1
4362026-05-04T04:38:56.177Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4372026-05-04T04:38:56.290Z Compiling socket2 v0.6.3
4382026-05-04T04:38:56.427Z Compiling ingot-types v0.1.2
4392026-05-04T04:38:56.490Z Compiling winnow v1.0.2
4402026-05-04T04:38:56.494Z Compiling clap_lex v1.1.0
4412026-05-04T04:38:56.538Z Compiling colored v3.1.1
4422026-05-04T04:38:56.823Z Compiling ingot v0.1.1
4432026-05-04T04:38:56.839Z Compiling oxnet v0.1.4
4442026-05-04T04:38:56.882Z Compiling strsim v0.11.1
4452026-05-04T04:38:57.024Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4462026-05-04T04:38:57.313Z Compiling clap_builder v4.6.0
4472026-05-04T04:38:57.484Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4482026-05-04T04:38:58.502Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4492026-05-04T04:38:58.932Z Compiling clap v4.6.1
4502026-05-04T04:38:59.858Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-05-04T04:39:01.270Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4522026-05-04T04:39:05.636Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.25s
4532026-05-04T04:39:05.666Z
4542026-05-04T04:39:05.670Zreal 12.280017474
4552026-05-04T04:39:05.670Zuser 1:05.000826045
4562026-05-04T04:39:05.670Zsys 5.946084504
4572026-05-04T04:39:05.670Ztrap 0.033665734
4582026-05-04T04:39:05.670Ztflt 0.148676176
4592026-05-04T04:39:05.670Zdflt 0.183932728
4602026-05-04T04:39:05.670Zkflt 0.000026825
4612026-05-04T04:39:05.670Zlock 2:54.149122209
4622026-05-04T04:39:05.670Zslp 1:54.492880427
4632026-05-04T04:39:05.670Zlat 4.210165041
4642026-05-04T04:39:05.670Zstop 3.199588530
4652026-05-04T04:39:05.670Z+ header 'release build'
4662026-05-04T04:39:05.670Z+ echo '# ==== release build ==== #'
4672026-05-04T04:39:05.670Z# ==== release build ==== #
4682026-05-04T04:39:05.670Z+ ptime -m cargo build --release
4692026-05-04T04:39:05.762Z Compiling proc-macro2 v1.0.106
4702026-05-04T04:39:05.763Z Compiling unicode-ident v1.0.24
4712026-05-04T04:39:05.763Z Compiling quote v1.0.45
4722026-05-04T04:39:05.763Z Compiling serde_core v1.0.228
4732026-05-04T04:39:05.763Z Compiling libc v0.2.186
4742026-05-04T04:39:05.763Z Compiling cfg-if v1.0.4
4752026-05-04T04:39:05.763Z Compiling fnv v1.0.7
4762026-05-04T04:39:05.766Z Compiling thiserror v2.0.18
4772026-05-04T04:39:05.837Z Compiling ident_case v1.0.1
4782026-05-04T04:39:05.858Z Compiling strsim v0.11.1
4792026-05-04T04:39:05.880Z Compiling memchr v2.8.0
4802026-05-04T04:39:05.938Z Compiling regex-syntax v0.8.10
4812026-05-04T04:39:06.067Z Compiling winnow v1.0.2
4822026-05-04T04:39:06.123Z Compiling hashbrown v0.17.0
4832026-05-04T04:39:06.255Z Compiling equivalent v1.0.2
4842026-05-04T04:39:06.326Z Compiling aho-corasick v1.1.4
4852026-05-04T04:39:06.421Z Compiling serde v1.0.228
4862026-05-04T04:39:06.485Z Compiling anyhow v1.0.102
4872026-05-04T04:39:06.636Z Compiling zerocopy v0.8.48
4882026-05-04T04:39:06.784Z Compiling either v1.15.0
4892026-05-04T04:39:06.891Z Compiling syn v2.0.117
4902026-05-04T04:39:06.933Z Compiling toml_parser v1.1.2+spec-1.1.0
4912026-05-04T04:39:06.970Z Compiling itertools v0.14.0
4922026-05-04T04:39:07.054Z Compiling indexmap v2.14.0
4932026-05-04T04:39:07.081Z Compiling heapless v0.8.0
4942026-05-04T04:39:07.374Z Compiling regex-automata v0.4.14
4952026-05-04T04:39:07.520Z Compiling toml_datetime v1.1.1+spec-1.1.0
4962026-05-04T04:39:07.683Z Compiling byteorder v1.5.0
4972026-05-04T04:39:07.719Z Compiling toml_edit v0.25.11+spec-1.1.0
4982026-05-04T04:39:07.864Z Compiling bitflags v2.11.1
4992026-05-04T04:39:07.886Z Compiling hash32 v0.3.1
5002026-05-04T04:39:07.958Z Compiling smoltcp v0.11.0
5012026-05-04T04:39:07.990Z Compiling stable_deref_trait v1.2.1
5022026-05-04T04:39:08.009Z Compiling rustversion v1.0.22
5032026-05-04T04:39:08.054Z Compiling syn v1.0.109
5042026-05-04T04:39:08.192Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5052026-05-04T04:39:08.242Z Compiling macaddr v1.0.1
5062026-05-04T04:39:08.269Z Compiling proc-macro-crate v3.5.0
5072026-05-04T04:39:08.379Z Compiling getrandom v0.4.2
5082026-05-04T04:39:08.417Z Compiling version_check v0.9.5
5092026-05-04T04:39:08.440Z Compiling ref-cast v1.0.25
5102026-05-04T04:39:08.606Z Compiling managed v0.8.0
5112026-05-04T04:39:08.617Z Compiling bitflags v1.3.2
5122026-05-04T04:39:08.666Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5132026-05-04T04:39:08.669Z Compiling rustix v1.1.4
5142026-05-04T04:39:08.676Z Compiling rand_core v0.10.1
5152026-05-04T04:39:08.758Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5162026-05-04T04:39:08.865Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5172026-05-04T04:39:08.965Z Compiling errno v0.3.14
5182026-05-04T04:39:09.103Z Compiling regex v1.12.3
5192026-05-04T04:39:09.203Z Compiling foreign-types-shared v0.3.1
5202026-05-04T04:39:09.228Z Compiling cpufeatures v0.3.0
5212026-05-04T04:39:09.284Z Compiling once_cell v1.21.4
5222026-05-04T04:39:09.348Z Compiling ipnetwork v0.21.1
5232026-05-04T04:39:09.488Z Compiling darling_core v0.21.3
5242026-05-04T04:39:09.501Z Compiling utf8parse v0.2.2
5252026-05-04T04:39:09.597Z Compiling unicode-width v0.2.2
5262026-05-04T04:39:09.707Z Compiling cstr-argument v0.1.2
5272026-05-04T04:39:09.860Z Compiling tabwriter v1.4.1
5282026-05-04T04:39:09.883Z Compiling anstyle-parse v1.0.0
5292026-05-04T04:39:09.893Z Compiling tracing-core v0.1.36
5302026-05-04T04:39:10.031Z Compiling chacha20 v0.10.0
5312026-05-04T04:39:10.617Z Compiling anstyle-query v1.1.5
5322026-05-04T04:39:10.672Z Compiling thiserror-impl v2.0.18
5332026-05-04T04:39:10.681Z Compiling zerocopy-derive v0.8.48
5342026-05-04T04:39:10.707Z Compiling serde_derive v1.0.228
5352026-05-04T04:39:10.712Z Compiling num_enum_derive v0.7.6
5362026-05-04T04:39:10.837Z Compiling ref-cast-impl v1.0.25
5372026-05-04T04:39:11.401Z Compiling foreign-types-macros v0.2.3
5382026-05-04T04:39:11.549Z Compiling darling_macro v0.21.3
5392026-05-04T04:39:11.588Z Compiling tracing-attributes v0.1.31
5402026-05-04T04:39:11.662Z Compiling num_enum v0.7.6
5412026-05-04T04:39:11.769Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5422026-05-04T04:39:11.946Z Compiling cobs v0.3.0
5432026-05-04T04:39:11.995Z Compiling foreign-types v0.5.0
5442026-05-04T04:39:12.084Z Compiling is_terminal_polyfill v1.70.2
5452026-05-04T04:39:12.087Z Compiling darling v0.21.3
5462026-05-04T04:39:12.087Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5472026-05-04T04:39:12.164Z Compiling ingot-macros v0.1.1
5482026-05-04T04:39:12.167Z Compiling anstyle v1.0.14
5492026-05-04T04:39:12.199Z Compiling pretty-hex v0.4.2
5502026-05-04T04:39:12.310Z Compiling dyn-clone v1.0.20
5512026-05-04T04:39:12.324Z Compiling pin-project-lite v0.2.17
5522026-05-04T04:39:12.399Z Compiling colorchoice v1.0.5
5532026-05-04T04:39:12.411Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
5542026-05-04T04:39:12.443Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5552026-05-04T04:39:12.503Z Compiling anstream v1.0.0
5562026-05-04T04:39:12.557Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5572026-05-04T04:39:12.621Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5582026-05-04T04:39:12.870Z Compiling tracing v0.1.44
5592026-05-04T04:39:12.910Z Compiling terminal_size v0.4.4
5602026-05-04T04:39:12.931Z Compiling rand v0.10.1
5612026-05-04T04:39:12.958Z Compiling uuid v1.23.1
5622026-05-04T04:39:13.038Z Compiling socket2 v0.6.3
5632026-05-04T04:39:13.185Z Compiling heck v0.5.0
5642026-05-04T04:39:13.207Z Compiling oxnet v0.1.4
5652026-05-04T04:39:13.377Z Compiling clap_lex v1.1.0
5662026-05-04T04:39:13.487Z Compiling colored v3.1.1
5672026-05-04T04:39:13.701Z Compiling clap_builder v4.6.0
5682026-05-04T04:39:13.719Z Compiling clap_derive v4.6.1
5692026-05-04T04:39:13.981Z Compiling postcard v1.1.3
5702026-05-04T04:39:14.013Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5712026-05-04T04:39:14.968Z Compiling ingot-types v0.1.2
5722026-05-04T04:39:15.287Z Compiling ingot v0.1.1
5732026-05-04T04:39:15.448Z Compiling clap v4.6.1
5742026-05-04T04:39:16.942Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5752026-05-04T04:39:17.956Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5762026-05-04T04:39:18.992Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5772026-05-04T04:39:25.506Z Finished `release` profile [optimized + debuginfo] target(s) in 19.82s
5782026-05-04T04:39:25.534Z
5792026-05-04T04:39:25.536Zreal 19.854209980
5802026-05-04T04:39:25.537Zuser 1:42.074828065
5812026-05-04T04:39:25.537Zsys 13.461627156
5822026-05-04T04:39:25.537Ztrap 0.051253016
5832026-05-04T04:39:25.537Ztflt 0.129549244
5842026-05-04T04:39:25.537Zdflt 0.329287628
5852026-05-04T04:39:25.537Zkflt 0.000022876
5862026-05-04T04:39:25.537Zlock 4:29.056410240
5872026-05-04T04:39:25.537Zslp 3:23.658581124
5882026-05-04T04:39:25.537Zlat 4.134628672
5892026-05-04T04:39:25.537Zstop 8.675977782
5902026-05-04T04:39:25.537Z+ popd
5912026-05-04T04:39:25.537Z/work/oxidecomputer/opte
5922026-05-04T04:39:25.537Z+ for x in debug release
5932026-05-04T04:39:25.537Z+ mkdir -p /work/debug
5942026-05-04T04:39:25.537Z+ cp target/debug/opteadm /work/debug/
5952026-05-04T04:39:25.559Z+ sha256sum target/debug/opteadm
5962026-05-04T04:39:25.583Z+ for x in debug release
5972026-05-04T04:39:25.583Z+ mkdir -p /work/release
5982026-05-04T04:39:25.586Z+ cp target/release/opteadm /work/release/
5992026-05-04T04:39:25.600Z+ sha256sum target/release/opteadm
6002026-05-04T04:39:25.616Zprocess exited: duration 65648 ms, exit code 0
 
6012026-05-04T04:39:25.627Zfound 4 output files
6022026-05-04T04:39:25.627Zuploading: /work/debug/opteadm (35849440 bytes)
6032026-05-04T04:39:26.804Zuploaded: /work/debug/opteadm
6042026-05-04T04:39:26.804Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6052026-05-04T04:39:27.814Zuploaded: /work/debug/opteadm.debug.sha256
6062026-05-04T04:39:27.814Zuploading: /work/release/opteadm (24308208 bytes)
6072026-05-04T04:39:29.345Zuploaded: /work/release/opteadm
6082026-05-04T04:39:29.346Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6092026-05-04T04:39:30.356Zuploaded: /work/release/opteadm.release.sha256