01KYEAGDDM1MBVNV62T7QHVTHP: 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: 01KYEAHGG1YMXN2N9G8X8GZW9S

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:23:02.623Zjob assigned to worker 01KYEAHQB8F0VJZKN3FCMR6F8A [factory aws, i-08d9dd9545455aa7a] (queued for 49 s)
 
22026-07-26T04:23:08.879Zstarting task 0: "setup"
32026-07-26T04:23:08.884Z++ uname -s
42026-07-26T04:23:08.887Z+ kern=SunOS
52026-07-26T04:23:08.887Z+ build_user=build
62026-07-26T04:23:08.887Z+ build_uid=12345
72026-07-26T04:23:08.891Z+ work_dir=/work
82026-07-26T04:23:08.891Z+ input_dir=/input
92026-07-26T04:23:08.891Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:08.891Z+ case "$kern" in
112026-07-26T04:23:08.891Z+ groupadd -g 12345 build
122026-07-26T04:23:08.894Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:10.895Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:11.017Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:11.020Z+ home_fs=zfs
162026-07-26T04:23:11.020Z+ [[ zfs == autofs ]]
172026-07-26T04:23:11.020Z+ mkdir -p /home/build
182026-07-26T04:23:11.020Z+ chown build:build /home/build /work
192026-07-26T04:23:13.022Z+ chmod 0700 /home/build /work
202026-07-26T04:23:13.025Zprocess exited: duration 4145 ms, exit code 0
 
212026-07-26T04:23:13.032Zstarting task 1: "rust-toolchain"
222026-07-26T04:23:13.036Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:23:13.037Z * rust toolchain channel = "1.97.1"
242026-07-26T04:23:13.037Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-26T04:23:13.037Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-26T04:23:13.037Z * rust toolchain profile = "default"
272026-07-26T04:23:13.037Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:23:13.040Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:23:13.040Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:23:13.139Zinfo: downloading installer
312026-07-26T04:23:14.668Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:23:14.668Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:23:14.668Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:23:14.668Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:23:14.680Zinfo: profile set to default
362026-07-26T04:23:14.680Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:23:14.683Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:23:14.808Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:23:14.811Zinfo: downloading 6 components
402026-07-26T04:23:30.874Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:23:30.874Z
422026-07-26T04:23:30.890Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:23:30.890Z
442026-07-26T04:23:30.890Z
452026-07-26T04:23:30.890ZRust is installed now. Great!
462026-07-26T04:23:30.890Z
472026-07-26T04:23:30.890ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:23:30.890Zenvironment variable. This has not been done automatically.
492026-07-26T04:23:30.890Z
502026-07-26T04:23:30.890ZTo configure your current shell, you need to source
512026-07-26T04:23:30.890Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:23:30.890Z
532026-07-26T04:23:30.890ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:23:30.890Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:23:30.890Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:23:30.890Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:23:30.890Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:23:30.890Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:23:30.891Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:23:30.891Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:23:30.891Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:23:30.891Z+ rustup --version
632026-07-26T04:23:30.891Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:23:30.891Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:23:30.891Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:23:30.891Z+ cargo --version
672026-07-26T04:23:30.891Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:23:30.891Z+ rustc --version
692026-07-26T04:23:30.891Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:23:30.891Zprocess exited: duration 17717 ms, exit code 0
 
712026-07-26T04:23:30.924Zstarting task 2: "authentication"
722026-07-26T04:23:30.936ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-26T04:23:32.951Zprocess exited: duration 2029 ms, exit code 0
 
742026-07-26T04:23:32.974Zstarting task 3: "clone repository"
752026-07-26T04:23:32.987Z+ mkdir -p /work/oxidecomputer/opte
762026-07-26T04:23:32.987Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-07-26T04:23:33.004ZCloning into '/work/oxidecomputer/opte'...
782026-07-26T04:23:34.150Z+ cd /work/oxidecomputer/opte
792026-07-26T04:23:34.151Z+ git fetch origin 47f1798e3f36239518a77de5eee88e87641f7da8
802026-07-26T04:23:34.360ZFrom https://github.com/oxidecomputer/opte
812026-07-26T04:23:34.360Z * branch 47f1798e3f36239518a77de5eee88e87641f7da8 -> FETCH_HEAD
822026-07-26T04:23:34.365Z+ [[ -n renovate/rand ]]
832026-07-26T04:23:34.368Z++ git branch --show-current
842026-07-26T04:23:34.368Z+ current=master
852026-07-26T04:23:34.369Z+ [[ master != renovate/rand ]]
862026-07-26T04:23:34.369Z+ git branch -f renovate/rand 47f1798e3f36239518a77de5eee88e87641f7da8
872026-07-26T04:23:34.372Z+ git checkout -f renovate/rand
882026-07-26T04:23:34.388ZSwitched to branch 'renovate/rand'
892026-07-26T04:23:34.391Z+ git reset --hard 47f1798e3f36239518a77de5eee88e87641f7da8
902026-07-26T04:23:34.418ZHEAD is now at 47f1798 Update Rust crate rand to 0.10.2
912026-07-26T04:23:34.444Zprocess exited: duration 1443 ms, exit code 0
 
