01KXCVR3BRD3QXVWAW9CHKV9R0: 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: 01KXCVT1Q68QR29KB1MT3GPFTV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-13T04:30:47.796Zjob assigned to worker 01KXCVT8YHZ3ZKV4K3ZPHH4379 [factory aws, i-016fd421c0a19f9df] (queued for 59 s)
 
22026-07-13T04:30:54.407Zstarting task 0: "setup"
32026-07-13T04:30:54.412Z++ uname -s
42026-07-13T04:30:54.416Z+ kern=SunOS
52026-07-13T04:30:54.416Z+ build_user=build
62026-07-13T04:30:54.416Z+ build_uid=12345
72026-07-13T04:30:54.416Z+ work_dir=/work
82026-07-13T04:30:54.416Z+ input_dir=/input
92026-07-13T04:30:54.416Z+ [[ 0 == 12345 ]]
102026-07-13T04:30:54.416Z+ case "$kern" in
112026-07-13T04:30:54.416Z+ groupadd -g 12345 build
122026-07-13T04:30:54.416Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-13T04:30:56.422Z+ zfs create -o mountpoint=/work rpool/work
142026-07-13T04:30:56.526Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-13T04:30:56.529Z+ home_fs=zfs
162026-07-13T04:30:56.529Z+ [[ zfs == autofs ]]
172026-07-13T04:30:56.530Z+ mkdir -p /home/build
182026-07-13T04:30:56.530Z+ chown build:build /home/build /work
192026-07-13T04:30:58.528Z+ chmod 0700 /home/build /work
202026-07-13T04:30:58.533Zprocess exited: duration 4124 ms, exit code 0
 
212026-07-13T04:30:58.539Zstarting task 1: "rust-toolchain"
222026-07-13T04:30:58.545Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.0
232026-07-13T04:30:58.545Z * rust toolchain channel = "1.97.0"
242026-07-13T04:30:58.545Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-13T04:30:58.545Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-13T04:30:58.545Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-13T04:30:58.545Z * rust toolchain profile = "default"
282026-07-13T04:30:58.549Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-13T04:30:58.549Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.0 --profile default
302026-07-13T04:30:58.648Zinfo: downloading installer
312026-07-13T04:31:00.023Zwarn: It looks like you have an existing rustup settings file at:
322026-07-13T04:31:00.023Zwarn: /home/build/.rustup/settings.toml
332026-07-13T04:31:00.023Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-13T04:31:00.023Zwarn: instead of the one inferred from the default host triple.
352026-07-13T04:31:00.035Zinfo: profile set to default
362026-07-13T04:31:00.035Zinfo: default host triple is x86_64-unknown-illumos
372026-07-13T04:31:00.040Zinfo: syncing channel updates for 1.97.0-x86_64-unknown-illumos
382026-07-13T04:31:00.184Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
392026-07-13T04:31:00.194Zinfo: downloading 6 components
402026-07-13T04:31:15.378Zinfo: default toolchain set to 1.97.0-x86_64-unknown-illumos
412026-07-13T04:31:15.378Z
422026-07-13T04:31:15.410Z 1.97.0-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
432026-07-13T04:31:15.410Z
442026-07-13T04:31:15.410Z
452026-07-13T04:31:15.410ZRust is installed now. Great!
462026-07-13T04:31:15.410Z
472026-07-13T04:31:15.413ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-13T04:31:15.413Zenvironment variable. This has not been done automatically.
492026-07-13T04:31:15.413Z
502026-07-13T04:31:15.413ZTo configure your current shell, you need to source
512026-07-13T04:31:15.413Zthe corresponding env file under $HOME/.cargo.
522026-07-13T04:31:15.413Z
532026-07-13T04:31:15.413ZThis is usually done by running one of the following (note the leading DOT):
542026-07-13T04:31:15.413Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-13T04:31:15.413Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-13T04:31:15.413Zsource "~/.cargo/env.nu" # For nushell
572026-07-13T04:31:15.413Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-13T04:31:15.413Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-13T04:31:15.414Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-13T04:31:15.414Zwarn: no default linker (`cc`) was found in your PATH
612026-07-13T04:31:15.414Zwarn: many Rust crates require a system C toolchain to build
622026-07-13T04:31:15.504Z+ rustup --version
632026-07-13T04:31:15.512Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-13T04:31:15.516Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-13T04:31:15.533Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
662026-07-13T04:31:15.536Z+ cargo --version
672026-07-13T04:31:15.551Zcargo 1.97.0 (c980f4866 2026-06-30)
682026-07-13T04:31:15.554Z+ rustc --version
692026-07-13T04:31:15.577Zrustc 1.97.0 (2d8144b78 2026-07-07)
702026-07-13T04:31:15.581Zprocess exited: duration 17036 ms, exit code 0
 
712026-07-13T04:31:15.591Zstarting task 2: "authentication"
722026-07-13T04:31:15.609Zprocess exited: duration 16 ms, exit code 0
 
732026-07-13T04:31:15.615Zstarting task 3: "clone repository"
742026-07-13T04:31:15.620Z+ mkdir -p /work/oxidecomputer/opte
752026-07-13T04:31:15.624Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-13T04:31:15.656ZCloning into '/work/oxidecomputer/opte'...
772026-07-13T04:31:16.536Z+ cd /work/oxidecomputer/opte
782026-07-13T04:31:16.536Z+ git fetch origin c88e736bb584d0eed2739c0f52b07f945b1dac92
792026-07-13T04:31:16.769ZFrom https://github.com/oxidecomputer/opte
802026-07-13T04:31:16.769Z * branch c88e736bb584d0eed2739c0f52b07f945b1dac92 -> FETCH_HEAD
812026-07-13T04:31:16.775Z+ [[ -n '' ]]
822026-07-13T04:31:16.775Z+ git reset --hard c88e736bb584d0eed2739c0f52b07f945b1dac92
832026-07-13T04:31:16.793ZHEAD is now at c88e736 Update dependency rust
842026-07-13T04:31:16.797Zprocess exited: duration 1178 ms, exit code 0
 
