01KYB2RP7990WHY9V4WZZDYK0Z: 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: 01KYB2S4CJXH83K4FDMH7PYSDP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-24T22:09:48.634Zjob assigned to worker 01KYB2S6AFK37T9NK2SCSRW53C [factory aws, i-0ec2d2f7d4d3c2d34] (queued for 57 s)
 
22026-07-24T22:09:54.726Zstarting task 0: "setup"
32026-07-24T22:09:54.730Z++ uname -s
42026-07-24T22:09:54.733Z+ kern=SunOS
52026-07-24T22:09:54.733Z+ build_user=build
62026-07-24T22:09:54.733Z+ build_uid=12345
72026-07-24T22:09:54.733Z+ work_dir=/work
82026-07-24T22:09:54.733Z+ input_dir=/input
92026-07-24T22:09:54.733Z+ [[ 0 == 12345 ]]
102026-07-24T22:09:54.733Z+ case "$kern" in
112026-07-24T22:09:54.733Z+ groupadd -g 12345 build
122026-07-24T22:09:54.736Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-24T22:09:56.739Z+ zfs create -o mountpoint=/work rpool/work
142026-07-24T22:09:56.811Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-24T22:09:56.814Z+ home_fs=zfs
162026-07-24T22:09:56.814Z+ [[ zfs == autofs ]]
172026-07-24T22:09:56.814Z+ mkdir -p /home/build
182026-07-24T22:09:56.814Z+ chown build:build /home/build /work
192026-07-24T22:09:58.816Z+ chmod 0700 /home/build /work
202026-07-24T22:09:58.819Zprocess exited: duration 4092 ms, exit code 0
 
212026-07-24T22:09:58.825Zstarting task 1: "rust-toolchain"
222026-07-24T22:09:58.829Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-24T22:09:58.829Z * rust toolchain channel = "1.97.1"
242026-07-24T22:09:58.829Z * rust toolchain profile = "default"
252026-07-24T22:09:58.829Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-24T22:09:58.829Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-24T22:09:58.832Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-24T22:09:58.832Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-24T22:09:58.832Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-24T22:09:58.938Zinfo: downloading installer
312026-07-24T22:10:00.235Zwarn: It looks like you have an existing rustup settings file at:
322026-07-24T22:10:00.235Zwarn: /home/build/.rustup/settings.toml
332026-07-24T22:10:00.235Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-24T22:10:00.235Zwarn: instead of the one inferred from the default host triple.
352026-07-24T22:10:00.247Zinfo: profile set to default
362026-07-24T22:10:00.247Zinfo: default host triple is x86_64-unknown-illumos
372026-07-24T22:10:00.251Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-24T22:10:00.375Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-24T22:10:00.378Zinfo: downloading 6 components
402026-07-24T22:10:14.454Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-24T22:10:14.454Z
422026-07-24T22:10:14.481Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-24T22:10:14.481Z
442026-07-24T22:10:14.481Z
452026-07-24T22:10:14.481ZRust is installed now. Great!
462026-07-24T22:10:14.481Z
472026-07-24T22:10:14.485ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-24T22:10:14.485Zenvironment variable. This has not been done automatically.
492026-07-24T22:10:14.485Z
502026-07-24T22:10:14.485ZTo configure your current shell, you need to source
512026-07-24T22:10:14.485Zthe corresponding env file under $HOME/.cargo.
522026-07-24T22:10:14.485Z
532026-07-24T22:10:14.485ZThis is usually done by running one of the following (note the leading DOT):
542026-07-24T22:10:14.485Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-24T22:10:14.485Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-24T22:10:14.485Zsource "~/.cargo/env.nu" # For nushell
572026-07-24T22:10:14.485Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-24T22:10:14.485Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-24T22:10:14.485Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-24T22:10:14.485Zwarn: no default linker (`cc`) was found in your PATH
612026-07-24T22:10:14.485Zwarn: many Rust crates require a system C toolchain to build
622026-07-24T22:10:14.595Z+ rustup --version
632026-07-24T22:10:14.603Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-24T22:10:14.606Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-24T22:10:14.624Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-24T22:10:14.644Z+ cargo --version
672026-07-24T22:10:14.644Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-24T22:10:14.644Z+ rustc --version
692026-07-24T22:10:14.664Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-24T22:10:14.667Zprocess exited: duration 15840 ms, exit code 0
 
712026-07-24T22:10:14.672Zstarting task 2: "authentication"
722026-07-24T22:10:14.689Zprocess exited: duration 16 ms, exit code 0
 
732026-07-24T22:10:14.695Zstarting task 3: "clone repository"
742026-07-24T22:10:14.698Z+ mkdir -p /work/oxidecomputer/opte
752026-07-24T22:10:14.701Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-24T22:10:14.733ZCloning into '/work/oxidecomputer/opte'...
772026-07-24T22:10:15.739Z+ cd /work/oxidecomputer/opte
782026-07-24T22:10:15.739Z+ git fetch origin 62c6d27460a63db80e78c78f3115f8b21ff3cf21
792026-07-24T22:10:15.970ZFrom https://github.com/oxidecomputer/opte
802026-07-24T22:10:15.970Z * branch 62c6d27460a63db80e78c78f3115f8b21ff3cf21 -> FETCH_HEAD
812026-07-24T22:10:15.978Z+ [[ -n icmp-ptb ]]
822026-07-24T22:10:15.981Z++ git branch --show-current
832026-07-24T22:10:15.981Z+ current=master
842026-07-24T22:10:15.981Z+ [[ master != icmp-ptb ]]
852026-07-24T22:10:15.981Z+ git branch -f icmp-ptb 62c6d27460a63db80e78c78f3115f8b21ff3cf21
862026-07-24T22:10:15.984Z+ git checkout -f icmp-ptb
872026-07-24T22:10:16.001ZSwitched to branch 'icmp-ptb'
882026-07-24T22:10:16.004Z+ git reset --hard 62c6d27460a63db80e78c78f3115f8b21ff3cf21
892026-07-24T22:10:16.008ZHEAD is now at 62c6d27 Merge branch 'master' into icmp-ptb
902026-07-24T22:10:16.011Zprocess exited: duration 1314 ms, exit code 0
 
