01M0ZZ0J5TDPKVD6GHS3XH5FWK: 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: 01M0ZZ11VCSHMSKRG4MRX3CF43

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-26T21:19:41.609Zjob assigned to worker 01M0ZZ1945Y2RCYN0BGK4BT5V4 [factory aws, i-0fe4879031c28762f] (queued for 58 s)
 
22026-08-26T21:19:48.783Zstarting task 0: "setup"
32026-08-26T21:19:48.789Z++ uname -s
42026-08-26T21:19:48.792Z+ kern=SunOS
52026-08-26T21:19:48.792Z+ build_user=build
62026-08-26T21:19:48.792Z+ build_uid=12345
72026-08-26T21:19:48.792Z+ work_dir=/work
82026-08-26T21:19:48.792Z+ input_dir=/input
92026-08-26T21:19:48.792Z+ [[ 0 == 12345 ]]
102026-08-26T21:19:48.792Z+ case "$kern" in
112026-08-26T21:19:48.793Z+ groupadd -g 12345 build
122026-08-26T21:19:48.793Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-26T21:19:50.798Z+ zfs create -o mountpoint=/work rpool/work
142026-08-26T21:19:50.894Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-26T21:19:50.897Z+ home_fs=zfs
162026-08-26T21:19:50.897Z+ [[ zfs == autofs ]]
172026-08-26T21:19:50.897Z+ mkdir -p /home/build
182026-08-26T21:19:50.897Z+ chown build:build /home/build /work
192026-08-26T21:19:52.898Z+ chmod 0700 /home/build /work
202026-08-26T21:19:52.902Zprocess exited: duration 4120 ms, exit code 0
 
212026-08-26T21:19:52.909Zstarting task 1: "rust-toolchain"
222026-08-26T21:19:52.913Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-26T21:19:52.913Z * rust toolchain channel = "1.97.1"
242026-08-26T21:19:52.913Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-26T21:19:52.913Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-26T21:19:52.913Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-26T21:19:52.913Z * rust toolchain profile = "default"
282026-08-26T21:19:52.917Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-26T21:19:52.917Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-26T21:19:52.971Zinfo: downloading installer
312026-08-26T21:19:54.585Zwarn: It looks like you have an existing rustup settings file at:
322026-08-26T21:19:54.585Zwarn: /home/build/.rustup/settings.toml
332026-08-26T21:19:54.585Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-26T21:19:54.585Zwarn: instead of the one inferred from the default host triple.
352026-08-26T21:19:54.597Zinfo: profile set to default
362026-08-26T21:19:54.597Zinfo: default host triple is x86_64-unknown-illumos
372026-08-26T21:19:54.601Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-26T21:19:54.738Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-26T21:19:54.741Zinfo: downloading 6 components
402026-08-26T21:20:10.710Z
412026-08-26T21:20:10.710Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-26T21:20:10.738Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-26T21:20:10.738Z
442026-08-26T21:20:10.741Z
452026-08-26T21:20:10.741ZRust is installed now. Great!
462026-08-26T21:20:10.741Z
472026-08-26T21:20:10.741ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-26T21:20:10.741Zenvironment variable. This has not been done automatically.
492026-08-26T21:20:10.741Z
502026-08-26T21:20:10.741ZTo configure your current shell, you need to source
512026-08-26T21:20:10.741Zthe corresponding env file under $HOME/.cargo.
522026-08-26T21:20:10.741Z
532026-08-26T21:20:10.741ZThis is usually done by running one of the following (note the leading DOT):
542026-08-26T21:20:10.741Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-26T21:20:10.741Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-26T21:20:10.741Zsource "~/.cargo/env.nu" # For nushell
572026-08-26T21:20:10.741Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-26T21:20:10.741Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-26T21:20:10.741Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-26T21:20:10.741Zwarn: no default linker (`cc`) was found in your PATH
612026-08-26T21:20:10.741Zwarn: many Rust crates require a system C toolchain to build
622026-08-26T21:20:10.841Z+ rustup --version
632026-08-26T21:20:10.849Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-26T21:20:10.852Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-26T21:20:10.870Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-26T21:20:10.873Z+ cargo --version
672026-08-26T21:20:10.888Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-26T21:20:10.891Z+ rustc --version
692026-08-26T21:20:10.910Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-26T21:20:10.914Zprocess exited: duration 18003 ms, exit code 0
 
712026-08-26T21:20:10.920Zstarting task 2: "authentication"
722026-08-26T21:20:10.937Zprocess exited: duration 16 ms, exit code 0
 
732026-08-26T21:20:10.942Zstarting task 3: "clone repository"
742026-08-26T21:20:10.946Z+ mkdir -p /work/oxidecomputer/opte
752026-08-26T21:20:10.950Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-26T21:20:10.977ZCloning into '/work/oxidecomputer/opte'...
772026-08-26T21:20:12.383Z+ cd /work/oxidecomputer/opte
782026-08-26T21:20:12.383Z+ git fetch origin 0c0dbc457f2ed49fc7b40485bdfd565f687664ca
792026-08-26T21:20:12.683ZFrom https://github.com/oxidecomputer/opte
802026-08-26T21:20:12.683Z * branch 0c0dbc457f2ed49fc7b40485bdfd565f687664ca -> FETCH_HEAD
812026-08-26T21:20:12.689Z+ [[ -n bound-my-list ]]
822026-08-26T21:20:12.691Z++ git branch --show-current
832026-08-26T21:20:12.691Z+ current=master
842026-08-26T21:20:12.691Z+ [[ master != bound-my-list ]]
852026-08-26T21:20:12.691Z+ git branch -f bound-my-list 0c0dbc457f2ed49fc7b40485bdfd565f687664ca
862026-08-26T21:20:12.694Z+ git checkout -f bound-my-list
872026-08-26T21:20:12.711ZSwitched to branch 'bound-my-list'
882026-08-26T21:20:12.715Z+ git reset --hard 0c0dbc457f2ed49fc7b40485bdfd565f687664ca
892026-08-26T21:20:12.756ZHEAD is now at 0c0dbc4 Expand expiry benchmarks with *actual* expiry
902026-08-26T21:20:12.756Zprocess exited: duration 1785 ms, exit code 0
 
