01KYEAHS5GSH3968X3FRM57QHG: 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: 01KYEAJWM0RA5KEKZSKP3WSB9B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:23:49.576Zjob assigned to worker 01KYEAK6JFR8AXQNP1BYPCYJMF [factory aws, i-09bd52abf8589221e] (queued for 51 s)
 
22026-07-26T04:23:56.946Zstarting task 0: "setup"
32026-07-26T04:23:56.962Z++ uname -s
42026-07-26T04:23:56.962Z+ kern=SunOS
52026-07-26T04:23:56.963Z+ build_user=build
62026-07-26T04:23:56.963Z+ build_uid=12345
72026-07-26T04:23:56.963Z+ work_dir=/work
82026-07-26T04:23:56.963Z+ input_dir=/input
92026-07-26T04:23:56.963Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:56.963Z+ case "$kern" in
112026-07-26T04:23:56.963Z+ groupadd -g 12345 build
122026-07-26T04:23:56.971Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:58.964Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:59.092Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:59.097Z+ home_fs=zfs
162026-07-26T04:23:59.097Z+ [[ zfs == autofs ]]
172026-07-26T04:23:59.097Z+ mkdir -p /home/build
182026-07-26T04:23:59.097Z+ chown build:build /home/build /work
192026-07-26T04:24:01.093Z+ chmod 0700 /home/build /work
202026-07-26T04:24:01.096Zprocess exited: duration 4150 ms, exit code 0
 
212026-07-26T04:24:01.104Zstarting task 1: "rust-toolchain"
222026-07-26T04:24:01.108Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:24:01.108Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-26T04:24:01.108Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-26T04:24:01.108Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-26T04:24:01.108Z * rust toolchain channel = "1.97.1"
272026-07-26T04:24:01.108Z * rust toolchain profile = "default"
282026-07-26T04:24:01.117Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:24:01.117Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:24:01.210Zinfo: downloading installer
312026-07-26T04:24:02.837Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:24:02.838Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:24:02.838Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:24:02.838Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:24:02.838Zinfo: profile set to default
362026-07-26T04:24:02.838Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:24:02.838Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:24:02.838Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:24:02.838Zinfo: downloading 6 components
402026-07-26T04:24:17.402Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:24:17.402Z
422026-07-26T04:24:17.444Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:24:17.444Z
442026-07-26T04:24:17.444Z
452026-07-26T04:24:17.444ZRust is installed now. Great!
462026-07-26T04:24:17.444Z
472026-07-26T04:24:17.444ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:24:17.444Zenvironment variable. This has not been done automatically.
492026-07-26T04:24:17.445Z
502026-07-26T04:24:17.445ZTo configure your current shell, you need to source
512026-07-26T04:24:17.445Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:24:17.445Z
532026-07-26T04:24:17.445ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:24:17.445Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:24:17.445Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:24:17.445Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:24:17.445Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:24:17.445Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:24:17.445Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:24:17.445Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:24:17.445Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:24:17.445Z+ rustup --version
632026-07-26T04:24:17.445Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:24:17.445Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:24:17.445Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:24:17.445Z+ cargo --version
672026-07-26T04:24:17.445Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:24:17.446Z+ rustc --version
692026-07-26T04:24:17.446Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:24:17.446Zprocess exited: duration 15518 ms, exit code 0
 
712026-07-26T04:24:17.486Zstarting task 2: "authentication"
722026-07-26T04:24:17.506ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-26T04:24:19.511Zprocess exited: duration 2035 ms, exit code 0
 
742026-07-26T04:24:19.521Zstarting task 3: "clone repository"
752026-07-26T04:24:19.525Z+ mkdir -p /work/oxidecomputer/opte
762026-07-26T04:24:19.525Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-07-26T04:24:19.555ZCloning into '/work/oxidecomputer/opte'...
782026-07-26T04:24:20.429Z+ cd /work/oxidecomputer/opte
792026-07-26T04:24:20.432Z+ git fetch origin 335d9c2423236c16749e4ea1405b954b6e27b510
802026-07-26T04:24:20.638ZFrom https://github.com/oxidecomputer/opte
812026-07-26T04:24:20.638Z * branch 335d9c2423236c16749e4ea1405b954b6e27b510 -> FETCH_HEAD
822026-07-26T04:24:20.645Z+ [[ -n renovate/heapless-0.x ]]
832026-07-26T04:24:20.647Z++ git branch --show-current
842026-07-26T04:24:20.650Z+ current=master
852026-07-26T04:24:20.650Z+ [[ master != renovate/heapless-0.x ]]
862026-07-26T04:24:20.650Z+ git branch -f renovate/heapless-0.x 335d9c2423236c16749e4ea1405b954b6e27b510
872026-07-26T04:24:20.653Z+ git checkout -f renovate/heapless-0.x
882026-07-26T04:24:20.667ZSwitched to branch 'renovate/heapless-0.x'
892026-07-26T04:24:20.670Z+ git reset --hard 335d9c2423236c16749e4ea1405b954b6e27b510
902026-07-26T04:24:20.685ZHEAD is now at 335d9c2 Update Rust crate heapless to 0.9
912026-07-26T04:24:20.687Zprocess exited: duration 1167 ms, exit code 0
 
