01KZ81TMRQ0MNDJ8W8S892ATZ8: 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-3.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/opteadm",
            series: "release",
            name: "opteadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KZ81VBFRA31N6BA7RAH2PK3Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T04:11:29.960Zjob assigned to worker 01KZ81VFG1FEQE5YP23Q777XK3 [factory aws, i-0c99fc0b4025fbf50] (queued for 56 s)
 
22026-08-05T04:11:36.280Zstarting task 0: "setup"
32026-08-05T04:11:36.305Z++ uname -s
42026-08-05T04:11:36.305Z+ kern=SunOS
52026-08-05T04:11:36.305Z+ build_user=build
62026-08-05T04:11:36.305Z+ build_uid=12345
72026-08-05T04:11:36.305Z+ work_dir=/work
82026-08-05T04:11:36.305Z+ input_dir=/input
92026-08-05T04:11:36.305Z+ [[ 0 == 12345 ]]
102026-08-05T04:11:36.305Z+ case "$kern" in
112026-08-05T04:11:36.305Z+ groupadd -g 12345 build
122026-08-05T04:11:36.305Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T04:11:38.282Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T04:11:38.372Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T04:11:38.378Z+ home_fs=zfs
162026-08-05T04:11:38.378Z+ [[ zfs == autofs ]]
172026-08-05T04:11:38.378Z+ mkdir -p /home/build
182026-08-05T04:11:38.378Z+ chown build:build /home/build /work
192026-08-05T04:11:40.373Z+ chmod 0700 /home/build /work
202026-08-05T04:11:40.381Zprocess exited: duration 4102 ms, exit code 0
 
212026-08-05T04:11:40.389Zstarting task 1: "rust-toolchain"
222026-08-05T04:11:40.393Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-05T04:11:40.393Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-05T04:11:40.393Z * rust toolchain channel = "1.97.1"
252026-08-05T04:11:40.393Z * rust toolchain profile = "default"
262026-08-05T04:11:40.393Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-05T04:11:40.393Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T04:11:40.397Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T04:11:40.397Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-05T04:11:40.471Zinfo: downloading installer
312026-08-05T04:11:41.823Zwarn: It looks like you have an existing rustup settings file at:
322026-08-05T04:11:41.823Zwarn: /home/build/.rustup/settings.toml
332026-08-05T04:11:41.823Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-05T04:11:41.823Zwarn: instead of the one inferred from the default host triple.
352026-08-05T04:11:41.834Zinfo: profile set to default
362026-08-05T04:11:41.834Zinfo: default host triple is x86_64-unknown-illumos
372026-08-05T04:11:41.838Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-05T04:11:41.994Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-05T04:11:41.998Zinfo: downloading 6 components
402026-08-05T04:11:57.375Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-05T04:11:57.375Z
422026-08-05T04:11:57.404Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-05T04:11:57.404Z
442026-08-05T04:11:57.413Z
452026-08-05T04:11:57.413ZRust is installed now. Great!
462026-08-05T04:11:57.413Z
472026-08-05T04:11:57.413ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-05T04:11:57.413Zenvironment variable. This has not been done automatically.
492026-08-05T04:11:57.413Z
502026-08-05T04:11:57.413ZTo configure your current shell, you need to source
512026-08-05T04:11:57.414Zthe corresponding env file under $HOME/.cargo.
522026-08-05T04:11:57.414Z
532026-08-05T04:11:57.414ZThis is usually done by running one of the following (note the leading DOT):
542026-08-05T04:11:57.414Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-05T04:11:57.414Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-05T04:11:57.414Zsource "~/.cargo/env.nu" # For nushell
572026-08-05T04:11:57.414Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-05T04:11:57.414Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-05T04:11:57.414Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-05T04:11:57.414Zwarn: no default linker (`cc`) was found in your PATH
612026-08-05T04:11:57.414Zwarn: many Rust crates require a system C toolchain to build
622026-08-05T04:11:57.523Z+ rustup --version
632026-08-05T04:11:57.537Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-05T04:11:57.537Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-05T04:11:57.537Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-05T04:11:57.545Z+ cargo --version
672026-08-05T04:11:57.549Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-05T04:11:57.550Z+ rustc --version
692026-08-05T04:11:57.569Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-05T04:11:57.572Zprocess exited: duration 17180 ms, exit code 0
 
712026-08-05T04:11:57.582Zstarting task 2: "authentication"
722026-08-05T04:11:57.605Zprocess exited: duration 16 ms, exit code 0
 
732026-08-05T04:11:57.613Zstarting task 3: "clone repository"
742026-08-05T04:11:57.617Z+ mkdir -p /work/oxidecomputer/opte
752026-08-05T04:11:57.621Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-05T04:11:57.651ZCloning into '/work/oxidecomputer/opte'...
772026-08-05T04:11:59.065Z+ cd /work/oxidecomputer/opte
782026-08-05T04:11:59.065Z+ git fetch origin ecc92772af6bb8882cc38c552cc61125899a3479
792026-08-05T04:11:59.310ZFrom https://github.com/oxidecomputer/opte
802026-08-05T04:11:59.311Z * branch ecc92772af6bb8882cc38c552cc61125899a3479 -> FETCH_HEAD
812026-08-05T04:11:59.314Z+ [[ -n renovate/clap ]]
822026-08-05T04:11:59.314Z++ git branch --show-current
832026-08-05T04:11:59.314Z+ current=master
842026-08-05T04:11:59.314Z+ [[ master != renovate/clap ]]
852026-08-05T04:11:59.314Z+ git branch -f renovate/clap ecc92772af6bb8882cc38c552cc61125899a3479
862026-08-05T04:11:59.314Z+ git checkout -f renovate/clap
872026-08-05T04:11:59.328ZSwitched to branch 'renovate/clap'
882026-08-05T04:11:59.331Z+ git reset --hard ecc92772af6bb8882cc38c552cc61125899a3479
892026-08-05T04:11:59.343ZHEAD is now at ecc9277 Update Rust crate clap to v4.6.5
902026-08-05T04:11:59.347Zprocess exited: duration 1730 ms, exit code 0
 