852026-07-13T04:31:16.803Zstarting task 4: "build"
862026-07-13T04:31:16.809Z+ source .github/buildomat/common.sh
872026-07-13T04:31:16.809Z++ rustup show active-toolchain
882026-07-13T04:31:16.814Z1.97.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-07-13T04:31:16.819Z++ pushd xde
902026-07-13T04:31:16.819Z++ rustup show active-toolchain
912026-07-13T04:31:16.819Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
922026-07-13T04:31:16.822Zinfo: syncing channel updates for nightly-2026-07-13-x86_64-unknown-illumos
932026-07-13T04:31:16.973Zinfo: latest update on 2026-07-13 for version 1.99.0-nightly (77cf889bc 2026-07-12)
942026-07-13T04:31:16.979Zinfo: downloading 6 components
952026-07-13T04:31:31.329Znightly-2026-07-13-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-07-13T04:31:31.414Z+++ rustup show active-toolchain -v
972026-07-13T04:31:31.414Z+++ head -n 1
982026-07-13T04:31:31.414Z+++ cut '-d ' -f1
992026-07-13T04:31:31.414Z++ export NIGHTLY=nightly-2026-07-13-x86_64-unknown-illumos
1002026-07-13T04:31:31.414Z++ NIGHTLY=nightly-2026-07-13-x86_64-unknown-illumos
1012026-07-13T04:31:31.415Z++ popd
1022026-07-13T04:31:31.415Z/work/oxidecomputer/opte
1032026-07-13T04:31:31.415Z+ cargo --version
1042026-07-13T04:31:31.415Zcargo 1.97.0 (c980f4866 2026-06-30)
1052026-07-13T04:31:31.415Z+ rustc --version
1062026-07-13T04:31:31.415Zrustc 1.97.0 (2d8144b78 2026-07-07)
1072026-07-13T04:31:31.415Z+ pushd bin/opteadm
1082026-07-13T04:31:31.415Z+ header 'check style'
1092026-07-13T04:31:31.415Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1102026-07-13T04:31:31.415Z+ echo '# ==== check style ==== #'
1112026-07-13T04:31:31.415Z# ==== check style ==== #
1122026-07-13T04:31:31.415Z+ ptime -m cargo +nightly-2026-07-13-x86_64-unknown-illumos fmt -- --check
1132026-07-13T04:31:31.483Z
1142026-07-13T04:31:31.483Zreal 0.069294022
1152026-07-13T04:31:31.483Zuser 0.038764588
1162026-07-13T04:31:31.483Zsys 0.028282480
1172026-07-13T04:31:31.483Ztrap 0.000001680
1182026-07-13T04:31:31.483Ztflt 0.000026700
1192026-07-13T04:31:31.484Zdflt 0.000007400
1202026-07-13T04:31:31.484Zkflt 0.000000000
1212026-07-13T04:31:31.484Zlock 0.031925554
1222026-07-13T04:31:31.484Zslp 0.048795325
1232026-07-13T04:31:31.484Zlat 0.000817680
1242026-07-13T04:31:31.484Zstop 0.000087170
1252026-07-13T04:31:31.484Z+ header analyze
1262026-07-13T04:31:31.484Z+ echo '# ==== analyze ==== #'
1272026-07-13T04:31:31.484Z# ==== analyze ==== #
1282026-07-13T04:31:31.484Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1292026-07-13T04:31:31.757Z Updating crates.io index
1302026-07-13T04:31:31.807Z Updating git repository `https://github.com/oxidecomputer/falcon`
1312026-07-13T04:31:32.450Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1322026-07-13T04:31:32.705Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1332026-07-13T04:31:33.130Z Updating git repository `https://github.com/oxidecomputer/zone`
1342026-07-13T04:31:33.374Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1352026-07-13T04:31:33.715Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362026-07-13T04:31:33.986Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1372026-07-13T04:31:35.753Z Downloading crates ...
1382026-07-13T04:31:35.817Z Downloaded foreign-types v0.5.0
1392026-07-13T04:31:35.823Z Downloaded either v1.16.0
1402026-07-13T04:31:35.827Z Downloaded stable_deref_trait v1.2.1
1412026-07-13T04:31:35.827Z Downloaded anstyle v1.0.14
1422026-07-13T04:31:35.835Z Downloaded once_cell v1.21.4
1432026-07-13T04:31:35.836Z Downloaded thiserror v2.0.18
1442026-07-13T04:31:35.845Z Downloaded anstyle-parse v1.0.0
1452026-07-13T04:31:35.845Z Downloaded foreign-types-macros v0.2.3
1462026-07-13T04:31:35.846Z Downloaded anstyle-query v1.1.5
1472026-07-13T04:31:35.846Z Downloaded clap_lex v1.1.0
1482026-07-13T04:31:35.850Z Downloaded embedded-io v0.6.1
1492026-07-13T04:31:35.914Z Downloaded rand v0.10.2
1502026-07-13T04:31:35.914Z Downloaded cobs v0.3.0
1512026-07-13T04:31:35.931Z Downloaded fnv v1.0.7
1522026-07-13T04:31:35.931Z Downloaded bitflags v1.3.2
1532026-07-13T04:31:35.931Z Downloaded defmt v0.3.100
1542026-07-13T04:31:35.931Z Downloaded cstr-argument v0.1.2
1552026-07-13T04:31:35.931Z Downloaded colorchoice v1.0.5
1562026-07-13T04:31:35.931Z Downloaded cpufeatures v0.3.0
1572026-07-13T04:31:35.931Z Downloaded equivalent v1.0.2
1582026-07-13T04:31:35.932Z Downloaded darling_macro v0.21.3
1592026-07-13T04:31:35.932Z Downloaded dyn-clone v1.0.20
1602026-07-13T04:31:35.932Z Downloaded byteorder v1.5.0
1612026-07-13T04:31:35.932Z Downloaded ingot-types v0.1.2
1622026-07-13T04:31:35.932Z Downloaded defmt-parser v1.0.0
1632026-07-13T04:31:35.932Z Downloaded errno v0.3.14
1642026-07-13T04:31:35.932Z Downloaded ident_case v1.0.1
1652026-07-13T04:31:35.932Z Downloaded colored v3.1.1
1662026-07-13T04:31:35.932Z Downloaded is_terminal_polyfill v1.70.2
1672026-07-13T04:31:35.932Z Downloaded chacha20 v0.10.1
1682026-07-13T04:31:35.932Z Downloaded clap_derive v4.6.1
1692026-07-13T04:31:35.932Z Downloaded cfg-if v1.0.4
1702026-07-13T04:31:35.932Z Downloaded ingot v0.1.1
1712026-07-13T04:31:35.932Z Downloaded anstream v1.0.0
1722026-07-13T04:31:35.932Z Downloaded ipnetwork v0.21.1
1732026-07-13T04:31:35.933Z Downloaded hash32 v0.3.1
1742026-07-13T04:31:35.933Z Downloaded heck v0.5.0
1752026-07-13T04:31:35.933Z Downloaded macaddr v1.0.1
1762026-07-13T04:31:35.933Z Downloaded foreign-types-shared v0.3.1
1772026-07-13T04:31:35.933Z Downloaded terminal_size v0.4.4
1782026-07-13T04:31:35.933Z Downloaded version_check v0.9.5
1792026-07-13T04:31:35.933Z Downloaded num_enum_derive v0.7.6
1802026-07-13T04:31:35.933Z Downloaded embedded-io v0.4.0
1812026-07-13T04:31:35.933Z Downloaded tabwriter v1.4.1
1822026-07-13T04:31:35.937Z Downloaded strsim v0.11.1
1832026-07-13T04:31:35.937Z Downloaded utf8parse v0.2.2
1842026-07-13T04:31:35.937Z Downloaded managed v0.8.0
1852026-07-13T04:31:35.937Z Downloaded pretty-hex v0.4.2
1862026-07-13T04:31:35.937Z Downloaded proc-macro-crate v3.5.0
1872026-07-13T04:31:35.948Z Downloaded defmt v1.1.1
1882026-07-13T04:31:35.951Z Downloaded getrandom v0.4.3
1892026-07-13T04:31:35.958Z Downloaded num_enum v0.7.6
1902026-07-13T04:31:35.970Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1912026-07-13T04:31:35.970Z Downloaded anyhow v1.0.103
1922026-07-13T04:31:35.977Z Downloaded darling_core v0.21.3
1932026-07-13T04:31:35.977Z Downloaded oxnet v0.1.6
1942026-07-13T04:31:35.977Z Downloaded ref-cast v1.0.25
1952026-07-13T04:31:35.977Z Downloaded quote v1.0.46
1962026-07-13T04:31:35.977Z Downloaded defmt-macros v1.1.1
1972026-07-13T04:31:35.981Z Downloaded pin-project-lite v0.2.17
1982026-07-13T04:31:35.981Z Downloaded ref-cast-impl v1.0.25
1992026-07-13T04:31:35.981Z Downloaded thiserror-impl v2.0.18
2002026-07-13T04:31:35.984Z Downloaded rustversion v1.0.22
2012026-07-13T04:31:36.004Z Downloaded darling v0.21.3
2022026-07-13T04:31:36.013Z Downloaded rand_core v0.10.1
2032026-07-13T04:31:36.013Z Downloaded tracing-attributes v0.1.31
2042026-07-13T04:31:36.013Z Downloaded bitflags v2.13.0
2052026-07-13T04:31:36.020Z Downloaded toml_parser v1.1.2+spec-1.1.0
2062026-07-13T04:31:36.035Z Downloaded heapless v0.8.0
2072026-07-13T04:31:36.043Z Downloaded postcard v1.1.3
2082026-07-13T04:31:36.043Z Downloaded socket2 v0.6.4
2092026-07-13T04:31:36.045Z Downloaded clap v4.6.1
2102026-07-13T04:31:36.045Z Downloaded ingot-macros v0.1.1
2112026-07-13T04:31:36.045Z Downloaded unicode-ident v1.0.24
2122026-07-13T04:31:36.054Z Downloaded uuid v1.23.4
2132026-07-13T04:31:36.055Z Downloaded serde_core v1.0.228
2142026-07-13T04:31:36.055Z Downloaded tracing-core v0.1.36
2152026-07-13T04:31:36.068Z Downloaded toml_edit v0.25.12+spec-1.1.0
2162026-07-13T04:31:36.074Z Downloaded proc-macro2 v1.0.106
2172026-07-13T04:31:36.074Z Downloaded serde_derive v1.0.228
2182026-07-13T04:31:36.078Z Downloaded serde v1.0.228
2192026-07-13T04:31:36.096Z Downloaded indexmap v2.14.0
2202026-07-13T04:31:36.518Z Downloaded zerocopy-derive v0.8.52
2212026-07-13T04:31:36.531Z Downloaded hashbrown v0.17.1
2222026-07-13T04:31:36.531Z Downloaded aho-corasick v1.1.4
2232026-07-13T04:31:36.531Z Downloaded clap_builder v4.6.0
2242026-07-13T04:31:36.531Z Downloaded memchr v2.8.2
2252026-07-13T04:31:36.531Z Downloaded itertools v0.14.0
2262026-07-13T04:31:36.531Z Downloaded regex v1.12.4
2272026-07-13T04:31:36.531Z Downloaded winnow v1.0.3
2282026-07-13T04:31:36.531Z Downloaded syn v1.0.109
2292026-07-13T04:31:36.531Z Downloaded unicode-width v0.2.2
2302026-07-13T04:31:36.531Z Downloaded zerocopy v0.8.52
2312026-07-13T04:31:36.531Z Downloaded smoltcp v0.11.0
2322026-07-13T04:31:36.531Z Downloaded syn v2.0.118
2332026-07-13T04:31:36.531Z Downloaded regex-syntax v0.8.11
2342026-07-13T04:31:36.531Z Downloaded tracing v0.1.44
2352026-07-13T04:31:36.531Z Downloaded rustix v1.1.4
2362026-07-13T04:31:36.531Z Downloaded regex-automata v0.4.14
2372026-07-13T04:31:36.531Z Downloaded libc v0.2.186
2382026-07-13T04:31:36.531Z Compiling proc-macro2 v1.0.106
2392026-07-13T04:31:36.532Z Compiling quote v1.0.46
2402026-07-13T04:31:36.532Z Compiling unicode-ident v1.0.24
2412026-07-13T04:31:36.532Z Compiling serde_core v1.0.228
2422026-07-13T04:31:36.532Z Compiling libc v0.2.186
2432026-07-13T04:31:36.532Z Checking cfg-if v1.0.4
2442026-07-13T04:31:36.532Z Compiling strsim v0.11.1
2452026-07-13T04:31:36.532Z Compiling ident_case v1.0.1
2462026-07-13T04:31:36.532Z Compiling fnv v1.0.7
2472026-07-13T04:31:36.590Z Compiling thiserror v2.0.18
2482026-07-13T04:31:36.606Z Compiling memchr v2.8.2
2492026-07-13T04:31:36.620Z Compiling regex-syntax v0.8.11
2502026-07-13T04:31:36.755Z Compiling serde v1.0.228
2512026-07-13T04:31:36.870Z Compiling zerocopy v0.8.52
2522026-07-13T04:31:37.073Z Compiling aho-corasick v1.1.4
2532026-07-13T04:31:37.115Z Compiling either v1.16.0
2542026-07-13T04:31:37.157Z Compiling winnow v1.0.3
2552026-07-13T04:31:37.183Z Compiling equivalent v1.0.2
2562026-07-13T04:31:37.272Z Compiling anyhow v1.0.103
2572026-07-13T04:31:37.277Z Compiling hashbrown v0.17.1
2582026-07-13T04:31:37.339Z Compiling itertools v0.14.0
2592026-07-13T04:31:37.773Z Compiling syn v2.0.118
2602026-07-13T04:31:37.807Z Compiling indexmap v2.14.0
2612026-07-13T04:31:37.819Z Compiling toml_datetime v1.1.1+spec-1.1.0
2622026-07-13T04:31:38.041Z Compiling regex-automata v0.4.14
2632026-07-13T04:31:38.185Z Compiling toml_parser v1.1.2+spec-1.1.0
2642026-07-13T04:31:38.330Z Checking bitflags v2.13.0
2652026-07-13T04:31:38.488Z Compiling heapless v0.8.0
2662026-07-13T04:31:38.504Z Checking byteorder v1.5.0
2672026-07-13T04:31:38.539Z Compiling smoltcp v0.11.0
2682026-07-13T04:31:38.576Z Compiling toml_edit v0.25.12+spec-1.1.0
2692026-07-13T04:31:38.690Z Checking hash32 v0.3.1
2702026-07-13T04:31:38.727Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2712026-07-13T04:31:38.767Z Checking macaddr v1.0.1
2722026-07-13T04:31:38.787Z Compiling rustversion v1.0.22
2732026-07-13T04:31:38.885Z Compiling syn v1.0.109
2742026-07-13T04:31:38.905Z Checking stable_deref_trait v1.2.1
2752026-07-13T04:31:39.102Z Checking managed v0.8.0
2762026-07-13T04:31:39.130Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2772026-07-13T04:31:39.166Z Compiling proc-macro-crate v3.5.0
2782026-07-13T04:31:39.174Z Compiling getrandom v0.4.3
2792026-07-13T04:31:39.211Z Compiling rustix v1.1.4
2802026-07-13T04:31:39.253Z Checking bitflags v1.3.2
2812026-07-13T04:31:39.324Z Checking rand_core v0.10.1
2822026-07-13T04:31:39.343Z Compiling version_check v0.9.5
2832026-07-13T04:31:40.284Z Compiling ref-cast v1.0.25
2842026-07-13T04:31:40.317Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2852026-07-13T04:31:40.317Z Compiling regex v1.12.4
2862026-07-13T04:31:40.317Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2872026-07-13T04:31:40.317Z Checking errno v0.3.14
2882026-07-13T04:31:40.317Z Checking cpufeatures v0.3.0
2892026-07-13T04:31:40.317Z Checking foreign-types-shared v0.3.1
2902026-07-13T04:31:40.317Z Checking ipnetwork v0.21.1
2912026-07-13T04:31:40.317Z Checking unicode-width v0.2.2
2922026-07-13T04:31:40.317Z Checking utf8parse v0.2.2
2932026-07-13T04:31:40.317Z Checking once_cell v1.21.4
2942026-07-13T04:31:40.317Z Checking anstyle-parse v1.0.0
2952026-07-13T04:31:40.427Z Checking tabwriter v1.4.1
2962026-07-13T04:31:40.446Z Compiling darling_core v0.21.3
2972026-07-13T04:31:40.452Z Checking tracing-core v0.1.36
2982026-07-13T04:31:40.513Z Checking cstr-argument v0.1.2
2992026-07-13T04:31:40.524Z Checking chacha20 v0.10.1
3002026-07-13T04:31:40.810Z Checking pretty-hex v0.4.2
3012026-07-13T04:31:40.828Z Checking is_terminal_polyfill v1.70.2
3022026-07-13T04:31:40.914Z Checking dyn-clone v1.0.20
3032026-07-13T04:31:40.922Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3042026-07-13T04:31:40.947Z Checking anstyle-query v1.1.5
3052026-07-13T04:31:40.947Z Checking colorchoice v1.0.5
3062026-07-13T04:31:41.009Z Checking pin-project-lite v0.2.17
3072026-07-13T04:31:41.033Z Checking anstyle v1.0.14
3082026-07-13T04:31:41.106Z Checking terminal_size v0.4.4
3092026-07-13T04:31:41.149Z Checking rand v0.10.2
3102026-07-13T04:31:41.211Z Checking anstream v1.0.0
3112026-07-13T04:31:41.220Z Checking uuid v1.23.4
3122026-07-13T04:31:41.235Z Checking socket2 v0.6.4
3132026-07-13T04:31:41.800Z Checking oxnet v0.1.6
3142026-07-13T04:31:41.806Z Compiling heck v0.5.0
3152026-07-13T04:31:41.806Z Checking colored v3.1.1
3162026-07-13T04:31:41.806Z Checking clap_lex v1.1.0
3172026-07-13T04:31:41.806Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3182026-07-13T04:31:41.806Z Compiling thiserror-impl v2.0.18
3192026-07-13T04:31:41.807Z Compiling zerocopy-derive v0.8.52
3202026-07-13T04:31:41.807Z Compiling serde_derive v1.0.228
3212026-07-13T04:31:41.807Z Compiling num_enum_derive v0.7.6
3222026-07-13T04:31:42.073Z Compiling foreign-types-macros v0.2.3
3232026-07-13T04:31:42.328Z Compiling ref-cast-impl v1.0.25
3242026-07-13T04:31:42.523Z Compiling darling_macro v0.21.3
3252026-07-13T04:31:42.681Z Checking foreign-types v0.5.0
3262026-07-13T04:31:42.748Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3272026-07-13T04:31:42.781Z Checking num_enum v0.7.6
3282026-07-13T04:31:42.843Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3292026-07-13T04:31:42.884Z Compiling tracing-attributes v0.1.31
3302026-07-13T04:31:42.928Z Checking cobs v0.3.0
3312026-07-13T04:31:43.009Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3322026-07-13T04:31:43.163Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3332026-07-13T04:31:43.167Z Compiling darling v0.21.3
3342026-07-13T04:31:43.216Z Checking clap_builder v4.6.0
3352026-07-13T04:31:43.254Z Compiling ingot-macros v0.1.1
3362026-07-13T04:31:43.279Z Compiling clap_derive v4.6.1
3372026-07-13T04:31:43.394Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3382026-07-13T04:31:44.083Z Checking tracing v0.1.44
3392026-07-13T04:31:44.592Z Checking postcard v1.1.3
3402026-07-13T04:31:44.647Z Checking clap v4.6.1
3412026-07-13T04:31:45.752Z Checking ingot-types v0.1.2
3422026-07-13T04:31:46.407Z Checking ingot v0.1.1
3432026-07-13T04:31:47.409Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3442026-07-13T04:31:49.120Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3452026-07-13T04:31:49.697Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3462026-07-13T04:31:50.547Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.08s
3472026-07-13T04:31:50.655Z
3482026-07-13T04:31:50.655Zreal 19.242248533
3492026-07-13T04:31:50.655Zuser 54.818862041
3502026-07-13T04:31:50.655Zsys 13.613771325
3512026-07-13T04:31:50.655Ztrap 0.043563538
3522026-07-13T04:31:50.655Ztflt 0.061342634
3532026-07-13T04:31:50.722Zdflt 0.135715897
3542026-07-13T04:31:50.722Zkflt 0.004995753
3552026-07-13T04:31:50.723Zlock 3:44.570011700
3562026-07-13T04:31:50.723Zslp 3:05.085717170
3572026-07-13T04:31:50.723Zlat 4.341793046
3582026-07-13T04:31:50.723Zstop 15.036705276
3592026-07-13T04:31:50.723Z+ header 'debug build'
3602026-07-13T04:31:50.723Z+ echo '# ==== debug build ==== #'
3612026-07-13T04:31:50.723Z# ==== debug build ==== #
3622026-07-13T04:31:50.723Z+ ptime -m cargo build
3632026-07-13T04:31:50.902Z Compiling cfg-if v1.0.4
3642026-07-13T04:31:50.927Z Compiling serde_core v1.0.228
3652026-07-13T04:31:50.927Z Compiling libc v0.2.186
3662026-07-13T04:31:50.928Z Compiling thiserror v2.0.18
3672026-07-13T04:31:50.928Z Compiling byteorder v1.5.0
3682026-07-13T04:31:50.928Z Compiling zerocopy v0.8.52
3692026-07-13T04:31:50.928Z Compiling stable_deref_trait v1.2.1
3702026-07-13T04:31:50.928Z Compiling macaddr v1.0.1
3712026-07-13T04:31:50.928Z Compiling managed v0.8.0
3722026-07-13T04:31:50.928Z Compiling cobs v0.3.0
3732026-07-13T04:31:50.928Z Compiling bitflags v1.3.2
3742026-07-13T04:31:50.970Z Compiling hash32 v0.3.1
3752026-07-13T04:31:51.399Z Compiling rand_core v0.10.1
3762026-07-13T04:31:51.410Z Compiling heapless v0.8.0
3772026-07-13T04:31:51.410Z Compiling errno v0.3.14
3782026-07-13T04:31:51.410Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3792026-07-13T04:31:51.410Z Compiling utf8parse v0.2.2
3802026-07-13T04:31:51.410Z Compiling memchr v2.8.2
3812026-07-13T04:31:51.410Z Compiling foreign-types-shared v0.3.1
3822026-07-13T04:31:51.411Z Compiling unicode-width v0.2.2
3832026-07-13T04:31:51.411Z Compiling cpufeatures v0.3.0
3842026-07-13T04:31:51.411Z Compiling ipnetwork v0.21.1
3852026-07-13T04:31:51.411Z Compiling once_cell v1.21.4
3862026-07-13T04:31:51.411Z Compiling chacha20 v0.10.1
3872026-07-13T04:31:51.532Z Compiling smoltcp v0.11.0
3882026-07-13T04:31:51.557Z Compiling tracing-core v0.1.36
3892026-07-13T04:31:51.557Z Compiling tabwriter v1.4.1
3902026-07-13T04:31:51.727Z Compiling cstr-argument v0.1.2
3912026-07-13T04:31:51.750Z Compiling anstyle-parse v1.0.0
3922026-07-13T04:31:51.945Z Compiling foreign-types v0.5.0
3932026-07-13T04:31:51.993Z Compiling ref-cast v1.0.25
3942026-07-13T04:31:51.993Z Compiling num_enum v0.7.6
3952026-07-13T04:31:51.993Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3962026-07-13T04:31:52.073Z Compiling getrandom v0.4.3
3972026-07-13T04:31:52.104Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3982026-07-13T04:31:52.105Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3992026-07-13T04:31:52.144Z Compiling is_terminal_polyfill v1.70.2
4002026-07-13T04:31:52.224Z Compiling anstyle-query v1.1.5
4012026-07-13T04:31:52.233Z Compiling dyn-clone v1.0.20
4022026-07-13T04:31:52.329Z Compiling colorchoice v1.0.5
4032026-07-13T04:31:52.375Z Compiling pin-project-lite v0.2.17
4042026-07-13T04:31:52.409Z Compiling anstyle v1.0.14
4052026-07-13T04:31:52.459Z Compiling pretty-hex v0.4.2
4062026-07-13T04:31:52.497Z Compiling tracing v0.1.44
4072026-07-13T04:31:52.574Z Compiling bitflags v2.13.0
4082026-07-13T04:31:52.669Z Compiling serde v1.0.228
4092026-07-13T04:31:52.672Z Compiling anstream v1.0.0
4102026-07-13T04:31:52.703Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4112026-07-13T04:31:52.837Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4122026-07-13T04:31:52.898Z Compiling rustix v1.1.4
4132026-07-13T04:31:52.912Z Compiling uuid v1.23.4
4142026-07-13T04:31:53.065Z Compiling anyhow v1.0.103
4152026-07-13T04:31:53.181Z Compiling postcard v1.1.3
4162026-07-13T04:31:53.343Z Compiling terminal_size v0.4.4
4172026-07-13T04:31:53.476Z Compiling rand v0.10.2
4182026-07-13T04:31:53.502Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4192026-07-13T04:31:53.609Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4202026-07-13T04:31:53.715Z Compiling socket2 v0.6.4
4212026-07-13T04:31:53.949Z Compiling clap_lex v1.1.0
4222026-07-13T04:31:53.955Z Compiling ingot-types v0.1.2
4232026-07-13T04:31:53.955Z Compiling colored v3.1.1
4242026-07-13T04:31:53.985Z Compiling strsim v0.11.1
4252026-07-13T04:31:54.019Z Compiling winnow v1.0.3
4262026-07-13T04:31:54.038Z Compiling oxnet v0.1.6
4272026-07-13T04:31:54.262Z Compiling ingot v0.1.1
4282026-07-13T04:31:54.444Z Compiling clap_builder v4.6.0
4292026-07-13T04:31:54.528Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4302026-07-13T04:31:54.980Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4312026-07-13T04:31:55.967Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4322026-07-13T04:31:56.111Z Compiling clap v4.6.1
4332026-07-13T04:31:57.432Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4342026-07-13T04:31:58.910Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4352026-07-13T04:32:04.396Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.72s
4362026-07-13T04:32:04.420Z
4372026-07-13T04:32:04.420Zreal 12.749079933
4382026-07-13T04:32:04.420Zuser 1:05.195612542
4392026-07-13T04:32:04.421Zsys 6.164651488
4402026-07-13T04:32:04.421Ztrap 0.031965151
4412026-07-13T04:32:04.421Ztflt 0.144335187
4422026-07-13T04:32:04.421Zdflt 0.214662322
4432026-07-13T04:32:04.421Zkflt 0.000003910
4442026-07-13T04:32:04.421Zlock 3:11.128715136
4452026-07-13T04:32:04.421Zslp 1:56.572063812
4462026-07-13T04:32:04.421Zlat 3.807622958
4472026-07-13T04:32:04.421Zstop 3.531269515
4482026-07-13T04:32:04.421Z+ header 'release build'
4492026-07-13T04:32:04.421Z+ echo '# ==== release build ==== #'
4502026-07-13T04:32:04.421Z# ==== release build ==== #
4512026-07-13T04:32:04.421Z+ ptime -m cargo build --release
4522026-07-13T04:32:04.421Z Compiling proc-macro2 v1.0.106
4532026-07-13T04:32:04.421Z Compiling quote v1.0.46
4542026-07-13T04:32:04.421Z Compiling unicode-ident v1.0.24
4552026-07-13T04:32:04.421Z Compiling serde_core v1.0.228
4562026-07-13T04:32:04.421Z Compiling libc v0.2.186
4572026-07-13T04:32:04.421Z Compiling cfg-if v1.0.4
4582026-07-13T04:32:04.421Z Compiling fnv v1.0.7
4592026-07-13T04:32:04.421Z Compiling ident_case v1.0.1
4602026-07-13T04:32:04.421Z Compiling thiserror v2.0.18
4612026-07-13T04:32:04.421Z Compiling memchr v2.8.2
4622026-07-13T04:32:04.421Z Compiling strsim v0.11.1
4632026-07-13T04:32:04.421Z Compiling regex-syntax v0.8.11
4642026-07-13T04:32:04.421Z Compiling serde v1.0.228
4652026-07-13T04:32:04.421Z Compiling hashbrown v0.17.1
4662026-07-13T04:32:04.421Z Compiling aho-corasick v1.1.4
4672026-07-13T04:32:04.421Z Compiling either v1.16.0
4682026-07-13T04:32:04.421Z Compiling anyhow v1.0.103
4692026-07-13T04:32:04.421Z Compiling equivalent v1.0.2
4702026-07-13T04:32:04.421Z Compiling zerocopy v0.8.52
4712026-07-13T04:32:04.421Z Compiling winnow v1.0.3
4722026-07-13T04:32:04.422Z Compiling indexmap v2.14.0
4732026-07-13T04:32:04.636Z Compiling syn v2.0.118
4742026-07-13T04:32:04.690Z Compiling itertools v0.14.0
4752026-07-13T04:32:04.753Z Compiling heapless v0.8.0
4762026-07-13T04:32:05.000Z Compiling byteorder v1.5.0
4772026-07-13T04:32:05.052Z Compiling regex-automata v0.4.14
4782026-07-13T04:32:05.270Z Compiling toml_datetime v1.1.1+spec-1.1.0
4792026-07-13T04:32:05.327Z Compiling toml_parser v1.1.2+spec-1.1.0
4802026-07-13T04:32:05.461Z Compiling hash32 v0.3.1
4812026-07-13T04:32:05.818Z Compiling macaddr v1.0.1
4822026-07-13T04:32:05.868Z Compiling bitflags v2.13.0
4832026-07-13T04:32:05.868Z Compiling rustversion v1.0.22
4842026-07-13T04:32:05.868Z Compiling toml_edit v0.25.12+spec-1.1.0
4852026-07-13T04:32:05.868Z Compiling syn v1.0.109
4862026-07-13T04:32:05.869Z Compiling smoltcp v0.11.0
4872026-07-13T04:32:06.039Z Compiling stable_deref_trait v1.2.1
4882026-07-13T04:32:06.146Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4892026-07-13T04:32:06.146Z Compiling rustix v1.1.4
4902026-07-13T04:32:06.168Z Compiling getrandom v0.4.3
4912026-07-13T04:32:06.184Z Compiling rand_core v0.10.1
4922026-07-13T04:32:06.206Z Compiling version_check v0.9.5
4932026-07-13T04:32:06.537Z Compiling proc-macro-crate v3.5.0
4942026-07-13T04:32:06.557Z Compiling managed v0.8.0
4952026-07-13T04:32:06.557Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4962026-07-13T04:32:06.558Z Compiling ref-cast v1.0.25
4972026-07-13T04:32:06.558Z Compiling bitflags v1.3.2
4982026-07-13T04:32:06.558Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4992026-07-13T04:32:06.757Z Compiling regex v1.12.4
5002026-07-13T04:32:06.794Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5012026-07-13T04:32:06.794Z Compiling errno v0.3.14
5022026-07-13T04:32:06.948Z Compiling foreign-types-shared v0.3.1
5032026-07-13T04:32:07.020Z Compiling ipnetwork v0.21.1
5042026-07-13T04:32:07.087Z Compiling cpufeatures v0.3.0
5052026-07-13T04:32:07.145Z Compiling unicode-width v0.2.2
5062026-07-13T04:32:07.166Z Compiling once_cell v1.21.4
5072026-07-13T04:32:07.262Z Compiling darling_core v0.21.3
5082026-07-13T04:32:07.358Z Compiling utf8parse v0.2.2
5092026-07-13T04:32:07.465Z Compiling anstyle-parse v1.0.0
5102026-07-13T04:32:07.525Z Compiling tabwriter v1.4.1
5112026-07-13T04:32:07.686Z Compiling tracing-core v0.1.36
5122026-07-13T04:32:07.729Z Compiling chacha20 v0.10.1
5132026-07-13T04:32:07.818Z Compiling cstr-argument v0.1.2
5142026-07-13T04:32:08.428Z Compiling thiserror-impl v2.0.18
5152026-07-13T04:32:08.447Z Compiling zerocopy-derive v0.8.52
5162026-07-13T04:32:08.916Z Compiling serde_derive v1.0.228
5172026-07-13T04:32:08.917Z Compiling foreign-types-macros v0.2.3
5182026-07-13T04:32:08.955Z Compiling num_enum_derive v0.7.6
5192026-07-13T04:32:09.133Z Compiling ref-cast-impl v1.0.25
5202026-07-13T04:32:09.429Z Compiling foreign-types v0.5.0
5212026-07-13T04:32:09.481Z Compiling darling_macro v0.21.3
5222026-07-13T04:32:09.525Z Compiling tracing-attributes v0.1.31
5232026-07-13T04:32:09.736Z Compiling cobs v0.3.0
5242026-07-13T04:32:09.808Z Compiling num_enum v0.7.6
5252026-07-13T04:32:09.829Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5262026-07-13T04:32:09.921Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5272026-07-13T04:32:09.958Z Compiling is_terminal_polyfill v1.70.2
5282026-07-13T04:32:09.977Z Compiling darling v0.21.3
5292026-07-13T04:32:10.009Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5302026-07-13T04:32:10.053Z Compiling anstyle v1.0.14
5312026-07-13T04:32:10.053Z Compiling ingot-macros v0.1.1
5322026-07-13T04:32:10.106Z Compiling pin-project-lite v0.2.17
5332026-07-13T04:32:10.202Z Compiling pretty-hex v0.4.2
5342026-07-13T04:32:10.259Z Compiling anstyle-query v1.1.5
5352026-07-13T04:32:10.350Z Compiling colorchoice v1.0.5
5362026-07-13T04:32:10.444Z Compiling dyn-clone v1.0.20
5372026-07-13T04:32:10.444Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5382026-07-13T04:32:10.492Z Compiling anstream v1.0.0
5392026-07-13T04:32:10.492Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5402026-07-13T04:32:10.492Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5412026-07-13T04:32:10.600Z Compiling terminal_size v0.4.4
5422026-07-13T04:32:10.642Z Compiling tracing v0.1.44
5432026-07-13T04:32:10.874Z Compiling rand v0.10.2
5442026-07-13T04:32:10.926Z Compiling uuid v1.23.4
5452026-07-13T04:32:10.926Z Compiling socket2 v0.6.4
5462026-07-13T04:32:10.966Z Compiling clap_lex v1.1.0
5472026-07-13T04:32:11.237Z Compiling colored v3.1.1
5482026-07-13T04:32:11.282Z Compiling oxnet v0.1.6
5492026-07-13T04:32:11.545Z Compiling heck v0.5.0
5502026-07-13T04:32:11.609Z Compiling clap_builder v4.6.0
5512026-07-13T04:32:11.714Z Compiling postcard v1.1.3
5522026-07-13T04:32:11.724Z Compiling clap_derive v4.6.1
5532026-07-13T04:32:11.762Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5542026-07-13T04:32:12.812Z Compiling ingot-types v0.1.2
5552026-07-13T04:32:13.148Z Compiling ingot v0.1.1
5562026-07-13T04:32:13.387Z Compiling clap v4.6.1
5572026-07-13T04:32:14.918Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5582026-07-13T04:32:15.937Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5592026-07-13T04:32:16.966Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5602026-07-13T04:32:23.613Z Finished `release` profile [optimized + debuginfo] target(s) in 20.20s
5612026-07-13T04:32:23.642Z
5622026-07-13T04:32:23.652Zreal 20.230284248
5632026-07-13T04:32:23.653Zuser 1:43.176642158
5642026-07-13T04:32:23.653Zsys 13.869710342
5652026-07-13T04:32:23.653Ztrap 0.049870354
5662026-07-13T04:32:23.653Ztflt 0.167784704
5672026-07-13T04:32:23.653Zdflt 0.383217255
5682026-07-13T04:32:23.653Zkflt 0.000018710
5692026-07-13T04:32:23.653Zlock 4:50.839071538
5702026-07-13T04:32:23.653Zslp 3:28.826685046
5712026-07-13T04:32:23.653Zlat 4.945686303
5722026-07-13T04:32:23.653Zstop 9.561019495
5732026-07-13T04:32:23.653Z+ popd
5742026-07-13T04:32:23.653Z/work/oxidecomputer/opte
5752026-07-13T04:32:23.653Z+ for x in debug release
5762026-07-13T04:32:23.654Z+ mkdir -p /work/debug
5772026-07-13T04:32:23.654Z+ cp target/debug/opteadm /work/debug/
5782026-07-13T04:32:23.670Z+ sha256sum target/debug/opteadm
5792026-07-13T04:32:23.696Z+ for x in debug release
5802026-07-13T04:32:23.696Z+ mkdir -p /work/release
5812026-07-13T04:32:23.710Z+ cp target/release/opteadm /work/release/
5822026-07-13T04:32:23.718Z+ sha256sum target/release/opteadm
5832026-07-13T04:32:23.732Zprocess exited: duration 66924 ms, exit code 0
 
5842026-07-13T04:32:23.743Zfound 4 output files
5852026-07-13T04:32:23.743Zuploading: /work/debug/opteadm (38339976 bytes)
5862026-07-13T04:32:25.015Zuploaded: /work/debug/opteadm
5872026-07-13T04:32:25.016Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5882026-07-13T04:32:26.030Zuploaded: /work/debug/opteadm.debug.sha256
5892026-07-13T04:32:26.030Zuploading: /work/release/opteadm (25882080 bytes)
5902026-07-13T04:32:27.236Zuploaded: /work/release/opteadm
5912026-07-13T04:32:27.236Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5922026-07-13T04:32:28.248Zuploaded: /work/release/opteadm.release.sha256