912026-08-26T21:20:12.763Zstarting task 4: "build"
922026-08-26T21:20:12.768Z+ source .github/buildomat/common.sh
932026-08-26T21:20:12.771Z++ rustup show active-toolchain
942026-08-26T21:20:12.774Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-26T21:20:12.776Z++ pushd xde
962026-08-26T21:20:12.776Z++ rustup show active-toolchain
972026-08-26T21:20:12.776Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-08-26T21:20:12.779Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-26T21:20:12.923Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-26T21:20:12.925Zinfo: downloading 6 components
1012026-08-26T21:20:25.940Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-26T21:20:26.039Z+++ rustup show active-toolchain -v
1032026-08-26T21:20:26.042Z+++ head -n 1
1042026-08-26T21:20:26.043Z+++ cut '-d ' -f1
1052026-08-26T21:20:26.097Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-26T21:20:26.097Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-26T21:20:26.098Z++ popd
1082026-08-26T21:20:26.098Z/work/oxidecomputer/opte
1092026-08-26T21:20:26.102Z+ cargo --version
1102026-08-26T21:20:26.105Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-26T21:20:26.105Z+ rustc --version
1122026-08-26T21:20:26.126Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-26T21:20:26.129Z+ pushd bin/opteadm
1142026-08-26T21:20:26.129Z+ header 'check style'
1152026-08-26T21:20:26.129Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-08-26T21:20:26.129Z+ echo '# ==== check style ==== #'
1172026-08-26T21:20:26.129Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-08-26T21:20:26.129Z# ==== check style ==== #
1192026-08-26T21:20:26.232Z
1202026-08-26T21:20:26.232Zreal 0.071128448
1212026-08-26T21:20:26.232Zuser 0.038906548
1222026-08-26T21:20:26.232Zsys 0.029599323
1232026-08-26T21:20:26.232Ztrap 0.000000700
1242026-08-26T21:20:26.235Ztflt 0.000024210
1252026-08-26T21:20:26.235Zdflt 0.000013100
1262026-08-26T21:20:26.235Zkflt 0.000001630
1272026-08-26T21:20:26.235Zlock 0.031157952
1282026-08-26T21:20:26.235Zslp 0.051004656
1292026-08-26T21:20:26.235Zlat 0.000698140
1302026-08-26T21:20:26.235Zstop 0.000100400
1312026-08-26T21:20:26.235Z+ header analyze
1322026-08-26T21:20:26.235Z+ echo '# ==== analyze ==== #'
1332026-08-26T21:20:26.235Z# ==== analyze ==== #
1342026-08-26T21:20:26.235Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-08-26T21:20:26.372Z Updating crates.io index
1362026-08-26T21:20:26.375Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-08-26T21:20:27.237Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-08-26T21:20:27.885Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-08-26T21:20:28.209Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-08-26T21:20:28.631Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-08-26T21:20:29.000Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-08-26T21:20:29.343Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-08-26T21:20:30.891Z Downloading crates ...
1442026-08-26T21:20:30.942Z Downloaded anstyle v1.0.14
1452026-08-26T21:20:30.946Z Downloaded clap_derive v4.6.1
1462026-08-26T21:20:30.963Z Downloaded terminal_size v0.4.4
1472026-08-26T21:20:30.966Z Downloaded is_terminal_polyfill v1.70.2
1482026-08-26T21:20:30.966Z Downloaded clap_lex v1.1.0
1492026-08-26T21:20:30.966Z Downloaded cobs v0.3.0
1502026-08-26T21:20:30.966Z Downloaded macaddr v1.0.1
1512026-08-26T21:20:30.966Z Downloaded anstream v1.0.0
1522026-08-26T21:20:30.975Z Downloaded anstyle-query v1.1.5
1532026-08-26T21:20:30.984Z Downloaded foreign-types v0.5.0
1542026-08-26T21:20:30.985Z Downloaded ipnetwork v0.21.1
1552026-08-26T21:20:30.992Z Downloaded aho-corasick v1.1.4
1562026-08-26T21:20:30.992Z Downloaded foreign-types-shared v0.3.1
1572026-08-26T21:20:30.992Z Downloaded embedded-io v0.4.0
1582026-08-26T21:20:30.992Z Downloaded embedded-io v0.6.1
1592026-08-26T21:20:30.992Z Downloaded darling_macro v0.23.0
1602026-08-26T21:20:30.992Z Downloaded errno v0.3.14
1612026-08-26T21:20:30.992Z Downloaded defmt-parser v1.0.0
1622026-08-26T21:20:30.997Z Downloaded equivalent v1.0.2
1632026-08-26T21:20:30.997Z Downloaded cstr-argument v0.1.2
1642026-08-26T21:20:30.997Z Downloaded hash32 v0.3.1
1652026-08-26T21:20:30.997Z Downloaded clap v4.6.1
1662026-08-26T21:20:31.001Z Downloaded bitflags v1.3.2
1672026-08-26T21:20:31.001Z Downloaded heck v0.5.0
1682026-08-26T21:20:31.001Z Downloaded cpufeatures v0.3.0
1692026-08-26T21:20:31.006Z Downloaded foreign-types-macros v0.2.3
1702026-08-26T21:20:31.010Z Downloaded colorchoice v1.0.5
1712026-08-26T21:20:31.010Z Downloaded ingot v0.2.0
1722026-08-26T21:20:31.010Z Downloaded utf8parse v0.2.2
1732026-08-26T21:20:31.015Z Downloaded dyn-clone v1.0.20
1742026-08-26T21:20:31.019Z Downloaded ident_case v1.0.1
1752026-08-26T21:20:31.019Z Downloaded defmt v1.1.1
1762026-08-26T21:20:31.024Z Downloaded ingot-macros v0.2.0
1772026-08-26T21:20:31.024Z Downloaded anstyle-parse v1.0.0
1782026-08-26T21:20:31.024Z Downloaded colored v3.1.1
1792026-08-26T21:20:31.024Z Downloaded either v1.16.0
1802026-08-26T21:20:31.032Z Downloaded ref-cast-impl v1.0.25
1812026-08-26T21:20:31.032Z Downloaded ref-cast v1.0.25
1822026-08-26T21:20:31.043Z Downloaded managed v0.8.0
1832026-08-26T21:20:31.043Z Downloaded defmt v0.3.100
1842026-08-26T21:20:31.047Z Downloaded version_check v0.9.5
1852026-08-26T21:20:31.048Z Downloaded strsim v0.11.1
1862026-08-26T21:20:31.057Z Downloaded proc-macro-crate v3.5.0
1872026-08-26T21:20:31.060Z Downloaded pretty-hex v0.4.2
1882026-08-26T21:20:31.060Z Downloaded stable_deref_trait v1.2.1
1892026-08-26T21:20:31.066Z Downloaded byteorder v1.5.0
1902026-08-26T21:20:31.073Z Downloaded tabwriter v1.4.1
1912026-08-26T21:20:31.085Z Downloaded cfg-if v1.0.4
1922026-08-26T21:20:31.085Z Downloaded ingot-types v0.2.0
1932026-08-26T21:20:31.085Z Downloaded pin-project-lite v0.2.17
1942026-08-26T21:20:31.095Z Downloaded defmt-macros v1.1.1
1952026-08-26T21:20:31.095Z Downloaded darling_core v0.23.0
1962026-08-26T21:20:31.101Z Downloaded oxnet v0.1.6
1972026-08-26T21:20:31.102Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1982026-08-26T21:20:31.114Z Downloaded thiserror-impl v2.0.18
1992026-08-26T21:20:31.161Z Downloaded rustversion v1.0.23
2002026-08-26T21:20:31.161Z Downloaded quote v1.0.46
2012026-08-26T21:20:31.161Z Downloaded darling v0.23.0
2022026-08-26T21:20:31.161Z Downloaded num_enum v0.7.6
2032026-08-26T21:20:31.161Z Downloaded num_enum_derive v0.7.6
2042026-08-26T21:20:31.161Z Downloaded bitflags v2.13.0
2052026-08-26T21:20:31.161Z Downloaded getrandom v0.4.3
2062026-08-26T21:20:31.161Z Downloaded thiserror v2.0.18
2072026-08-26T21:20:31.161Z Downloaded heapless v0.8.0
2082026-08-26T21:20:31.161Z Downloaded chacha20 v0.10.1
2092026-08-26T21:20:31.161Z Downloaded postcard v1.1.3
2102026-08-26T21:20:31.161Z Downloaded once_cell v1.21.4
2112026-08-26T21:20:31.161Z Downloaded rand_core v0.10.1
2122026-08-26T21:20:31.161Z Downloaded toml_parser v1.1.2+spec-1.1.0
2132026-08-26T21:20:31.166Z Downloaded socket2 v0.6.4
2142026-08-26T21:20:31.166Z Downloaded tracing-core v0.1.36
2152026-08-26T21:20:31.171Z Downloaded serde_core v1.0.228
2162026-08-26T21:20:31.171Z Downloaded uuid v1.23.5
2172026-08-26T21:20:31.177Z Downloaded tracing-attributes v0.1.31
2182026-08-26T21:20:31.177Z Downloaded unicode-ident v1.0.24
2192026-08-26T21:20:31.182Z Downloaded proc-macro2 v1.0.106
2202026-08-26T21:20:31.192Z Downloaded serde_derive v1.0.228
2212026-08-26T21:20:31.199Z Downloaded anyhow v1.0.103
2222026-08-26T21:20:31.232Z Downloaded toml_edit v0.25.12+spec-1.1.0
2232026-08-26T21:20:31.255Z Downloaded indexmap v2.14.0
2242026-08-26T21:20:31.262Z Downloaded memchr v2.8.3
2252026-08-26T21:20:31.262Z Downloaded serde v1.0.228
2262026-08-26T21:20:31.262Z Downloaded zerocopy-derive v0.8.54
2272026-08-26T21:20:31.262Z Downloaded rand v0.10.2
2282026-08-26T21:20:31.280Z Downloaded hashbrown v0.17.1
2292026-08-26T21:20:31.306Z Downloaded regex v1.13.0
2302026-08-26T21:20:31.312Z Downloaded clap_builder v4.6.0
2312026-08-26T21:20:31.317Z Downloaded itertools v0.15.0
2322026-08-26T21:20:31.338Z Downloaded winnow v1.0.3
2332026-08-26T21:20:31.388Z Downloaded syn v1.0.109
2342026-08-26T21:20:31.396Z Downloaded unicode-width v0.2.2
2352026-08-26T21:20:31.396Z Downloaded zerocopy v0.8.54
2362026-08-26T21:20:31.418Z Downloaded syn v2.0.118
2372026-08-26T21:20:31.422Z Downloaded smoltcp v0.11.0
2382026-08-26T21:20:31.441Z Downloaded regex-syntax v0.8.11
2392026-08-26T21:20:31.454Z Downloaded rustix v1.1.4
2402026-08-26T21:20:31.468Z Downloaded tracing v0.1.44
2412026-08-26T21:20:31.478Z Downloaded regex-automata v0.4.15
2422026-08-26T21:20:31.501Z Downloaded libc v0.2.186
2432026-08-26T21:20:31.555Z Compiling proc-macro2 v1.0.106
2442026-08-26T21:20:31.555Z Compiling unicode-ident v1.0.24
2452026-08-26T21:20:31.555Z Compiling quote v1.0.46
2462026-08-26T21:20:31.555Z Compiling serde_core v1.0.228
2472026-08-26T21:20:31.558Z Compiling libc v0.2.186
2482026-08-26T21:20:31.558Z Checking cfg-if v1.0.4
2492026-08-26T21:20:31.558Z Compiling ident_case v1.0.1
2502026-08-26T21:20:31.558Z Compiling memchr v2.8.3
2512026-08-26T21:20:31.678Z Compiling thiserror v2.0.18
2522026-08-26T21:20:31.747Z Compiling strsim v0.11.1
2532026-08-26T21:20:31.750Z Compiling regex-syntax v0.8.11
2542026-08-26T21:20:32.023Z Compiling aho-corasick v1.1.4
2552026-08-26T21:20:32.184Z Compiling winnow v1.0.3
2562026-08-26T21:20:32.270Z Compiling serde v1.0.228
2572026-08-26T21:20:32.428Z Compiling either v1.16.0
2582026-08-26T21:20:32.554Z Compiling equivalent v1.0.2
2592026-08-26T21:20:32.562Z Compiling hashbrown v0.17.1
2602026-08-26T21:20:32.639Z Compiling zerocopy v0.8.54
2612026-08-26T21:20:32.639Z Compiling anyhow v1.0.103
2622026-08-26T21:20:33.027Z Compiling itertools v0.15.0
2632026-08-26T21:20:33.071Z Compiling toml_parser v1.1.2+spec-1.1.0
2642026-08-26T21:20:33.091Z Compiling indexmap v2.14.0
2652026-08-26T21:20:33.213Z Compiling syn v2.0.118
2662026-08-26T21:20:33.228Z Compiling regex-automata v0.4.15
2672026-08-26T21:20:33.504Z Checking byteorder v1.5.0
2682026-08-26T21:20:33.649Z Compiling toml_datetime v1.1.1+spec-1.1.0
2692026-08-26T21:20:33.666Z Compiling heapless v0.8.0
2702026-08-26T21:20:33.733Z Checking hash32 v0.3.1
2712026-08-26T21:20:33.770Z Checking bitflags v2.13.0
2722026-08-26T21:20:33.825Z Compiling toml_edit v0.25.12+spec-1.1.0
2732026-08-26T21:20:33.842Z Compiling smoltcp v0.11.0
2742026-08-26T21:20:33.872Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2752026-08-26T21:20:33.925Z Compiling rustversion v1.0.23
2762026-08-26T21:20:34.109Z Compiling syn v1.0.109
2772026-08-26T21:20:34.131Z Checking stable_deref_trait v1.2.1
2782026-08-26T21:20:34.171Z Checking macaddr v1.0.1
2792026-08-26T21:20:34.317Z Compiling ref-cast v1.0.25
2802026-08-26T21:20:34.328Z Checking rand_core v0.10.1
2812026-08-26T21:20:34.453Z Compiling proc-macro-crate v3.5.0
2822026-08-26T21:20:34.462Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2832026-08-26T21:20:34.462Z Checking managed v0.8.0
2842026-08-26T21:20:34.560Z Compiling version_check v0.9.5
2852026-08-26T21:20:34.616Z Checking bitflags v1.3.2
2862026-08-26T21:20:34.636Z Compiling getrandom v0.4.3
2872026-08-26T21:20:34.655Z Compiling rustix v1.1.4
2882026-08-26T21:20:34.829Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2892026-08-26T21:20:34.916Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2902026-08-26T21:20:34.999Z Compiling regex v1.13.0
2912026-08-26T21:20:35.218Z Checking errno v0.3.14
2922026-08-26T21:20:35.279Z Checking foreign-types-shared v0.3.1
2932026-08-26T21:20:35.330Z Checking unicode-width v0.2.2
2942026-08-26T21:20:35.405Z Checking cpufeatures v0.3.0
2952026-08-26T21:20:35.455Z Checking once_cell v1.21.4
2962026-08-26T21:20:35.465Z Checking ipnetwork v0.21.1
2972026-08-26T21:20:35.572Z Checking utf8parse v0.2.2
2982026-08-26T21:20:35.628Z Checking tabwriter v1.4.1
2992026-08-26T21:20:35.632Z Checking tracing-core v0.1.36
3002026-08-26T21:20:35.669Z Checking anstyle-parse v1.0.0
3012026-08-26T21:20:35.714Z Checking cstr-argument v0.1.2
3022026-08-26T21:20:35.774Z Checking chacha20 v0.10.1
3032026-08-26T21:20:35.862Z Compiling darling_core v0.23.0
3042026-08-26T21:20:35.986Z Checking is_terminal_polyfill v1.70.2
3052026-08-26T21:20:36.045Z Checking colorchoice v1.0.5
3062026-08-26T21:20:36.070Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3072026-08-26T21:20:36.131Z Checking pretty-hex v0.4.2
3082026-08-26T21:20:36.150Z Checking anstyle-query v1.1.5
3092026-08-26T21:20:36.150Z Checking dyn-clone v1.0.20
3102026-08-26T21:20:36.234Z Checking pin-project-lite v0.2.17
3112026-08-26T21:20:36.240Z Checking anstyle v1.0.14
3122026-08-26T21:20:36.288Z Checking terminal_size v0.4.4
3132026-08-26T21:20:36.314Z Checking rand v0.10.2
3142026-08-26T21:20:36.397Z Checking uuid v1.23.5
3152026-08-26T21:20:36.417Z Checking anstream v1.0.0
3162026-08-26T21:20:36.442Z Checking socket2 v0.6.4
3172026-08-26T21:20:36.580Z Compiling heck v0.5.0
3182026-08-26T21:20:36.644Z Checking oxnet v0.1.6
3192026-08-26T21:20:36.774Z Checking colored v3.1.1
3202026-08-26T21:20:36.774Z Checking clap_lex v1.1.0
3212026-08-26T21:20:36.783Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-08-26T21:20:36.924Z Checking clap_builder v4.6.0
3232026-08-26T21:20:37.000Z Compiling thiserror-impl v2.0.18
3242026-08-26T21:20:37.110Z Compiling zerocopy-derive v0.8.54
3252026-08-26T21:20:37.117Z Compiling serde_derive v1.0.228
3262026-08-26T21:20:37.171Z Compiling foreign-types-macros v0.2.3
3272026-08-26T21:20:37.542Z Compiling num_enum_derive v0.7.6
3282026-08-26T21:20:37.791Z Compiling ref-cast-impl v1.0.25
3292026-08-26T21:20:37.817Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3302026-08-26T21:20:37.952Z Compiling darling_macro v0.23.0
3312026-08-26T21:20:38.205Z Checking foreign-types v0.5.0
3322026-08-26T21:20:38.275Z Compiling tracing-attributes v0.1.31
3332026-08-26T21:20:38.320Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3342026-08-26T21:20:38.346Z Checking cobs v0.3.0
3352026-08-26T21:20:38.489Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3362026-08-26T21:20:38.503Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3372026-08-26T21:20:38.566Z Compiling darling v0.23.0
3382026-08-26T21:20:38.575Z Checking num_enum v0.7.6
3392026-08-26T21:20:38.591Z Compiling clap_derive v4.6.1
3402026-08-26T21:20:38.647Z Compiling ingot-macros v0.2.0
3412026-08-26T21:20:38.681Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3422026-08-26T21:20:39.366Z Checking tracing v0.1.44
3432026-08-26T21:20:39.848Z Checking postcard v1.1.3
3442026-08-26T21:20:39.884Z Checking clap v4.6.1
3452026-08-26T21:20:41.160Z Checking ingot-types v0.2.0
3462026-08-26T21:20:41.428Z Checking ingot v0.2.0
3472026-08-26T21:20:42.747Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3482026-08-26T21:20:43.961Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3492026-08-26T21:20:45.164Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3502026-08-26T21:20:45.990Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.70s
3512026-08-26T21:20:46.096Z
3522026-08-26T21:20:46.099Zreal 19.858161114
3532026-08-26T21:20:46.099Zuser 54.404265794
3542026-08-26T21:20:46.099Zsys 13.202213061
3552026-08-26T21:20:46.099Ztrap 0.045031444
3562026-08-26T21:20:46.099Ztflt 0.360608007
3572026-08-26T21:20:46.099Zdflt 0.393930224
3582026-08-26T21:20:46.100Zkflt 0.008454330
3592026-08-26T21:20:46.100Zlock 3:45.792775218
3602026-08-26T21:20:46.100Zslp 3:07.836927279
3612026-08-26T21:20:46.100Zlat 3.648960633
3622026-08-26T21:20:46.100Zstop 13.498632152
3632026-08-26T21:20:46.100Z+ header 'debug build'
3642026-08-26T21:20:46.100Z+ echo '# ==== debug build ==== #'
3652026-08-26T21:20:46.100Z# ==== debug build ==== #
3662026-08-26T21:20:46.100Z+ ptime -m cargo build
3672026-08-26T21:20:46.253Z Compiling cfg-if v1.0.4
3682026-08-26T21:20:46.261Z Compiling serde_core v1.0.228
3692026-08-26T21:20:46.262Z Compiling libc v0.2.186
3702026-08-26T21:20:46.276Z Compiling thiserror v2.0.18
3712026-08-26T21:20:46.281Z Compiling byteorder v1.5.0
3722026-08-26T21:20:46.286Z Compiling zerocopy v0.8.54
3732026-08-26T21:20:46.286Z Compiling stable_deref_trait v1.2.1
3742026-08-26T21:20:46.286Z Compiling macaddr v1.0.1
3752026-08-26T21:20:46.328Z Compiling bitflags v1.3.2
3762026-08-26T21:20:46.340Z Compiling cobs v0.3.0
3772026-08-26T21:20:46.355Z Compiling managed v0.8.0
3782026-08-26T21:20:46.381Z Compiling rand_core v0.10.1
3792026-08-26T21:20:46.448Z Compiling hash32 v0.3.1
3802026-08-26T21:20:46.526Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3812026-08-26T21:20:46.533Z Compiling heapless v0.8.0
3822026-08-26T21:20:46.565Z Compiling errno v0.3.14
3832026-08-26T21:20:46.596Z Compiling utf8parse v0.2.2
3842026-08-26T21:20:46.614Z Compiling cpufeatures v0.3.0
3852026-08-26T21:20:46.618Z Compiling ipnetwork v0.21.1
3862026-08-26T21:20:46.666Z Compiling memchr v2.8.3
3872026-08-26T21:20:46.685Z Compiling foreign-types-shared v0.3.1
3882026-08-26T21:20:46.724Z Compiling unicode-width v0.2.2
3892026-08-26T21:20:46.786Z Compiling once_cell v1.21.4
3902026-08-26T21:20:46.792Z Compiling foreign-types v0.5.0
3912026-08-26T21:20:46.863Z Compiling anstyle-parse v1.0.0
3922026-08-26T21:20:46.971Z Compiling smoltcp v0.11.0
3932026-08-26T21:20:46.985Z Compiling tabwriter v1.4.1
3942026-08-26T21:20:47.043Z Compiling tracing-core v0.1.36
3952026-08-26T21:20:47.090Z Compiling cstr-argument v0.1.2
3962026-08-26T21:20:47.097Z Compiling chacha20 v0.10.1
3972026-08-26T21:20:47.300Z Compiling ref-cast v1.0.25
3982026-08-26T21:20:47.393Z Compiling num_enum v0.7.6
3992026-08-26T21:20:47.409Z Compiling getrandom v0.4.3
4002026-08-26T21:20:47.460Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4012026-08-26T21:20:47.471Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4022026-08-26T21:20:47.549Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4032026-08-26T21:20:47.555Z Compiling colorchoice v1.0.5
4042026-08-26T21:20:47.599Z Compiling anstyle-query v1.1.5
4052026-08-26T21:20:47.660Z Compiling dyn-clone v1.0.20
4062026-08-26T21:20:47.709Z Compiling anstyle v1.0.14
4072026-08-26T21:20:47.818Z Compiling is_terminal_polyfill v1.70.2
4082026-08-26T21:20:47.845Z Compiling pin-project-lite v0.2.17
4092026-08-26T21:20:47.910Z Compiling pretty-hex v0.4.2
4102026-08-26T21:20:47.931Z Compiling tracing v0.1.44
4112026-08-26T21:20:47.959Z Compiling anstream v1.0.0
4122026-08-26T21:20:48.035Z Compiling bitflags v2.13.0
4132026-08-26T21:20:49.107Z Compiling serde v1.0.228
4142026-08-26T21:20:49.113Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4152026-08-26T21:20:49.113Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4162026-08-26T21:20:49.113Z Compiling rustix v1.1.4
4172026-08-26T21:20:49.113Z Compiling uuid v1.23.5
4182026-08-26T21:20:49.113Z Compiling anyhow v1.0.103
4192026-08-26T21:20:49.113Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4202026-08-26T21:20:49.114Z Compiling postcard v1.1.3
4212026-08-26T21:20:49.114Z Compiling terminal_size v0.4.4
4222026-08-26T21:20:49.114Z Compiling rand v0.10.2
4232026-08-26T21:20:49.114Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4242026-08-26T21:20:49.114Z Compiling socket2 v0.6.4
4252026-08-26T21:20:49.154Z Compiling ingot-types v0.2.0
4262026-08-26T21:20:49.170Z Compiling strsim v0.11.1
4272026-08-26T21:20:49.285Z Compiling oxnet v0.1.6
4282026-08-26T21:20:49.333Z Compiling colored v3.1.1
4292026-08-26T21:20:49.567Z Compiling ingot v0.2.0
4302026-08-26T21:20:49.587Z Compiling winnow v1.0.3
4312026-08-26T21:20:49.773Z Compiling clap_lex v1.1.0
4322026-08-26T21:20:49.911Z Compiling clap_builder v4.6.0
4332026-08-26T21:20:50.099Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4342026-08-26T21:20:50.509Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4352026-08-26T21:20:51.247Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4362026-08-26T21:20:51.565Z Compiling clap v4.6.1
4372026-08-26T21:20:52.718Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4382026-08-26T21:20:54.232Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4392026-08-26T21:20:58.647Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.54s
4402026-08-26T21:20:58.676Z
4412026-08-26T21:20:58.694Zreal 12.569558366
4422026-08-26T21:20:58.694Zuser 1:05.074857362
4432026-08-26T21:20:58.694Zsys 6.118891853
4442026-08-26T21:20:58.694Ztrap 0.034666639
4452026-08-26T21:20:58.694Ztflt 0.109696382
4462026-08-26T21:20:58.694Zdflt 0.217945460
4472026-08-26T21:20:58.694Zkflt 0.000015800
4482026-08-26T21:20:58.694Zlock 3:11.254142148
4492026-08-26T21:20:58.694Zslp 1:56.947795872
4502026-08-26T21:20:58.694Zlat 3.162190520
4512026-08-26T21:20:58.694Zstop 2.725912801
4522026-08-26T21:20:58.695Z+ header 'release build'
4532026-08-26T21:20:58.695Z+ echo '# ==== release build ==== #'
4542026-08-26T21:20:58.695Z+ ptime -m cargo build --release
4552026-08-26T21:20:58.695Z# ==== release build ==== #
4562026-08-26T21:20:58.788Z Compiling proc-macro2 v1.0.106
4572026-08-26T21:20:58.788Z Compiling unicode-ident v1.0.24
4582026-08-26T21:20:58.788Z Compiling quote v1.0.46
4592026-08-26T21:20:58.804Z Compiling serde_core v1.0.228
4602026-08-26T21:20:58.804Z Compiling libc v0.2.186
4612026-08-26T21:20:58.804Z Compiling cfg-if v1.0.4
4622026-08-26T21:20:58.804Z Compiling ident_case v1.0.1
4632026-08-26T21:20:58.804Z Compiling thiserror v2.0.18
4642026-08-26T21:20:58.842Z Compiling strsim v0.11.1
4652026-08-26T21:20:58.888Z Compiling memchr v2.8.3
4662026-08-26T21:20:58.888Z Compiling regex-syntax v0.8.11
4672026-08-26T21:20:59.081Z Compiling hashbrown v0.17.1
4682026-08-26T21:20:59.351Z Compiling winnow v1.0.3
4692026-08-26T21:20:59.351Z Compiling aho-corasick v1.1.4
4702026-08-26T21:20:59.416Z Compiling equivalent v1.0.2
4712026-08-26T21:20:59.485Z Compiling serde v1.0.228
4722026-08-26T21:20:59.494Z Compiling either v1.16.0
4732026-08-26T21:20:59.614Z Compiling zerocopy v0.8.54
4742026-08-26T21:20:59.679Z Compiling anyhow v1.0.103
4752026-08-26T21:20:59.913Z Compiling itertools v0.15.0
4762026-08-26T21:20:59.963Z Compiling syn v2.0.118
4772026-08-26T21:20:59.996Z Compiling toml_parser v1.1.2+spec-1.1.0
4782026-08-26T21:21:00.006Z Compiling indexmap v2.14.0
4792026-08-26T21:21:00.099Z Compiling toml_datetime v1.1.1+spec-1.1.0
4802026-08-26T21:21:00.324Z Compiling regex-automata v0.4.15
4812026-08-26T21:21:00.532Z Compiling heapless v0.8.0
4822026-08-26T21:21:00.610Z Compiling byteorder v1.5.0
4832026-08-26T21:21:00.623Z Compiling toml_edit v0.25.12+spec-1.1.0
4842026-08-26T21:21:00.778Z Compiling hash32 v0.3.1
4852026-08-26T21:21:00.894Z Compiling bitflags v2.13.0
4862026-08-26T21:21:00.922Z Compiling macaddr v1.0.1
4872026-08-26T21:21:00.964Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4882026-08-26T21:21:01.063Z Compiling stable_deref_trait v1.2.1
4892026-08-26T21:21:01.079Z Compiling syn v1.0.109
4902026-08-26T21:21:01.091Z Compiling smoltcp v0.11.0
4912026-08-26T21:21:01.184Z Compiling rustversion v1.0.23
4922026-08-26T21:21:01.214Z Compiling proc-macro-crate v3.5.0
4932026-08-26T21:21:01.447Z Compiling version_check v0.9.5
4942026-08-26T21:21:01.468Z Compiling rand_core v0.10.1
4952026-08-26T21:21:01.489Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4962026-08-26T21:21:01.568Z Compiling rustix v1.1.4
4972026-08-26T21:21:01.575Z Compiling ref-cast v1.0.25
4982026-08-26T21:21:01.589Z Compiling getrandom v0.4.3
4992026-08-26T21:21:01.637Z Compiling bitflags v1.3.2
5002026-08-26T21:21:01.687Z Compiling managed v0.8.0
5012026-08-26T21:21:01.700Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-08-26T21:21:01.901Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5032026-08-26T21:21:01.917Z Compiling errno v0.3.14
5042026-08-26T21:21:02.049Z Compiling regex v1.13.0
5052026-08-26T21:21:02.090Z Compiling utf8parse v0.2.2
5062026-08-26T21:21:02.154Z Compiling unicode-width v0.2.2
5072026-08-26T21:21:02.231Z Compiling once_cell v1.21.4
5082026-08-26T21:21:02.295Z Compiling cpufeatures v0.3.0
5092026-08-26T21:21:02.434Z Compiling foreign-types-shared v0.3.1
5102026-08-26T21:21:02.449Z Compiling ipnetwork v0.21.1
5112026-08-26T21:21:02.464Z Compiling tracing-core v0.1.36
5122026-08-26T21:21:02.504Z Compiling darling_core v0.23.0
5132026-08-26T21:21:02.781Z Compiling cstr-argument v0.1.2
5142026-08-26T21:21:02.822Z Compiling tabwriter v1.4.1
5152026-08-26T21:21:02.930Z Compiling chacha20 v0.10.1
5162026-08-26T21:21:03.114Z Compiling anstyle-parse v1.0.0
5172026-08-26T21:21:03.454Z Compiling anstyle v1.0.14
5182026-08-26T21:21:03.579Z Compiling dyn-clone v1.0.20
5192026-08-26T21:21:03.639Z Compiling colorchoice v1.0.5
5202026-08-26T21:21:03.696Z Compiling pin-project-lite v0.2.17
5212026-08-26T21:21:03.757Z Compiling is_terminal_polyfill v1.70.2
5222026-08-26T21:21:03.757Z Compiling thiserror-impl v2.0.18
5232026-08-26T21:21:03.757Z Compiling zerocopy-derive v0.8.54
5242026-08-26T21:21:03.829Z Compiling serde_derive v1.0.228
5252026-08-26T21:21:03.862Z Compiling num_enum_derive v0.7.6
5262026-08-26T21:21:04.018Z Compiling ref-cast-impl v1.0.25
5272026-08-26T21:21:04.616Z Compiling foreign-types-macros v0.2.3
5282026-08-26T21:21:04.666Z Compiling darling_macro v0.23.0
5292026-08-26T21:21:04.776Z Compiling tracing-attributes v0.1.31
5302026-08-26T21:21:04.795Z Compiling num_enum v0.7.6
5312026-08-26T21:21:04.885Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5322026-08-26T21:21:05.024Z Compiling cobs v0.3.0
5332026-08-26T21:21:05.203Z Compiling darling v0.23.0
5342026-08-26T21:21:05.216Z Compiling foreign-types v0.5.0
5352026-08-26T21:21:05.232Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5362026-08-26T21:21:05.250Z Compiling anstyle-query v1.1.5
5372026-08-26T21:21:05.283Z Compiling ingot-macros v0.2.0
5382026-08-26T21:21:05.298Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5392026-08-26T21:21:05.322Z Compiling pretty-hex v0.4.2
5402026-08-26T21:21:05.362Z Compiling anstream v1.0.0
5412026-08-26T21:21:05.447Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5422026-08-26T21:21:05.484Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5432026-08-26T21:21:05.861Z Compiling terminal_size v0.4.4
5442026-08-26T21:21:05.877Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5452026-08-26T21:21:05.877Z Compiling rand v0.10.2
5462026-08-26T21:21:05.877Z Compiling uuid v1.23.5
5472026-08-26T21:21:05.939Z Compiling tracing v0.1.44
5482026-08-26T21:21:06.066Z Compiling socket2 v0.6.4
5492026-08-26T21:21:06.239Z Compiling oxnet v0.1.6
5502026-08-26T21:21:06.252Z Compiling heck v0.5.0
5512026-08-26T21:21:06.302Z Compiling clap_lex v1.1.0
5522026-08-26T21:21:06.435Z Compiling colored v3.1.1
5532026-08-26T21:21:06.621Z Compiling clap_derive v4.6.1
5542026-08-26T21:21:06.640Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5552026-08-26T21:21:06.958Z Compiling postcard v1.1.3
5562026-08-26T21:21:07.005Z Compiling clap_builder v4.6.0
5572026-08-26T21:21:08.086Z Compiling ingot-types v0.2.0
5582026-08-26T21:21:11.939Z Compiling ingot v0.2.0
5592026-08-26T21:21:11.980Z Compiling clap v4.6.1
5602026-08-26T21:21:11.988Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5612026-08-26T21:21:11.988Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5622026-08-26T21:21:12.227Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5632026-08-26T21:21:18.846Z Finished `release` profile [optimized + debuginfo] target(s) in 20.16s
5642026-08-26T21:21:18.875Z
5652026-08-26T21:21:18.875Zreal 20.188308118
5662026-08-26T21:21:18.875Zuser 1:42.859898681
5672026-08-26T21:21:18.875Zsys 13.448905672
5682026-08-26T21:21:18.879Ztrap 0.050377030
5692026-08-26T21:21:18.879Ztflt 0.133811962
5702026-08-26T21:21:18.879Zdflt 0.325187607
5712026-08-26T21:21:18.879Zkflt 0.000033010
5722026-08-26T21:21:18.879Zlock 4:48.375829186
5732026-08-26T21:21:18.879Zslp 3:24.975310264
5742026-08-26T21:21:18.879Zlat 4.680043027
5752026-08-26T21:21:18.879Zstop 9.675133583
5762026-08-26T21:21:18.879Z+ popd
5772026-08-26T21:21:18.879Z/work/oxidecomputer/opte
5782026-08-26T21:21:18.879Z+ TGT_BASE=/work
5792026-08-26T21:21:18.879Z+ for x in debug release
5802026-08-26T21:21:18.879Z+ mkdir -p /work/debug
5812026-08-26T21:21:18.879Z+ cp target/debug/opteadm /work/debug/
5822026-08-26T21:21:18.902Z+ sha256sum target/debug/opteadm
5832026-08-26T21:21:18.929Z+ for x in debug release
5842026-08-26T21:21:18.929Z+ mkdir -p /work/release
5852026-08-26T21:21:18.933Z+ cp target/release/opteadm /work/release/
5862026-08-26T21:21:18.950Z+ sha256sum target/release/opteadm
5872026-08-26T21:21:18.966Zprocess exited: duration 66201 ms, exit code 0
 
5882026-08-26T21:21:18.973Zfound 4 output files
5892026-08-26T21:21:18.973Zuploading: /work/debug/opteadm (38121640 bytes)
5902026-08-26T21:21:20.217Zuploaded: /work/debug/opteadm
5912026-08-26T21:21:20.217Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5922026-08-26T21:21:21.225Zuploaded: /work/debug/opteadm.debug.sha256
5932026-08-26T21:21:21.225Zuploading: /work/release/opteadm (25874952 bytes)
5942026-08-26T21:21:22.401Zuploaded: /work/release/opteadm
5952026-08-26T21:21:22.401Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5962026-08-26T21:21:23.413Zuploaded: /work/release/opteadm.release.sha256