01KYEAGH0ZEE8BAZH051MMQA7T: 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: 01KYEAHNNGWQ27QY541M4K4HH7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:23:16.715Zjob assigned to worker 01KYEAHWF7DC0XGRTSTJDYEAM1 [factory aws, i-07dd2f36030b715a2] (queued for 58 s)
 
22026-07-26T04:23:23.119Zstarting task 0: "setup"
32026-07-26T04:23:23.124Z++ uname -s
42026-07-26T04:23:23.128Z+ kern=SunOS
52026-07-26T04:23:23.129Z+ build_user=build
62026-07-26T04:23:23.129Z+ build_uid=12345
72026-07-26T04:23:23.129Z+ work_dir=/work
82026-07-26T04:23:23.129Z+ input_dir=/input
92026-07-26T04:23:23.129Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:23.129Z+ case "$kern" in
112026-07-26T04:23:23.129Z+ groupadd -g 12345 build
122026-07-26T04:23:23.133Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:25.134Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:25.219Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:25.222Z+ home_fs=zfs
162026-07-26T04:23:25.222Z+ [[ zfs == autofs ]]
172026-07-26T04:23:25.222Z+ mkdir -p /home/build
182026-07-26T04:23:25.222Z+ chown build:build /home/build /work
192026-07-26T04:23:26.234Z+ chmod 0700 /home/build /work
202026-07-26T04:23:26.242Zprocess exited: duration 3108 ms, exit code 0
 
212026-07-26T04:23:26.260Zstarting task 1: "rust-toolchain"
222026-07-26T04:23:26.274Z * rust toolchain channel = "1.97.1"
232026-07-26T04:23:26.274Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-07-26T04:23:26.274Z * rust toolchain profile = "default"
252026-07-26T04:23:26.274Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-26T04:23:26.274Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-26T04:23:26.274Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:23:26.274Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:23:26.274Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:23:26.365Zinfo: downloading installer
312026-07-26T04:23:27.767Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:23:27.767Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:23:27.767Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:23:27.767Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:23:27.777Zinfo: profile set to default
362026-07-26T04:23:27.777Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:23:27.781Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:23:27.935Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:23:27.944Zinfo: downloading 6 components
402026-07-26T04:23:43.212Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:23:43.212Z
422026-07-26T04:23:43.242Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:23:43.242Z
442026-07-26T04:23:43.258Z
452026-07-26T04:23:43.258ZRust is installed now. Great!
462026-07-26T04:23:43.258Z
472026-07-26T04:23:43.259ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:23:43.259Zenvironment variable. This has not been done automatically.
492026-07-26T04:23:43.259Z
502026-07-26T04:23:43.259ZTo configure your current shell, you need to source
512026-07-26T04:23:43.259Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:23:43.259Z
532026-07-26T04:23:43.259ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:23:43.259Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:23:43.259Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:23:43.259Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:23:43.259Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:23:43.259Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:23:43.259Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:23:43.259Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:23:43.259Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:23:43.347Z+ rustup --version
632026-07-26T04:23:43.356Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:23:43.356Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:23:43.380Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:23:43.385Z+ cargo --version
672026-07-26T04:23:43.390Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:23:43.398Z+ rustc --version
692026-07-26T04:23:43.413Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:23:43.418Zprocess exited: duration 17156 ms, exit code 0
 
712026-07-26T04:23:43.429Zstarting task 2: "authentication"
722026-07-26T04:23:43.459Zprocess exited: duration 22 ms, exit code 0
 
732026-07-26T04:23:43.469Zstarting task 3: "clone repository"
742026-07-26T04:23:43.476Z+ mkdir -p /work/oxidecomputer/opte
752026-07-26T04:23:43.476Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-26T04:23:43.509ZCloning into '/work/oxidecomputer/opte'...
772026-07-26T04:23:44.415Z+ cd /work/oxidecomputer/opte
782026-07-26T04:23:44.416Z+ git fetch origin 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d
792026-07-26T04:23:44.676ZFrom https://github.com/oxidecomputer/opte
802026-07-26T04:23:44.676Z * branch 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d -> FETCH_HEAD
812026-07-26T04:23:44.679Z+ [[ -n renovate/ctor-0.x ]]
822026-07-26T04:23:44.679Z++ git branch --show-current
832026-07-26T04:23:44.685Z+ current=master
842026-07-26T04:23:44.685Z+ [[ master != renovate/ctor-0.x ]]
852026-07-26T04:23:44.685Z+ git branch -f renovate/ctor-0.x 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d
862026-07-26T04:23:44.685Z+ git checkout -f renovate/ctor-0.x
872026-07-26T04:23:44.707ZSwitched to branch 'renovate/ctor-0.x'
882026-07-26T04:23:44.707Z+ git reset --hard 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d
892026-07-26T04:23:44.730ZHEAD is now at 26ac5f5 Update Rust crate ctor to 0.13
902026-07-26T04:23:44.730Zprocess exited: duration 1246 ms, exit code 0
 