922026-07-26T04:24:20.693Zstarting task 4: "build"
932026-07-26T04:24:20.697Z+ source .github/buildomat/common.sh
942026-07-26T04:24:20.702Z++ rustup show active-toolchain
952026-07-26T04:24:20.707Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-07-26T04:24:20.707Z++ pushd xde
972026-07-26T04:24:20.707Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-26T04:24:20.707Z++ rustup show active-toolchain
992026-07-26T04:24:20.711Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-26T04:24:20.860Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-07-26T04:24:20.863Zinfo: downloading 6 components
1022026-07-26T04:24:37.175Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-07-26T04:24:37.271Z+++ rustup show active-toolchain -v
1042026-07-26T04:24:37.280Z+++ head -n 1
1052026-07-26T04:24:37.280Z+++ cut '-d ' -f1
1062026-07-26T04:24:37.326Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:24:37.326Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-07-26T04:24:37.327Z++ popd
1092026-07-26T04:24:37.330Z/work/oxidecomputer/opte
1102026-07-26T04:24:37.330Z+ cargo --version
1112026-07-26T04:24:37.336Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-07-26T04:24:37.339Z+ rustc --version
1132026-07-26T04:24:37.358Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-07-26T04:24:37.382Z+ pushd bin/opteadm
1152026-07-26T04:24:37.382Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-07-26T04:24:37.382Z+ header 'check style'
1172026-07-26T04:24:37.383Z+ echo '# ==== check style ==== #'
1182026-07-26T04:24:37.383Z# ==== check style ==== #
1192026-07-26T04:24:37.383Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1202026-07-26T04:24:37.432Z
1212026-07-26T04:24:37.433Zreal 0.068912887
1222026-07-26T04:24:37.433Zuser 0.038330583
1232026-07-26T04:24:37.433Zsys 0.027863731
1242026-07-26T04:24:37.433Ztrap 0.000000239
1252026-07-26T04:24:37.433Ztflt 0.000029785
1262026-07-26T04:24:37.433Zdflt 0.000012658
1272026-07-26T04:24:37.433Zkflt 0.000000000
1282026-07-26T04:24:37.433Zlock 0.031393641
1292026-07-26T04:24:37.433Zslp 0.048888458
1302026-07-26T04:24:37.433Zlat 0.000700721
1312026-07-26T04:24:37.433Zstop 0.000087021
1322026-07-26T04:24:37.436Z+ header analyze
1332026-07-26T04:24:37.436Z+ echo '# ==== analyze ==== #'
1342026-07-26T04:24:37.436Z# ==== analyze ==== #
1352026-07-26T04:24:37.436Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1362026-07-26T04:24:37.572Z Updating crates.io index
1372026-07-26T04:24:37.581Z Updating git repository `https://github.com/oxidecomputer/falcon`
1382026-07-26T04:24:38.492Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-07-26T04:24:38.742Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-07-26T04:24:38.948Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-07-26T04:24:39.297Z Updating git repository `https://github.com/oxidecomputer/zone`
1422026-07-26T04:24:39.542Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-26T04:24:39.768Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-26T04:24:41.447Z Downloading crates ...
1452026-07-26T04:24:41.503Z Downloaded equivalent v1.0.2
1462026-07-26T04:24:41.506Z Downloaded strsim v0.11.1
1472026-07-26T04:24:41.511Z Downloaded num_enum_derive v0.7.6
1482026-07-26T04:24:41.513Z Downloaded anstyle-query v1.1.5
1492026-07-26T04:24:41.520Z Downloaded foreign-types-macros v0.2.3
1502026-07-26T04:24:41.524Z Downloaded darling_macro v0.23.0
1512026-07-26T04:24:41.527Z Downloaded is_terminal_polyfill v1.70.2
1522026-07-26T04:24:41.527Z Downloaded macaddr v1.0.1
1532026-07-26T04:24:41.530Z Downloaded chacha20 v0.10.1
1542026-07-26T04:24:41.536Z Downloaded heapless v0.8.0
1552026-07-26T04:24:41.539Z Downloaded hash32 v0.3.1
1562026-07-26T04:24:41.544Z Downloaded darling_core v0.23.0
1572026-07-26T04:24:41.548Z Downloaded foreign-types-shared v0.3.1
1582026-07-26T04:24:41.551Z Downloaded dyn-clone v1.0.20
1592026-07-26T04:24:41.556Z Downloaded cpufeatures v0.3.0
1602026-07-26T04:24:41.558Z Downloaded foreign-types v0.5.0
1612026-07-26T04:24:41.561Z Downloaded colorchoice v1.0.5
1622026-07-26T04:24:41.561Z Downloaded defmt v0.3.100
1632026-07-26T04:24:41.565Z Downloaded ipnetwork v0.21.1
1642026-07-26T04:24:41.569Z Downloaded anstream v1.0.0
1652026-07-26T04:24:41.569Z Downloaded ref-cast-impl v1.0.25
1662026-07-26T04:24:41.573Z Downloaded embedded-io v0.4.0
1672026-07-26T04:24:41.576Z Downloaded ident_case v1.0.1
1682026-07-26T04:24:41.580Z Downloaded defmt-parser v1.0.0
1692026-07-26T04:24:41.580Z Downloaded errno v0.3.14
1702026-07-26T04:24:41.581Z Downloaded version_check v0.9.5
1712026-07-26T04:24:41.584Z Downloaded clap_derive v4.6.1
1722026-07-26T04:24:41.595Z Downloaded heck v0.5.0
1732026-07-26T04:24:41.598Z Downloaded stable_deref_trait v1.2.1
1742026-07-26T04:24:41.598Z Downloaded cobs v0.3.0
1752026-07-26T04:24:41.602Z Downloaded either v1.16.0
1762026-07-26T04:24:41.606Z Downloaded rand_core v0.10.1
1772026-07-26T04:24:41.606Z Downloaded quote v1.0.46
1782026-07-26T04:24:41.606Z Downloaded cstr-argument v0.1.2
1792026-07-26T04:24:41.614Z Downloaded clap_lex v1.1.0
1802026-07-26T04:24:41.619Z Downloaded ref-cast v1.0.25
1812026-07-26T04:24:41.622Z Downloaded defmt v1.1.1
1822026-07-26T04:24:41.622Z Downloaded anyhow v1.0.103
1832026-07-26T04:24:41.625Z Downloaded thiserror-impl v2.0.18
1842026-07-26T04:24:41.625Z Downloaded getrandom v0.4.3
1852026-07-26T04:24:41.632Z Downloaded cfg-if v1.0.4
1862026-07-26T04:24:41.637Z Downloaded managed v0.8.0
1872026-07-26T04:24:41.637Z Downloaded pretty-hex v0.4.2
1882026-07-26T04:24:41.637Z Downloaded tabwriter v1.4.1
1892026-07-26T04:24:41.640Z Downloaded proc-macro-crate v3.5.0
1902026-07-26T04:24:41.644Z Downloaded terminal_size v0.4.4
1912026-07-26T04:24:41.644Z Downloaded defmt-macros v1.1.1
1922026-07-26T04:24:41.659Z Downloaded embedded-io v0.6.1
1932026-07-26T04:24:41.662Z Downloaded utf8parse v0.2.2
1942026-07-26T04:24:41.667Z Downloaded pin-project-lite v0.2.17
1952026-07-26T04:24:41.671Z Downloaded bitflags v1.3.2
1962026-07-26T04:24:41.671Z Downloaded oxnet v0.1.6
1972026-07-26T04:24:41.672Z Downloaded thiserror v2.0.18
1982026-07-26T04:24:41.675Z Downloaded anstyle-parse v1.0.0
1992026-07-26T04:24:41.678Z Downloaded rustversion v1.0.23
2002026-07-26T04:24:41.679Z Downloaded ingot-types v0.2.0
2012026-07-26T04:24:41.689Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2022026-07-26T04:24:41.693Z Downloaded byteorder v1.5.0
2032026-07-26T04:24:41.696Z Downloaded num_enum v0.7.6
2042026-07-26T04:24:41.704Z Downloaded anstyle v1.0.14
2052026-07-26T04:24:41.708Z Downloaded colored v3.1.1
2062026-07-26T04:24:41.714Z Downloaded darling v0.23.0
2072026-07-26T04:24:41.717Z Downloaded bitflags v2.13.0
2082026-07-26T04:24:41.722Z Downloaded postcard v1.1.3
2092026-07-26T04:24:41.726Z Downloaded toml_parser v1.1.2+spec-1.1.0
2102026-07-26T04:24:41.729Z Downloaded serde_derive v1.0.228
2112026-07-26T04:24:41.733Z Downloaded ingot v0.2.0
2122026-07-26T04:24:41.733Z Downloaded once_cell v1.21.4
2132026-07-26T04:24:41.743Z Downloaded ingot-macros v0.2.0
2142026-07-26T04:24:41.746Z Downloaded tracing-attributes v0.1.31
2152026-07-26T04:24:41.764Z Downloaded unicode-ident v1.0.24
2162026-07-26T04:24:41.772Z Downloaded serde_core v1.0.228
2172026-07-26T04:24:41.772Z Downloaded socket2 v0.6.4
2182026-07-26T04:24:41.786Z Downloaded clap v4.6.1
2192026-07-26T04:24:41.792Z Downloaded toml_edit v0.25.12+spec-1.1.0
2202026-07-26T04:24:41.802Z Downloaded tracing-core v0.1.36
2212026-07-26T04:24:41.810Z Downloaded serde v1.0.228
2222026-07-26T04:24:41.817Z Downloaded uuid v1.23.5
2232026-07-26T04:24:41.823Z Downloaded indexmap v2.14.0
2242026-07-26T04:24:41.828Z Downloaded hashbrown v0.17.1
2252026-07-26T04:24:41.828Z Downloaded zerocopy-derive v0.8.54
2262026-07-26T04:24:41.832Z Downloaded proc-macro2 v1.0.106
2272026-07-26T04:24:41.836Z Downloaded memchr v2.8.3
2282026-07-26T04:24:41.842Z Downloaded itertools v0.15.0
2292026-07-26T04:24:41.849Z Downloaded clap_builder v4.6.0
2302026-07-26T04:24:41.857Z Downloaded rand v0.10.2
2312026-07-26T04:24:41.878Z Downloaded regex v1.13.0
2322026-07-26T04:24:41.893Z Downloaded aho-corasick v1.1.4
2332026-07-26T04:24:41.906Z Downloaded winnow v1.0.3
2342026-07-26T04:24:41.918Z Downloaded syn v1.0.109
2352026-07-26T04:24:41.961Z Downloaded unicode-width v0.2.2
2362026-07-26T04:24:41.969Z Downloaded zerocopy v0.8.54
2372026-07-26T04:24:41.985Z Downloaded smoltcp v0.11.0
2382026-07-26T04:24:41.994Z Downloaded syn v2.0.118
2392026-07-26T04:24:42.010Z Downloaded regex-syntax v0.8.11
2402026-07-26T04:24:42.021Z Downloaded rustix v1.1.4
2412026-07-26T04:24:42.032Z Downloaded tracing v0.1.44
2422026-07-26T04:24:42.058Z Downloaded regex-automata v0.4.15
2432026-07-26T04:24:42.066Z Downloaded libc v0.2.186
2442026-07-26T04:24:42.126Z Compiling proc-macro2 v1.0.106
2452026-07-26T04:24:42.126Z Compiling quote v1.0.46
2462026-07-26T04:24:42.126Z Compiling unicode-ident v1.0.24
2472026-07-26T04:24:42.136Z Compiling serde_core v1.0.228
2482026-07-26T04:24:42.136Z Compiling libc v0.2.186
2492026-07-26T04:24:42.136Z Checking cfg-if v1.0.4
2502026-07-26T04:24:42.136Z Compiling thiserror v2.0.18
2512026-07-26T04:24:42.136Z Compiling strsim v0.11.1
2522026-07-26T04:24:42.250Z Compiling ident_case v1.0.1
2532026-07-26T04:24:42.329Z Compiling memchr v2.8.3
2542026-07-26T04:24:42.359Z Compiling regex-syntax v0.8.11
2552026-07-26T04:24:42.498Z Compiling serde v1.0.228
2562026-07-26T04:24:42.583Z Compiling either v1.16.0
2572026-07-26T04:24:42.748Z Compiling aho-corasick v1.1.4
2582026-07-26T04:24:42.774Z Compiling equivalent v1.0.2
2592026-07-26T04:24:42.801Z Compiling hashbrown v0.17.1
2602026-07-26T04:24:42.849Z Compiling anyhow v1.0.103
2612026-07-26T04:24:42.877Z Compiling zerocopy v0.8.54
2622026-07-26T04:24:42.903Z Compiling winnow v1.0.3
2632026-07-26T04:24:43.218Z Compiling itertools v0.15.0
2642026-07-26T04:24:43.329Z Compiling indexmap v2.14.0
2652026-07-26T04:24:43.431Z Compiling syn v2.0.118
2662026-07-26T04:24:43.472Z Checking byteorder v1.5.0
2672026-07-26T04:24:43.625Z Compiling toml_datetime v1.1.1+spec-1.1.0
2682026-07-26T04:24:43.843Z Compiling regex-automata v0.4.15
2692026-07-26T04:24:43.910Z Compiling toml_parser v1.1.2+spec-1.1.0
2702026-07-26T04:24:43.926Z Compiling heapless v0.8.0
2712026-07-26T04:24:43.999Z Checking bitflags v2.13.0
2722026-07-26T04:24:44.120Z Checking hash32 v0.3.1
2732026-07-26T04:24:44.162Z Checking stable_deref_trait v1.2.1
2742026-07-26T04:24:44.224Z Compiling smoltcp v0.11.0
2752026-07-26T04:24:44.228Z Checking macaddr v1.0.1
2762026-07-26T04:24:44.362Z Compiling toml_edit v0.25.12+spec-1.1.0
2772026-07-26T04:24:44.373Z Compiling syn v1.0.109
2782026-07-26T04:24:44.421Z Compiling rustversion v1.0.23
2792026-07-26T04:24:44.455Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2802026-07-26T04:24:44.557Z Checking rand_core v0.10.1
2812026-07-26T04:24:44.688Z Compiling getrandom v0.4.3
2822026-07-26T04:24:44.693Z Compiling ref-cast v1.0.25
2832026-07-26T04:24:44.705Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2842026-07-26T04:24:44.792Z Checking bitflags v1.3.2
2852026-07-26T04:24:44.846Z Compiling rustix v1.1.4
2862026-07-26T04:24:44.853Z Checking managed v0.8.0
2872026-07-26T04:24:44.906Z Compiling proc-macro-crate v3.5.0
2882026-07-26T04:24:44.938Z Compiling version_check v0.9.5
2892026-07-26T04:24:45.201Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2902026-07-26T04:24:45.313Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-07-26T04:24:45.374Z Checking errno v0.3.14
2922026-07-26T04:24:45.497Z Checking cpufeatures v0.3.0
2932026-07-26T04:24:45.501Z Checking ipnetwork v0.21.1
2942026-07-26T04:24:45.562Z Checking once_cell v1.21.4
2952026-07-26T04:24:45.618Z Compiling regex v1.13.0
2962026-07-26T04:24:45.663Z Checking foreign-types-shared v0.3.1
2972026-07-26T04:24:45.682Z Checking unicode-width v0.2.2
2982026-07-26T04:24:45.735Z Checking utf8parse v0.2.2
2992026-07-26T04:24:45.832Z Checking anstyle-parse v1.0.0
3002026-07-26T04:24:45.936Z Checking tabwriter v1.4.1
3012026-07-26T04:24:45.983Z Checking tracing-core v0.1.36
3022026-07-26T04:24:46.019Z Checking chacha20 v0.10.1
3032026-07-26T04:24:46.077Z Compiling darling_core v0.23.0
3042026-07-26T04:24:46.111Z Checking cstr-argument v0.1.2
3052026-07-26T04:24:46.445Z Checking pin-project-lite v0.2.17
3062026-07-26T04:24:46.506Z Checking pretty-hex v0.4.2
3072026-07-26T04:24:46.530Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3082026-07-26T04:24:46.550Z Checking anstyle-query v1.1.5
3092026-07-26T04:24:46.617Z Checking dyn-clone v1.0.20
3102026-07-26T04:24:46.624Z Checking colorchoice v1.0.5
3112026-07-26T04:24:46.632Z Checking is_terminal_polyfill v1.70.2
3122026-07-26T04:24:46.711Z Checking anstyle v1.0.14
3132026-07-26T04:24:46.732Z Checking terminal_size v0.4.4
3142026-07-26T04:24:46.748Z Checking rand v0.10.2
3152026-07-26T04:24:46.834Z Checking uuid v1.23.5
3162026-07-26T04:24:46.883Z Checking anstream v1.0.0
3172026-07-26T04:24:46.905Z Checking socket2 v0.6.4
3182026-07-26T04:24:47.007Z Checking clap_lex v1.1.0
3192026-07-26T04:24:47.084Z Checking oxnet v0.1.6
3202026-07-26T04:24:47.152Z Checking colored v3.1.1
3212026-07-26T04:24:47.155Z Compiling heck v0.5.0
3222026-07-26T04:24:47.236Z Checking clap_builder v4.6.0
3232026-07-26T04:24:47.259Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3242026-07-26T04:24:47.267Z Compiling thiserror-impl v2.0.18
3252026-07-26T04:24:47.342Z Compiling zerocopy-derive v0.8.54
3262026-07-26T04:24:47.346Z Compiling serde_derive v1.0.228
3272026-07-26T04:24:47.672Z Compiling num_enum_derive v0.7.6
3282026-07-26T04:24:48.060Z Compiling ref-cast-impl v1.0.25
3292026-07-26T04:24:48.202Z Compiling darling_macro v0.23.0
3302026-07-26T04:24:48.504Z Compiling foreign-types-macros v0.2.3
3312026-07-26T04:24:48.550Z Checking cobs v0.3.0
3322026-07-26T04:24:48.665Z Checking num_enum v0.7.6
3332026-07-26T04:24:48.673Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3342026-07-26T04:24:48.699Z Compiling tracing-attributes v0.1.31
3352026-07-26T04:24:48.724Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-07-26T04:24:48.764Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3372026-07-26T04:24:48.772Z Compiling darling v0.23.0
3382026-07-26T04:24:48.840Z Compiling ingot-macros v0.2.0
3392026-07-26T04:24:48.916Z Compiling clap_derive v4.6.1
3402026-07-26T04:24:49.118Z Checking foreign-types v0.5.0
3412026-07-26T04:24:49.140Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3422026-07-26T04:24:49.185Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3432026-07-26T04:24:49.739Z Checking tracing v0.1.44
3442026-07-26T04:24:50.224Z Checking clap v4.6.1
3452026-07-26T04:24:50.244Z Checking postcard v1.1.3
3462026-07-26T04:24:51.347Z Checking ingot-types v0.2.0
3472026-07-26T04:24:51.629Z Checking ingot v0.2.0
3482026-07-26T04:24:52.947Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3492026-07-26T04:24:54.159Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3502026-07-26T04:24:55.345Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3512026-07-26T04:24:56.175Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.68s
3522026-07-26T04:24:56.284Z
3532026-07-26T04:24:56.284Zreal 18.841137480
3542026-07-26T04:24:56.284Zuser 54.373520519
3552026-07-26T04:24:56.284Zsys 13.001531340
3562026-07-26T04:24:56.284Ztrap 0.039232500
3572026-07-26T04:24:56.284Ztflt 0.054059736
3582026-07-26T04:24:56.284Zdflt 0.172312983
3592026-07-26T04:24:56.284Zkflt 0.004637970
3602026-07-26T04:24:56.284Zlock 3:42.401436203
3612026-07-26T04:24:56.284Zslp 3:01.490102017
3622026-07-26T04:24:56.284Zlat 2.887796007
3632026-07-26T04:24:56.284Zstop 13.813232475
3642026-07-26T04:24:56.293Z+ header 'debug build'
3652026-07-26T04:24:56.293Z+ echo '# ==== debug build ==== #'
3662026-07-26T04:24:56.293Z+ ptime -m cargo build
3672026-07-26T04:24:56.293Z# ==== debug build ==== #
3682026-07-26T04:24:56.433Z Compiling cfg-if v1.0.4
3692026-07-26T04:24:56.441Z Compiling serde_core v1.0.228
3702026-07-26T04:24:56.441Z Compiling libc v0.2.186
3712026-07-26T04:24:56.466Z Compiling thiserror v2.0.18
3722026-07-26T04:24:56.480Z Compiling byteorder v1.5.0
3732026-07-26T04:24:56.480Z Compiling zerocopy v0.8.54
3742026-07-26T04:24:56.480Z Compiling macaddr v1.0.1
3752026-07-26T04:24:56.480Z Compiling stable_deref_trait v1.2.1
3762026-07-26T04:24:56.511Z Compiling rand_core v0.10.1
3772026-07-26T04:24:56.523Z Compiling managed v0.8.0
3782026-07-26T04:24:56.536Z Compiling cobs v0.3.0
3792026-07-26T04:24:56.624Z Compiling hash32 v0.3.1
3802026-07-26T04:24:56.652Z Compiling bitflags v1.3.2
3812026-07-26T04:24:56.702Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3822026-07-26T04:24:56.721Z Compiling heapless v0.8.0
3832026-07-26T04:24:56.733Z Compiling errno v0.3.14
3842026-07-26T04:24:56.763Z Compiling utf8parse v0.2.2
3852026-07-26T04:24:56.794Z Compiling ipnetwork v0.21.1
3862026-07-26T04:24:56.855Z Compiling once_cell v1.21.4
3872026-07-26T04:24:56.864Z Compiling foreign-types-shared v0.3.1
3882026-07-26T04:24:56.887Z Compiling unicode-width v0.2.2
3892026-07-26T04:24:56.909Z Compiling memchr v2.8.3
3902026-07-26T04:24:56.927Z Compiling cpufeatures v0.3.0
3912026-07-26T04:24:56.994Z Compiling chacha20 v0.10.1
3922026-07-26T04:24:57.032Z Compiling tracing-core v0.1.36
3932026-07-26T04:24:57.133Z Compiling smoltcp v0.11.0
3942026-07-26T04:24:57.184Z Compiling tabwriter v1.4.1
3952026-07-26T04:24:57.279Z Compiling cstr-argument v0.1.2
3962026-07-26T04:24:57.331Z Compiling foreign-types v0.5.0
3972026-07-26T04:24:57.431Z Compiling anstyle-parse v1.0.0
3982026-07-26T04:24:57.438Z Compiling ref-cast v1.0.25
3992026-07-26T04:24:57.524Z Compiling num_enum v0.7.6
4002026-07-26T04:24:57.613Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4012026-07-26T04:24:57.649Z Compiling getrandom v0.4.3
4022026-07-26T04:24:57.661Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4032026-07-26T04:24:57.711Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4042026-07-26T04:24:57.745Z Compiling dyn-clone v1.0.20
4052026-07-26T04:24:57.854Z Compiling pin-project-lite v0.2.17
4062026-07-26T04:24:57.902Z Compiling pretty-hex v0.4.2
4072026-07-26T04:24:57.937Z Compiling anstyle v1.0.14
4082026-07-26T04:24:58.030Z Compiling colorchoice v1.0.5
4092026-07-26T04:24:58.080Z Compiling anstyle-query v1.1.5
4102026-07-26T04:24:58.145Z Compiling bitflags v2.13.0
4112026-07-26T04:24:58.185Z Compiling serde v1.0.228
4122026-07-26T04:24:58.203Z Compiling is_terminal_polyfill v1.70.2
4132026-07-26T04:24:58.257Z Compiling uuid v1.23.5
4142026-07-26T04:24:58.284Z Compiling anstream v1.0.0
4152026-07-26T04:24:58.357Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4162026-07-26T04:24:58.370Z Compiling rustix v1.1.4
4172026-07-26T04:24:58.590Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4182026-07-26T04:24:58.773Z Compiling postcard v1.1.3
4192026-07-26T04:24:58.798Z Compiling tracing v0.1.44
4202026-07-26T04:24:58.844Z Compiling rand v0.10.2
4212026-07-26T04:24:58.871Z Compiling terminal_size v0.4.4
4222026-07-26T04:24:59.016Z Compiling anyhow v1.0.103
4232026-07-26T04:24:59.030Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4242026-07-26T04:24:59.115Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4252026-07-26T04:24:59.165Z Compiling socket2 v0.6.4
4262026-07-26T04:24:59.226Z Compiling colored v3.1.1
4272026-07-26T04:24:59.456Z Compiling ingot-types v0.2.0
4282026-07-26T04:24:59.470Z Compiling strsim v0.11.1
4292026-07-26T04:24:59.624Z Compiling winnow v1.0.3
4302026-07-26T04:24:59.776Z Compiling oxnet v0.1.6
4312026-07-26T04:24:59.818Z Compiling ingot v0.2.0
4322026-07-26T04:24:59.866Z Compiling clap_lex v1.1.0
4332026-07-26T04:25:00.033Z Compiling clap_builder v4.6.0
4342026-07-26T04:25:00.247Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4352026-07-26T04:25:00.554Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4362026-07-26T04:25:01.555Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4372026-07-26T04:25:02.014Z Compiling clap v4.6.1
4382026-07-26T04:25:03.004Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4392026-07-26T04:25:04.430Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4402026-07-26T04:25:08.854Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.56s
4412026-07-26T04:25:08.883Z
4422026-07-26T04:25:08.887Zreal 12.595095974
4432026-07-26T04:25:08.887Zuser 1:04.765639766
4442026-07-26T04:25:08.887Zsys 6.036782514
4452026-07-26T04:25:08.887Ztrap 0.026178708
4462026-07-26T04:25:08.887Ztflt 0.098860696
4472026-07-26T04:25:08.887Zdflt 0.192918912
4482026-07-26T04:25:08.887Zkflt 0.000005938
4492026-07-26T04:25:08.887Zlock 3:07.946839339
4502026-07-26T04:25:08.887Zslp 1:53.995793857
4512026-07-26T04:25:08.887Zlat 4.317252755
4522026-07-26T04:25:08.887Zstop 4.367007427
4532026-07-26T04:25:08.887Z+ header 'release build'
4542026-07-26T04:25:08.887Z+ echo '# ==== release build ==== #'
4552026-07-26T04:25:08.887Z# ==== release build ==== #
4562026-07-26T04:25:08.887Z+ ptime -m cargo build --release
4572026-07-26T04:25:08.980Z Compiling proc-macro2 v1.0.106
4582026-07-26T04:25:08.981Z Compiling unicode-ident v1.0.24
4592026-07-26T04:25:08.981Z Compiling quote v1.0.46
4602026-07-26T04:25:08.984Z Compiling serde_core v1.0.228
4612026-07-26T04:25:08.984Z Compiling libc v0.2.186
4622026-07-26T04:25:08.984Z Compiling cfg-if v1.0.4
4632026-07-26T04:25:08.984Z Compiling ident_case v1.0.1
4642026-07-26T04:25:08.984Z Compiling memchr v2.8.3
4652026-07-26T04:25:09.050Z Compiling strsim v0.11.1
4662026-07-26T04:25:09.095Z Compiling thiserror v2.0.18
4672026-07-26T04:25:09.099Z Compiling regex-syntax v0.8.11
4682026-07-26T04:25:09.286Z Compiling winnow v1.0.3
4692026-07-26T04:25:09.310Z Compiling serde v1.0.228
4702026-07-26T04:25:09.527Z Compiling aho-corasick v1.1.4
4712026-07-26T04:25:09.579Z Compiling either v1.16.0
4722026-07-26T04:25:09.586Z Compiling equivalent v1.0.2
4732026-07-26T04:25:09.653Z Compiling hashbrown v0.17.1
4742026-07-26T04:25:09.695Z Compiling zerocopy v0.8.54
4752026-07-26T04:25:09.769Z Compiling anyhow v1.0.103
4762026-07-26T04:25:10.094Z Compiling itertools v0.15.0
4772026-07-26T04:25:10.137Z Compiling indexmap v2.14.0
4782026-07-26T04:25:10.169Z Compiling toml_parser v1.1.2+spec-1.1.0
4792026-07-26T04:25:10.280Z Compiling syn v2.0.118
4802026-07-26T04:25:10.284Z Compiling heapless v0.8.0
4812026-07-26T04:25:10.570Z Compiling regex-automata v0.4.15
4822026-07-26T04:25:10.741Z Compiling byteorder v1.5.0
4832026-07-26T04:25:10.772Z Compiling toml_datetime v1.1.1+spec-1.1.0
4842026-07-26T04:25:10.904Z Compiling hash32 v0.3.1
4852026-07-26T04:25:10.922Z Compiling toml_edit v0.25.12+spec-1.1.0
4862026-07-26T04:25:11.027Z Compiling stable_deref_trait v1.2.1
4872026-07-26T04:25:11.096Z Compiling bitflags v2.13.0
4882026-07-26T04:25:11.134Z Compiling smoltcp v0.11.0
4892026-07-26T04:25:11.159Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4902026-07-26T04:25:11.245Z Compiling rustversion v1.0.23
4912026-07-26T04:25:11.383Z Compiling syn v1.0.109
4922026-07-26T04:25:11.403Z Compiling macaddr v1.0.1
4932026-07-26T04:25:11.452Z Compiling proc-macro-crate v3.5.0
4942026-07-26T04:25:11.594Z Compiling version_check v0.9.5
4952026-07-26T04:25:11.605Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4962026-07-26T04:25:11.705Z Compiling ref-cast v1.0.25
4972026-07-26T04:25:11.789Z Compiling managed v0.8.0
4982026-07-26T04:25:11.801Z Compiling getrandom v0.4.3
4992026-07-26T04:25:11.838Z Compiling rand_core v0.10.1
5002026-07-26T04:25:11.842Z Compiling rustix v1.1.4
5012026-07-26T04:25:11.893Z Compiling bitflags v1.3.2
5022026-07-26T04:25:11.952Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5032026-07-26T04:25:12.052Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5042026-07-26T04:25:12.158Z Compiling errno v0.3.14
5052026-07-26T04:25:12.290Z Compiling regex v1.13.0
5062026-07-26T04:25:12.433Z Compiling ipnetwork v0.21.1
5072026-07-26T04:25:12.550Z Compiling cpufeatures v0.3.0
5082026-07-26T04:25:12.612Z Compiling utf8parse v0.2.2
5092026-07-26T04:25:12.675Z Compiling unicode-width v0.2.2
5102026-07-26T04:25:12.705Z Compiling once_cell v1.21.4
5112026-07-26T04:25:12.791Z Compiling foreign-types-shared v0.3.1
5122026-07-26T04:25:12.873Z Compiling darling_core v0.23.0
5132026-07-26T04:25:12.927Z Compiling tabwriter v1.4.1
5142026-07-26T04:25:12.955Z Compiling tracing-core v0.1.36
5152026-07-26T04:25:13.082Z Compiling cstr-argument v0.1.2
5162026-07-26T04:25:13.103Z Compiling anstyle-parse v1.0.0
5172026-07-26T04:25:13.228Z Compiling chacha20 v0.10.1
5182026-07-26T04:25:13.782Z Compiling pretty-hex v0.4.2
5192026-07-26T04:25:13.787Z Compiling anstyle v1.0.14
5202026-07-26T04:25:13.787Z Compiling pin-project-lite v0.2.17
5212026-07-26T04:25:13.870Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5222026-07-26T04:25:13.897Z Compiling colorchoice v1.0.5
5232026-07-26T04:25:13.996Z Compiling dyn-clone v1.0.20
5242026-07-26T04:25:14.001Z Compiling thiserror-impl v2.0.18
5252026-07-26T04:25:14.017Z Compiling zerocopy-derive v0.8.54
5262026-07-26T04:25:14.067Z Compiling serde_derive v1.0.228
5272026-07-26T04:25:14.084Z Compiling num_enum_derive v0.7.6
5282026-07-26T04:25:14.123Z Compiling foreign-types-macros v0.2.3
5292026-07-26T04:25:14.675Z Compiling ref-cast-impl v1.0.25
5302026-07-26T04:25:14.739Z Compiling foreign-types v0.5.0
5312026-07-26T04:25:14.804Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5322026-07-26T04:25:14.938Z Compiling darling_macro v0.23.0
5332026-07-26T04:25:15.053Z Compiling num_enum v0.7.6
5342026-07-26T04:25:15.160Z Compiling tracing-attributes v0.1.31
5352026-07-26T04:25:15.245Z Compiling cobs v0.3.0
5362026-07-26T04:25:15.282Z Compiling is_terminal_polyfill v1.70.2
5372026-07-26T04:25:15.314Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5382026-07-26T04:25:15.410Z Compiling anstyle-query v1.1.5
5392026-07-26T04:25:15.410Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5402026-07-26T04:25:15.483Z Compiling anstream v1.0.0
5412026-07-26T04:25:15.510Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5422026-07-26T04:25:15.564Z Compiling darling v0.23.0
5432026-07-26T04:25:15.633Z Compiling ingot-macros v0.2.0
5442026-07-26T04:25:15.784Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5452026-07-26T04:25:15.890Z Compiling terminal_size v0.4.4
5462026-07-26T04:25:15.897Z Compiling rand v0.10.2
5472026-07-26T04:25:16.022Z Compiling uuid v1.23.5
5482026-07-26T04:25:16.138Z Compiling socket2 v0.6.4
5492026-07-26T04:25:16.148Z Compiling colored v3.1.1
5502026-07-26T04:25:16.413Z Compiling tracing v0.1.44
5512026-07-26T04:25:16.678Z Compiling clap_lex v1.1.0
5522026-07-26T04:25:16.687Z Compiling heck v0.5.0
5532026-07-26T04:25:16.714Z Compiling oxnet v0.1.6
5542026-07-26T04:25:16.870Z Compiling clap_derive v4.6.1
5552026-07-26T04:25:16.989Z Compiling clap_builder v4.6.0
5562026-07-26T04:25:16.999Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5572026-07-26T04:25:17.289Z Compiling postcard v1.1.3
5582026-07-26T04:25:18.356Z Compiling ingot-types v0.2.0
5592026-07-26T04:25:18.681Z Compiling ingot v0.2.0
5602026-07-26T04:25:18.903Z Compiling clap v4.6.1
5612026-07-26T04:25:20.398Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5622026-07-26T04:25:21.437Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5632026-07-26T04:25:22.486Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5642026-07-26T04:25:29.106Z Finished `release` profile [optimized + debuginfo] target(s) in 20.21s
5652026-07-26T04:25:29.136Z
5662026-07-26T04:25:29.139Zreal 20.239395795
5672026-07-26T04:25:29.139Zuser 1:42.571625783
5682026-07-26T04:25:29.139Zsys 13.436034149
5692026-07-26T04:25:29.139Ztrap 0.051958710
5702026-07-26T04:25:29.139Ztflt 0.128646806
5712026-07-26T04:25:29.139Zdflt 0.298522542
5722026-07-26T04:25:29.139Zkflt 0.000017805
5732026-07-26T04:25:29.139Zlock 4:48.251431310
5742026-07-26T04:25:29.139Zslp 3:25.686534826
5752026-07-26T04:25:29.139Zlat 4.819731893
5762026-07-26T04:25:29.139Zstop 9.325794938
5772026-07-26T04:25:29.139Z+ popd
5782026-07-26T04:25:29.139Z/work/oxidecomputer/opte
5792026-07-26T04:25:29.139Z+ TGT_BASE=/work
5802026-07-26T04:25:29.139Z+ for x in debug release
5812026-07-26T04:25:29.139Z+ mkdir -p /work/debug
5822026-07-26T04:25:29.139Z+ cp target/debug/opteadm /work/debug/
5832026-07-26T04:25:29.161Z+ sha256sum target/debug/opteadm
5842026-07-26T04:25:29.187Z+ for x in debug release
5852026-07-26T04:25:29.187Z+ mkdir -p /work/release
5862026-07-26T04:25:29.190Z+ cp target/release/opteadm /work/release/
5872026-07-26T04:25:29.205Z+ sha256sum target/release/opteadm
5882026-07-26T04:25:29.223Zprocess exited: duration 68529 ms, exit code 0
 
5892026-07-26T04:25:29.228Zfound 4 output files
5902026-07-26T04:25:29.228Zuploading: /work/debug/opteadm (38121632 bytes)
5912026-07-26T04:25:30.848Zuploaded: /work/debug/opteadm
5922026-07-26T04:25:30.851Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5932026-07-26T04:25:31.857Zuploaded: /work/debug/opteadm.debug.sha256
5942026-07-26T04:25:31.857Zuploading: /work/release/opteadm (25874952 bytes)
5952026-07-26T04:25:33.448Zuploaded: /work/release/opteadm
5962026-07-26T04:25:33.448Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5972026-07-26T04:25:34.456Zuploaded: /work/release/opteadm.release.sha256