922026-07-26T04:23:34.503Zstarting task 4: "build"
932026-07-26T04:23:34.508Z+ source .github/buildomat/common.sh
942026-07-26T04:23:34.508Z++ rustup show active-toolchain
952026-07-26T04:23:34.514Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-07-26T04:23:34.515Z++ pushd xde
972026-07-26T04:23:34.515Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-26T04:23:34.515Z++ rustup show active-toolchain
992026-07-26T04:23:34.523Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-26T04:23:34.704Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-07-26T04:23:34.711Zinfo: downloading 6 components
1022026-07-26T04:23:48.609Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-07-26T04:23:48.627Z+++ rustup show active-toolchain -v
1042026-07-26T04:23:48.627Z+++ head -n 1
1052026-07-26T04:23:48.627Z+++ cut '-d ' -f1
1062026-07-26T04:23:48.627Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:23:48.627Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-07-26T04:23:48.627Z++ popd
1092026-07-26T04:23:48.627Z/work/oxidecomputer/opte
1102026-07-26T04:23:48.627Z+ cargo --version
1112026-07-26T04:23:48.627Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-07-26T04:23:48.628Z+ rustc --version
1132026-07-26T04:23:48.628Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-07-26T04:23:48.628Z+ pushd bin/opteadm
1152026-07-26T04:23:48.628Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-07-26T04:23:48.628Z+ header 'check style'
1172026-07-26T04:23:48.628Z+ echo '# ==== check style ==== #'
1182026-07-26T04:23:48.628Z# ==== check style ==== #
1192026-07-26T04:23:48.628Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1202026-07-26T04:23:48.688Z
1212026-07-26T04:23:48.688Zreal 0.067580267
1222026-07-26T04:23:48.688Zuser 0.038109982
1232026-07-26T04:23:48.688Zsys 0.026654479
1242026-07-26T04:23:48.688Ztrap 0.000000610
1252026-07-26T04:23:48.688Ztflt 0.000051780
1262026-07-26T04:23:48.688Zdflt 0.000065530
1272026-07-26T04:23:48.688Zkflt 0.000000000
1282026-07-26T04:23:48.688Zlock 0.030590618
1292026-07-26T04:23:48.688Zslp 0.048808043
1302026-07-26T04:23:48.688Zlat 0.000632220
1312026-07-26T04:23:48.699Zstop 0.000094810
1322026-07-26T04:23:48.700Z+ header analyze
1332026-07-26T04:23:48.700Z+ echo '# ==== analyze ==== #'
1342026-07-26T04:23:48.700Z# ==== analyze ==== #
1352026-07-26T04:23:48.700Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1362026-07-26T04:23:48.761Z Updating crates.io index
1372026-07-26T04:23:48.769Z Updating git repository `https://github.com/oxidecomputer/falcon`
1382026-07-26T04:23:49.726Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-07-26T04:23:49.975Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-07-26T04:23:50.198Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-07-26T04:23:50.531Z Updating git repository `https://github.com/oxidecomputer/zone`
1422026-07-26T04:23:50.985Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-26T04:23:51.205Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-26T04:23:52.574Z Downloading crates ...
1452026-07-26T04:23:52.617Z Downloaded anstyle-query v1.1.5
1462026-07-26T04:23:52.625Z Downloaded bitflags v1.3.2
1472026-07-26T04:23:52.634Z Downloaded bitflags v2.13.0
1482026-07-26T04:23:52.641Z Downloaded cfg-if v1.0.4
1492026-07-26T04:23:52.641Z Downloaded clap_lex v1.1.0
1502026-07-26T04:23:52.641Z Downloaded cobs v0.3.0
1512026-07-26T04:23:52.641Z Downloaded embedded-io v0.6.1
1522026-07-26T04:23:52.647Z Downloaded byteorder v1.5.0
1532026-07-26T04:23:52.647Z Downloaded colorchoice v1.0.5
1542026-07-26T04:23:52.650Z Downloaded anstyle v1.0.14
1552026-07-26T04:23:52.650Z Downloaded anstyle-parse v1.0.0
1562026-07-26T04:23:52.650Z Downloaded cstr-argument v0.1.2
1572026-07-26T04:23:52.650Z Downloaded errno v0.3.14
1582026-07-26T04:23:52.657Z Downloaded hash32 v0.3.1
1592026-07-26T04:23:52.657Z Downloaded cpufeatures v0.3.0
1602026-07-26T04:23:52.665Z Downloaded heck v0.5.0
1612026-07-26T04:23:52.673Z Downloaded ident_case v1.0.1
1622026-07-26T04:23:52.673Z Downloaded darling_macro v0.23.0
1632026-07-26T04:23:52.673Z Downloaded equivalent v1.0.2
1642026-07-26T04:23:52.679Z Downloaded strsim v0.11.1
1652026-07-26T04:23:52.684Z Downloaded embedded-io v0.4.0
1662026-07-26T04:23:52.684Z Downloaded ref-cast-impl v1.0.25
1672026-07-26T04:23:52.684Z Downloaded clap_derive v4.6.1
1682026-07-26T04:23:52.686Z Downloaded foreign-types-shared v0.3.1
1692026-07-26T04:23:52.686Z Downloaded proc-macro-crate v3.5.0
1702026-07-26T04:23:52.686Z Downloaded foreign-types v0.5.0
1712026-07-26T04:23:52.686Z Downloaded anstream v1.0.0
1722026-07-26T04:23:52.686Z Downloaded ipnetwork v0.21.1
1732026-07-26T04:23:52.689Z Downloaded anyhow v1.0.103
1742026-07-26T04:23:52.694Z Downloaded tabwriter v1.4.1
1752026-07-26T04:23:52.701Z Downloaded is_terminal_polyfill v1.70.2
1762026-07-26T04:23:52.707Z Downloaded macaddr v1.0.1
1772026-07-26T04:23:52.707Z Downloaded version_check v0.9.5
1782026-07-26T04:23:52.707Z Downloaded utf8parse v0.2.2
1792026-07-26T04:23:52.719Z Downloaded defmt v0.3.100
1802026-07-26T04:23:52.722Z Downloaded stable_deref_trait v1.2.1
1812026-07-26T04:23:52.723Z Downloaded foreign-types-macros v0.2.3
1822026-07-26T04:23:52.723Z Downloaded defmt-parser v1.0.0
1832026-07-26T04:23:52.726Z Downloaded ref-cast v1.0.25
1842026-07-26T04:23:52.731Z Downloaded either v1.16.0
1852026-07-26T04:23:52.731Z Downloaded rand_core v0.10.1
1862026-07-26T04:23:52.731Z Downloaded dyn-clone v1.0.20
1872026-07-26T04:23:52.731Z Downloaded num_enum v0.7.6
1882026-07-26T04:23:52.737Z Downloaded defmt-macros v1.1.1
1892026-07-26T04:23:52.746Z Downloaded chacha20 v0.10.1
1902026-07-26T04:23:52.750Z Downloaded darling v0.23.0
1912026-07-26T04:23:52.755Z Downloaded terminal_size v0.4.4
1922026-07-26T04:23:52.755Z Downloaded ingot v0.2.0
1932026-07-26T04:23:52.755Z Downloaded num_enum_derive v0.7.6
1942026-07-26T04:23:52.757Z Downloaded ingot-types v0.2.0
1952026-07-26T04:23:52.760Z Downloaded pretty-hex v0.4.2
1962026-07-26T04:23:52.760Z Downloaded rustversion v1.0.23
1972026-07-26T04:23:52.763Z Downloaded pin-project-lite v0.2.17
1982026-07-26T04:23:52.769Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1992026-07-26T04:23:52.776Z Downloaded managed v0.8.0
2002026-07-26T04:23:52.784Z Downloaded quote v1.0.46
2012026-07-26T04:23:52.784Z Downloaded thiserror-impl v2.0.18
2022026-07-26T04:23:52.784Z Downloaded colored v3.1.1
2032026-07-26T04:23:52.794Z Downloaded clap v4.6.1
2042026-07-26T04:23:52.799Z Downloaded defmt v1.1.1
2052026-07-26T04:23:52.804Z Downloaded ingot-macros v0.2.0
2062026-07-26T04:23:52.804Z Downloaded thiserror v2.0.18
2072026-07-26T04:23:52.811Z Downloaded toml_parser v1.1.2+spec-1.1.0
2082026-07-26T04:23:52.811Z Downloaded postcard v1.1.3
2092026-07-26T04:23:52.811Z Downloaded oxnet v0.1.6
2102026-07-26T04:23:52.814Z Downloaded once_cell v1.21.4
2112026-07-26T04:23:52.828Z Downloaded toml_edit v0.25.12+spec-1.1.0
2122026-07-26T04:23:52.831Z Downloaded tracing-core v0.1.36
2132026-07-26T04:23:52.831Z Downloaded unicode-ident v1.0.24
2142026-07-26T04:23:52.835Z Downloaded serde_core v1.0.228
2152026-07-26T04:23:52.841Z Downloaded serde_derive v1.0.228
2162026-07-26T04:23:52.847Z Downloaded proc-macro2 v1.0.106
2172026-07-26T04:23:52.847Z Downloaded tracing-attributes v0.1.31
2182026-07-26T04:23:52.854Z Downloaded getrandom v0.4.3
2192026-07-26T04:23:52.854Z Downloaded uuid v1.23.5
2202026-07-26T04:23:52.858Z Downloaded darling_core v0.23.0
2212026-07-26T04:23:52.865Z Downloaded heapless v0.8.0
2222026-07-26T04:23:52.865Z Downloaded socket2 v0.6.4
2232026-07-26T04:23:52.886Z Downloaded memchr v2.8.3
2242026-07-26T04:23:52.894Z Downloaded rand v0.10.2
2252026-07-26T04:23:52.894Z Downloaded serde v1.0.228
2262026-07-26T04:23:52.931Z Downloaded aho-corasick v1.1.4
2272026-07-26T04:23:52.931Z Downloaded indexmap v2.14.0
2282026-07-26T04:23:52.936Z Downloaded zerocopy-derive v0.8.54
2292026-07-26T04:23:52.936Z Downloaded clap_builder v4.6.0
2302026-07-26T04:23:52.936Z Downloaded hashbrown v0.17.1
2312026-07-26T04:23:52.940Z Downloaded itertools v0.15.0
2322026-07-26T04:23:52.946Z Downloaded regex v1.13.0
2332026-07-26T04:23:52.971Z Downloaded winnow v1.0.3
2342026-07-26T04:23:53.012Z Downloaded syn v1.0.109
2352026-07-26T04:23:53.436Z Downloaded zerocopy v0.8.54
2362026-07-26T04:23:53.442Z Downloaded unicode-width v0.2.2
2372026-07-26T04:23:53.442Z Downloaded syn v2.0.118
2382026-07-26T04:23:53.442Z Downloaded regex-syntax v0.8.11
2392026-07-26T04:23:53.442Z Downloaded smoltcp v0.11.0
2402026-07-26T04:23:53.442Z Downloaded rustix v1.1.4
2412026-07-26T04:23:53.442Z Downloaded tracing v0.1.44
2422026-07-26T04:23:53.442Z Downloaded regex-automata v0.4.15
2432026-07-26T04:23:53.442Z Downloaded libc v0.2.186
2442026-07-26T04:23:53.442Z Compiling proc-macro2 v1.0.106
2452026-07-26T04:23:53.442Z Compiling quote v1.0.46
2462026-07-26T04:23:53.442Z Compiling unicode-ident v1.0.24
2472026-07-26T04:23:53.442Z Compiling serde_core v1.0.228
2482026-07-26T04:23:53.442Z Compiling libc v0.2.186
2492026-07-26T04:23:53.442Z Checking cfg-if v1.0.4
2502026-07-26T04:23:53.442Z Compiling strsim v0.11.1
2512026-07-26T04:23:53.442Z Compiling thiserror v2.0.18
2522026-07-26T04:23:53.442Z Compiling ident_case v1.0.1
2532026-07-26T04:23:53.442Z Compiling memchr v2.8.3
2542026-07-26T04:23:53.442Z Compiling regex-syntax v0.8.11
2552026-07-26T04:23:53.569Z Compiling equivalent v1.0.2
2562026-07-26T04:23:53.641Z Compiling either v1.16.0
2572026-07-26T04:23:53.655Z Compiling anyhow v1.0.103
2582026-07-26T04:23:53.815Z Compiling aho-corasick v1.1.4
2592026-07-26T04:23:53.828Z Compiling hashbrown v0.17.1
2602026-07-26T04:23:53.942Z Compiling zerocopy v0.8.54
2612026-07-26T04:23:53.952Z Compiling winnow v1.0.3
2622026-07-26T04:23:53.952Z Compiling serde v1.0.228
2632026-07-26T04:23:54.330Z Compiling indexmap v2.14.0
2642026-07-26T04:23:54.367Z Compiling itertools v0.15.0
2652026-07-26T04:23:54.407Z Compiling syn v2.0.118
2662026-07-26T04:23:54.469Z Checking byteorder v1.5.0
2672026-07-26T04:23:54.620Z Compiling heapless v0.8.0
2682026-07-26T04:23:54.907Z Compiling regex-automata v0.4.15
2692026-07-26T04:23:54.922Z Compiling toml_parser v1.1.2+spec-1.1.0
2702026-07-26T04:23:54.941Z Compiling toml_datetime v1.1.1+spec-1.1.0
2712026-07-26T04:23:55.909Z Checking bitflags v2.13.0
2722026-07-26T04:23:55.952Z Checking hash32 v0.3.1
2732026-07-26T04:23:55.952Z Compiling syn v1.0.109
2742026-07-26T04:23:55.952Z Checking stable_deref_trait v1.2.1
2752026-07-26T04:23:55.952Z Compiling toml_edit v0.25.12+spec-1.1.0
2762026-07-26T04:23:55.952Z Checking macaddr v1.0.1
2772026-07-26T04:23:55.952Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2782026-07-26T04:23:55.952Z Compiling smoltcp v0.11.0
2792026-07-26T04:23:55.952Z Compiling rustversion v1.0.23
2802026-07-26T04:23:55.953Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2812026-07-26T04:23:55.953Z Compiling version_check v0.9.5
2822026-07-26T04:23:55.953Z Compiling rustix v1.1.4
2832026-07-26T04:23:55.953Z Compiling proc-macro-crate v3.5.0
2842026-07-26T04:23:55.953Z Checking bitflags v1.3.2
2852026-07-26T04:23:55.953Z Checking rand_core v0.10.1
2862026-07-26T04:23:55.969Z Compiling getrandom v0.4.3
2872026-07-26T04:23:55.969Z Compiling ref-cast v1.0.25
2882026-07-26T04:23:56.012Z Checking managed v0.8.0
2892026-07-26T04:23:56.178Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2902026-07-26T04:23:56.299Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-07-26T04:23:56.308Z Checking errno v0.3.14
2922026-07-26T04:23:56.400Z Checking ipnetwork v0.21.1
2932026-07-26T04:23:56.405Z Checking foreign-types-shared v0.3.1
2942026-07-26T04:23:56.486Z Checking once_cell v1.21.4
2952026-07-26T04:23:56.611Z Compiling regex v1.13.0
2962026-07-26T04:23:56.658Z Checking utf8parse v0.2.2
2972026-07-26T04:23:56.743Z Checking cpufeatures v0.3.0
2982026-07-26T04:23:56.750Z Checking unicode-width v0.2.2
2992026-07-26T04:23:56.803Z Checking chacha20 v0.10.1
3002026-07-26T04:23:56.961Z Compiling darling_core v0.23.0
3012026-07-26T04:23:56.975Z Checking cstr-argument v0.1.2
3022026-07-26T04:23:56.994Z Checking tabwriter v1.4.1
3032026-07-26T04:23:57.001Z Checking anstyle-parse v1.0.0
3042026-07-26T04:23:57.073Z Checking tracing-core v0.1.36
3052026-07-26T04:23:57.455Z Checking anstyle v1.0.14
3062026-07-26T04:23:57.478Z Checking dyn-clone v1.0.20
3072026-07-26T04:23:57.559Z Checking is_terminal_polyfill v1.70.2
3082026-07-26T04:23:57.603Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3092026-07-26T04:23:57.615Z Checking colorchoice v1.0.5
3102026-07-26T04:23:57.615Z Checking pin-project-lite v0.2.17
3112026-07-26T04:23:57.615Z Checking anstyle-query v1.1.5
3122026-07-26T04:23:57.683Z Checking pretty-hex v0.4.2
3132026-07-26T04:23:57.705Z Checking terminal_size v0.4.4
3142026-07-26T04:23:57.716Z Checking anstream v1.0.0
3152026-07-26T04:23:57.825Z Checking rand v0.10.2
3162026-07-26T04:23:57.873Z Checking uuid v1.23.5
3172026-07-26T04:23:57.917Z Checking socket2 v0.6.4
3182026-07-26T04:23:58.081Z Checking colored v3.1.1
3192026-07-26T04:23:58.119Z Compiling heck v0.5.0
3202026-07-26T04:23:58.175Z Checking oxnet v0.1.6
3212026-07-26T04:23:58.237Z Compiling thiserror-impl v2.0.18
3222026-07-26T04:23:58.275Z Compiling zerocopy-derive v0.8.54
3232026-07-26T04:23:58.300Z Compiling serde_derive v1.0.228
3242026-07-26T04:23:58.314Z Compiling foreign-types-macros v0.2.3
3252026-07-26T04:23:58.348Z Compiling ref-cast-impl v1.0.25
3262026-07-26T04:23:58.960Z Compiling num_enum_derive v0.7.6
3272026-07-26T04:23:58.968Z Checking foreign-types v0.5.0
3282026-07-26T04:23:59.007Z Compiling tracing-attributes v0.1.31
3292026-07-26T04:23:59.054Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-07-26T04:23:59.114Z Compiling darling_macro v0.23.0
3312026-07-26T04:23:59.646Z Checking cobs v0.3.0
3322026-07-26T04:23:59.676Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3332026-07-26T04:23:59.676Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3342026-07-26T04:23:59.696Z Compiling darling v0.23.0
3352026-07-26T04:23:59.696Z Checking clap_lex v1.1.0
3362026-07-26T04:23:59.746Z Compiling ingot-macros v0.2.0
3372026-07-26T04:23:59.793Z Compiling clap_derive v4.6.1
3382026-07-26T04:23:59.838Z Checking clap_builder v4.6.0
3392026-07-26T04:23:59.930Z Checking num_enum v0.7.6
3402026-07-26T04:24:00.126Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3412026-07-26T04:24:00.390Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3422026-07-26T04:24:00.474Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3432026-07-26T04:24:00.474Z Checking tracing v0.1.44
3442026-07-26T04:24:01.118Z Checking clap v4.6.1
3452026-07-26T04:24:01.189Z Checking postcard v1.1.3
3462026-07-26T04:24:02.779Z Checking ingot-types v0.2.0
3472026-07-26T04:24:02.824Z Checking ingot v0.2.0
3482026-07-26T04:24:03.830Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3492026-07-26T04:24:04.989Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3502026-07-26T04:24:06.193Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3512026-07-26T04:24:06.983Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.29s
3522026-07-26T04:24:07.089Z
3532026-07-26T04:24:07.089Zreal 18.444655505
3542026-07-26T04:24:07.089Zuser 53.846385062
3552026-07-26T04:24:07.089Zsys 12.732168627
3562026-07-26T04:24:07.090Ztrap 0.041387943
3572026-07-26T04:24:07.090Ztflt 0.072178732
3582026-07-26T04:24:07.090Zdflt 0.169413403
3592026-07-26T04:24:07.090Zkflt 0.004935823
3602026-07-26T04:24:07.090Zlock 3:39.559899214
3612026-07-26T04:24:07.090Zslp 2:59.189598521
3622026-07-26T04:24:07.090Zlat 3.437268548
3632026-07-26T04:24:07.090Zstop 13.887470888
3642026-07-26T04:24:07.094Z+ header 'debug build'
3652026-07-26T04:24:07.094Z+ echo '# ==== debug build ==== #'
3662026-07-26T04:24:07.094Z+ ptime -m cargo build
3672026-07-26T04:24:07.094Z# ==== debug build ==== #
3682026-07-26T04:24:07.244Z Compiling cfg-if v1.0.4
3692026-07-26T04:24:07.244Z Compiling serde_core v1.0.228
3702026-07-26T04:24:07.244Z Compiling libc v0.2.186
3712026-07-26T04:24:07.283Z Compiling thiserror v2.0.18
3722026-07-26T04:24:07.287Z Compiling byteorder v1.5.0
3732026-07-26T04:24:07.287Z Compiling zerocopy v0.8.54
3742026-07-26T04:24:07.287Z Compiling stable_deref_trait v1.2.1
3752026-07-26T04:24:07.287Z Compiling macaddr v1.0.1
3762026-07-26T04:24:07.315Z Compiling managed v0.8.0
3772026-07-26T04:24:07.325Z Compiling cobs v0.3.0
3782026-07-26T04:24:07.340Z Compiling bitflags v1.3.2
3792026-07-26T04:24:07.400Z Compiling hash32 v0.3.1
3802026-07-26T04:24:07.430Z Compiling rand_core v0.10.1
3812026-07-26T04:24:07.510Z Compiling heapless v0.8.0
3822026-07-26T04:24:07.522Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3832026-07-26T04:24:07.543Z Compiling errno v0.3.14
3842026-07-26T04:24:07.580Z Compiling foreign-types-shared v0.3.1
3852026-07-26T04:24:07.589Z Compiling ipnetwork v0.21.1
3862026-07-26T04:24:07.596Z Compiling once_cell v1.21.4
3872026-07-26T04:24:07.656Z Compiling unicode-width v0.2.2
3882026-07-26T04:24:07.707Z Compiling utf8parse v0.2.2
3892026-07-26T04:24:07.744Z Compiling cpufeatures v0.3.0
3902026-07-26T04:24:07.869Z Compiling memchr v2.8.3
3912026-07-26T04:24:07.873Z Compiling chacha20 v0.10.1
3922026-07-26T04:24:07.873Z Compiling anstyle-parse v1.0.0
3932026-07-26T04:24:07.958Z Compiling smoltcp v0.11.0
3942026-07-26T04:24:07.972Z Compiling tabwriter v1.4.1
3952026-07-26T04:24:09.060Z Compiling tracing-core v0.1.36
3962026-07-26T04:24:09.060Z Compiling foreign-types v0.5.0
3972026-07-26T04:24:09.060Z Compiling ref-cast v1.0.25
3982026-07-26T04:24:09.060Z Compiling num_enum v0.7.6
3992026-07-26T04:24:09.060Z Compiling cstr-argument v0.1.2
4002026-07-26T04:24:09.061Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4012026-07-26T04:24:09.061Z Compiling getrandom v0.4.3
4022026-07-26T04:24:09.061Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4032026-07-26T04:24:09.061Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4042026-07-26T04:24:09.061Z Compiling pin-project-lite v0.2.17
4052026-07-26T04:24:09.061Z Compiling pretty-hex v0.4.2
4062026-07-26T04:24:09.061Z Compiling anstyle v1.0.14
4072026-07-26T04:24:09.061Z Compiling anstyle-query v1.1.5
4082026-07-26T04:24:09.061Z Compiling dyn-clone v1.0.20
4092026-07-26T04:24:09.061Z Compiling is_terminal_polyfill v1.70.2
4102026-07-26T04:24:09.124Z Compiling colorchoice v1.0.5
4112026-07-26T04:24:09.124Z Compiling bitflags v2.13.0
4122026-07-26T04:24:09.124Z Compiling serde v1.0.228
4132026-07-26T04:24:09.124Z Compiling anstream v1.0.0
4142026-07-26T04:24:09.124Z Compiling uuid v1.23.5
4152026-07-26T04:24:09.159Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4162026-07-26T04:24:09.352Z Compiling postcard v1.1.3
4172026-07-26T04:24:09.378Z Compiling rustix v1.1.4
4182026-07-26T04:24:09.475Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4192026-07-26T04:24:09.591Z Compiling tracing v0.1.44
4202026-07-26T04:24:09.612Z Compiling anyhow v1.0.103
4212026-07-26T04:24:09.681Z Compiling rand v0.10.2
4222026-07-26T04:24:09.688Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4232026-07-26T04:24:09.767Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4242026-07-26T04:24:09.878Z Compiling terminal_size v0.4.4
4252026-07-26T04:24:09.942Z Compiling socket2 v0.6.4
4262026-07-26T04:24:10.023Z Compiling strsim v0.11.1
4272026-07-26T04:24:10.152Z Compiling ingot-types v0.2.0
4282026-07-26T04:24:10.201Z Compiling oxnet v0.1.6
4292026-07-26T04:24:10.421Z Compiling winnow v1.0.3
4302026-07-26T04:24:10.548Z Compiling ingot v0.2.0
4312026-07-26T04:24:10.553Z Compiling clap_lex v1.1.0
4322026-07-26T04:24:10.606Z Compiling colored v3.1.1
4332026-07-26T04:24:10.683Z Compiling clap_builder v4.6.0
4342026-07-26T04:24:10.913Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4352026-07-26T04:24:11.353Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4362026-07-26T04:24:12.149Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4372026-07-26T04:24:12.307Z Compiling clap v4.6.1
4382026-07-26T04:24:13.652Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4392026-07-26T04:24:15.086Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4402026-07-26T04:24:19.445Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.34s
4412026-07-26T04:24:19.473Z
4422026-07-26T04:24:19.477Zreal 12.377052722
4432026-07-26T04:24:19.477Zuser 1:04.048835499
4442026-07-26T04:24:19.477Zsys 5.880250864
4452026-07-26T04:24:19.477Ztrap 0.031833555
4462026-07-26T04:24:19.477Ztflt 0.123667566
4472026-07-26T04:24:19.477Zdflt 0.158716319
4482026-07-26T04:24:19.477Zkflt 0.000012590
4492026-07-26T04:24:19.477Zlock 3:06.025016959
4502026-07-26T04:24:19.477Zslp 1:53.390216739
4512026-07-26T04:24:19.477Zlat 3.978371056
4522026-07-26T04:24:19.478Zstop 3.703344025
4532026-07-26T04:24:19.478Z+ header 'release build'
4542026-07-26T04:24:19.478Z+ echo '# ==== release build ==== #'
4552026-07-26T04:24:19.478Z# ==== release build ==== #
4562026-07-26T04:24:19.478Z+ ptime -m cargo build --release
4572026-07-26T04:24:19.566Z Compiling proc-macro2 v1.0.106
4582026-07-26T04:24:19.566Z Compiling unicode-ident v1.0.24
4592026-07-26T04:24:19.567Z Compiling quote v1.0.46
4602026-07-26T04:24:19.570Z Compiling serde_core v1.0.228
4612026-07-26T04:24:19.570Z Compiling libc v0.2.186
4622026-07-26T04:24:19.570Z Compiling cfg-if v1.0.4
4632026-07-26T04:24:19.570Z Compiling strsim v0.11.1
4642026-07-26T04:24:19.570Z Compiling ident_case v1.0.1
4652026-07-26T04:24:19.646Z Compiling thiserror v2.0.18
4662026-07-26T04:24:19.691Z Compiling memchr v2.8.3
4672026-07-26T04:24:19.700Z Compiling regex-syntax v0.8.11
4682026-07-26T04:24:19.840Z Compiling hashbrown v0.17.1
4692026-07-26T04:24:19.863Z Compiling winnow v1.0.3
4702026-07-26T04:24:20.120Z Compiling aho-corasick v1.1.4
4712026-07-26T04:24:20.200Z Compiling either v1.16.0
4722026-07-26T04:24:20.259Z Compiling equivalent v1.0.2
4732026-07-26T04:24:20.332Z Compiling serde v1.0.228
4742026-07-26T04:24:20.352Z Compiling anyhow v1.0.103
4752026-07-26T04:24:20.388Z Compiling zerocopy v0.8.54
4762026-07-26T04:24:20.665Z Compiling itertools v0.15.0
4772026-07-26T04:24:20.679Z Compiling indexmap v2.14.0
4782026-07-26T04:24:20.771Z Compiling syn v2.0.118
4792026-07-26T04:24:20.839Z Compiling toml_parser v1.1.2+spec-1.1.0
4802026-07-26T04:24:20.849Z Compiling heapless v0.8.0
4812026-07-26T04:24:21.126Z Compiling regex-automata v0.4.15
4822026-07-26T04:24:21.272Z Compiling toml_datetime v1.1.1+spec-1.1.0
4832026-07-26T04:24:21.369Z Compiling byteorder v1.5.0
4842026-07-26T04:24:21.443Z Compiling toml_edit v0.25.12+spec-1.1.0
4852026-07-26T04:24:21.543Z Compiling hash32 v0.3.1
4862026-07-26T04:24:21.627Z Compiling bitflags v2.13.0
4872026-07-26T04:24:21.647Z Compiling syn v1.0.109
4882026-07-26T04:24:21.665Z Compiling macaddr v1.0.1
4892026-07-26T04:24:21.774Z Compiling rustversion v1.0.23
4902026-07-26T04:24:21.870Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4912026-07-26T04:24:21.942Z Compiling stable_deref_trait v1.2.1
4922026-07-26T04:24:21.956Z Compiling smoltcp v0.11.0
4932026-07-26T04:24:21.962Z Compiling proc-macro-crate v3.5.0
4942026-07-26T04:24:22.136Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4952026-07-26T04:24:22.145Z Compiling rand_core v0.10.1
4962026-07-26T04:24:22.290Z Compiling rustix v1.1.4
4972026-07-26T04:24:22.304Z Compiling managed v0.8.0
4982026-07-26T04:24:22.310Z Compiling version_check v0.9.5
4992026-07-26T04:24:22.339Z Compiling ref-cast v1.0.25
5002026-07-26T04:24:22.346Z Compiling bitflags v1.3.2
5012026-07-26T04:24:22.402Z Compiling getrandom v0.4.3
5022026-07-26T04:24:22.556Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5032026-07-26T04:24:22.859Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5042026-07-26T04:24:22.868Z Compiling errno v0.3.14
5052026-07-26T04:24:22.868Z Compiling utf8parse v0.2.2
5062026-07-26T04:24:22.904Z Compiling regex v1.13.0
5072026-07-26T04:24:22.909Z Compiling once_cell v1.21.4
5082026-07-26T04:24:23.070Z Compiling ipnetwork v0.21.1
5092026-07-26T04:24:23.086Z Compiling cpufeatures v0.3.0
5102026-07-26T04:24:23.120Z Compiling unicode-width v0.2.2
5112026-07-26T04:24:23.259Z Compiling foreign-types-shared v0.3.1
5122026-07-26T04:24:23.335Z Compiling darling_core v0.23.0
5132026-07-26T04:24:23.400Z Compiling tabwriter v1.4.1
5142026-07-26T04:24:23.423Z Compiling chacha20 v0.10.1
5152026-07-26T04:24:23.685Z Compiling cstr-argument v0.1.2
5162026-07-26T04:24:23.694Z Compiling tracing-core v0.1.36
5172026-07-26T04:24:23.713Z Compiling anstyle-parse v1.0.0
5182026-07-26T04:24:24.288Z Compiling dyn-clone v1.0.20
5192026-07-26T04:24:24.323Z Compiling anstyle-query v1.1.5
5202026-07-26T04:24:24.401Z Compiling pretty-hex v0.4.2
5212026-07-26T04:24:24.418Z Compiling pin-project-lite v0.2.17
5222026-07-26T04:24:24.500Z Compiling is_terminal_polyfill v1.70.2
5232026-07-26T04:24:24.503Z Compiling thiserror-impl v2.0.18
5242026-07-26T04:24:24.510Z Compiling zerocopy-derive v0.8.54
5252026-07-26T04:24:24.524Z Compiling serde_derive v1.0.228
5262026-07-26T04:24:24.575Z Compiling ref-cast-impl v1.0.25
5272026-07-26T04:24:24.657Z Compiling foreign-types-macros v0.2.3
5282026-07-26T04:24:25.137Z Compiling num_enum_derive v0.7.6
5292026-07-26T04:24:25.251Z Compiling foreign-types v0.5.0
5302026-07-26T04:24:25.312Z Compiling tracing-attributes v0.1.31
5312026-07-26T04:24:25.312Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5322026-07-26T04:24:25.394Z Compiling darling_macro v0.23.0
5332026-07-26T04:24:25.737Z Compiling cobs v0.3.0
5342026-07-26T04:24:25.777Z Compiling anstyle v1.0.14
5352026-07-26T04:24:25.888Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5362026-07-26T04:24:25.934Z Compiling darling v0.23.0
5372026-07-26T04:24:25.942Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5382026-07-26T04:24:26.000Z Compiling ingot-macros v0.2.0
5392026-07-26T04:24:26.006Z Compiling colorchoice v1.0.5
5402026-07-26T04:24:26.099Z Compiling num_enum v0.7.6
5412026-07-26T04:24:26.100Z Compiling anstream v1.0.0
5422026-07-26T04:24:26.143Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5432026-07-26T04:24:26.201Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5442026-07-26T04:24:26.344Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5452026-07-26T04:24:26.388Z Compiling terminal_size v0.4.4
5462026-07-26T04:24:26.462Z Compiling tracing v0.1.44
5472026-07-26T04:24:26.493Z Compiling rand v0.10.2
5482026-07-26T04:24:26.509Z Compiling uuid v1.23.5
5492026-07-26T04:24:26.741Z Compiling socket2 v0.6.4
5502026-07-26T04:24:26.906Z Compiling colored v3.1.1
5512026-07-26T04:24:26.967Z Compiling heck v0.5.0
5522026-07-26T04:24:27.150Z Compiling clap_lex v1.1.0
5532026-07-26T04:24:27.303Z Compiling oxnet v0.1.6
5542026-07-26T04:24:27.427Z Compiling clap_builder v4.6.0
5552026-07-26T04:24:27.454Z Compiling clap_derive v4.6.1
5562026-07-26T04:24:27.597Z Compiling postcard v1.1.3
5572026-07-26T04:24:27.775Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5582026-07-26T04:24:28.837Z Compiling ingot-types v0.2.0
5592026-07-26T04:24:29.178Z Compiling ingot v0.2.0
5602026-07-26T04:24:29.313Z Compiling clap v4.6.1
5612026-07-26T04:24:30.856Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5622026-07-26T04:24:31.815Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5632026-07-26T04:24:32.857Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5642026-07-26T04:24:39.399Z Finished `release` profile [optimized + debuginfo] target(s) in 19.91s
5652026-07-26T04:24:39.425Z
5662026-07-26T04:24:39.429Zreal 19.941781394
5672026-07-26T04:24:39.429Zuser 1:41.304861264
5682026-07-26T04:24:39.429Zsys 13.230405323
5692026-07-26T04:24:39.429Ztrap 0.051620283
5702026-07-26T04:24:39.429Ztflt 0.124255162
5712026-07-26T04:24:39.429Zdflt 0.443296811
5722026-07-26T04:24:39.429Zkflt 0.000008280
5732026-07-26T04:24:39.429Zlock 4:44.974726625
5742026-07-26T04:24:39.429Zslp 3:24.144114837
5752026-07-26T04:24:39.429Zlat 4.613260078
5762026-07-26T04:24:39.429Zstop 8.995516249
5772026-07-26T04:24:39.429Z+ popd
5782026-07-26T04:24:39.430Z/work/oxidecomputer/opte
5792026-07-26T04:24:39.430Z+ TGT_BASE=/work
5802026-07-26T04:24:39.430Z+ for x in debug release
5812026-07-26T04:24:39.430Z+ mkdir -p /work/debug
5822026-07-26T04:24:39.430Z+ cp target/debug/opteadm /work/debug/
5832026-07-26T04:24:39.451Z+ sha256sum target/debug/opteadm
5842026-07-26T04:24:39.480Z+ for x in debug release
5852026-07-26T04:24:39.480Z+ mkdir -p /work/release
5862026-07-26T04:24:39.486Z+ cp target/release/opteadm /work/release/
5872026-07-26T04:24:39.499Z+ sha256sum target/release/opteadm
5882026-07-26T04:24:39.513Zprocess exited: duration 65010 ms, exit code 0
 
5892026-07-26T04:24:39.523Zfound 4 output files
5902026-07-26T04:24:39.524Zuploading: /work/debug/opteadm (38121632 bytes)
5912026-07-26T04:24:40.928Zuploaded: /work/debug/opteadm
5922026-07-26T04:24:40.928Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5932026-07-26T04:24:41.944Zuploaded: /work/debug/opteadm.debug.sha256
5942026-07-26T04:24:41.944Zuploading: /work/release/opteadm (25874952 bytes)
5952026-07-26T04:24:43.140Zuploaded: /work/release/opteadm
5962026-07-26T04:24:43.140Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5972026-07-26T04:24:44.150Zuploaded: /work/release/opteadm.release.sha256