912026-07-24T22:10:16.017Zstarting task 4: "build"
922026-07-24T22:10:16.020Z+ source .github/buildomat/common.sh
932026-07-24T22:10:16.025Z++ rustup show active-toolchain
942026-07-24T22:10:16.029Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-24T22:10:16.029Z++ pushd xde
962026-07-24T22:10:16.029Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-24T22:10:16.029Z++ rustup show active-toolchain
982026-07-24T22:10:16.032Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-24T22:10:16.170Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-24T22:10:16.173Zinfo: downloading 6 components
1012026-07-24T22:10:30.628Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-24T22:10:30.727Z+++ rustup show active-toolchain -v
1032026-07-24T22:10:30.730Z+++ head -n 1
1042026-07-24T22:10:30.730Z+++ cut '-d ' -f1
1052026-07-24T22:10:30.781Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-24T22:10:30.781Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-24T22:10:30.781Z++ popd
1082026-07-24T22:10:30.781Z/work/oxidecomputer/opte
1092026-07-24T22:10:30.785Z+ cargo --version
1102026-07-24T22:10:30.791Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-24T22:10:30.794Z+ rustc --version
1122026-07-24T22:10:30.813Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-24T22:10:30.816Z+ pushd bin/opteadm
1142026-07-24T22:10:30.816Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-07-24T22:10:30.816Z+ header 'check style'
1162026-07-24T22:10:30.816Z+ echo '# ==== check style ==== #'
1172026-07-24T22:10:30.816Z# ==== check style ==== #
1182026-07-24T22:10:30.816Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-07-24T22:10:30.886Z
1202026-07-24T22:10:30.886Zreal 0.068561235
1212026-07-24T22:10:30.886Zuser 0.038780492
1222026-07-24T22:10:30.886Zsys 0.027422329
1232026-07-24T22:10:30.886Ztrap 0.000000470
1242026-07-24T22:10:30.890Ztflt 0.000004000
1252026-07-24T22:10:30.890Zdflt 0.000004430
1262026-07-24T22:10:30.890Zkflt 0.000000000
1272026-07-24T22:10:30.890Zlock 0.031031220
1282026-07-24T22:10:30.890Zslp 0.048231465
1292026-07-24T22:10:30.890Zlat 0.000697290
1302026-07-24T22:10:30.890Zstop 0.000109850
1312026-07-24T22:10:30.890Z+ header analyze
1322026-07-24T22:10:30.890Z+ echo '# ==== analyze ==== #'
1332026-07-24T22:10:30.890Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-07-24T22:10:30.890Z# ==== analyze ==== #
1352026-07-24T22:10:31.024Z Updating crates.io index
1362026-07-24T22:10:31.026Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-24T22:10:32.059Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-24T22:10:32.484Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-24T22:10:32.810Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-24T22:10:33.046Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-24T22:10:33.284Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-24T22:10:33.571Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-24T22:10:35.327Z Downloading crates ...
1442026-07-24T22:10:35.369Z Downloaded anstyle-query v1.1.5
1452026-07-24T22:10:35.379Z Downloaded bitflags v1.3.2
1462026-07-24T22:10:35.387Z Downloaded heapless v0.8.0
1472026-07-24T22:10:35.390Z Downloaded anyhow v1.0.103
1482026-07-24T22:10:35.393Z Downloaded cpufeatures v0.3.0
1492026-07-24T22:10:35.396Z Downloaded defmt v0.3.100
1502026-07-24T22:10:35.396Z Downloaded hash32 v0.3.1
1512026-07-24T22:10:35.399Z Downloaded darling_core v0.23.0
1522026-07-24T22:10:35.402Z Downloaded ingot-macros v0.2.0
1532026-07-24T22:10:35.402Z Downloaded dyn-clone v1.0.20
1542026-07-24T22:10:35.405Z Downloaded foreign-types v0.5.0
1552026-07-24T22:10:35.408Z Downloaded thiserror-impl v2.0.18
1562026-07-24T22:10:35.410Z Downloaded anstyle-parse v1.0.0
1572026-07-24T22:10:35.416Z Downloaded heck v0.5.0
1582026-07-24T22:10:35.419Z Downloaded colorchoice v1.0.5
1592026-07-24T22:10:35.423Z Downloaded either v1.16.0
1602026-07-24T22:10:35.427Z Downloaded tracing-core v0.1.36
1612026-07-24T22:10:35.430Z Downloaded defmt-parser v1.0.0
1622026-07-24T22:10:35.433Z Downloaded macaddr v1.0.1
1632026-07-24T22:10:35.436Z Downloaded embedded-io v0.4.0
1642026-07-24T22:10:35.438Z Downloaded equivalent v1.0.2
1652026-07-24T22:10:35.438Z Downloaded cobs v0.3.0
1662026-07-24T22:10:35.441Z Downloaded bitflags v2.13.0
1672026-07-24T22:10:35.441Z Downloaded getrandom v0.4.3
1682026-07-24T22:10:35.444Z Downloaded cstr-argument v0.1.2
1692026-07-24T22:10:35.447Z Downloaded managed v0.8.0
1702026-07-24T22:10:35.450Z Downloaded ident_case v1.0.1
1712026-07-24T22:10:35.453Z Downloaded embedded-io v0.6.1
1722026-07-24T22:10:35.453Z Downloaded is_terminal_polyfill v1.70.2
1732026-07-24T22:10:35.458Z Downloaded clap_lex v1.1.0
1742026-07-24T22:10:35.461Z Downloaded darling_macro v0.23.0
1752026-07-24T22:10:35.461Z Downloaded foreign-types-macros v0.2.3
1762026-07-24T22:10:35.463Z Downloaded proc-macro-crate v3.5.0
1772026-07-24T22:10:35.464Z Downloaded ref-cast-impl v1.0.25
1782026-07-24T22:10:35.464Z Downloaded tabwriter v1.4.1
1792026-07-24T22:10:35.464Z Downloaded stable_deref_trait v1.2.1
1802026-07-24T22:10:35.466Z Downloaded ref-cast v1.0.25
1812026-07-24T22:10:35.469Z Downloaded cfg-if v1.0.4
1822026-07-24T22:10:35.469Z Downloaded errno v0.3.14
1832026-07-24T22:10:35.472Z Downloaded ingot-types v0.2.0
1842026-07-24T22:10:35.475Z Downloaded anstream v1.0.0
1852026-07-24T22:10:35.475Z Downloaded ipnetwork v0.21.1
1862026-07-24T22:10:35.484Z Downloaded pretty-hex v0.4.2
1872026-07-24T22:10:35.487Z Downloaded foreign-types-shared v0.3.1
1882026-07-24T22:10:35.490Z Downloaded strsim v0.11.1
1892026-07-24T22:10:35.494Z Downloaded utf8parse v0.2.2
1902026-07-24T22:10:35.497Z Downloaded terminal_size v0.4.4
1912026-07-24T22:10:35.497Z Downloaded version_check v0.9.5
1922026-07-24T22:10:35.500Z Downloaded byteorder v1.5.0
1932026-07-24T22:10:35.500Z Downloaded anstyle v1.0.14
1942026-07-24T22:10:35.515Z Downloaded ingot v0.2.0
1952026-07-24T22:10:35.518Z Downloaded num_enum_derive v0.7.6
1962026-07-24T22:10:35.524Z Downloaded rand_core v0.10.1
1972026-07-24T22:10:35.531Z Downloaded num_enum v0.7.6
1982026-07-24T22:10:35.534Z Downloaded thiserror v2.0.18
1992026-07-24T22:10:35.538Z Downloaded rustversion v1.0.23
2002026-07-24T22:10:35.541Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2012026-07-24T22:10:35.544Z Downloaded oxnet v0.1.6
2022026-07-24T22:10:35.557Z Downloaded clap_derive v4.6.1
2032026-07-24T22:10:35.560Z Downloaded colored v3.1.1
2042026-07-24T22:10:35.560Z Downloaded chacha20 v0.10.1
2052026-07-24T22:10:35.560Z Downloaded defmt-macros v1.1.1
2062026-07-24T22:10:35.563Z Downloaded defmt v1.1.1
2072026-07-24T22:10:35.563Z Downloaded tracing-attributes v0.1.31
2082026-07-24T22:10:35.575Z Downloaded darling v0.23.0
2092026-07-24T22:10:35.578Z Downloaded once_cell v1.21.4
2102026-07-24T22:10:35.580Z Downloaded toml_parser v1.1.2+spec-1.1.0
2112026-07-24T22:10:35.585Z Downloaded quote v1.0.46
2122026-07-24T22:10:35.590Z Downloaded proc-macro2 v1.0.106
2132026-07-24T22:10:35.592Z Downloaded rand v0.10.2
2142026-07-24T22:10:35.595Z Downloaded serde_derive v1.0.228
2152026-07-24T22:10:35.598Z Downloaded clap v4.6.1
2162026-07-24T22:10:35.602Z Downloaded unicode-ident v1.0.24
2172026-07-24T22:10:35.605Z Downloaded pin-project-lite v0.2.17
2182026-07-24T22:10:35.608Z Downloaded postcard v1.1.3
2192026-07-24T22:10:35.617Z Downloaded serde_core v1.0.228
2202026-07-24T22:10:35.627Z Downloaded socket2 v0.6.4
2212026-07-24T22:10:35.629Z Downloaded toml_edit v0.25.12+spec-1.1.0
2222026-07-24T22:10:35.633Z Downloaded uuid v1.23.5
2232026-07-24T22:10:35.641Z Downloaded serde v1.0.228
2242026-07-24T22:10:35.654Z Downloaded indexmap v2.14.0
2252026-07-24T22:10:35.659Z Downloaded memchr v2.8.3
2262026-07-24T22:10:35.663Z Downloaded zerocopy-derive v0.8.54
2272026-07-24T22:10:35.678Z Downloaded itertools v0.15.0
2282026-07-24T22:10:35.688Z Downloaded aho-corasick v1.1.4
2292026-07-24T22:10:35.701Z Downloaded hashbrown v0.17.1
2302026-07-24T22:10:35.717Z Downloaded regex v1.13.0
2312026-07-24T22:10:35.728Z Downloaded clap_builder v4.6.0
2322026-07-24T22:10:35.733Z Downloaded winnow v1.0.3
2332026-07-24T22:10:35.773Z Downloaded syn v1.0.109
2342026-07-24T22:10:35.789Z Downloaded zerocopy v0.8.54
2352026-07-24T22:10:35.799Z Downloaded unicode-width v0.2.2
2362026-07-24T22:10:35.802Z Downloaded regex-syntax v0.8.11
2372026-07-24T22:10:35.806Z Downloaded syn v2.0.118
2382026-07-24T22:10:35.811Z Downloaded smoltcp v0.11.0
2392026-07-24T22:10:35.832Z Downloaded rustix v1.1.4
2402026-07-24T22:10:35.845Z Downloaded tracing v0.1.44
2412026-07-24T22:10:35.864Z Downloaded regex-automata v0.4.15
2422026-07-24T22:10:35.873Z Downloaded libc v0.2.186
2432026-07-24T22:10:35.935Z Compiling proc-macro2 v1.0.106
2442026-07-24T22:10:35.935Z Compiling unicode-ident v1.0.24
2452026-07-24T22:10:35.935Z Compiling quote v1.0.46
2462026-07-24T22:10:35.935Z Compiling serde_core v1.0.228
2472026-07-24T22:10:35.939Z Compiling libc v0.2.186
2482026-07-24T22:10:35.939Z Checking cfg-if v1.0.4
2492026-07-24T22:10:35.939Z Compiling strsim v0.11.1
2502026-07-24T22:10:35.939Z Compiling memchr v2.8.3
2512026-07-24T22:10:36.063Z Compiling thiserror v2.0.18
2522026-07-24T22:10:36.142Z Compiling ident_case v1.0.1
2532026-07-24T22:10:36.256Z Compiling regex-syntax v0.8.11
2542026-07-24T22:10:36.292Z Compiling zerocopy v0.8.54
2552026-07-24T22:10:36.388Z Compiling aho-corasick v1.1.4
2562026-07-24T22:10:36.550Z Compiling serde v1.0.228
2572026-07-24T22:10:36.581Z Compiling equivalent v1.0.2
2582026-07-24T22:10:36.656Z Compiling anyhow v1.0.103
2592026-07-24T22:10:36.663Z Compiling hashbrown v0.17.1
2602026-07-24T22:10:36.696Z Compiling either v1.16.0
2612026-07-24T22:10:36.846Z Compiling winnow v1.0.3
2622026-07-24T22:10:36.899Z Compiling itertools v0.15.0
2632026-07-24T22:10:37.188Z Compiling indexmap v2.14.0
2642026-07-24T22:10:37.208Z Compiling syn v2.0.118
2652026-07-24T22:10:37.273Z Compiling toml_datetime v1.1.1+spec-1.1.0
2662026-07-24T22:10:37.490Z Compiling heapless v0.8.0
2672026-07-24T22:10:37.779Z Compiling regex-automata v0.4.15
2682026-07-24T22:10:37.779Z Compiling toml_parser v1.1.2+spec-1.1.0
2692026-07-24T22:10:37.791Z Checking byteorder v1.5.0
2702026-07-24T22:10:37.822Z Checking bitflags v2.13.0
2712026-07-24T22:10:37.941Z Checking hash32 v0.3.1
2722026-07-24T22:10:37.987Z Checking macaddr v1.0.1
2732026-07-24T22:10:38.026Z Compiling syn v1.0.109
2742026-07-24T22:10:38.046Z Compiling smoltcp v0.11.0
2752026-07-24T22:10:38.157Z Checking stable_deref_trait v1.2.1
2762026-07-24T22:10:38.225Z Compiling toml_edit v0.25.12+spec-1.1.0
2772026-07-24T22:10:38.247Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2782026-07-24T22:10:38.289Z Compiling rustversion v1.0.23
2792026-07-24T22:10:38.401Z Checking rand_core v0.10.1
2802026-07-24T22:10:38.419Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2812026-07-24T22:10:38.487Z Compiling version_check v0.9.5
2822026-07-24T22:10:38.539Z Compiling ref-cast v1.0.25
2832026-07-24T22:10:38.629Z Compiling rustix v1.1.4
2842026-07-24T22:10:38.673Z Compiling getrandom v0.4.3
2852026-07-24T22:10:38.737Z Checking managed v0.8.0
2862026-07-24T22:10:38.757Z Checking bitflags v1.3.2
2872026-07-24T22:10:38.822Z Compiling proc-macro-crate v3.5.0
2882026-07-24T22:10:38.894Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2892026-07-24T22:10:39.174Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2902026-07-24T22:10:39.200Z Checking errno v0.3.14
2912026-07-24T22:10:39.272Z Checking utf8parse v0.2.2
2922026-07-24T22:10:39.315Z Checking cpufeatures v0.3.0
2932026-07-24T22:10:39.367Z Checking once_cell v1.21.4
2942026-07-24T22:10:39.377Z Checking unicode-width v0.2.2
2952026-07-24T22:10:39.490Z Checking ipnetwork v0.21.1
2962026-07-24T22:10:39.536Z Checking foreign-types-shared v0.3.1
2972026-07-24T22:10:39.619Z Compiling regex v1.13.0
2982026-07-24T22:10:39.619Z Checking tabwriter v1.4.1
2992026-07-24T22:10:39.660Z Checking tracing-core v0.1.36
3002026-07-24T22:10:39.763Z Checking chacha20 v0.10.1
3012026-07-24T22:10:39.899Z Compiling darling_core v0.23.0
3022026-07-24T22:10:39.962Z Checking cstr-argument v0.1.2
3032026-07-24T22:10:39.971Z Checking anstyle-parse v1.0.0
3042026-07-24T22:10:40.284Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3052026-07-24T22:10:40.378Z Checking pin-project-lite v0.2.17
3062026-07-24T22:10:40.456Z Checking anstyle v1.0.14
3072026-07-24T22:10:40.464Z Checking anstyle-query v1.1.5
3082026-07-24T22:10:40.464Z Checking colorchoice v1.0.5
3092026-07-24T22:10:40.493Z Checking pretty-hex v0.4.2
3102026-07-24T22:10:40.500Z Checking is_terminal_polyfill v1.70.2
3112026-07-24T22:10:40.544Z Checking dyn-clone v1.0.20
3122026-07-24T22:10:40.552Z Checking terminal_size v0.4.4
3132026-07-24T22:10:40.628Z Checking anstream v1.0.0
3142026-07-24T22:10:40.637Z Checking rand v0.10.2
3152026-07-24T22:10:40.654Z Checking uuid v1.23.5
3162026-07-24T22:10:40.785Z Checking socket2 v0.6.4
3172026-07-24T22:10:40.825Z Checking clap_lex v1.1.0
3182026-07-24T22:10:40.900Z Checking colored v3.1.1
3192026-07-24T22:10:40.910Z Checking oxnet v0.1.6
3202026-07-24T22:10:41.032Z Compiling heck v0.5.0
3212026-07-24T22:10:41.092Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-07-24T22:10:41.100Z Compiling thiserror-impl v2.0.18
3232026-07-24T22:10:41.100Z Compiling zerocopy-derive v0.8.54
3242026-07-24T22:10:41.228Z Compiling serde_derive v1.0.228
3252026-07-24T22:10:41.243Z Compiling num_enum_derive v0.7.6
3262026-07-24T22:10:41.512Z Compiling ref-cast-impl v1.0.25
3272026-07-24T22:10:41.843Z Compiling foreign-types-macros v0.2.3
3282026-07-24T22:10:42.035Z Compiling darling_macro v0.23.0
3292026-07-24T22:10:42.188Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-07-24T22:10:42.235Z Checking num_enum v0.7.6
3312026-07-24T22:10:42.342Z Compiling tracing-attributes v0.1.31
3322026-07-24T22:10:42.396Z Checking cobs v0.3.0
3332026-07-24T22:10:42.462Z Checking foreign-types v0.5.0
3342026-07-24T22:10:42.528Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3352026-07-24T22:10:42.535Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3362026-07-24T22:10:42.538Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3372026-07-24T22:10:42.619Z Compiling darling v0.23.0
3382026-07-24T22:10:42.684Z Checking clap_builder v4.6.0
3392026-07-24T22:10:42.688Z Compiling clap_derive v4.6.1
3402026-07-24T22:10:42.697Z Compiling ingot-macros v0.2.0
3412026-07-24T22:10:43.016Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3422026-07-24T22:10:43.491Z Checking tracing v0.1.44
3432026-07-24T22:10:44.069Z Checking postcard v1.1.3
3442026-07-24T22:10:44.108Z Checking clap v4.6.1
3452026-07-24T22:10:45.201Z Checking ingot-types v0.2.0
3462026-07-24T22:10:45.476Z Checking ingot v0.2.0
3472026-07-24T22:10:46.772Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3482026-07-24T22:10:47.981Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3492026-07-24T22:10:49.202Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3502026-07-24T22:10:50.028Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.09s
3512026-07-24T22:10:50.139Z
3522026-07-24T22:10:50.140Zreal 19.247987885
3532026-07-24T22:10:50.140Zuser 54.783968706
3542026-07-24T22:10:50.140Zsys 13.204539497
3552026-07-24T22:10:50.140Ztrap 0.041323202
3562026-07-24T22:10:50.140Ztflt 0.071223593
3572026-07-24T22:10:50.140Zdflt 0.149446032
3582026-07-24T22:10:50.140Zkflt 0.006182460
3592026-07-24T22:10:50.140Zlock 3:46.239058804
3602026-07-24T22:10:50.140Zslp 3:02.302207603
3612026-07-24T22:10:50.140Zlat 4.186530740
3622026-07-24T22:10:50.140Zstop 14.777294701
3632026-07-24T22:10:50.143Z+ header 'debug build'
3642026-07-24T22:10:50.144Z+ echo '# ==== debug build ==== #'
3652026-07-24T22:10:50.144Z+ ptime -m cargo build
3662026-07-24T22:10:50.144Z# ==== debug build ==== #
3672026-07-24T22:10:50.294Z Compiling cfg-if v1.0.4
3682026-07-24T22:10:50.298Z Compiling serde_core v1.0.228
3692026-07-24T22:10:50.298Z Compiling libc v0.2.186
3702026-07-24T22:10:50.321Z Compiling thiserror v2.0.18
3712026-07-24T22:10:50.324Z Compiling byteorder v1.5.0
3722026-07-24T22:10:50.327Z Compiling zerocopy v0.8.54
3732026-07-24T22:10:50.330Z Compiling macaddr v1.0.1
3742026-07-24T22:10:50.330Z Compiling stable_deref_trait v1.2.1
3752026-07-24T22:10:50.368Z Compiling bitflags v1.3.2
3762026-07-24T22:10:50.383Z Compiling cobs v0.3.0
3772026-07-24T22:10:50.399Z Compiling managed v0.8.0
3782026-07-24T22:10:50.428Z Compiling rand_core v0.10.1
3792026-07-24T22:10:50.492Z Compiling hash32 v0.3.1
3802026-07-24T22:10:50.572Z Compiling errno v0.3.14
3812026-07-24T22:10:50.577Z Compiling heapless v0.8.0
3822026-07-24T22:10:50.620Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3832026-07-24T22:10:50.633Z Compiling ipnetwork v0.21.1
3842026-07-24T22:10:50.645Z Compiling utf8parse v0.2.2
3852026-07-24T22:10:50.648Z Compiling foreign-types-shared v0.3.1
3862026-07-24T22:10:50.722Z Compiling memchr v2.8.3
3872026-07-24T22:10:50.729Z Compiling cpufeatures v0.3.0
3882026-07-24T22:10:50.733Z Compiling once_cell v1.21.4
3892026-07-24T22:10:50.790Z Compiling unicode-width v0.2.2
3902026-07-24T22:10:50.881Z Compiling tracing-core v0.1.36
3912026-07-24T22:10:50.964Z Compiling smoltcp v0.11.0
3922026-07-24T22:10:50.999Z Compiling chacha20 v0.10.1
3932026-07-24T22:10:51.092Z Compiling tabwriter v1.4.1
3942026-07-24T22:10:51.132Z Compiling cstr-argument v0.1.2
3952026-07-24T22:10:51.295Z Compiling anstyle-parse v1.0.0
3962026-07-24T22:10:51.333Z Compiling foreign-types v0.5.0
3972026-07-24T22:10:51.403Z Compiling ref-cast v1.0.25
3982026-07-24T22:10:51.496Z Compiling num_enum v0.7.6
3992026-07-24T22:10:51.501Z Compiling getrandom v0.4.3
4002026-07-24T22:10:51.504Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4012026-07-24T22:10:51.600Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4022026-07-24T22:10:51.603Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4032026-07-24T22:10:51.700Z Compiling anstyle v1.0.14
4042026-07-24T22:10:51.704Z Compiling pin-project-lite v0.2.17
4052026-07-24T22:10:51.788Z Compiling dyn-clone v1.0.20
4062026-07-24T22:10:51.917Z Compiling colorchoice v1.0.5
4072026-07-24T22:10:51.952Z Compiling pretty-hex v0.4.2
4082026-07-24T22:10:51.967Z Compiling is_terminal_polyfill v1.70.2
4092026-07-24T22:10:52.027Z Compiling bitflags v2.13.0
4102026-07-24T22:10:52.052Z Compiling serde v1.0.228
4112026-07-24T22:10:52.091Z Compiling anstyle-query v1.1.5
4122026-07-24T22:10:52.163Z Compiling anstream v1.0.0
4132026-07-24T22:10:52.194Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4142026-07-24T22:10:52.197Z Compiling rustix v1.1.4
4152026-07-24T22:10:52.211Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4162026-07-24T22:10:52.421Z Compiling uuid v1.23.5
4172026-07-24T22:10:52.476Z Compiling tracing v0.1.44
4182026-07-24T22:10:52.654Z Compiling postcard v1.1.3
4192026-07-24T22:10:52.739Z Compiling terminal_size v0.4.4
4202026-07-24T22:10:52.820Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4212026-07-24T22:10:52.845Z Compiling rand v0.10.2
4222026-07-24T22:10:52.893Z Compiling anyhow v1.0.103
4232026-07-24T22:10:53.015Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4242026-07-24T22:10:53.049Z Compiling socket2 v0.6.4
4252026-07-24T22:10:53.143Z Compiling clap_lex v1.1.0
4262026-07-24T22:10:53.324Z Compiling ingot-types v0.2.0
4272026-07-24T22:10:53.370Z Compiling oxnet v0.1.6
4282026-07-24T22:10:53.399Z Compiling colored v3.1.1
4292026-07-24T22:10:53.530Z Compiling strsim v0.11.1
4302026-07-24T22:10:53.730Z Compiling ingot v0.2.0
4312026-07-24T22:10:53.738Z Compiling winnow v1.0.3
4322026-07-24T22:10:53.820Z Compiling clap_builder v4.6.0
4332026-07-24T22:10:53.858Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4342026-07-24T22:10:54.655Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4352026-07-24T22:10:55.373Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4362026-07-24T22:10:55.420Z Compiling clap v4.6.1
4372026-07-24T22:10:56.789Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4382026-07-24T22:10:58.271Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4392026-07-24T22:11:02.724Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.57s
4402026-07-24T22:11:02.754Z
4412026-07-24T22:11:02.754Zreal 12.604747693
4422026-07-24T22:11:02.754Zuser 1:05.259549828
4432026-07-24T22:11:02.754Zsys 6.101563026
4442026-07-24T22:11:02.758Ztrap 0.033385190
4452026-07-24T22:11:02.758Ztflt 0.122288888
4462026-07-24T22:11:02.758Zdflt 0.223714674
4472026-07-24T22:11:02.758Zkflt 0.000008420
4482026-07-24T22:11:02.758Zlock 3:13.067679037
4492026-07-24T22:11:02.758Zslp 1:57.954446394
4502026-07-24T22:11:02.758Zlat 3.538784083
4512026-07-24T22:11:02.758Zstop 3.218664380
4522026-07-24T22:11:02.758Z+ header 'release build'
4532026-07-24T22:11:02.758Z+ echo '# ==== release build ==== #'
4542026-07-24T22:11:02.758Z# ==== release build ==== #
4552026-07-24T22:11:02.758Z+ ptime -m cargo build --release
4562026-07-24T22:11:02.851Z Compiling proc-macro2 v1.0.106
4572026-07-24T22:11:02.851Z Compiling quote v1.0.46
4582026-07-24T22:11:02.851Z Compiling unicode-ident v1.0.24
4592026-07-24T22:11:02.851Z Compiling serde_core v1.0.228
4602026-07-24T22:11:02.854Z Compiling libc v0.2.186
4612026-07-24T22:11:02.854Z Compiling cfg-if v1.0.4
4622026-07-24T22:11:02.854Z Compiling ident_case v1.0.1
4632026-07-24T22:11:02.854Z Compiling strsim v0.11.1
4642026-07-24T22:11:02.921Z Compiling thiserror v2.0.18
4652026-07-24T22:11:02.966Z Compiling memchr v2.8.3
4662026-07-24T22:11:02.969Z Compiling regex-syntax v0.8.11
4672026-07-24T22:11:03.155Z Compiling zerocopy v0.8.54
4682026-07-24T22:11:03.177Z Compiling equivalent v1.0.2
4692026-07-24T22:11:03.244Z Compiling anyhow v1.0.103
4702026-07-24T22:11:03.458Z Compiling aho-corasick v1.1.4
4712026-07-24T22:11:03.515Z Compiling winnow v1.0.3
4722026-07-24T22:11:03.515Z Compiling serde v1.0.228
4732026-07-24T22:11:03.548Z Compiling either v1.16.0
4742026-07-24T22:11:03.565Z Compiling hashbrown v0.17.1
4752026-07-24T22:11:03.744Z Compiling itertools v0.15.0
4762026-07-24T22:11:04.004Z Compiling syn v2.0.118
4772026-07-24T22:11:04.070Z Compiling indexmap v2.14.0
4782026-07-24T22:11:04.128Z Compiling byteorder v1.5.0
4792026-07-24T22:11:04.315Z Compiling heapless v0.8.0
4802026-07-24T22:11:04.520Z Compiling regex-automata v0.4.15
4812026-07-24T22:11:04.593Z Compiling toml_parser v1.1.2+spec-1.1.0
4822026-07-24T22:11:04.695Z Compiling toml_datetime v1.1.1+spec-1.1.0
4832026-07-24T22:11:04.908Z Compiling hash32 v0.3.1
4842026-07-24T22:11:04.966Z Compiling bitflags v2.13.0
4852026-07-24T22:11:05.011Z Compiling toml_edit v0.25.12+spec-1.1.0
4862026-07-24T22:11:05.034Z Compiling rustversion v1.0.23
4872026-07-24T22:11:05.038Z Compiling smoltcp v0.11.0
4882026-07-24T22:11:05.113Z Compiling syn v1.0.109
4892026-07-24T22:11:05.128Z Compiling macaddr v1.0.1
4902026-07-24T22:11:05.296Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4912026-07-24T22:11:05.327Z Compiling stable_deref_trait v1.2.1
4922026-07-24T22:11:05.354Z Compiling version_check v0.9.5
4932026-07-24T22:11:05.390Z Compiling bitflags v1.3.2
4942026-07-24T22:11:05.440Z Compiling rand_core v0.10.1
4952026-07-24T22:11:05.446Z Compiling managed v0.8.0
4962026-07-24T22:11:05.531Z Compiling proc-macro-crate v3.5.0
4972026-07-24T22:11:05.587Z Compiling getrandom v0.4.3
4982026-07-24T22:11:05.602Z Compiling ref-cast v1.0.25
4992026-07-24T22:11:05.675Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5002026-07-24T22:11:05.841Z Compiling rustix v1.1.4
5012026-07-24T22:11:05.869Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-07-24T22:11:05.922Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5032026-07-24T22:11:06.082Z Compiling errno v0.3.14
5042026-07-24T22:11:06.223Z Compiling regex v1.13.0
5052026-07-24T22:11:06.303Z Compiling unicode-width v0.2.2
5062026-07-24T22:11:06.457Z Compiling foreign-types-shared v0.3.1
5072026-07-24T22:11:06.538Z Compiling cpufeatures v0.3.0
5082026-07-24T22:11:06.586Z Compiling darling_core v0.23.0
5092026-07-24T22:11:06.597Z Compiling utf8parse v0.2.2
5102026-07-24T22:11:06.609Z Compiling ipnetwork v0.21.1
5112026-07-24T22:11:06.690Z Compiling once_cell v1.21.4
5122026-07-24T22:11:06.911Z Compiling tracing-core v0.1.36
5132026-07-24T22:11:06.967Z Compiling cstr-argument v0.1.2
5142026-07-24T22:11:07.061Z Compiling anstyle-parse v1.0.0
5152026-07-24T22:11:07.119Z Compiling chacha20 v0.10.1
5162026-07-24T22:11:07.119Z Compiling tabwriter v1.4.1
5172026-07-24T22:11:07.727Z Compiling pin-project-lite v0.2.17
5182026-07-24T22:11:07.747Z Compiling thiserror-impl v2.0.18
5192026-07-24T22:11:07.809Z Compiling serde_derive v1.0.228
5202026-07-24T22:11:07.813Z Compiling zerocopy-derive v0.8.54
5212026-07-24T22:11:07.813Z Compiling foreign-types-macros v0.2.3
5222026-07-24T22:11:08.107Z Compiling ref-cast-impl v1.0.25
5232026-07-24T22:11:08.475Z Compiling num_enum_derive v0.7.6
5242026-07-24T22:11:08.649Z Compiling foreign-types v0.5.0
5252026-07-24T22:11:08.694Z Compiling darling_macro v0.23.0
5262026-07-24T22:11:08.713Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5272026-07-24T22:11:08.778Z Compiling tracing-attributes v0.1.31
5282026-07-24T22:11:09.106Z Compiling cobs v0.3.0
5292026-07-24T22:11:09.198Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5302026-07-24T22:11:09.247Z Compiling darling v0.23.0
5312026-07-24T22:11:09.280Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5322026-07-24T22:11:09.315Z Compiling ingot-macros v0.2.0
5332026-07-24T22:11:09.319Z Compiling is_terminal_polyfill v1.70.2
5342026-07-24T22:11:09.400Z Compiling anstyle v1.0.14
5352026-07-24T22:11:09.405Z Compiling pretty-hex v0.4.2
5362026-07-24T22:11:09.472Z Compiling num_enum v0.7.6
5372026-07-24T22:11:09.525Z Compiling colorchoice v1.0.5
5382026-07-24T22:11:09.578Z Compiling dyn-clone v1.0.20
5392026-07-24T22:11:09.629Z Compiling anstyle-query v1.1.5
5402026-07-24T22:11:09.634Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5412026-07-24T22:11:09.709Z Compiling anstream v1.0.0
5422026-07-24T22:11:09.731Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5432026-07-24T22:11:09.756Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5442026-07-24T22:11:09.978Z Compiling tracing v0.1.44
5452026-07-24T22:11:10.064Z Compiling terminal_size v0.4.4
5462026-07-24T22:11:10.117Z Compiling rand v0.10.2
5472026-07-24T22:11:10.159Z Compiling uuid v1.23.5
5482026-07-24T22:11:10.192Z Compiling socket2 v0.6.4
5492026-07-24T22:11:10.572Z Compiling clap_lex v1.1.0
5502026-07-24T22:11:10.766Z Compiling heck v0.5.0
5512026-07-24T22:11:10.882Z Compiling oxnet v0.1.6
5522026-07-24T22:11:10.886Z Compiling colored v3.1.1
5532026-07-24T22:11:10.955Z Compiling clap_derive v4.6.1
5542026-07-24T22:11:11.038Z Compiling postcard v1.1.3
5552026-07-24T22:11:11.129Z Compiling clap_builder v4.6.0
5562026-07-24T22:11:11.174Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5572026-07-24T22:11:12.257Z Compiling ingot-types v0.2.0
5582026-07-24T22:11:12.601Z Compiling ingot v0.2.0
5592026-07-24T22:11:12.934Z Compiling clap v4.6.1
5602026-07-24T22:11:14.311Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5612026-07-24T22:11:15.334Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5622026-07-24T22:11:16.381Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5632026-07-24T22:11:23.025Z Finished `release` profile [optimized + debuginfo] target(s) in 20.26s
5642026-07-24T22:11:23.054Z
5652026-07-24T22:11:23.057Zreal 20.288069256
5662026-07-24T22:11:23.057Zuser 1:43.276266568
5672026-07-24T22:11:23.057Zsys 13.578575064
5682026-07-24T22:11:23.057Ztrap 0.053372740
5692026-07-24T22:11:23.057Ztflt 0.109004423
5702026-07-24T22:11:23.057Zdflt 0.488228875
5712026-07-24T22:11:23.057Zkflt 0.000040940
5722026-07-24T22:11:23.057Zlock 4:50.484081117
5732026-07-24T22:11:23.057Zslp 3:26.845253175
5742026-07-24T22:11:23.057Zlat 6.041499073
5752026-07-24T22:11:23.057Zstop 9.794288753
5762026-07-24T22:11:23.057Z+ popd
5772026-07-24T22:11:23.057Z/work/oxidecomputer/opte
5782026-07-24T22:11:23.057Z+ for x in debug release
5792026-07-24T22:11:23.057Z+ mkdir -p /work/debug
5802026-07-24T22:11:23.057Z+ cp target/debug/opteadm /work/debug/
5812026-07-24T22:11:23.081Z+ sha256sum target/debug/opteadm
5822026-07-24T22:11:23.109Z+ for x in debug release
5832026-07-24T22:11:23.109Z+ mkdir -p /work/release
5842026-07-24T22:11:23.112Z+ cp target/release/opteadm /work/release/
5852026-07-24T22:11:23.129Z+ sha256sum target/release/opteadm
5862026-07-24T22:11:23.147Zprocess exited: duration 67130 ms, exit code 0
 
5872026-07-24T22:11:23.159Zfound 4 output files
5882026-07-24T22:11:23.159Zuploading: /work/debug/opteadm (38121624 bytes)
5892026-07-24T22:11:24.816Zuploaded: /work/debug/opteadm
5902026-07-24T22:11:24.816Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5912026-07-24T22:11:25.824Zuploaded: /work/debug/opteadm.debug.sha256
5922026-07-24T22:11:25.824Zuploading: /work/release/opteadm (25874960 bytes)
5932026-07-24T22:11:27.024Zuploaded: /work/release/opteadm
5942026-07-24T22:11:27.024Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5952026-07-24T22:11:28.033Zuploaded: /work/release/opteadm.release.sha256