912026-07-26T04:23:44.736Zstarting task 4: "build"
922026-07-26T04:23:44.774Z+ source .github/buildomat/common.sh
932026-07-26T04:23:44.774Z++ rustup show active-toolchain
942026-07-26T04:23:44.793Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-26T04:23:44.793Z++ pushd xde
962026-07-26T04:23:44.793Z++ rustup show active-toolchain
972026-07-26T04:23:44.793Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-26T04:23:44.793Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-26T04:23:44.915Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-26T04:23:44.929Zinfo: downloading 6 components
1012026-07-26T04:24:00.101Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-26T04:24:00.418Z+++ rustup show active-toolchain -v
1032026-07-26T04:24:00.454Z+++ head -n 1
1042026-07-26T04:24:00.455Z+++ cut '-d ' -f1
1052026-07-26T04:24:00.455Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-26T04:24:00.455Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:24:00.455Z++ popd
1082026-07-26T04:24:00.455Z/work/oxidecomputer/opte
1092026-07-26T04:24:00.455Z+ cargo --version
1102026-07-26T04:24:00.455Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-26T04:24:00.455Z+ rustc --version
1122026-07-26T04:24:00.455Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-26T04:24:00.455Z+ pushd bin/opteadm
1142026-07-26T04:24:00.455Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-07-26T04:24:00.455Z+ header 'check style'
1162026-07-26T04:24:00.455Z+ echo '# ==== check style ==== #'
1172026-07-26T04:24:00.455Z# ==== check style ==== #
1182026-07-26T04:24:00.455Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-07-26T04:24:00.455Z
1202026-07-26T04:24:00.455Zreal 0.067641855
1212026-07-26T04:24:00.455Zuser 0.037661752
1222026-07-26T04:24:00.455Zsys 0.027567469
1232026-07-26T04:24:00.455Ztrap 0.000002080
1242026-07-26T04:24:00.455Ztflt 0.000015240
1252026-07-26T04:24:00.455Zdflt 0.000009640
1262026-07-26T04:24:00.455Zkflt 0.000000000
1272026-07-26T04:24:00.455Zlock 0.030228130
1282026-07-26T04:24:00.456Zslp 0.047730675
1292026-07-26T04:24:00.456Zlat 0.000870600
1302026-07-26T04:24:00.456Zstop 0.000100530
1312026-07-26T04:24:00.456Z+ header analyze
1322026-07-26T04:24:00.456Z+ echo '# ==== analyze ==== #'
1332026-07-26T04:24:00.456Z# ==== analyze ==== #
1342026-07-26T04:24:00.456Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-07-26T04:24:00.478Z Updating crates.io index
1362026-07-26T04:24:00.478Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-26T04:24:01.456Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-26T04:24:01.639Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-07-26T04:24:02.791Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-07-26T04:24:02.811Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-07-26T04:24:02.811Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-26T04:24:02.811Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-26T04:24:04.491Z Downloading crates ...
1442026-07-26T04:24:04.522Z Downloaded cfg-if v1.0.4
1452026-07-26T04:24:04.526Z Downloaded anstyle v1.0.14
1462026-07-26T04:24:04.535Z Downloaded anstyle-parse v1.0.0
1472026-07-26T04:24:04.546Z Downloaded chacha20 v0.10.1
1482026-07-26T04:24:04.546Z Downloaded byteorder v1.5.0
1492026-07-26T04:24:04.551Z Downloaded clap v4.6.1
1502026-07-26T04:24:04.551Z Downloaded is_terminal_polyfill v1.70.2
1512026-07-26T04:24:04.556Z Downloaded bitflags v1.3.2
1522026-07-26T04:24:04.561Z Downloaded aho-corasick v1.1.4
1532026-07-26T04:24:04.565Z Downloaded hash32 v0.3.1
1542026-07-26T04:24:04.565Z Downloaded errno v0.3.14
1552026-07-26T04:24:04.565Z Downloaded foreign-types-shared v0.3.1
1562026-07-26T04:24:04.570Z Downloaded anstyle-query v1.1.5
1572026-07-26T04:24:04.570Z Downloaded cpufeatures v0.3.0
1582026-07-26T04:24:04.570Z Downloaded embedded-io v0.6.1
1592026-07-26T04:24:04.570Z Downloaded terminal_size v0.4.4
1602026-07-26T04:24:04.571Z Downloaded darling_macro v0.23.0
1612026-07-26T04:24:04.571Z Downloaded colorchoice v1.0.5
1622026-07-26T04:24:04.571Z Downloaded clap_lex v1.1.0
1632026-07-26T04:24:04.571Z Downloaded foreign-types v0.5.0
1642026-07-26T04:24:04.571Z Downloaded managed v0.8.0
1652026-07-26T04:24:04.576Z Downloaded defmt-parser v1.0.0
1662026-07-26T04:24:04.576Z Downloaded foreign-types-macros v0.2.3
1672026-07-26T04:24:04.576Z Downloaded dyn-clone v1.0.20
1682026-07-26T04:24:04.581Z Downloaded proc-macro-crate v3.5.0
1692026-07-26T04:24:04.581Z Downloaded strsim v0.11.1
1702026-07-26T04:24:04.586Z Downloaded macaddr v1.0.1
1712026-07-26T04:24:04.586Z Downloaded ref-cast-impl v1.0.25
1722026-07-26T04:24:04.586Z Downloaded utf8parse v0.2.2
1732026-07-26T04:24:04.586Z Downloaded ipnetwork v0.21.1
1742026-07-26T04:24:04.590Z Downloaded cobs v0.3.0
1752026-07-26T04:24:04.600Z Downloaded cstr-argument v0.1.2
1762026-07-26T04:24:04.600Z Downloaded heck v0.5.0
1772026-07-26T04:24:04.605Z Downloaded ref-cast v1.0.25
1782026-07-26T04:24:04.605Z Downloaded stable_deref_trait v1.2.1
1792026-07-26T04:24:04.605Z Downloaded version_check v0.9.5
1802026-07-26T04:24:04.616Z Downloaded equivalent v1.0.2
1812026-07-26T04:24:04.621Z Downloaded embedded-io v0.4.0
1822026-07-26T04:24:04.621Z Downloaded ident_case v1.0.1
1832026-07-26T04:24:04.622Z Downloaded pretty-hex v0.4.2
1842026-07-26T04:24:04.641Z Downloaded tabwriter v1.4.1
1852026-07-26T04:24:04.646Z Downloaded darling v0.23.0
1862026-07-26T04:24:04.646Z Downloaded ingot v0.2.0
1872026-07-26T04:24:04.651Z Downloaded num_enum v0.7.6
1882026-07-26T04:24:04.651Z Downloaded anstream v1.0.0
1892026-07-26T04:24:04.655Z Downloaded defmt v0.3.100
1902026-07-26T04:24:04.656Z Downloaded num_enum_derive v0.7.6
1912026-07-26T04:24:04.661Z Downloaded ingot-types v0.2.0
1922026-07-26T04:24:04.678Z Downloaded pin-project-lite v0.2.17
1932026-07-26T04:24:04.682Z Downloaded oxnet v0.1.6
1942026-07-26T04:24:04.682Z Downloaded quote v1.0.46
1952026-07-26T04:24:04.682Z Downloaded rand_core v0.10.1
1962026-07-26T04:24:04.683Z Downloaded once_cell v1.21.4
1972026-07-26T04:24:04.683Z Downloaded toml_parser v1.1.2+spec-1.1.0
1982026-07-26T04:24:04.683Z Downloaded either v1.16.0
1992026-07-26T04:24:04.683Z Downloaded thiserror v2.0.18
2002026-07-26T04:24:04.693Z Downloaded defmt-macros v1.1.1
2012026-07-26T04:24:04.700Z Downloaded anyhow v1.0.103
2022026-07-26T04:24:04.707Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2032026-07-26T04:24:04.710Z Downloaded rustversion v1.0.23
2042026-07-26T04:24:04.719Z Downloaded thiserror-impl v2.0.18
2052026-07-26T04:24:04.725Z Downloaded clap_derive v4.6.1
2062026-07-26T04:24:04.725Z Downloaded ingot-macros v0.2.0
2072026-07-26T04:24:04.725Z Downloaded postcard v1.1.3
2082026-07-26T04:24:04.725Z Downloaded clap_builder v4.6.0
2092026-07-26T04:24:04.725Z Downloaded tracing-attributes v0.1.31
2102026-07-26T04:24:04.729Z Downloaded unicode-ident v1.0.24
2112026-07-26T04:24:04.737Z Downloaded colored v3.1.1
2122026-07-26T04:24:04.737Z Downloaded serde_core v1.0.228
2132026-07-26T04:24:04.756Z Downloaded defmt v1.1.1
2142026-07-26T04:24:04.761Z Downloaded getrandom v0.4.3
2152026-07-26T04:24:04.761Z Downloaded serde_derive v1.0.228
2162026-07-26T04:24:04.761Z Downloaded proc-macro2 v1.0.106
2172026-07-26T04:24:04.761Z Downloaded bitflags v2.13.0
2182026-07-26T04:24:04.761Z Downloaded heapless v0.8.0
2192026-07-26T04:24:04.762Z Downloaded socket2 v0.6.4
2202026-07-26T04:24:04.762Z Downloaded uuid v1.23.5
2212026-07-26T04:24:04.762Z Downloaded darling_core v0.23.0
2222026-07-26T04:24:04.773Z Downloaded toml_edit v0.25.12+spec-1.1.0
2232026-07-26T04:24:04.773Z Downloaded tracing-core v0.1.36
2242026-07-26T04:24:04.802Z Downloaded serde v1.0.228
2252026-07-26T04:24:04.808Z Downloaded rand v0.10.2
2262026-07-26T04:24:04.808Z Downloaded zerocopy-derive v0.8.54
2272026-07-26T04:24:04.815Z Downloaded memchr v2.8.3
2282026-07-26T04:24:04.815Z Downloaded indexmap v2.14.0
2292026-07-26T04:24:04.835Z Downloaded itertools v0.15.0
2302026-07-26T04:24:04.850Z Downloaded hashbrown v0.17.1
2312026-07-26T04:24:04.864Z Downloaded regex v1.13.0
2322026-07-26T04:24:04.876Z Downloaded winnow v1.0.3
2332026-07-26T04:24:04.928Z Downloaded zerocopy v0.8.54
2342026-07-26T04:24:04.938Z Downloaded syn v1.0.109
2352026-07-26T04:24:04.943Z Downloaded syn v2.0.118
2362026-07-26T04:24:04.948Z Downloaded unicode-width v0.2.2
2372026-07-26T04:24:04.954Z Downloaded smoltcp v0.11.0
2382026-07-26T04:24:04.966Z Downloaded regex-syntax v0.8.11
2392026-07-26T04:24:04.994Z Downloaded rustix v1.1.4
2402026-07-26T04:24:05.007Z Downloaded tracing v0.1.44
2412026-07-26T04:24:05.025Z Downloaded regex-automata v0.4.15
2422026-07-26T04:24:05.033Z Downloaded libc v0.2.186
2432026-07-26T04:24:05.095Z Compiling proc-macro2 v1.0.106
2442026-07-26T04:24:05.095Z Compiling unicode-ident v1.0.24
2452026-07-26T04:24:05.095Z Compiling quote v1.0.46
2462026-07-26T04:24:05.099Z Compiling serde_core v1.0.228
2472026-07-26T04:24:05.099Z Compiling libc v0.2.186
2482026-07-26T04:24:05.099Z Checking cfg-if v1.0.4
2492026-07-26T04:24:05.099Z Compiling thiserror v2.0.18
2502026-07-26T04:24:05.099Z Compiling strsim v0.11.1
2512026-07-26T04:24:05.220Z Compiling ident_case v1.0.1
2522026-07-26T04:24:05.305Z Compiling memchr v2.8.3
2532026-07-26T04:24:05.331Z Compiling regex-syntax v0.8.11
2542026-07-26T04:24:05.453Z Compiling hashbrown v0.17.1
2552026-07-26T04:24:05.535Z Compiling equivalent v1.0.2
2562026-07-26T04:24:05.614Z Compiling winnow v1.0.3
2572026-07-26T04:24:05.702Z Compiling aho-corasick v1.1.4
2582026-07-26T04:24:05.828Z Compiling serde v1.0.228
2592026-07-26T04:24:05.851Z Compiling anyhow v1.0.103
2602026-07-26T04:24:05.978Z Compiling either v1.16.0
2612026-07-26T04:24:06.121Z Compiling zerocopy v0.8.54
2622026-07-26T04:24:06.181Z Compiling itertools v0.15.0
2632026-07-26T04:24:06.389Z Compiling syn v2.0.118
2642026-07-26T04:24:06.552Z Compiling indexmap v2.14.0
2652026-07-26T04:24:06.729Z Compiling toml_parser v1.1.2+spec-1.1.0
2662026-07-26T04:24:06.773Z Checking byteorder v1.5.0
2672026-07-26T04:24:06.810Z Compiling regex-automata v0.4.15
2682026-07-26T04:24:06.979Z Checking bitflags v2.13.0
2692026-07-26T04:24:07.046Z Compiling heapless v0.8.0
2702026-07-26T04:24:07.087Z Compiling toml_datetime v1.1.1+spec-1.1.0
2712026-07-26T04:24:07.144Z Checking hash32 v0.3.1
2722026-07-26T04:24:07.149Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2732026-07-26T04:24:07.266Z Compiling toml_edit v0.25.12+spec-1.1.0
2742026-07-26T04:24:07.306Z Checking macaddr v1.0.1
2752026-07-26T04:24:07.378Z Checking stable_deref_trait v1.2.1
2762026-07-26T04:24:07.403Z Compiling smoltcp v0.11.0
2772026-07-26T04:24:07.439Z Compiling syn v1.0.109
2782026-07-26T04:24:07.445Z Compiling rustversion v1.0.23
2792026-07-26T04:24:07.516Z Compiling rustix v1.1.4
2802026-07-26T04:24:07.725Z Checking managed v0.8.0
2812026-07-26T04:24:07.776Z Compiling proc-macro-crate v3.5.0
2822026-07-26T04:24:07.871Z Compiling getrandom v0.4.3
2832026-07-26T04:24:07.881Z Checking bitflags v1.3.2
2842026-07-26T04:24:07.882Z Checking rand_core v0.10.1
2852026-07-26T04:24:07.898Z Compiling version_check v0.9.5
2862026-07-26T04:24:07.907Z Compiling ref-cast v1.0.25
2872026-07-26T04:24:09.056Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2882026-07-26T04:24:09.135Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2892026-07-26T04:24:09.135Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2902026-07-26T04:24:09.135Z Checking errno v0.3.14
2912026-07-26T04:24:09.135Z Checking ipnetwork v0.21.1
2922026-07-26T04:24:09.135Z Compiling regex v1.13.0
2932026-07-26T04:24:09.136Z Checking cpufeatures v0.3.0
2942026-07-26T04:24:09.136Z Checking foreign-types-shared v0.3.1
2952026-07-26T04:24:09.136Z Checking utf8parse v0.2.2
2962026-07-26T04:24:09.136Z Checking once_cell v1.21.4
2972026-07-26T04:24:09.136Z Checking unicode-width v0.2.2
2982026-07-26T04:24:09.136Z Checking anstyle-parse v1.0.0
2992026-07-26T04:24:09.136Z Checking tracing-core v0.1.36
3002026-07-26T04:24:09.136Z Checking cstr-argument v0.1.2
3012026-07-26T04:24:09.136Z Compiling darling_core v0.23.0
3022026-07-26T04:24:09.136Z Checking tabwriter v1.4.1
3032026-07-26T04:24:09.136Z Checking chacha20 v0.10.1
3042026-07-26T04:24:09.351Z Checking is_terminal_polyfill v1.70.2
3052026-07-26T04:24:09.364Z Checking dyn-clone v1.0.20
3062026-07-26T04:24:09.435Z Checking colorchoice v1.0.5
3072026-07-26T04:24:09.460Z Checking pretty-hex v0.4.2
3082026-07-26T04:24:09.520Z Checking pin-project-lite v0.2.17
3092026-07-26T04:24:09.540Z Checking anstyle v1.0.14
3102026-07-26T04:24:09.554Z Checking anstyle-query v1.1.5
3112026-07-26T04:24:09.569Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3122026-07-26T04:24:09.636Z Checking terminal_size v0.4.4
3132026-07-26T04:24:09.698Z Checking anstream v1.0.0
3142026-07-26T04:24:09.738Z Checking rand v0.10.2
3152026-07-26T04:24:09.781Z Checking uuid v1.23.5
3162026-07-26T04:24:09.794Z Checking socket2 v0.6.4
3172026-07-26T04:24:09.889Z Compiling heck v0.5.0
3182026-07-26T04:24:09.922Z Checking colored v3.1.1
3192026-07-26T04:24:10.038Z Checking oxnet v0.1.6
3202026-07-26T04:24:10.080Z Checking clap_lex v1.1.0
3212026-07-26T04:24:10.103Z Compiling thiserror-impl v2.0.18
3222026-07-26T04:24:10.116Z Compiling zerocopy-derive v0.8.54
3232026-07-26T04:24:10.197Z Compiling serde_derive v1.0.228
3242026-07-26T04:24:10.237Z Compiling num_enum_derive v0.7.6
3252026-07-26T04:24:10.247Z Compiling foreign-types-macros v0.2.3
3262026-07-26T04:24:10.827Z Compiling ref-cast-impl v1.0.25
3272026-07-26T04:24:10.858Z Checking foreign-types v0.5.0
3282026-07-26T04:24:10.933Z Compiling tracing-attributes v0.1.31
3292026-07-26T04:24:11.043Z Compiling darling_macro v0.23.0
3302026-07-26T04:24:11.172Z Checking num_enum v0.7.6
3312026-07-26T04:24:11.300Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3322026-07-26T04:24:11.417Z Checking cobs v0.3.0
3332026-07-26T04:24:11.506Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3342026-07-26T04:24:11.535Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3352026-07-26T04:24:11.546Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3362026-07-26T04:24:11.662Z Compiling darling v0.23.0
3372026-07-26T04:24:11.704Z Compiling clap_derive v4.6.1
3382026-07-26T04:24:11.735Z Compiling ingot-macros v0.2.0
3392026-07-26T04:24:11.855Z Checking clap_builder v4.6.0
3402026-07-26T04:24:11.871Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3412026-07-26T04:24:11.981Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3422026-07-26T04:24:12.180Z Checking tracing v0.1.44
3432026-07-26T04:24:13.087Z Checking postcard v1.1.3
3442026-07-26T04:24:13.092Z Checking clap v4.6.1
3452026-07-26T04:24:14.158Z Checking ingot-types v0.2.0
3462026-07-26T04:24:14.375Z Checking ingot v0.2.0
3472026-07-26T04:24:15.645Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3482026-07-26T04:24:17.384Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3492026-07-26T04:24:18.021Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3502026-07-26T04:24:18.829Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.45s
3512026-07-26T04:24:18.934Z
3522026-07-26T04:24:18.934Zreal 18.602887899
3532026-07-26T04:24:18.934Zuser 53.549887604
3542026-07-26T04:24:18.934Zsys 12.847485079
3552026-07-26T04:24:18.934Ztrap 0.047466601
3562026-07-26T04:24:18.934Ztflt 0.049987789
3572026-07-26T04:24:18.934Zdflt 0.176722896
3582026-07-26T04:24:18.934Zkflt 0.005250780
3592026-07-26T04:24:18.934Zlock 3:39.484369312
3602026-07-26T04:24:18.938Zslp 2:59.924632383
3612026-07-26T04:24:18.938Zlat 3.651227501
3622026-07-26T04:24:18.938Zstop 13.724786037
3632026-07-26T04:24:18.938Z+ header 'debug build'
3642026-07-26T04:24:18.938Z+ echo '# ==== debug build ==== #'
3652026-07-26T04:24:18.938Z+ ptime -m cargo build
3662026-07-26T04:24:18.938Z# ==== debug build ==== #
3672026-07-26T04:24:19.086Z Compiling cfg-if v1.0.4
3682026-07-26T04:24:19.090Z Compiling serde_core v1.0.228
3692026-07-26T04:24:19.090Z Compiling libc v0.2.186
3702026-07-26T04:24:19.111Z Compiling thiserror v2.0.18
3712026-07-26T04:24:19.115Z Compiling byteorder v1.5.0
3722026-07-26T04:24:19.118Z Compiling zerocopy v0.8.54
3732026-07-26T04:24:19.121Z Compiling macaddr v1.0.1
3742026-07-26T04:24:19.125Z Compiling stable_deref_trait v1.2.1
3752026-07-26T04:24:19.160Z Compiling managed v0.8.0
3762026-07-26T04:24:19.173Z Compiling cobs v0.3.0
3772026-07-26T04:24:19.186Z Compiling rand_core v0.10.1
3782026-07-26T04:24:19.278Z Compiling hash32 v0.3.1
3792026-07-26T04:24:19.332Z Compiling bitflags v1.3.2
3802026-07-26T04:24:19.352Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3812026-07-26T04:24:19.372Z Compiling heapless v0.8.0
3822026-07-26T04:24:19.391Z Compiling errno v0.3.14
3832026-07-26T04:24:19.416Z Compiling cpufeatures v0.3.0
3842026-07-26T04:24:19.434Z Compiling utf8parse v0.2.2
3852026-07-26T04:24:19.439Z Compiling memchr v2.8.3
3862026-07-26T04:24:19.475Z Compiling foreign-types-shared v0.3.1
3872026-07-26T04:24:19.529Z Compiling unicode-width v0.2.2
3882026-07-26T04:24:19.544Z Compiling once_cell v1.21.4
3892026-07-26T04:24:19.550Z Compiling ipnetwork v0.21.1
3902026-07-26T04:24:19.597Z Compiling foreign-types v0.5.0
3912026-07-26T04:24:19.663Z Compiling anstyle-parse v1.0.0
3922026-07-26T04:24:19.764Z Compiling smoltcp v0.11.0
3932026-07-26T04:24:19.785Z Compiling tabwriter v1.4.1
3942026-07-26T04:24:19.816Z Compiling cstr-argument v0.1.2
3952026-07-26T04:24:19.857Z Compiling tracing-core v0.1.36
3962026-07-26T04:24:19.989Z Compiling chacha20 v0.10.1
3972026-07-26T04:24:20.025Z Compiling ref-cast v1.0.25
3982026-07-26T04:24:20.114Z Compiling num_enum v0.7.6
3992026-07-26T04:24:20.194Z Compiling getrandom v0.4.3
4002026-07-26T04:24:20.218Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4012026-07-26T04:24:20.325Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4022026-07-26T04:24:20.330Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4032026-07-26T04:24:20.398Z Compiling pin-project-lite v0.2.17
4042026-07-26T04:24:20.421Z Compiling anstyle-query v1.1.5
4052026-07-26T04:24:20.483Z Compiling is_terminal_polyfill v1.70.2
4062026-07-26T04:24:20.524Z Compiling colorchoice v1.0.5
4072026-07-26T04:24:20.565Z Compiling dyn-clone v1.0.20
4082026-07-26T04:24:20.601Z Compiling anstyle v1.0.14
4092026-07-26T04:24:20.627Z Compiling pretty-hex v0.4.2
4102026-07-26T04:24:20.720Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4112026-07-26T04:24:20.752Z Compiling bitflags v2.13.0
4122026-07-26T04:24:20.856Z Compiling serde v1.0.228
4132026-07-26T04:24:20.865Z Compiling anstream v1.0.0
4142026-07-26T04:24:20.923Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4152026-07-26T04:24:20.969Z Compiling rustix v1.1.4
4162026-07-26T04:24:21.173Z Compiling uuid v1.23.5
4172026-07-26T04:24:21.189Z Compiling tracing v0.1.44
4182026-07-26T04:24:21.374Z Compiling postcard v1.1.3
4192026-07-26T04:24:21.556Z Compiling terminal_size v0.4.4
4202026-07-26T04:24:21.565Z Compiling anyhow v1.0.103
4212026-07-26T04:24:21.565Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4222026-07-26T04:24:21.694Z Compiling rand v0.10.2
4232026-07-26T04:24:21.719Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4242026-07-26T04:24:21.810Z Compiling socket2 v0.6.4
4252026-07-26T04:24:21.841Z Compiling strsim v0.11.1
4262026-07-26T04:24:22.057Z Compiling ingot-types v0.2.0
4272026-07-26T04:24:22.109Z Compiling oxnet v0.1.6
4282026-07-26T04:24:22.153Z Compiling winnow v1.0.3
4292026-07-26T04:24:22.353Z Compiling ingot v0.2.0
4302026-07-26T04:24:22.417Z Compiling colored v3.1.1
4312026-07-26T04:24:22.590Z Compiling clap_lex v1.1.0
4322026-07-26T04:24:22.663Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4332026-07-26T04:24:22.853Z Compiling clap_builder v4.6.0
4342026-07-26T04:24:23.188Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4352026-07-26T04:24:23.979Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4362026-07-26T04:24:24.474Z Compiling clap v4.6.1
4372026-07-26T04:24:25.539Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4382026-07-26T04:24:26.962Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4392026-07-26T04:24:31.294Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.35s
4402026-07-26T04:24:31.321Z
4412026-07-26T04:24:31.325Zreal 12.377444590
4422026-07-26T04:24:31.325Zuser 1:03.907102707
4432026-07-26T04:24:31.325Zsys 5.943679934
4442026-07-26T04:24:31.325Ztrap 0.033634120
4452026-07-26T04:24:31.325Ztflt 0.078373716
4462026-07-26T04:24:31.325Zdflt 0.275282510
4472026-07-26T04:24:31.325Zkflt 0.000005470
4482026-07-26T04:24:31.325Zlock 3:06.650128952
4492026-07-26T04:24:31.325Zslp 1:54.669116967
4502026-07-26T04:24:31.325Zlat 2.812770309
4512026-07-26T04:24:31.325Zstop 2.623542224
4522026-07-26T04:24:31.325Z+ header 'release build'
4532026-07-26T04:24:31.325Z+ echo '# ==== release build ==== #'
4542026-07-26T04:24:31.326Z# ==== release build ==== #
4552026-07-26T04:24:31.326Z+ ptime -m cargo build --release
4562026-07-26T04:24:31.417Z Compiling proc-macro2 v1.0.106
4572026-07-26T04:24:31.417Z Compiling unicode-ident v1.0.24
4582026-07-26T04:24:31.417Z Compiling quote v1.0.46
4592026-07-26T04:24:31.422Z Compiling serde_core v1.0.228
4602026-07-26T04:24:31.422Z Compiling libc v0.2.186
4612026-07-26T04:24:31.422Z Compiling cfg-if v1.0.4
4622026-07-26T04:24:31.422Z Compiling memchr v2.8.3
4632026-07-26T04:24:31.422Z Compiling thiserror v2.0.18
4642026-07-26T04:24:31.487Z Compiling ident_case v1.0.1
4652026-07-26T04:24:31.533Z Compiling strsim v0.11.1
4662026-07-26T04:24:31.588Z Compiling regex-syntax v0.8.11
4672026-07-26T04:24:31.716Z Compiling either v1.16.0
4682026-07-26T04:24:31.794Z Compiling hashbrown v0.17.1
4692026-07-26T04:24:31.901Z Compiling aho-corasick v1.1.4
4702026-07-26T04:24:31.907Z Compiling winnow v1.0.3
4712026-07-26T04:24:31.962Z Compiling serde v1.0.228
4722026-07-26T04:24:32.115Z Compiling equivalent v1.0.2
4732026-07-26T04:24:32.187Z Compiling anyhow v1.0.103
4742026-07-26T04:24:32.242Z Compiling zerocopy v0.8.54
4752026-07-26T04:24:32.309Z Compiling indexmap v2.14.0
4762026-07-26T04:24:32.543Z Compiling itertools v0.15.0
4772026-07-26T04:24:32.625Z Compiling syn v2.0.118
4782026-07-26T04:24:32.691Z Compiling byteorder v1.5.0
4792026-07-26T04:24:32.876Z Compiling toml_parser v1.1.2+spec-1.1.0
4802026-07-26T04:24:32.893Z Compiling heapless v0.8.0
4812026-07-26T04:24:32.904Z Compiling toml_datetime v1.1.1+spec-1.1.0
4822026-07-26T04:24:33.101Z Compiling regex-automata v0.4.15
4832026-07-26T04:24:33.211Z Compiling toml_edit v0.25.12+spec-1.1.0
4842026-07-26T04:24:33.316Z Compiling hash32 v0.3.1
4852026-07-26T04:24:33.394Z Compiling syn v1.0.109
4862026-07-26T04:24:33.444Z Compiling stable_deref_trait v1.2.1
4872026-07-26T04:24:33.503Z Compiling bitflags v2.13.0
4882026-07-26T04:24:33.567Z Compiling smoltcp v0.11.0
4892026-07-26T04:24:33.616Z Compiling rustversion v1.0.23
4902026-07-26T04:24:33.682Z Compiling macaddr v1.0.1
4912026-07-26T04:24:33.818Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4922026-07-26T04:24:33.828Z Compiling proc-macro-crate v3.5.0
4932026-07-26T04:24:33.901Z Compiling ref-cast v1.0.25
4942026-07-26T04:24:33.970Z Compiling version_check v0.9.5
4952026-07-26T04:24:34.040Z Compiling rustix v1.1.4
4962026-07-26T04:24:34.059Z Compiling getrandom v0.4.3
4972026-07-26T04:24:34.184Z Compiling managed v0.8.0
4982026-07-26T04:24:34.206Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4992026-07-26T04:24:34.213Z Compiling rand_core v0.10.1
5002026-07-26T04:24:34.302Z Compiling bitflags v1.3.2
5012026-07-26T04:24:34.339Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-07-26T04:24:34.412Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5032026-07-26T04:24:34.530Z Compiling errno v0.3.14
5042026-07-26T04:24:34.543Z Compiling foreign-types-shared v0.3.1
5052026-07-26T04:24:34.667Z Compiling cpufeatures v0.3.0
5062026-07-26T04:24:34.727Z Compiling regex v1.13.0
5072026-07-26T04:24:34.786Z Compiling once_cell v1.21.4
5082026-07-26T04:24:34.878Z Compiling unicode-width v0.2.2
5092026-07-26T04:24:35.002Z Compiling ipnetwork v0.21.1
5102026-07-26T04:24:35.098Z Compiling darling_core v0.23.0
5112026-07-26T04:24:35.155Z Compiling utf8parse v0.2.2
5122026-07-26T04:24:35.249Z Compiling anstyle-parse v1.0.0
5132026-07-26T04:24:35.352Z Compiling tabwriter v1.4.1
5142026-07-26T04:24:35.369Z Compiling cstr-argument v0.1.2
5152026-07-26T04:24:35.434Z Compiling tracing-core v0.1.36
5162026-07-26T04:24:35.512Z Compiling chacha20 v0.10.1
5172026-07-26T04:24:36.084Z Compiling is_terminal_polyfill v1.70.2
5182026-07-26T04:24:36.147Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5192026-07-26T04:24:36.167Z Compiling anstyle v1.0.14
5202026-07-26T04:24:36.283Z Compiling colorchoice v1.0.5
5212026-07-26T04:24:36.314Z Compiling thiserror-impl v2.0.18
5222026-07-26T04:24:36.364Z Compiling zerocopy-derive v0.8.54
5232026-07-26T04:24:36.385Z Compiling serde_derive v1.0.228
5242026-07-26T04:24:36.432Z Compiling ref-cast-impl v1.0.25
5252026-07-26T04:24:36.466Z Compiling num_enum_derive v0.7.6
5262026-07-26T04:24:37.009Z Compiling foreign-types-macros v0.2.3
5272026-07-26T04:24:37.177Z Compiling darling_macro v0.23.0
5282026-07-26T04:24:37.201Z Compiling tracing-attributes v0.1.31
5292026-07-26T04:24:37.439Z Compiling num_enum v0.7.6
5302026-07-26T04:24:37.547Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5312026-07-26T04:24:37.597Z Compiling cobs v0.3.0
5322026-07-26T04:24:37.632Z Compiling foreign-types v0.5.0
5332026-07-26T04:24:37.695Z Compiling anstyle-query v1.1.5
5342026-07-26T04:24:37.726Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5352026-07-26T04:24:37.730Z Compiling darling v0.23.0
5362026-07-26T04:24:37.775Z Compiling pretty-hex v0.4.2
5372026-07-26T04:24:37.787Z Compiling ingot-macros v0.2.0
5382026-07-26T04:24:37.800Z Compiling pin-project-lite v0.2.17
5392026-07-26T04:24:37.904Z Compiling dyn-clone v1.0.20
5402026-07-26T04:24:37.911Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5412026-07-26T04:24:38.007Z Compiling anstream v1.0.0
5422026-07-26T04:24:38.016Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5432026-07-26T04:24:38.176Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5442026-07-26T04:24:38.346Z Compiling terminal_size v0.4.4
5452026-07-26T04:24:38.386Z Compiling tracing v0.1.44
5462026-07-26T04:24:38.402Z Compiling rand v0.10.2
5472026-07-26T04:24:38.470Z Compiling uuid v1.23.5
5482026-07-26T04:24:38.571Z Compiling socket2 v0.6.4
5492026-07-26T04:24:38.615Z Compiling oxnet v0.1.6
5502026-07-26T04:24:38.684Z Compiling clap_lex v1.1.0
5512026-07-26T04:24:38.911Z Compiling colored v3.1.1
5522026-07-26T04:24:39.132Z Compiling heck v0.5.0
5532026-07-26T04:24:39.145Z Compiling clap_builder v4.6.0
5542026-07-26T04:24:39.314Z Compiling clap_derive v4.6.1
5552026-07-26T04:24:39.427Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5562026-07-26T04:24:39.540Z Compiling postcard v1.1.3
5572026-07-26T04:24:40.625Z Compiling ingot-types v0.2.0
5582026-07-26T04:24:40.948Z Compiling clap v4.6.1
5592026-07-26T04:24:41.010Z Compiling ingot v0.2.0
5602026-07-26T04:24:42.756Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5612026-07-26T04:24:43.756Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5622026-07-26T04:24:44.785Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5632026-07-26T04:24:51.301Z Finished `release` profile [optimized + debuginfo] target(s) in 19.97s
5642026-07-26T04:24:51.328Z
5652026-07-26T04:24:51.332Zreal 19.996632568
5662026-07-26T04:24:51.332Zuser 1:41.097416825
5672026-07-26T04:24:51.332Zsys 13.157555872
5682026-07-26T04:24:51.332Ztrap 0.051164520
5692026-07-26T04:24:51.332Ztflt 0.108048291
5702026-07-26T04:24:51.332Zdflt 0.378323603
5712026-07-26T04:24:51.332Zkflt 0.000008230
5722026-07-26T04:24:51.332Zlock 4:44.799112362
5732026-07-26T04:24:51.332Zslp 3:22.256028943
5742026-07-26T04:24:51.332Zlat 5.007472148
5752026-07-26T04:24:51.332Zstop 9.580097052
5762026-07-26T04:24:51.332Z+ popd
5772026-07-26T04:24:51.332Z/work/oxidecomputer/opte
5782026-07-26T04:24:51.333Z+ TGT_BASE=/work
5792026-07-26T04:24:51.333Z+ for x in debug release
5802026-07-26T04:24:51.333Z+ mkdir -p /work/debug
5812026-07-26T04:24:51.333Z+ cp target/debug/opteadm /work/debug/
5822026-07-26T04:24:51.354Z+ sha256sum target/debug/opteadm
5832026-07-26T04:24:51.382Z+ for x in debug release
5842026-07-26T04:24:51.382Z+ mkdir -p /work/release
5852026-07-26T04:24:51.385Z+ cp target/release/opteadm /work/release/
5862026-07-26T04:24:51.400Z+ sha256sum target/release/opteadm
5872026-07-26T04:24:51.418Zprocess exited: duration 66681 ms, exit code 0
 
5882026-07-26T04:24:51.425Zfound 4 output files
5892026-07-26T04:24:51.425Zuploading: /work/debug/opteadm (38121632 bytes)
5902026-07-26T04:24:52.770Zuploaded: /work/debug/opteadm
5912026-07-26T04:24:52.770Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5922026-07-26T04:24:53.780Zuploaded: /work/debug/opteadm.debug.sha256
5932026-07-26T04:24:53.780Zuploading: /work/release/opteadm (25874952 bytes)
5942026-07-26T04:24:55.003Zuploaded: /work/release/opteadm
5952026-07-26T04:24:55.003Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5962026-07-26T04:24:56.015Zuploaded: /work/release/opteadm.release.sha256