912026-08-05T04:11:59.415Zstarting task 4: "build"
922026-08-05T04:11:59.455Z+ source .github/buildomat/common.sh
932026-08-05T04:11:59.455Z++ rustup show active-toolchain
942026-08-05T04:11:59.455Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-05T04:11:59.455Z++ pushd xde
962026-08-05T04:11:59.455Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-05T04:11:59.455Z++ rustup show active-toolchain
982026-08-05T04:11:59.455Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-05T04:11:59.572Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-05T04:11:59.579Zinfo: downloading 6 components
1012026-08-05T04:12:15.796Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-05T04:12:15.884Z+++ rustup show active-toolchain -v
1032026-08-05T04:12:15.887Z+++ head -n 1
1042026-08-05T04:12:15.887Z+++ cut '-d ' -f1
1052026-08-05T04:12:15.940Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-05T04:12:15.940Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-05T04:12:15.941Z++ popd
1082026-08-05T04:12:15.946Z/work/oxidecomputer/opte
1092026-08-05T04:12:15.946Z+ cargo --version
1102026-08-05T04:12:15.950Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-05T04:12:15.953Z+ rustc --version
1122026-08-05T04:12:15.972Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-05T04:12:15.978Z+ pushd bin/opteadm
1142026-08-05T04:12:15.978Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-08-05T04:12:15.978Z+ header 'check style'
1162026-08-05T04:12:15.978Z+ echo '# ==== check style ==== #'
1172026-08-05T04:12:15.978Z# ==== check style ==== #
1182026-08-05T04:12:15.978Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-08-05T04:12:16.047Z
1202026-08-05T04:12:16.047Zreal 0.069830943
1212026-08-05T04:12:16.047Zuser 0.038965368
1222026-08-05T04:12:16.047Zsys 0.028190599
1232026-08-05T04:12:16.048Ztrap 0.000006930
1242026-08-05T04:12:16.048Ztflt 0.000009760
1252026-08-05T04:12:16.048Zdflt 0.000007910
1262026-08-05T04:12:16.048Zkflt 0.000000000
1272026-08-05T04:12:16.048Zlock 0.031988424
1282026-08-05T04:12:16.048Zslp 0.049821545
1292026-08-05T04:12:16.048Zlat 0.000798270
1302026-08-05T04:12:16.048Zstop 0.000099880
1312026-08-05T04:12:16.053Z+ header analyze
1322026-08-05T04:12:16.053Z+ echo '# ==== analyze ==== #'
1332026-08-05T04:12:16.053Z# ==== analyze ==== #
1342026-08-05T04:12:16.053Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-08-05T04:12:16.176Z Updating crates.io index
1362026-08-05T04:12:16.180Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-08-05T04:12:16.891Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-08-05T04:12:17.152Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-08-05T04:12:17.383Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-08-05T04:12:17.725Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-08-05T04:12:17.971Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-08-05T04:12:18.255Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-08-05T04:12:20.165Z Downloading crates ...
1442026-08-05T04:12:20.244Z Downloaded anstyle v1.0.14
1452026-08-05T04:12:20.250Z Downloaded clap_lex v1.1.0
1462026-08-05T04:12:20.250Z Downloaded defmt-macros v1.1.1
1472026-08-05T04:12:20.250Z Downloaded byteorder v1.5.0
1482026-08-05T04:12:20.250Z Downloaded clap_derive v4.6.4
1492026-08-05T04:12:20.251Z Downloaded equivalent v1.0.2
1502026-08-05T04:12:20.251Z Downloaded darling_macro v0.23.0
1512026-08-05T04:12:20.251Z Downloaded foreign-types-macros v0.2.3
1522026-08-05T04:12:20.251Z Downloaded foreign-types-shared v0.3.1
1532026-08-05T04:12:20.251Z Downloaded dyn-clone v1.0.20
1542026-08-05T04:12:20.251Z Downloaded cobs v0.3.0
1552026-08-05T04:12:20.251Z Downloaded defmt v0.3.100
1562026-08-05T04:12:20.251Z Downloaded hash32 v0.3.1
1572026-08-05T04:12:20.251Z Downloaded heck v0.5.0
1582026-08-05T04:12:20.251Z Downloaded embedded-io v0.4.0
1592026-08-05T04:12:20.258Z Downloaded foreign-types v0.5.0
1602026-08-05T04:12:20.258Z Downloaded toml_parser v1.1.2+spec-1.1.0
1612026-08-05T04:12:20.259Z Downloaded embedded-io v0.6.1
1622026-08-05T04:12:20.270Z Downloaded defmt-parser v1.0.0
1632026-08-05T04:12:20.270Z Downloaded errno v0.3.14
1642026-08-05T04:12:20.270Z Downloaded anstream v1.0.0
1652026-08-05T04:12:20.270Z Downloaded chacha20 v0.10.1
1662026-08-05T04:12:20.270Z Downloaded either v1.16.0
1672026-08-05T04:12:20.280Z Downloaded memchr v2.8.3
1682026-08-05T04:12:20.284Z Downloaded heapless v0.8.0
1692026-08-05T04:12:20.291Z Downloaded rand v0.10.2
1702026-08-05T04:12:20.294Z Downloaded ref-cast v1.0.25
1712026-08-05T04:12:20.297Z Downloaded stable_deref_trait v1.2.1
1722026-08-05T04:12:20.303Z Downloaded pretty-hex v0.4.2
1732026-08-05T04:12:20.310Z Downloaded utf8parse v0.2.2
1742026-08-05T04:12:20.313Z Downloaded macaddr v1.0.1
1752026-08-05T04:12:20.313Z Downloaded proc-macro-crate v3.5.0
1762026-08-05T04:12:20.313Z Downloaded cpufeatures v0.3.0
1772026-08-05T04:12:20.313Z Downloaded cstr-argument v0.1.2
1782026-08-05T04:12:20.320Z Downloaded num_enum v0.7.6
1792026-08-05T04:12:20.331Z Downloaded terminal_size v0.4.4
1802026-08-05T04:12:20.342Z Downloaded ident_case v1.0.1
1812026-08-05T04:12:20.342Z Downloaded getrandom v0.4.3
1822026-08-05T04:12:20.342Z Downloaded hashbrown v0.17.1
1832026-08-05T04:12:20.347Z Downloaded defmt v1.1.1
1842026-08-05T04:12:20.347Z Downloaded strsim v0.11.1
1852026-08-05T04:12:20.353Z Downloaded is_terminal_polyfill v1.70.2
1862026-08-05T04:12:20.353Z Downloaded managed v0.8.0
1872026-08-05T04:12:20.353Z Downloaded ingot v0.2.0
1882026-08-05T04:12:20.357Z Downloaded rustversion v1.0.23
1892026-08-05T04:12:20.361Z Downloaded thiserror v2.0.18
1902026-08-05T04:12:20.367Z Downloaded rand_core v0.10.1
1912026-08-05T04:12:20.367Z Downloaded anstyle-query v1.1.5
1922026-08-05T04:12:20.367Z Downloaded ref-cast-impl v1.0.25
1932026-08-05T04:12:20.367Z Downloaded tabwriter v1.4.1
1942026-08-05T04:12:20.378Z Downloaded cfg-if v1.0.4
1952026-08-05T04:12:20.390Z Downloaded num_enum_derive v0.7.6
1962026-08-05T04:12:20.390Z Downloaded colorchoice v1.0.5
1972026-08-05T04:12:20.390Z Downloaded ingot-types v0.2.0
1982026-08-05T04:12:20.390Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1992026-08-05T04:12:20.390Z Downloaded anstyle-parse v1.0.0
2002026-08-05T04:12:20.394Z Downloaded version_check v0.9.5
2012026-08-05T04:12:20.395Z Downloaded tracing-core v0.1.36
2022026-08-05T04:12:20.395Z Downloaded unicode-ident v1.0.24
2032026-08-05T04:12:20.395Z Downloaded pin-project-lite v0.2.17
2042026-08-05T04:12:20.398Z Downloaded colored v3.1.1
2052026-08-05T04:12:20.398Z Downloaded ingot-macros v0.2.0
2062026-08-05T04:12:20.401Z Downloaded quote v1.0.46
2072026-08-05T04:12:20.401Z Downloaded thiserror-impl v2.0.18
2082026-08-05T04:12:20.404Z Downloaded anyhow v1.0.103
2092026-08-05T04:12:20.408Z Downloaded oxnet v0.1.6
2102026-08-05T04:12:20.413Z Downloaded serde_derive v1.0.228
2112026-08-05T04:12:20.422Z Downloaded clap_builder v4.6.5
2122026-08-05T04:12:20.426Z Downloaded darling_core v0.23.0
2132026-08-05T04:12:20.432Z Downloaded bitflags v2.13.0
2142026-08-05T04:12:20.435Z Downloaded ipnetwork v0.21.1
2152026-08-05T04:12:20.438Z Downloaded once_cell v1.21.4
2162026-08-05T04:12:20.438Z Downloaded clap v4.6.5
2172026-08-05T04:12:20.442Z Downloaded tracing-attributes v0.1.31
2182026-08-05T04:12:20.445Z Downloaded bitflags v1.3.2
2192026-08-05T04:12:20.445Z Downloaded toml_edit v0.25.12+spec-1.1.0
2202026-08-05T04:12:20.448Z Downloaded darling v0.23.0
2212026-08-05T04:12:20.453Z Downloaded uuid v1.23.5
2222026-08-05T04:12:20.453Z Downloaded postcard v1.1.3
2232026-08-05T04:12:20.460Z Downloaded socket2 v0.6.4
2242026-08-05T04:12:20.460Z Downloaded serde v1.0.228
2252026-08-05T04:12:20.541Z Downloaded proc-macro2 v1.0.106
2262026-08-05T04:12:20.541Z Downloaded serde_core v1.0.228
2272026-08-05T04:12:20.545Z Downloaded aho-corasick v1.1.4
2282026-08-05T04:12:20.545Z Downloaded indexmap v2.14.0
2292026-08-05T04:12:20.545Z Downloaded zerocopy-derive v0.8.54
2302026-08-05T04:12:20.545Z Downloaded itertools v0.15.0
2312026-08-05T04:12:20.561Z Downloaded regex v1.13.0
2322026-08-05T04:12:20.570Z Downloaded winnow v1.0.3
2332026-08-05T04:12:20.579Z Downloaded syn v1.0.109
2342026-08-05T04:12:20.623Z Downloaded unicode-width v0.2.2
2352026-08-05T04:12:20.630Z Downloaded syn v3.0.3
2362026-08-05T04:12:20.634Z Downloaded syn v2.0.118
2372026-08-05T04:12:20.640Z Downloaded zerocopy v0.8.54
2382026-08-05T04:12:20.650Z Downloaded smoltcp v0.11.0
2392026-08-05T04:12:20.676Z Downloaded regex-syntax v0.8.11
2402026-08-05T04:12:20.680Z Downloaded rustix v1.1.4
2412026-08-05T04:12:20.684Z Downloaded tracing v0.1.44
2422026-08-05T04:12:20.696Z Downloaded regex-automata v0.4.15
2432026-08-05T04:12:20.708Z Downloaded libc v0.2.186
2442026-08-05T04:12:20.770Z Compiling proc-macro2 v1.0.106
2452026-08-05T04:12:20.770Z Compiling quote v1.0.46
2462026-08-05T04:12:20.770Z Compiling unicode-ident v1.0.24
2472026-08-05T04:12:20.774Z Compiling serde_core v1.0.228
2482026-08-05T04:12:20.774Z Compiling libc v0.2.186
2492026-08-05T04:12:20.774Z Checking cfg-if v1.0.4
2502026-08-05T04:12:20.774Z Compiling memchr v2.8.3
2512026-08-05T04:12:20.774Z Compiling thiserror v2.0.18
2522026-08-05T04:12:20.902Z Compiling ident_case v1.0.1
2532026-08-05T04:12:20.975Z Compiling strsim v0.11.1
2542026-08-05T04:12:21.006Z Compiling regex-syntax v0.8.11
2552026-08-05T04:12:21.216Z Compiling either v1.16.0
2562026-08-05T04:12:21.262Z Compiling aho-corasick v1.1.4
2572026-08-05T04:12:21.385Z Compiling serde v1.0.228
2582026-08-05T04:12:21.408Z Compiling hashbrown v0.17.1
2592026-08-05T04:12:21.415Z Compiling anyhow v1.0.103
2602026-08-05T04:12:21.517Z Compiling winnow v1.0.3
2612026-08-05T04:12:21.686Z Compiling equivalent v1.0.2
2622026-08-05T04:12:21.723Z Compiling zerocopy v0.8.54
2632026-08-05T04:12:21.799Z Compiling itertools v0.15.0
2642026-08-05T04:12:22.023Z Compiling indexmap v2.14.0
2652026-08-05T04:12:22.121Z Compiling syn v2.0.118
2662026-08-05T04:12:22.184Z Compiling toml_datetime v1.1.1+spec-1.1.0
2672026-08-05T04:12:22.400Z Compiling heapless v0.8.0
2682026-08-05T04:12:22.539Z Compiling regex-automata v0.4.15
2692026-08-05T04:12:22.633Z Compiling toml_parser v1.1.2+spec-1.1.0
2702026-08-05T04:12:22.656Z Checking byteorder v1.5.0
2712026-08-05T04:12:22.660Z Checking bitflags v2.13.0
2722026-08-05T04:12:22.805Z Checking hash32 v0.3.1
2732026-08-05T04:12:22.821Z Compiling syn v1.0.109
2742026-08-05T04:12:22.847Z Checking macaddr v1.0.1
2752026-08-05T04:12:22.908Z Checking stable_deref_trait v1.2.1
2762026-08-05T04:12:22.976Z Compiling toml_edit v0.25.12+spec-1.1.0
2772026-08-05T04:12:22.985Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2782026-08-05T04:12:23.050Z Compiling rustversion v1.0.23
2792026-08-05T04:12:23.093Z Compiling smoltcp v0.11.0
2802026-08-05T04:12:23.161Z Compiling getrandom v0.4.3
2812026-08-05T04:12:23.222Z Compiling version_check v0.9.5
2822026-08-05T04:12:23.407Z Compiling rustix v1.1.4
2832026-08-05T04:12:23.419Z Compiling ref-cast v1.0.25
2842026-08-05T04:12:23.425Z Checking bitflags v1.3.2
2852026-08-05T04:12:23.480Z Compiling proc-macro-crate v3.5.0
2862026-08-05T04:12:23.487Z Checking managed v0.8.0
2872026-08-05T04:12:23.504Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2882026-08-05T04:12:23.664Z Checking rand_core v0.10.1
2892026-08-05T04:12:23.751Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2902026-08-05T04:12:23.883Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-08-05T04:12:23.929Z Checking errno v0.3.14
2922026-08-05T04:12:23.988Z Checking utf8parse v0.2.2
2932026-08-05T04:12:24.041Z Checking cpufeatures v0.3.0
2942026-08-05T04:12:24.081Z Checking unicode-width v0.2.2
2952026-08-05T04:12:24.200Z Compiling regex v1.13.0
2962026-08-05T04:12:24.334Z Checking foreign-types-shared v0.3.1
2972026-08-05T04:12:24.366Z Checking ipnetwork v0.21.1
2982026-08-05T04:12:24.415Z Checking once_cell v1.21.4
2992026-08-05T04:12:24.492Z Checking cstr-argument v0.1.2
3002026-08-05T04:12:24.528Z Checking tabwriter v1.4.1
3012026-08-05T04:12:24.582Z Checking tracing-core v0.1.36
3022026-08-05T04:12:24.591Z Checking chacha20 v0.10.1
3032026-08-05T04:12:24.596Z Checking anstyle-parse v1.0.0
3042026-08-05T04:12:24.737Z Compiling darling_core v0.23.0
3052026-08-05T04:12:25.029Z Checking pin-project-lite v0.2.17
3062026-08-05T04:12:25.117Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3072026-08-05T04:12:25.144Z Checking colorchoice v1.0.5
3082026-08-05T04:12:25.192Z Checking pretty-hex v0.4.2
3092026-08-05T04:12:25.200Z Checking dyn-clone v1.0.20
3102026-08-05T04:12:25.218Z Checking anstyle-query v1.1.5
3112026-08-05T04:12:25.236Z Checking is_terminal_polyfill v1.70.2
3122026-08-05T04:12:25.293Z Checking anstyle v1.0.14
3132026-08-05T04:12:25.304Z Checking terminal_size v0.4.4
3142026-08-05T04:12:25.338Z Checking rand v0.10.2
3152026-08-05T04:12:25.413Z Checking uuid v1.23.5
3162026-08-05T04:12:25.479Z Checking anstream v1.0.0
3172026-08-05T04:12:25.526Z Compiling syn v3.0.3
3182026-08-05T04:12:25.606Z Checking socket2 v0.6.4
3192026-08-05T04:12:25.669Z Compiling heck v0.5.0
3202026-08-05T04:12:25.672Z Checking oxnet v0.1.6
3212026-08-05T04:12:25.813Z Checking clap_lex v1.1.0
3222026-08-05T04:12:25.855Z Checking colored v3.1.1
3232026-08-05T04:12:25.962Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3242026-08-05T04:12:26.004Z Compiling thiserror-impl v2.0.18
3252026-08-05T04:12:26.031Z Compiling zerocopy-derive v0.8.54
3262026-08-05T04:12:26.049Z Compiling serde_derive v1.0.228
3272026-08-05T04:12:26.390Z Compiling num_enum_derive v0.7.6
3282026-08-05T04:12:26.728Z Compiling ref-cast-impl v1.0.25
3292026-08-05T04:12:26.991Z Compiling darling_macro v0.23.0
3302026-08-05T04:12:27.295Z Checking cobs v0.3.0
3312026-08-05T04:12:27.310Z Compiling foreign-types-macros v0.2.3
3322026-08-05T04:12:27.327Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3332026-08-05T04:12:27.379Z Checking num_enum v0.7.6
3342026-08-05T04:12:27.483Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3352026-08-05T04:12:27.529Z Compiling tracing-attributes v0.1.31
3362026-08-05T04:12:27.556Z Compiling darling v0.23.0
3372026-08-05T04:12:27.628Z Compiling ingot-macros v0.2.0
3382026-08-05T04:12:27.795Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3392026-08-05T04:12:27.896Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3402026-08-05T04:12:27.921Z Checking foreign-types v0.5.0
3412026-08-05T04:12:27.989Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3422026-08-05T04:12:28.056Z Checking clap_builder v4.6.5
3432026-08-05T04:12:28.287Z Compiling clap_derive v4.6.4
3442026-08-05T04:12:28.652Z Checking tracing v0.1.44
3452026-08-05T04:12:29.022Z Checking postcard v1.1.3
3462026-08-05T04:12:29.578Z Checking clap v4.6.5
3472026-08-05T04:12:30.068Z Checking ingot-types v0.2.0
3482026-08-05T04:12:30.344Z Checking ingot v0.2.0
3492026-08-05T04:12:31.670Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3502026-08-05T04:12:32.860Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3512026-08-05T04:12:34.048Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3522026-08-05T04:12:34.860Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.76s
3532026-08-05T04:12:34.968Z
3542026-08-05T04:12:34.968Zreal 18.915998517
3552026-08-05T04:12:34.968Zuser 57.152150668
3562026-08-05T04:12:34.968Zsys 13.141866927
3572026-08-05T04:12:34.968Ztrap 0.044416189
3582026-08-05T04:12:34.969Ztflt 0.068782144
3592026-08-05T04:12:34.969Zdflt 0.159461015
3602026-08-05T04:12:34.969Zkflt 0.004732093
3612026-08-05T04:12:34.969Zlock 3:52.990513322
3622026-08-05T04:12:34.969Zslp 3:09.302987038
3632026-08-05T04:12:34.972Zlat 2.997444831
3642026-08-05T04:12:34.972Zstop 13.569390363
3652026-08-05T04:12:34.972Z+ header 'debug build'
3662026-08-05T04:12:34.972Z+ echo '# ==== debug build ==== #'
3672026-08-05T04:12:34.972Z# ==== debug build ==== #
3682026-08-05T04:12:34.972Z+ ptime -m cargo build
3692026-08-05T04:12:35.124Z Compiling cfg-if v1.0.4
3702026-08-05T04:12:35.127Z Compiling serde_core v1.0.228
3712026-08-05T04:12:35.127Z Compiling libc v0.2.186
3722026-08-05T04:12:35.152Z Compiling thiserror v2.0.18
3732026-08-05T04:12:35.159Z Compiling byteorder v1.5.0
3742026-08-05T04:12:35.159Z Compiling zerocopy v0.8.54
3752026-08-05T04:12:35.159Z Compiling stable_deref_trait v1.2.1
3762026-08-05T04:12:35.159Z Compiling macaddr v1.0.1
3772026-08-05T04:12:35.200Z Compiling managed v0.8.0
3782026-08-05T04:12:35.212Z Compiling rand_core v0.10.1
3792026-08-05T04:12:35.228Z Compiling cobs v0.3.0
3802026-08-05T04:12:35.328Z Compiling hash32 v0.3.1
3812026-08-05T04:12:35.360Z Compiling bitflags v1.3.2
3822026-08-05T04:12:35.397Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3832026-08-05T04:12:35.422Z Compiling heapless v0.8.0
3842026-08-05T04:12:35.433Z Compiling errno v0.3.14
3852026-08-05T04:12:35.460Z Compiling memchr v2.8.3
3862026-08-05T04:12:35.472Z Compiling foreign-types-shared v0.3.1
3872026-08-05T04:12:35.492Z Compiling once_cell v1.21.4
3882026-08-05T04:12:35.549Z Compiling unicode-width v0.2.2
3892026-08-05T04:12:35.579Z Compiling utf8parse v0.2.2
3902026-08-05T04:12:35.610Z Compiling ipnetwork v0.21.1
3912026-08-05T04:12:35.669Z Compiling cpufeatures v0.3.0
3922026-08-05T04:12:35.727Z Compiling chacha20 v0.10.1
3932026-08-05T04:12:35.732Z Compiling tracing-core v0.1.36
3942026-08-05T04:12:35.836Z Compiling smoltcp v0.11.0
3952026-08-05T04:12:35.847Z Compiling cstr-argument v0.1.2
3962026-08-05T04:12:35.996Z Compiling tabwriter v1.4.1
3972026-08-05T04:12:36.057Z Compiling anstyle-parse v1.0.0
3982026-08-05T04:12:36.134Z Compiling foreign-types v0.5.0
3992026-08-05T04:12:36.231Z Compiling ref-cast v1.0.25
4002026-08-05T04:12:36.362Z Compiling num_enum v0.7.6
4012026-08-05T04:12:36.362Z Compiling getrandom v0.4.3
4022026-08-05T04:12:36.402Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4032026-08-05T04:12:36.421Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4042026-08-05T04:12:36.504Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4052026-08-05T04:12:36.521Z Compiling anstyle v1.0.14
4062026-08-05T04:12:36.521Z Compiling anstyle-query v1.1.5
4072026-08-05T04:12:36.622Z Compiling is_terminal_polyfill v1.70.2
4082026-08-05T04:12:36.642Z Compiling pretty-hex v0.4.2
4092026-08-05T04:12:36.717Z Compiling dyn-clone v1.0.20
4102026-08-05T04:12:36.758Z Compiling colorchoice v1.0.5
4112026-08-05T04:12:36.776Z Compiling pin-project-lite v0.2.17
4122026-08-05T04:12:36.864Z Compiling bitflags v2.13.0
4132026-08-05T04:12:36.864Z Compiling serde v1.0.228
4142026-08-05T04:12:36.870Z Compiling tracing v0.1.44
4152026-08-05T04:12:37.037Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4162026-08-05T04:12:37.066Z Compiling rustix v1.1.4
4172026-08-05T04:12:37.069Z Compiling anstream v1.0.0
4182026-08-05T04:12:37.225Z Compiling uuid v1.23.5
4192026-08-05T04:12:37.314Z Compiling postcard v1.1.3
4202026-08-05T04:12:37.538Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4212026-08-05T04:12:37.551Z Compiling terminal_size v0.4.4
4222026-08-05T04:12:37.652Z Compiling anyhow v1.0.103
4232026-08-05T04:12:37.656Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4242026-08-05T04:12:37.700Z Compiling rand v0.10.2
4252026-08-05T04:12:37.747Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4262026-08-05T04:12:37.855Z Compiling socket2 v0.6.4
4272026-08-05T04:12:37.864Z Compiling clap_lex v1.1.0
4282026-08-05T04:12:38.104Z Compiling ingot-types v0.2.0
4292026-08-05T04:12:38.147Z Compiling winnow v1.0.3
4302026-08-05T04:12:38.226Z Compiling oxnet v0.1.6
4312026-08-05T04:12:38.252Z Compiling strsim v0.11.1
4322026-08-05T04:12:38.450Z Compiling ingot v0.2.0
4332026-08-05T04:12:38.504Z Compiling colored v3.1.1
4342026-08-05T04:12:38.639Z Compiling clap_builder v4.6.5
4352026-08-05T04:12:38.719Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4362026-08-05T04:12:39.128Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4372026-08-05T04:12:40.141Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4382026-08-05T04:12:40.620Z Compiling clap v4.6.5
4392026-08-05T04:12:41.599Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4402026-08-05T04:12:43.028Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4412026-08-05T04:12:47.433Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.45s
4422026-08-05T04:12:47.460Z
4432026-08-05T04:12:47.465Zreal 12.482251324
4442026-08-05T04:12:47.465Zuser 1:04.747989702
4452026-08-05T04:12:47.465Zsys 6.068662662
4462026-08-05T04:12:47.465Ztrap 0.030453561
4472026-08-05T04:12:47.465Ztflt 0.165162055
4482026-08-05T04:12:47.465Zdflt 0.220219107
4492026-08-05T04:12:47.465Zkflt 0.000011740
4502026-08-05T04:12:47.465Zlock 3:08.386697033
4512026-08-05T04:12:47.465Zslp 1:54.743384643
4522026-08-05T04:12:47.465Zlat 4.306098962
4532026-08-05T04:12:47.465Zstop 3.847178201
4542026-08-05T04:12:47.465Z+ header 'release build'
4552026-08-05T04:12:47.465Z+ echo '# ==== release build ==== #'
4562026-08-05T04:12:47.465Z# ==== release build ==== #
4572026-08-05T04:12:47.465Z+ ptime -m cargo build --release
4582026-08-05T04:12:47.557Z Compiling proc-macro2 v1.0.106
4592026-08-05T04:12:47.557Z Compiling quote v1.0.46
4602026-08-05T04:12:47.562Z Compiling unicode-ident v1.0.24
4612026-08-05T04:12:47.562Z Compiling serde_core v1.0.228
4622026-08-05T04:12:47.562Z Compiling libc v0.2.186
4632026-08-05T04:12:47.562Z Compiling cfg-if v1.0.4
4642026-08-05T04:12:47.562Z Compiling strsim v0.11.1
4652026-08-05T04:12:47.562Z Compiling thiserror v2.0.18
4662026-08-05T04:12:47.630Z Compiling memchr v2.8.3
4672026-08-05T04:12:47.672Z Compiling ident_case v1.0.1
4682026-08-05T04:12:47.775Z Compiling regex-syntax v0.8.11
4692026-08-05T04:12:47.838Z Compiling serde v1.0.228
4702026-08-05T04:12:47.856Z Compiling anyhow v1.0.103
4712026-08-05T04:12:48.046Z Compiling aho-corasick v1.1.4
4722026-08-05T04:12:48.120Z Compiling hashbrown v0.17.1
4732026-08-05T04:12:48.145Z Compiling either v1.16.0
4742026-08-05T04:12:48.158Z Compiling winnow v1.0.3
4752026-08-05T04:12:48.277Z Compiling zerocopy v0.8.54
4762026-08-05T04:12:48.335Z Compiling equivalent v1.0.2
4772026-08-05T04:12:48.410Z Compiling itertools v0.15.0
4782026-08-05T04:12:48.661Z Compiling indexmap v2.14.0
4792026-08-05T04:12:48.699Z Compiling heapless v0.8.0
4802026-08-05T04:12:48.854Z Compiling syn v2.0.118
4812026-08-05T04:12:48.974Z Compiling byteorder v1.5.0
4822026-08-05T04:12:49.153Z Compiling toml_parser v1.1.2+spec-1.1.0
4832026-08-05T04:12:49.166Z Compiling toml_datetime v1.1.1+spec-1.1.0
4842026-08-05T04:12:49.258Z Compiling regex-automata v0.4.15
4852026-08-05T04:12:49.360Z Compiling hash32 v0.3.1
4862026-08-05T04:12:49.484Z Compiling syn v1.0.109
4872026-08-05T04:12:49.522Z Compiling toml_edit v0.25.12+spec-1.1.0
4882026-08-05T04:12:49.679Z Compiling bitflags v2.13.0
4892026-08-05T04:12:49.692Z Compiling smoltcp v0.11.0
4902026-08-05T04:12:49.746Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4912026-08-05T04:12:49.772Z Compiling macaddr v1.0.1
4922026-08-05T04:12:49.775Z Compiling rustversion v1.0.23
4932026-08-05T04:12:50.003Z Compiling stable_deref_trait v1.2.1
4942026-08-05T04:12:50.039Z Compiling ref-cast v1.0.25
4952026-08-05T04:12:50.043Z Compiling managed v0.8.0
4962026-08-05T04:12:50.062Z Compiling bitflags v1.3.2
4972026-08-05T04:12:50.118Z Compiling proc-macro-crate v3.5.0
4982026-08-05T04:12:50.160Z Compiling rand_core v0.10.1
4992026-08-05T04:12:50.276Z Compiling version_check v0.9.5
5002026-08-05T04:12:50.302Z Compiling getrandom v0.4.3
5012026-08-05T04:12:50.328Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5022026-08-05T04:12:50.442Z Compiling rustix v1.1.4
5032026-08-05T04:12:50.528Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5042026-08-05T04:12:50.559Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5052026-08-05T04:12:50.738Z Compiling errno v0.3.14
5062026-08-05T04:12:50.877Z Compiling unicode-width v0.2.2
5072026-08-05T04:12:50.950Z Compiling regex v1.13.0
5082026-08-05T04:12:50.959Z Compiling cpufeatures v0.3.0
5092026-08-05T04:12:51.062Z Compiling once_cell v1.21.4
5102026-08-05T04:12:51.158Z Compiling utf8parse v0.2.2
5112026-08-05T04:12:51.255Z Compiling foreign-types-shared v0.3.1
5122026-08-05T04:12:51.285Z Compiling ipnetwork v0.21.1
5132026-08-05T04:12:51.331Z Compiling anstyle-parse v1.0.0
5142026-08-05T04:12:51.335Z Compiling tracing-core v0.1.36
5152026-08-05T04:12:51.520Z Compiling darling_core v0.23.0
5162026-08-05T04:12:51.633Z Compiling cstr-argument v0.1.2
5172026-08-05T04:12:51.770Z Compiling tabwriter v1.4.1
5182026-08-05T04:12:51.782Z Compiling chacha20 v0.10.1
5192026-08-05T04:12:52.263Z Compiling is_terminal_polyfill v1.70.2
5202026-08-05T04:12:52.345Z Compiling pin-project-lite v0.2.17
5212026-08-05T04:12:52.372Z Compiling dyn-clone v1.0.20
5222026-08-05T04:12:52.427Z Compiling pretty-hex v0.4.2
5232026-08-05T04:12:52.432Z Compiling anstyle-query v1.1.5
5242026-08-05T04:12:52.501Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5252026-08-05T04:12:52.520Z Compiling colorchoice v1.0.5
5262026-08-05T04:12:52.549Z Compiling anstyle v1.0.14
5272026-08-05T04:12:52.624Z Compiling thiserror-impl v2.0.18
5282026-08-05T04:12:52.644Z Compiling zerocopy-derive v0.8.54
5292026-08-05T04:12:52.697Z Compiling serde_derive v1.0.228
5302026-08-05T04:12:52.780Z Compiling foreign-types-macros v0.2.3
5312026-08-05T04:12:53.158Z Compiling num_enum_derive v0.7.6
5322026-08-05T04:12:53.244Z Compiling ref-cast-impl v1.0.25
5332026-08-05T04:12:53.397Z Compiling foreign-types v0.5.0
5342026-08-05T04:12:53.470Z Compiling tracing-attributes v0.1.31
5352026-08-05T04:12:53.589Z Compiling darling_macro v0.23.0
5362026-08-05T04:12:53.870Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5372026-08-05T04:12:53.920Z Compiling cobs v0.3.0
5382026-08-05T04:12:53.944Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5392026-08-05T04:12:54.103Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5402026-08-05T04:12:54.130Z Compiling num_enum v0.7.6
5412026-08-05T04:12:54.135Z Compiling darling v0.23.0
5422026-08-05T04:12:54.202Z Compiling ingot-macros v0.2.0
5432026-08-05T04:12:54.231Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5442026-08-05T04:12:54.334Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5452026-08-05T04:12:54.392Z Compiling anstream v1.0.0
5462026-08-05T04:12:54.431Z Compiling terminal_size v0.4.4
5472026-08-05T04:12:54.443Z Compiling rand v0.10.2
5482026-08-05T04:12:54.557Z Compiling uuid v1.23.5
5492026-08-05T04:12:54.629Z Compiling tracing v0.1.44
5502026-08-05T04:12:54.703Z Compiling syn v3.0.3
5512026-08-05T04:12:54.780Z Compiling socket2 v0.6.4
5522026-08-05T04:12:54.960Z Compiling colored v3.1.1
5532026-08-05T04:12:55.000Z Compiling clap_lex v1.1.0
5542026-08-05T04:12:55.262Z Compiling oxnet v0.1.6
5552026-08-05T04:12:55.416Z Compiling heck v0.5.0
5562026-08-05T04:12:55.558Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5572026-08-05T04:12:55.752Z Compiling clap_builder v4.6.5
5582026-08-05T04:12:55.862Z Compiling postcard v1.1.3
5592026-08-05T04:12:56.887Z Compiling clap_derive v4.6.4
5602026-08-05T04:12:57.066Z Compiling ingot-types v0.2.0
5612026-08-05T04:12:57.463Z Compiling ingot v0.2.0
5622026-08-05T04:12:58.117Z Compiling clap v4.6.5
5632026-08-05T04:12:59.160Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5642026-08-05T04:13:00.187Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5652026-08-05T04:13:01.255Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5662026-08-05T04:13:07.861Z Finished `release` profile [optimized + debuginfo] target(s) in 20.36s
5672026-08-05T04:13:07.895Z
5682026-08-05T04:13:07.895Zreal 20.390955659
5692026-08-05T04:13:07.895Zuser 1:45.025806536
5702026-08-05T04:13:07.895Zsys 13.539804130
5712026-08-05T04:13:07.895Ztrap 0.053160757
5722026-08-05T04:13:07.895Ztflt 0.127131635
5732026-08-05T04:13:07.895Zdflt 0.233575139
5742026-08-05T04:13:07.895Zkflt 0.000130370
5752026-08-05T04:13:07.895Zlock 4:55.535771553
5762026-08-05T04:13:07.895Zslp 3:30.079354047
5772026-08-05T04:13:07.895Zlat 4.852980568
5782026-08-05T04:13:07.895Zstop 9.280553954
5792026-08-05T04:13:07.896Z+ popd
5802026-08-05T04:13:07.896Z/work/oxidecomputer/opte
5812026-08-05T04:13:07.896Z+ TGT_BASE=/work
5822026-08-05T04:13:07.896Z+ for x in debug release
5832026-08-05T04:13:07.896Z+ mkdir -p /work/debug
5842026-08-05T04:13:07.896Z+ cp target/debug/opteadm /work/debug/
5852026-08-05T04:13:07.935Z+ sha256sum target/debug/opteadm
5862026-08-05T04:13:07.981Z+ for x in debug release
5872026-08-05T04:13:07.981Z+ mkdir -p /work/release
5882026-08-05T04:13:07.981Z+ cp target/release/opteadm /work/release/
5892026-08-05T04:13:07.981Z+ sha256sum target/release/opteadm
5902026-08-05T04:13:08.005Zprocess exited: duration 68556 ms, exit code 0
 
5912026-08-05T04:13:08.088Zfound 4 output files
5922026-08-05T04:13:08.128Zuploading: /work/debug/opteadm (38119784 bytes)
5932026-08-05T04:13:09.693Zuploaded: /work/debug/opteadm
5942026-08-05T04:13:09.693Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5952026-08-05T04:13:10.702Zuploaded: /work/debug/opteadm.debug.sha256
5962026-08-05T04:13:10.702Zuploading: /work/release/opteadm (25869504 bytes)
5972026-08-05T04:13:11.861Zuploaded: /work/release/opteadm
5982026-08-05T04:13:11.861Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5992026-08-05T04:13:12.872Zuploaded: /work/release/opteadm.release.sha256