01KYEAJ0MYTASBB598P6PHTFVQ: 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: 01KYEAK7SJF0QTBGSYCQSZFY13

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:24:10.067Zjob assigned to worker 01KYEAKEVG8KTYPT5P4HHR16CQ [factory aws, i-0e6f8f3a192cf8032] (queued for 1 m 0 s)
 
22026-07-26T04:24:17.450Zstarting task 0: "setup"
32026-07-26T04:24:17.470Z++ uname -s
42026-07-26T04:24:17.470Z+ kern=SunOS
52026-07-26T04:24:17.470Z+ build_user=build
62026-07-26T04:24:17.470Z+ build_uid=12345
72026-07-26T04:24:17.470Z+ work_dir=/work
82026-07-26T04:24:17.470Z+ input_dir=/input
92026-07-26T04:24:17.470Z+ [[ 0 == 12345 ]]
102026-07-26T04:24:17.470Z+ case "$kern" in
112026-07-26T04:24:17.470Z+ groupadd -g 12345 build
122026-07-26T04:24:17.470Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:24:19.421Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:24:19.519Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:24:19.524Z+ home_fs=zfs
162026-07-26T04:24:19.524Z+ [[ zfs == autofs ]]
172026-07-26T04:24:19.524Z+ mkdir -p /home/build
182026-07-26T04:24:19.524Z+ chown build:build /home/build /work
192026-07-26T04:24:21.522Z+ chmod 0700 /home/build /work
202026-07-26T04:24:21.530Zprocess exited: duration 4120 ms, exit code 0
 
212026-07-26T04:24:21.545Zstarting task 1: "rust-toolchain"
222026-07-26T04:24:21.554Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:24:21.554Z * rust toolchain channel = "1.97.1"
242026-07-26T04:24:21.554Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-26T04:24:21.554Z * rust toolchain profile = "default"
262026-07-26T04:24:21.554Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-26T04:24:21.554Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:24:21.554Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:24:21.554Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:24:21.609Zinfo: downloading installer
312026-07-26T04:24:23.115Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:24:23.115Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:24:23.115Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:24:23.115Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:24:23.128Zinfo: profile set to default
362026-07-26T04:24:23.128Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:24:23.132Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:24:23.279Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:24:23.282Zinfo: downloading 6 components
402026-07-26T04:24:38.103Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:24:38.103Z
422026-07-26T04:24:38.129Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:24:38.129Z
442026-07-26T04:24:38.129Z
452026-07-26T04:24:38.129ZRust is installed now. Great!
462026-07-26T04:24:38.129Z
472026-07-26T04:24:38.130ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:24:38.130Zenvironment variable. This has not been done automatically.
492026-07-26T04:24:38.130Z
502026-07-26T04:24:38.130ZTo configure your current shell, you need to source
512026-07-26T04:24:38.130Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:24:38.130Z
532026-07-26T04:24:38.130ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:24:38.130Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:24:38.130Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:24:38.130Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:24:38.130Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:24:38.130Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:24:38.130Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:24:38.133Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:24:38.133Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:24:38.232Z+ rustup --version
632026-07-26T04:24:38.242Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:24:38.245Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:24:38.262Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:24:38.265Z+ cargo --version
672026-07-26T04:24:38.279Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:24:38.283Z+ rustc --version
692026-07-26T04:24:38.302Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:24:38.306Zprocess exited: duration 16760 ms, exit code 0
 
712026-07-26T04:24:38.327Zstarting task 2: "authentication"
722026-07-26T04:24:38.341Zprocess exited: duration 18 ms, exit code 0
 
732026-07-26T04:24:38.349Zstarting task 3: "clone repository"
742026-07-26T04:24:38.355Z+ mkdir -p /work/oxidecomputer/opte
752026-07-26T04:24:38.355Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-26T04:24:38.394ZCloning into '/work/oxidecomputer/opte'...
772026-07-26T04:24:39.529Z+ cd /work/oxidecomputer/opte
782026-07-26T04:24:39.529Z+ git fetch origin 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad
792026-07-26T04:24:39.761ZFrom https://github.com/oxidecomputer/opte
802026-07-26T04:24:39.761Z * branch 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad -> FETCH_HEAD
812026-07-26T04:24:39.779Z+ [[ -n renovate/ctor-1.x ]]
822026-07-26T04:24:39.779Z++ git branch --show-current
832026-07-26T04:24:39.779Z+ current=master
842026-07-26T04:24:39.779Z+ [[ master != renovate/ctor-1.x ]]
852026-07-26T04:24:39.779Z+ git branch -f renovate/ctor-1.x 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad
862026-07-26T04:24:39.779Z+ git checkout -f renovate/ctor-1.x
872026-07-26T04:24:39.802ZSwitched to branch 'renovate/ctor-1.x'
882026-07-26T04:24:39.802Z+ git reset --hard 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad
892026-07-26T04:24:39.815ZHEAD is now at 10df0e1 Update Rust crate ctor to v1
902026-07-26T04:24:39.815Zprocess exited: duration 1447 ms, exit code 0
 
912026-07-26T04:24:39.867Zstarting task 4: "build"
922026-07-26T04:24:39.882Z+ source .github/buildomat/common.sh
932026-07-26T04:24:39.882Z++ rustup show active-toolchain
942026-07-26T04:24:39.889Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-26T04:24:39.889Z++ pushd xde
962026-07-26T04:24:39.889Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-26T04:24:39.889Z++ rustup show active-toolchain
982026-07-26T04:24:39.889Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-26T04:24:40.062Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-26T04:24:40.084Zinfo: downloading 6 components
1012026-07-26T04:24:55.596Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-26T04:24:55.693Z+++ rustup show active-toolchain -v
1032026-07-26T04:24:55.697Z+++ head -n 1
1042026-07-26T04:24:55.697Z+++ cut '-d ' -f1
1052026-07-26T04:24:55.744Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-26T04:24:55.744Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:24:55.744Z++ popd
1082026-07-26T04:24:55.751Z/work/oxidecomputer/opte
1092026-07-26T04:24:55.751Z+ cargo --version
1102026-07-26T04:24:55.757Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-26T04:24:55.757Z+ rustc --version
1122026-07-26T04:24:55.780Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-26T04:24:55.786Z+ pushd bin/opteadm
1142026-07-26T04:24:55.786Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-07-26T04:24:55.786Z+ header 'check style'
1162026-07-26T04:24:55.786Z+ echo '# ==== check style ==== #'
1172026-07-26T04:24:55.786Z# ==== check style ==== #
1182026-07-26T04:24:55.786Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-07-26T04:24:55.849Z
1202026-07-26T04:24:55.849Zreal 0.067262649
1212026-07-26T04:24:55.849Zuser 0.038186347
1222026-07-26T04:24:55.849Zsys 0.026904159
1232026-07-26T04:24:55.849Ztrap 0.000000500
1242026-07-26T04:24:55.849Ztflt 0.000020110
1252026-07-26T04:24:55.849Zdflt 0.000005420
1262026-07-26T04:24:55.849Zkflt 0.000000000
1272026-07-26T04:24:55.849Zlock 0.031099564
1282026-07-26T04:24:55.849Zslp 0.047448024
1292026-07-26T04:24:55.849Zlat 0.000681300
1302026-07-26T04:24:55.849Zstop 0.000096500
1312026-07-26T04:24:55.855Z+ header analyze
1322026-07-26T04:24:55.855Z+ echo '# ==== analyze ==== #'
1332026-07-26T04:24:55.855Z# ==== analyze ==== #
1342026-07-26T04:24:55.855Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-07-26T04:24:55.977Z Updating crates.io index
1362026-07-26T04:24:55.983Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-26T04:24:56.610Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-26T04:24:56.849Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-07-26T04:24:57.082Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-07-26T04:24:57.363Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-07-26T04:24:57.575Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-26T04:24:57.837Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-26T04:24:59.801Z Downloading crates ...
1442026-07-26T04:24:59.864Z Downloaded hash32 v0.3.1
1452026-07-26T04:24:59.878Z Downloaded foreign-types-macros v0.2.3
1462026-07-26T04:24:59.878Z Downloaded defmt v0.3.100
1472026-07-26T04:24:59.878Z Downloaded anstyle-query v1.1.5
1482026-07-26T04:24:59.878Z Downloaded cfg-if v1.0.4
1492026-07-26T04:24:59.878Z Downloaded managed v0.8.0
1502026-07-26T04:24:59.891Z Downloaded utf8parse v0.2.2
1512026-07-26T04:24:59.891Z Downloaded byteorder v1.5.0
1522026-07-26T04:24:59.891Z Downloaded ipnetwork v0.21.1
1532026-07-26T04:24:59.891Z Downloaded bitflags v1.3.2
1542026-07-26T04:24:59.891Z Downloaded proc-macro-crate v3.5.0
1552026-07-26T04:24:59.891Z Downloaded anstyle v1.0.14
1562026-07-26T04:24:59.891Z Downloaded anstream v1.0.0
1572026-07-26T04:24:59.898Z Downloaded chacha20 v0.10.1
1582026-07-26T04:24:59.898Z Downloaded ingot v0.2.0
1592026-07-26T04:24:59.898Z Downloaded darling_macro v0.23.0
1602026-07-26T04:24:59.898Z Downloaded cobs v0.3.0
1612026-07-26T04:24:59.898Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1622026-07-26T04:24:59.898Z Downloaded anstyle-parse v1.0.0
1632026-07-26T04:24:59.898Z Downloaded clap v4.6.1
1642026-07-26T04:24:59.904Z Downloaded is_terminal_polyfill v1.70.2
1652026-07-26T04:24:59.904Z Downloaded ref-cast-impl v1.0.25
1662026-07-26T04:24:59.904Z Downloaded embedded-io v0.6.1
1672026-07-26T04:24:59.904Z Downloaded errno v0.3.14
1682026-07-26T04:24:59.904Z Downloaded foreign-types v0.5.0
1692026-07-26T04:24:59.904Z Downloaded heck v0.5.0
1702026-07-26T04:24:59.904Z Downloaded clap_lex v1.1.0
1712026-07-26T04:24:59.913Z Downloaded clap_derive v4.6.1
1722026-07-26T04:24:59.914Z Downloaded colorchoice v1.0.5
1732026-07-26T04:24:59.922Z Downloaded strsim v0.11.1
1742026-07-26T04:24:59.922Z Downloaded defmt-parser v1.0.0
1752026-07-26T04:24:59.922Z Downloaded ident_case v1.0.1
1762026-07-26T04:24:59.922Z Downloaded anyhow v1.0.103
1772026-07-26T04:24:59.929Z Downloaded bitflags v2.13.0
1782026-07-26T04:24:59.929Z Downloaded either v1.16.0
1792026-07-26T04:24:59.929Z Downloaded version_check v0.9.5
1802026-07-26T04:24:59.929Z Downloaded equivalent v1.0.2
1812026-07-26T04:24:59.929Z Downloaded cpufeatures v0.3.0
1822026-07-26T04:24:59.929Z Downloaded terminal_size v0.4.4
1832026-07-26T04:24:59.929Z Downloaded macaddr v1.0.1
1842026-07-26T04:24:59.935Z Downloaded embedded-io v0.4.0
1852026-07-26T04:24:59.940Z Downloaded pretty-hex v0.4.2
1862026-07-26T04:24:59.946Z Downloaded rustversion v1.0.23
1872026-07-26T04:24:59.951Z Downloaded dyn-clone v1.0.20
1882026-07-26T04:24:59.951Z Downloaded tabwriter v1.4.1
1892026-07-26T04:24:59.951Z Downloaded cstr-argument v0.1.2
1902026-07-26T04:24:59.955Z Downloaded ref-cast v1.0.25
1912026-07-26T04:24:59.955Z Downloaded stable_deref_trait v1.2.1
1922026-07-26T04:24:59.955Z Downloaded foreign-types-shared v0.3.1
1932026-07-26T04:24:59.965Z Downloaded serde_derive v1.0.228
1942026-07-26T04:24:59.970Z Downloaded thiserror v2.0.18
1952026-07-26T04:24:59.980Z Downloaded pin-project-lite v0.2.17
1962026-07-26T04:24:59.985Z Downloaded defmt-macros v1.1.1
1972026-07-26T04:24:59.990Z Downloaded quote v1.0.46
1982026-07-26T04:25:00.000Z Downloaded num_enum v0.7.6
1992026-07-26T04:25:00.006Z Downloaded num_enum_derive v0.7.6
2002026-07-26T04:25:00.014Z Downloaded postcard v1.1.3
2012026-07-26T04:25:00.015Z Downloaded rand_core v0.10.1
2022026-07-26T04:25:00.015Z Downloaded toml_parser v1.1.2+spec-1.1.0
2032026-07-26T04:25:00.015Z Downloaded defmt v1.1.1
2042026-07-26T04:25:00.021Z Downloaded ingot-types v0.2.0
2052026-07-26T04:25:00.022Z Downloaded oxnet v0.1.6
2062026-07-26T04:25:00.026Z Downloaded colored v3.1.1
2072026-07-26T04:25:00.026Z Downloaded ingot-macros v0.2.0
2082026-07-26T04:25:00.026Z Downloaded thiserror-impl v2.0.18
2092026-07-26T04:25:00.026Z Downloaded tracing-attributes v0.1.31
2102026-07-26T04:25:00.030Z Downloaded once_cell v1.21.4
2112026-07-26T04:25:00.041Z Downloaded proc-macro2 v1.0.106
2122026-07-26T04:25:00.046Z Downloaded tracing-core v0.1.36
2132026-07-26T04:25:00.051Z Downloaded darling v0.23.0
2142026-07-26T04:25:00.058Z Downloaded getrandom v0.4.3
2152026-07-26T04:25:00.066Z Downloaded uuid v1.23.5
2162026-07-26T04:25:00.066Z Downloaded socket2 v0.6.4
2172026-07-26T04:25:00.066Z Downloaded unicode-ident v1.0.24
2182026-07-26T04:25:00.072Z Downloaded serde_core v1.0.228
2192026-07-26T04:25:00.072Z Downloaded toml_edit v0.25.12+spec-1.1.0
2202026-07-26T04:25:00.087Z Downloaded darling_core v0.23.0
2212026-07-26T04:25:00.097Z Downloaded serde v1.0.228
2222026-07-26T04:25:00.109Z Downloaded indexmap v2.14.0
2232026-07-26T04:25:00.118Z Downloaded heapless v0.8.0
2242026-07-26T04:25:00.124Z Downloaded zerocopy-derive v0.8.54
2252026-07-26T04:25:00.131Z Downloaded rand v0.10.2
2262026-07-26T04:25:00.137Z Downloaded memchr v2.8.3
2272026-07-26T04:25:00.142Z Downloaded hashbrown v0.17.1
2282026-07-26T04:25:00.148Z Downloaded clap_builder v4.6.0
2292026-07-26T04:25:00.164Z Downloaded aho-corasick v1.1.4
2302026-07-26T04:25:00.171Z Downloaded regex v1.13.0
2312026-07-26T04:25:00.187Z Downloaded itertools v0.15.0
2322026-07-26T04:25:00.196Z Downloaded winnow v1.0.3
2332026-07-26T04:25:00.228Z Downloaded syn v1.0.109
2342026-07-26T04:25:00.236Z Downloaded zerocopy v0.8.54
2352026-07-26T04:25:00.265Z Downloaded syn v2.0.118
2362026-07-26T04:25:00.271Z Downloaded unicode-width v0.2.2
2372026-07-26T04:25:00.274Z Downloaded regex-syntax v0.8.11
2382026-07-26T04:25:00.278Z Downloaded smoltcp v0.11.0
2392026-07-26T04:25:00.301Z Downloaded rustix v1.1.4
2402026-07-26T04:25:00.313Z Downloaded tracing v0.1.44
2412026-07-26T04:25:00.334Z Downloaded regex-automata v0.4.15
2422026-07-26T04:25:00.342Z Downloaded libc v0.2.186
2432026-07-26T04:25:00.405Z Compiling proc-macro2 v1.0.106
2442026-07-26T04:25:00.405Z Compiling quote v1.0.46
2452026-07-26T04:25:00.405Z Compiling unicode-ident v1.0.24
2462026-07-26T04:25:00.408Z Compiling serde_core v1.0.228
2472026-07-26T04:25:00.408Z Compiling libc v0.2.186
2482026-07-26T04:25:00.408Z Checking cfg-if v1.0.4
2492026-07-26T04:25:00.408Z Compiling strsim v0.11.1
2502026-07-26T04:25:00.408Z Compiling memchr v2.8.3
2512026-07-26T04:25:00.527Z Compiling thiserror v2.0.18
2522026-07-26T04:25:00.608Z Compiling ident_case v1.0.1
2532026-07-26T04:25:00.718Z Compiling regex-syntax v0.8.11
2542026-07-26T04:25:00.766Z Compiling serde v1.0.228
2552026-07-26T04:25:00.847Z Compiling zerocopy v0.8.54
2562026-07-26T04:25:01.023Z Compiling aho-corasick v1.1.4
2572026-07-26T04:25:01.039Z Compiling hashbrown v0.17.1
2582026-07-26T04:25:01.053Z Compiling either v1.16.0
2592026-07-26T04:25:01.154Z Compiling anyhow v1.0.103
2602026-07-26T04:25:01.228Z Compiling winnow v1.0.3
2612026-07-26T04:25:01.251Z Compiling equivalent v1.0.2
2622026-07-26T04:25:01.382Z Compiling itertools v0.15.0
2632026-07-26T04:25:01.611Z Compiling indexmap v2.14.0
2642026-07-26T04:25:01.712Z Compiling syn v2.0.118
2652026-07-26T04:25:01.771Z Compiling toml_datetime v1.1.1+spec-1.1.0
2662026-07-26T04:25:01.994Z Checking byteorder v1.5.0
2672026-07-26T04:25:02.151Z Compiling regex-automata v0.4.15
2682026-07-26T04:25:02.248Z Compiling toml_parser v1.1.2+spec-1.1.0
2692026-07-26T04:25:02.297Z Compiling heapless v0.8.0
2702026-07-26T04:25:02.345Z Checking bitflags v2.13.0
2712026-07-26T04:25:02.468Z Checking hash32 v0.3.1
2722026-07-26T04:25:02.516Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2732026-07-26T04:25:02.576Z Compiling syn v1.0.109
2742026-07-26T04:25:02.695Z Compiling toml_edit v0.25.12+spec-1.1.0
2752026-07-26T04:25:02.741Z Checking stable_deref_trait v1.2.1
2762026-07-26T04:25:02.752Z Compiling smoltcp v0.11.0
2772026-07-26T04:25:02.779Z Compiling rustversion v1.0.23
2782026-07-26T04:25:02.789Z Checking macaddr v1.0.1
2792026-07-26T04:25:02.921Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2802026-07-26T04:25:02.927Z Compiling getrandom v0.4.3
2812026-07-26T04:25:03.062Z Compiling rustix v1.1.4
2822026-07-26T04:25:03.125Z Checking rand_core v0.10.1
2832026-07-26T04:25:03.142Z Compiling version_check v0.9.5
2842026-07-26T04:25:03.149Z Checking bitflags v1.3.2
2852026-07-26T04:25:03.176Z Checking managed v0.8.0
2862026-07-26T04:25:03.205Z Compiling proc-macro-crate v3.5.0
2872026-07-26T04:25:03.255Z Compiling ref-cast v1.0.25
2882026-07-26T04:25:03.402Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2892026-07-26T04:25:03.607Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2902026-07-26T04:25:03.616Z Checking errno v0.3.14
2912026-07-26T04:25:03.717Z Checking utf8parse v0.2.2
2922026-07-26T04:25:03.814Z Compiling regex v1.13.0
2932026-07-26T04:25:03.910Z Checking cpufeatures v0.3.0
2942026-07-26T04:25:03.969Z Checking unicode-width v0.2.2
2952026-07-26T04:25:03.998Z Checking ipnetwork v0.21.1
2962026-07-26T04:25:04.118Z Checking once_cell v1.21.4
2972026-07-26T04:25:04.163Z Checking foreign-types-shared v0.3.1
2982026-07-26T04:25:04.201Z Checking cstr-argument v0.1.2
2992026-07-26T04:25:04.208Z Checking tabwriter v1.4.1
3002026-07-26T04:25:04.239Z Checking chacha20 v0.10.1
3012026-07-26T04:25:04.285Z Compiling darling_core v0.23.0
3022026-07-26T04:25:04.312Z Checking tracing-core v0.1.36
3032026-07-26T04:25:04.340Z Checking anstyle-parse v1.0.0
3042026-07-26T04:25:04.696Z Checking anstyle-query v1.1.5
3052026-07-26T04:25:04.735Z Checking dyn-clone v1.0.20
3062026-07-26T04:25:04.914Z Checking colorchoice v1.0.5
3072026-07-26T04:25:04.922Z Checking anstyle v1.0.14
3082026-07-26T04:25:04.923Z Checking is_terminal_polyfill v1.70.2
3092026-07-26T04:25:04.923Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3102026-07-26T04:25:04.923Z Checking pin-project-lite v0.2.17
3112026-07-26T04:25:04.923Z Checking pretty-hex v0.4.2
3122026-07-26T04:25:04.923Z Checking terminal_size v0.4.4
3132026-07-26T04:25:04.989Z Checking anstream v1.0.0
3142026-07-26T04:25:05.022Z Checking rand v0.10.2
3152026-07-26T04:25:05.069Z Checking uuid v1.23.5
3162026-07-26T04:25:05.162Z Checking socket2 v0.6.4
3172026-07-26T04:25:05.186Z Checking colored v3.1.1
3182026-07-26T04:25:05.321Z Compiling heck v0.5.0
3192026-07-26T04:25:05.432Z Checking oxnet v0.1.6
3202026-07-26T04:25:05.493Z Checking clap_lex v1.1.0
3212026-07-26T04:25:05.497Z Compiling thiserror-impl v2.0.18
3222026-07-26T04:25:05.519Z Compiling serde_derive v1.0.228
3232026-07-26T04:25:05.541Z Compiling zerocopy-derive v0.8.54
3242026-07-26T04:25:05.586Z Compiling num_enum_derive v0.7.6
3252026-07-26T04:25:05.625Z Compiling ref-cast-impl v1.0.25
3262026-07-26T04:25:06.155Z Compiling foreign-types-macros v0.2.3
3272026-07-26T04:25:06.286Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3282026-07-26T04:25:06.414Z Compiling darling_macro v0.23.0
3292026-07-26T04:25:06.622Z Checking num_enum v0.7.6
3302026-07-26T04:25:06.723Z Compiling tracing-attributes v0.1.31
3312026-07-26T04:25:06.794Z Checking cobs v0.3.0
3322026-07-26T04:25:06.818Z Checking foreign-types v0.5.0
3332026-07-26T04:25:06.872Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3342026-07-26T04:25:06.886Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3352026-07-26T04:25:06.928Z Checking clap_builder v4.6.0
3362026-07-26T04:25:06.979Z Compiling darling v0.23.0
3372026-07-26T04:25:06.990Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3382026-07-26T04:25:07.023Z Compiling clap_derive v4.6.1
3392026-07-26T04:25:07.048Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3402026-07-26T04:25:07.051Z Compiling ingot-macros v0.2.0
3412026-07-26T04:25:07.472Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3422026-07-26T04:25:07.901Z Checking tracing v0.1.44
3432026-07-26T04:25:08.366Z Checking clap v4.6.1
3442026-07-26T04:25:08.474Z Checking postcard v1.1.3
3452026-07-26T04:25:09.543Z Checking ingot-types v0.2.0
3462026-07-26T04:25:09.812Z Checking ingot v0.2.0
3472026-07-26T04:25:11.111Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3482026-07-26T04:25:12.337Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3492026-07-26T04:25:13.527Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3502026-07-26T04:25:14.346Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.45s
3512026-07-26T04:25:14.455Z
3522026-07-26T04:25:14.458Zreal 18.601907731
3532026-07-26T04:25:14.458Zuser 54.137390592
3542026-07-26T04:25:14.458Zsys 12.958570797
3552026-07-26T04:25:14.458Ztrap 0.042892930
3562026-07-26T04:25:14.458Ztflt 0.062714236
3572026-07-26T04:25:14.458Zdflt 0.194129637
3582026-07-26T04:25:14.458Zkflt 0.005220183
3592026-07-26T04:25:14.458Zlock 3:42.548245360
3602026-07-26T04:25:14.458Zslp 3:01.261076525
3612026-07-26T04:25:14.458Zlat 3.292874583
3622026-07-26T04:25:14.458Zstop 13.271721962
3632026-07-26T04:25:14.458Z+ header 'debug build'
3642026-07-26T04:25:14.458Z+ echo '# ==== debug build ==== #'
3652026-07-26T04:25:14.458Z# ==== debug build ==== #
3662026-07-26T04:25:14.458Z+ ptime -m cargo build
3672026-07-26T04:25:14.609Z Compiling cfg-if v1.0.4
3682026-07-26T04:25:14.609Z Compiling serde_core v1.0.228
3692026-07-26T04:25:14.612Z Compiling libc v0.2.186
3702026-07-26T04:25:14.637Z Compiling thiserror v2.0.18
3712026-07-26T04:25:14.653Z Compiling byteorder v1.5.0
3722026-07-26T04:25:14.656Z Compiling zerocopy v0.8.54
3732026-07-26T04:25:14.656Z Compiling macaddr v1.0.1
3742026-07-26T04:25:14.656Z Compiling stable_deref_trait v1.2.1
3752026-07-26T04:25:14.684Z Compiling rand_core v0.10.1
3762026-07-26T04:25:14.698Z Compiling bitflags v1.3.2
3772026-07-26T04:25:14.713Z Compiling cobs v0.3.0
3782026-07-26T04:25:14.756Z Compiling managed v0.8.0
3792026-07-26T04:25:14.806Z Compiling hash32 v0.3.1
3802026-07-26T04:25:14.829Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3812026-07-26T04:25:14.883Z Compiling ipnetwork v0.21.1
3822026-07-26T04:25:14.946Z Compiling heapless v0.8.0
3832026-07-26T04:25:14.967Z Compiling errno v0.3.14
3842026-07-26T04:25:14.970Z Compiling utf8parse v0.2.2
3852026-07-26T04:25:14.976Z Compiling foreign-types-shared v0.3.1
3862026-07-26T04:25:15.050Z Compiling once_cell v1.21.4
3872026-07-26T04:25:15.055Z Compiling cpufeatures v0.3.0
3882026-07-26T04:25:15.058Z Compiling memchr v2.8.3
3892026-07-26T04:25:15.110Z Compiling unicode-width v0.2.2
3902026-07-26T04:25:15.123Z Compiling chacha20 v0.10.1
3912026-07-26T04:25:15.299Z Compiling tracing-core v0.1.36
3922026-07-26T04:25:15.378Z Compiling smoltcp v0.11.0
3932026-07-26T04:25:15.379Z Compiling tabwriter v1.4.1
3942026-07-26T04:25:15.458Z Compiling cstr-argument v0.1.2
3952026-07-26T04:25:15.470Z Compiling anstyle-parse v1.0.0
3962026-07-26T04:25:15.616Z Compiling foreign-types v0.5.0
3972026-07-26T04:25:15.672Z Compiling getrandom v0.4.3
3982026-07-26T04:25:15.682Z Compiling ref-cast v1.0.25
3992026-07-26T04:25:15.771Z Compiling num_enum v0.7.6
4002026-07-26T04:25:15.786Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4012026-07-26T04:25:15.875Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4022026-07-26T04:25:15.879Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4032026-07-26T04:25:15.889Z Compiling anstyle-query v1.1.5
4042026-07-26T04:25:15.976Z Compiling dyn-clone v1.0.20
4052026-07-26T04:25:15.982Z Compiling pretty-hex v0.4.2
4062026-07-26T04:25:16.098Z Compiling anstyle v1.0.14
4072026-07-26T04:25:16.139Z Compiling pin-project-lite v0.2.17
4082026-07-26T04:25:16.225Z Compiling colorchoice v1.0.5
4092026-07-26T04:25:16.242Z Compiling is_terminal_polyfill v1.70.2
4102026-07-26T04:25:16.328Z Compiling bitflags v2.13.0
4112026-07-26T04:25:16.334Z Compiling serde v1.0.228
4122026-07-26T04:25:16.368Z Compiling uuid v1.23.5
4132026-07-26T04:25:16.452Z Compiling anstream v1.0.0
4142026-07-26T04:25:16.551Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4152026-07-26T04:25:16.603Z Compiling rustix v1.1.4
4162026-07-26T04:25:16.783Z Compiling postcard v1.1.3
4172026-07-26T04:25:16.957Z Compiling tracing v0.1.44
4182026-07-26T04:25:16.993Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4192026-07-26T04:25:17.004Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4202026-07-26T04:25:17.140Z Compiling terminal_size v0.4.4
4212026-07-26T04:25:17.162Z Compiling anyhow v1.0.103
4222026-07-26T04:25:17.198Z Compiling rand v0.10.2
4232026-07-26T04:25:17.283Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4242026-07-26T04:25:17.311Z Compiling socket2 v0.6.4
4252026-07-26T04:25:17.395Z Compiling clap_lex v1.1.0
4262026-07-26T04:25:17.458Z Compiling ingot-types v0.2.0
4272026-07-26T04:25:17.646Z Compiling oxnet v0.1.6
4282026-07-26T04:25:17.769Z Compiling strsim v0.11.1
4292026-07-26T04:25:17.781Z Compiling winnow v1.0.3
4302026-07-26T04:25:17.853Z Compiling ingot v0.2.0
4312026-07-26T04:25:17.979Z Compiling colored v3.1.1
4322026-07-26T04:25:18.117Z Compiling clap_builder v4.6.0
4332026-07-26T04:25:18.133Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4342026-07-26T04:25:18.761Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4352026-07-26T04:25:19.523Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4362026-07-26T04:25:19.729Z Compiling clap v4.6.1
4372026-07-26T04:25:20.927Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4382026-07-26T04:25:22.439Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4392026-07-26T04:25:26.877Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.41s
4402026-07-26T04:25:26.906Z
4412026-07-26T04:25:26.909Zreal 12.441186431
4422026-07-26T04:25:26.909Zuser 1:04.824553332
4432026-07-26T04:25:26.909Zsys 6.054846696
4442026-07-26T04:25:26.909Ztrap 0.035791043
4452026-07-26T04:25:26.909Ztflt 0.164799549
4462026-07-26T04:25:26.909Zdflt 0.194333986
4472026-07-26T04:25:26.909Zkflt 0.000001300
4482026-07-26T04:25:26.909Zlock 3:12.056096864
4492026-07-26T04:25:26.909Zslp 1:56.764425863
4502026-07-26T04:25:26.909Zlat 3.491708127
4512026-07-26T04:25:26.909Zstop 2.633934665
4522026-07-26T04:25:26.909Z+ header 'release build'
4532026-07-26T04:25:26.909Z+ echo '# ==== release build ==== #'
4542026-07-26T04:25:26.909Z# ==== release build ==== #
4552026-07-26T04:25:26.909Z+ ptime -m cargo build --release
4562026-07-26T04:25:27.001Z Compiling proc-macro2 v1.0.106
4572026-07-26T04:25:27.001Z Compiling unicode-ident v1.0.24
4582026-07-26T04:25:27.001Z Compiling quote v1.0.46
4592026-07-26T04:25:27.004Z Compiling serde_core v1.0.228
4602026-07-26T04:25:27.004Z Compiling libc v0.2.186
4612026-07-26T04:25:27.004Z Compiling cfg-if v1.0.4
4622026-07-26T04:25:27.004Z Compiling thiserror v2.0.18
4632026-07-26T04:25:27.025Z Compiling ident_case v1.0.1
4642026-07-26T04:25:27.072Z Compiling strsim v0.11.1
4652026-07-26T04:25:27.118Z Compiling memchr v2.8.3
4662026-07-26T04:25:27.121Z Compiling regex-syntax v0.8.11
4672026-07-26T04:25:27.308Z Compiling anyhow v1.0.103
4682026-07-26T04:25:27.333Z Compiling equivalent v1.0.2
4692026-07-26T04:25:27.398Z Compiling either v1.16.0
4702026-07-26T04:25:27.491Z Compiling hashbrown v0.17.1
4712026-07-26T04:25:27.587Z Compiling aho-corasick v1.1.4
4722026-07-26T04:25:27.592Z Compiling winnow v1.0.3
4732026-07-26T04:25:27.655Z Compiling serde v1.0.228
4742026-07-26T04:25:27.706Z Compiling zerocopy v0.8.54
4752026-07-26T04:25:28.008Z Compiling indexmap v2.14.0
4762026-07-26T04:25:28.095Z Compiling syn v2.0.118
4772026-07-26T04:25:28.121Z Compiling itertools v0.15.0
4782026-07-26T04:25:28.164Z Compiling byteorder v1.5.0
4792026-07-26T04:25:28.340Z Compiling toml_datetime v1.1.1+spec-1.1.0
4802026-07-26T04:25:28.543Z Compiling regex-automata v0.4.15
4812026-07-26T04:25:28.563Z Compiling toml_parser v1.1.2+spec-1.1.0
4822026-07-26T04:25:28.597Z Compiling heapless v0.8.0
4832026-07-26T04:25:28.900Z Compiling toml_edit v0.25.12+spec-1.1.0
4842026-07-26T04:25:29.026Z Compiling hash32 v0.3.1
4852026-07-26T04:25:29.078Z Compiling bitflags v2.13.0
4862026-07-26T04:25:29.109Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4872026-07-26T04:25:29.150Z Compiling stable_deref_trait v1.2.1
4882026-07-26T04:25:29.210Z Compiling smoltcp v0.11.0
4892026-07-26T04:25:29.213Z Compiling rustversion v1.0.23
4902026-07-26T04:25:29.330Z Compiling macaddr v1.0.1
4912026-07-26T04:25:29.389Z Compiling syn v1.0.109
4922026-07-26T04:25:29.409Z Compiling proc-macro-crate v3.5.0
4932026-07-26T04:25:29.531Z Compiling getrandom v0.4.3
4942026-07-26T04:25:29.558Z Compiling rand_core v0.10.1
4952026-07-26T04:25:29.703Z Compiling rustix v1.1.4
4962026-07-26T04:25:29.712Z Compiling ref-cast v1.0.25
4972026-07-26T04:25:29.759Z Compiling bitflags v1.3.2
4982026-07-26T04:25:29.769Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4992026-07-26T04:25:29.797Z Compiling version_check v0.9.5
5002026-07-26T04:25:29.817Z Compiling managed v0.8.0
5012026-07-26T04:25:30.039Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5022026-07-26T04:25:30.042Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5032026-07-26T04:25:30.197Z Compiling regex v1.13.0
5042026-07-26T04:25:30.245Z Compiling errno v0.3.14
5052026-07-26T04:25:30.386Z Compiling cpufeatures v0.3.0
5062026-07-26T04:25:30.421Z Compiling foreign-types-shared v0.3.1
5072026-07-26T04:25:30.445Z Compiling once_cell v1.21.4
5082026-07-26T04:25:30.498Z Compiling unicode-width v0.2.2
5092026-07-26T04:25:30.512Z Compiling utf8parse v0.2.2
5102026-07-26T04:25:30.578Z Compiling ipnetwork v0.21.1
5112026-07-26T04:25:30.661Z Compiling darling_core v0.23.0
5122026-07-26T04:25:30.778Z Compiling tabwriter v1.4.1
5132026-07-26T04:25:30.929Z Compiling tracing-core v0.1.36
5142026-07-26T04:25:31.027Z Compiling cstr-argument v0.1.2
5152026-07-26T04:25:31.100Z Compiling anstyle-parse v1.0.0
5162026-07-26T04:25:31.176Z Compiling chacha20 v0.10.1
5172026-07-26T04:25:31.812Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5182026-07-26T04:25:31.818Z Compiling colorchoice v1.0.5
5192026-07-26T04:25:31.855Z Compiling thiserror-impl v2.0.18
5202026-07-26T04:25:31.883Z Compiling serde_derive v1.0.228
5212026-07-26T04:25:31.916Z Compiling zerocopy-derive v0.8.54
5222026-07-26T04:25:32.051Z Compiling foreign-types-macros v0.2.3
5232026-07-26T04:25:32.169Z Compiling num_enum_derive v0.7.6
5242026-07-26T04:25:32.640Z Compiling ref-cast-impl v1.0.25
5252026-07-26T04:25:32.757Z Compiling darling_macro v0.23.0
5262026-07-26T04:25:32.802Z Compiling foreign-types v0.5.0
5272026-07-26T04:25:32.868Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5282026-07-26T04:25:33.142Z Compiling cobs v0.3.0
5292026-07-26T04:25:33.157Z Compiling num_enum v0.7.6
5302026-07-26T04:25:33.260Z Compiling tracing-attributes v0.1.31
5312026-07-26T04:25:33.304Z Compiling pin-project-lite v0.2.17
5322026-07-26T04:25:33.304Z Compiling darling v0.23.0
5332026-07-26T04:25:33.331Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5342026-07-26T04:25:33.344Z Compiling anstyle v1.0.14
5352026-07-26T04:25:33.344Z Compiling pretty-hex v0.4.2
5362026-07-26T04:25:33.366Z Compiling ingot-macros v0.2.0
5372026-07-26T04:25:33.379Z Compiling is_terminal_polyfill v1.70.2
5382026-07-26T04:25:33.458Z Compiling dyn-clone v1.0.20
5392026-07-26T04:25:33.462Z Compiling anstyle-query v1.1.5
5402026-07-26T04:25:33.549Z Compiling anstream v1.0.0
5412026-07-26T04:25:33.569Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5422026-07-26T04:25:33.584Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5432026-07-26T04:25:33.790Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5442026-07-26T04:25:33.897Z Compiling terminal_size v0.4.4
5452026-07-26T04:25:33.945Z Compiling rand v0.10.2
5462026-07-26T04:25:34.021Z Compiling uuid v1.23.5
5472026-07-26T04:25:34.056Z Compiling socket2 v0.6.4
5482026-07-26T04:25:34.418Z Compiling colored v3.1.1
5492026-07-26T04:25:34.431Z Compiling tracing v0.1.44
5502026-07-26T04:25:34.450Z Compiling heck v0.5.0
5512026-07-26T04:25:34.631Z Compiling oxnet v0.1.6
5522026-07-26T04:25:34.702Z Compiling clap_lex v1.1.0
5532026-07-26T04:25:34.919Z Compiling clap_builder v4.6.0
5542026-07-26T04:25:34.947Z Compiling clap_derive v4.6.1
5552026-07-26T04:25:35.013Z Compiling postcard v1.1.3
5562026-07-26T04:25:35.132Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5572026-07-26T04:25:36.261Z Compiling ingot-types v0.2.0
5582026-07-26T04:25:36.614Z Compiling ingot v0.2.0
5592026-07-26T04:25:36.806Z Compiling clap v4.6.1
5602026-07-26T04:25:38.318Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5612026-07-26T04:25:39.334Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5622026-07-26T04:25:40.376Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5632026-07-26T04:25:46.980Z Finished `release` profile [optimized + debuginfo] target(s) in 20.06s
5642026-07-26T04:25:47.010Z
5652026-07-26T04:25:47.013Zreal 20.093271177
5662026-07-26T04:25:47.013Zuser 1:42.352757276
5672026-07-26T04:25:47.013Zsys 13.276832941
5682026-07-26T04:25:47.013Ztrap 0.051710163
5692026-07-26T04:25:47.013Ztflt 0.119477076
5702026-07-26T04:25:47.013Zdflt 0.367504253
5712026-07-26T04:25:47.013Zkflt 0.000019380
5722026-07-26T04:25:47.013Zlock 4:47.571124682
5732026-07-26T04:25:47.013Zslp 3:24.386922701
5742026-07-26T04:25:47.013Zlat 5.353616186
5752026-07-26T04:25:47.013Zstop 9.278067086
5762026-07-26T04:25:47.013Z+ popd
5772026-07-26T04:25:47.013Z/work/oxidecomputer/opte
5782026-07-26T04:25:47.013Z+ TGT_BASE=/work
5792026-07-26T04:25:47.013Z+ for x in debug release
5802026-07-26T04:25:47.013Z+ mkdir -p /work/debug
5812026-07-26T04:25:47.013Z+ cp target/debug/opteadm /work/debug/
5822026-07-26T04:25:47.036Z+ sha256sum target/debug/opteadm
5832026-07-26T04:25:47.063Z+ for x in debug release
5842026-07-26T04:25:47.063Z+ mkdir -p /work/release
5852026-07-26T04:25:47.066Z+ cp target/release/opteadm /work/release/
5862026-07-26T04:25:47.080Z+ sha256sum target/release/opteadm
5872026-07-26T04:25:47.098Zprocess exited: duration 67231 ms, exit code 0
 
5882026-07-26T04:25:47.110Zfound 4 output files
5892026-07-26T04:25:47.119Zuploading: /work/debug/opteadm (38121632 bytes)
5902026-07-26T04:25:48.326Zuploaded: /work/debug/opteadm
5912026-07-26T04:25:48.326Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5922026-07-26T04:25:49.336Zuploaded: /work/debug/opteadm.debug.sha256
5932026-07-26T04:25:49.336Zuploading: /work/release/opteadm (25874952 bytes)
5942026-07-26T04:25:50.591Zuploaded: /work/release/opteadm
5952026-07-26T04:25:50.591Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5962026-07-26T04:25:51.600Zuploaded: /work/release/opteadm.release.sha256