01KSQRBWSDXBQF7PHD23Y8H3KJ: 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: 01KSQRCCH0D5QEWTJ2PZ6G391P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T16:59:44.417Zjob assigned to worker 01KSQRCMHCEGAB8V1QXCP05KGG [factory aws, i-0b15786d31b07315d] (queued for 58 s)
 
22026-05-28T16:59:51.427Zstarting task 0: "setup"
32026-05-28T16:59:51.431Z++ uname -s
42026-05-28T16:59:51.434Z+ kern=SunOS
52026-05-28T16:59:51.434Z+ build_user=build
62026-05-28T16:59:51.434Z+ build_uid=12345
72026-05-28T16:59:51.434Z+ work_dir=/work
82026-05-28T16:59:51.434Z+ input_dir=/input
92026-05-28T16:59:51.434Z+ [[ 0 == 12345 ]]
102026-05-28T16:59:51.434Z+ case "$kern" in
112026-05-28T16:59:51.434Z+ groupadd -g 12345 build
122026-05-28T16:59:51.434Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T16:59:53.439Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T16:59:53.537Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T16:59:53.540Z+ home_fs=zfs
162026-05-28T16:59:53.540Z+ [[ zfs == autofs ]]
172026-05-28T16:59:53.540Z+ mkdir -p /home/build
182026-05-28T16:59:53.540Z+ chown build:build /home/build /work
192026-05-28T16:59:55.542Z+ chmod 0700 /home/build /work
202026-05-28T16:59:55.545Zprocess exited: duration 4117 ms, exit code 0
 
212026-05-28T16:59:55.552Zstarting task 1: "rust-toolchain"
222026-05-28T16:59:55.555Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-28T16:59:55.555Z * rust toolchain channel = "1.95.0"
242026-05-28T16:59:55.555Z * rust toolchain profile = "default"
252026-05-28T16:59:55.555Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-28T16:59:55.558Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T16:59:55.558Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T16:59:55.558Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T16:59:55.558Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-28T16:59:55.661Zinfo: downloading installer
312026-05-28T16:59:56.988Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T16:59:56.988Zwarn: /home/build/.rustup/settings.toml
332026-05-28T16:59:56.988Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T16:59:56.988Zwarn: instead of the one inferred from the default host triple.
352026-05-28T16:59:57.001Zinfo: profile set to default
362026-05-28T16:59:57.001Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T16:59:57.004Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-28T16:59:57.131Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-28T16:59:57.134Zinfo: downloading 6 components
402026-05-28T17:00:13.087Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-28T17:00:13.087Z
422026-05-28T17:00:13.116Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-28T17:00:13.116Z
442026-05-28T17:00:13.116Z
452026-05-28T17:00:13.116ZRust is installed now. Great!
462026-05-28T17:00:13.116Z
472026-05-28T17:00:13.119ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T17:00:13.119Zenvironment variable. This has not been done automatically.
492026-05-28T17:00:13.119Z
502026-05-28T17:00:13.119ZTo configure your current shell, you need to source
512026-05-28T17:00:13.119Zthe corresponding env file under $HOME/.cargo.
522026-05-28T17:00:13.119Z
532026-05-28T17:00:13.119ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T17:00:13.119Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T17:00:13.119Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T17:00:13.119Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T17:00:13.119Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T17:00:13.119Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T17:00:13.120Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T17:00:13.120Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T17:00:13.120Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T17:00:13.218Z+ rustup --version
632026-05-28T17:00:13.231Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T17:00:13.234Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T17:00:13.252Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-28T17:00:13.255Z+ cargo --version
672026-05-28T17:00:13.269Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-28T17:00:13.271Z+ rustc --version
692026-05-28T17:00:13.291Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-28T17:00:13.294Zprocess exited: duration 17740 ms, exit code 0
 
712026-05-28T17:00:13.309Zstarting task 2: "authentication"
722026-05-28T17:00:13.325Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T17:00:13.331Zstarting task 3: "clone repository"
742026-05-28T17:00:13.334Z+ mkdir -p /work/oxidecomputer/opte
752026-05-28T17:00:13.337Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-28T17:00:13.372ZCloning into '/work/oxidecomputer/opte'...
772026-05-28T17:00:14.626Z+ cd /work/oxidecomputer/opte
782026-05-28T17:00:14.626Z+ git fetch origin dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
792026-05-28T17:00:14.907ZFrom https://github.com/oxidecomputer/opte
802026-05-28T17:00:14.907Z * branch dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 -> FETCH_HEAD
812026-05-28T17:00:14.914Z+ [[ -n eviction-policy ]]
822026-05-28T17:00:14.917Z++ git branch --show-current
832026-05-28T17:00:14.917Z+ current=master
842026-05-28T17:00:14.917Z+ [[ master != eviction-policy ]]
852026-05-28T17:00:14.917Z+ git branch -f eviction-policy dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
862026-05-28T17:00:14.920Z+ git checkout -f eviction-policy
872026-05-28T17:00:14.937ZSwitched to branch 'eviction-policy'
882026-05-28T17:00:14.940Z+ git reset --hard dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
892026-05-28T17:00:14.956ZHEAD is now at dba5a03 Ry review feedback.
902026-05-28T17:00:14.959Zprocess exited: duration 1625 ms, exit code 0
 
912026-05-28T17:00:14.965Zstarting task 4: "build"
922026-05-28T17:00:14.970Z+ source .github/buildomat/common.sh
932026-05-28T17:00:14.973Z++ rustup show active-toolchain
942026-05-28T17:00:14.976Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-28T17:00:14.976Z++ pushd xde
962026-05-28T17:00:14.976Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-28T17:00:14.976Z++ rustup show active-toolchain
982026-05-28T17:00:14.980Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-28T17:00:15.116Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-28T17:00:15.119Zinfo: downloading 6 components
1012026-05-28T17:00:28.707Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-28T17:00:28.792Z+++ rustup show active-toolchain -v
1032026-05-28T17:00:28.795Z+++ head -n 1
1042026-05-28T17:00:28.795Z+++ cut '-d ' -f1
1052026-05-28T17:00:28.847Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-28T17:00:28.847Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-28T17:00:28.850Z++ popd
1082026-05-28T17:00:28.850Z/work/oxidecomputer/opte
1092026-05-28T17:00:28.850Z+ cargo --version
1102026-05-28T17:00:28.855Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-28T17:00:28.859Z+ rustc --version
1122026-05-28T17:00:28.878Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-28T17:00:28.881Z+ pushd bin/opteadm
1142026-05-28T17:00:28.881Z+ header 'check style'
1152026-05-28T17:00:28.881Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-05-28T17:00:28.881Z+ echo '# ==== check style ==== #'
1172026-05-28T17:00:28.881Z# ==== check style ==== #
1182026-05-28T17:00:28.881Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1192026-05-28T17:00:28.952Z
1202026-05-28T17:00:28.952Zreal 0.069103206
1212026-05-28T17:00:28.952Zuser 0.038817543
1222026-05-28T17:00:28.952Zsys 0.027871388
1232026-05-28T17:00:28.952Ztrap 0.000000440
1242026-05-28T17:00:28.952Ztflt 0.000009580
1252026-05-28T17:00:28.952Zdflt 0.000014390
1262026-05-28T17:00:28.952Zkflt 0.000000000
1272026-05-28T17:00:28.952Zlock 0.031202430
1282026-05-28T17:00:28.952Zslp 0.048711206
1292026-05-28T17:00:28.952Zlat 0.000638690
1302026-05-28T17:00:28.952Zstop 0.000095820
1312026-05-28T17:00:28.955Z+ header analyze
1322026-05-28T17:00:28.955Z+ echo '# ==== analyze ==== #'
1332026-05-28T17:00:28.955Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-05-28T17:00:28.955Z# ==== analyze ==== #
1352026-05-28T17:00:29.081Z Updating crates.io index
1362026-05-28T17:00:29.084Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-28T17:00:30.229Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-28T17:00:30.541Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-28T17:00:30.865Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-28T17:00:31.156Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-28T17:00:31.713Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-28T17:00:32.033Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-28T17:00:33.585Z Downloading crates ...
1442026-05-28T17:00:33.637Z Downloaded clap_lex v1.1.0
1452026-05-28T17:00:33.643Z Downloaded anstyle-parse v1.0.0
1462026-05-28T17:00:33.646Z Downloaded colored v3.1.1
1472026-05-28T17:00:33.649Z Downloaded rand_core v0.10.1
1482026-05-28T17:00:33.652Z Downloaded strsim v0.11.1
1492026-05-28T17:00:33.652Z Downloaded is_terminal_polyfill v1.70.2
1502026-05-28T17:00:33.652Z Downloaded getrandom v0.4.2
1512026-05-28T17:00:33.659Z Downloaded cstr-argument v0.1.2
1522026-05-28T17:00:33.662Z Downloaded anstyle-query v1.1.5
1532026-05-28T17:00:33.665Z Downloaded zerocopy-derive v0.8.48
1542026-05-28T17:00:33.669Z Downloaded ingot-macros v0.1.1
1552026-05-28T17:00:33.672Z Downloaded dyn-clone v1.0.20
1562026-05-28T17:00:33.672Z Downloaded darling_macro v0.21.3
1572026-05-28T17:00:33.672Z Downloaded cpufeatures v0.3.0
1582026-05-28T17:00:33.674Z Downloaded cobs v0.3.0
1592026-05-28T17:00:33.674Z Downloaded cfg-if v1.0.4
1602026-05-28T17:00:33.677Z Downloaded anstream v1.0.0
1612026-05-28T17:00:33.680Z Downloaded fnv v1.0.7
1622026-05-28T17:00:33.680Z Downloaded colorchoice v1.0.5
1632026-05-28T17:00:33.683Z Downloaded zerocopy v0.8.48
1642026-05-28T17:00:33.691Z Downloaded terminal_size v0.4.4
1652026-05-28T17:00:33.693Z Downloaded stable_deref_trait v1.2.1
1662026-05-28T17:00:33.693Z Downloaded macaddr v1.0.1
1672026-05-28T17:00:33.693Z Downloaded hash32 v0.3.1
1682026-05-28T17:00:33.698Z Downloaded utf8parse v0.2.2
1692026-05-28T17:00:33.701Z Downloaded defmt v0.3.100
1702026-05-28T17:00:33.701Z Downloaded either v1.15.0
1712026-05-28T17:00:33.701Z Downloaded byteorder v1.5.0
1722026-05-28T17:00:33.703Z Downloaded proc-macro2 v1.0.106
1732026-05-28T17:00:33.706Z Downloaded bitflags v2.11.1
1742026-05-28T17:00:33.718Z Downloaded version_check v0.9.5
1752026-05-28T17:00:33.721Z Downloaded ident_case v1.0.1
1762026-05-28T17:00:33.725Z Downloaded ref-cast-impl v1.0.25
1772026-05-28T17:00:33.728Z Downloaded proc-macro-crate v3.5.0
1782026-05-28T17:00:33.728Z Downloaded equivalent v1.0.2
1792026-05-28T17:00:33.728Z Downloaded managed v0.8.0
1802026-05-28T17:00:33.731Z Downloaded embedded-io v0.6.1
1812026-05-28T17:00:33.745Z Downloaded proc-macro-error2 v2.0.1
1822026-05-28T17:00:33.749Z Downloaded errno v0.3.14
1832026-05-28T17:00:33.749Z Downloaded proc-macro-error-attr2 v2.0.0
1842026-05-28T17:00:33.749Z Downloaded oxnet v0.1.5
1852026-05-28T17:00:33.752Z Downloaded anstyle v1.0.14
1862026-05-28T17:00:33.757Z Downloaded embedded-io v0.4.0
1872026-05-28T17:00:33.759Z Downloaded tabwriter v1.4.1
1882026-05-28T17:00:33.759Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1892026-05-28T17:00:33.759Z Downloaded socket2 v0.6.3
1902026-05-28T17:00:33.762Z Downloaded darling v0.21.3
1912026-05-28T17:00:33.765Z Downloaded thiserror-impl v2.0.18
1922026-05-28T17:00:33.765Z Downloaded pretty-hex v0.4.2
1932026-05-28T17:00:33.767Z Downloaded foreign-types-macros v0.2.3
1942026-05-28T17:00:33.767Z Downloaded foreign-types v0.5.0
1952026-05-28T17:00:33.772Z Downloaded foreign-types-shared v0.3.1
1962026-05-28T17:00:33.774Z Downloaded ref-cast v1.0.25
1972026-05-28T17:00:33.780Z Downloaded defmt-parser v1.0.0
1982026-05-28T17:00:33.783Z Downloaded defmt v1.0.1
1992026-05-28T17:00:33.788Z Downloaded heck v0.5.0
2002026-05-28T17:00:33.791Z Downloaded pin-project-lite v0.2.17
2012026-05-28T17:00:33.794Z Downloaded thiserror v2.0.18
2022026-05-28T17:00:33.797Z Downloaded ingot-types v0.1.2
2032026-05-28T17:00:33.799Z Downloaded rustversion v1.0.22
2042026-05-28T17:00:33.808Z Downloaded chacha20 v0.10.0
2052026-05-28T17:00:33.812Z Downloaded defmt-macros v1.0.1
2062026-05-28T17:00:33.825Z Downloaded num_enum_derive v0.7.6
2072026-05-28T17:00:33.827Z Downloaded ipnetwork v0.21.1
2082026-05-28T17:00:33.828Z Downloaded ingot v0.1.1
2092026-05-28T17:00:33.828Z Downloaded bitflags v1.3.2
2102026-05-28T17:00:33.830Z Downloaded clap_derive v4.6.1
2112026-05-28T17:00:33.837Z Downloaded tracing-attributes v0.1.31
2122026-05-28T17:00:33.839Z Downloaded toml_parser v1.1.2+spec-1.1.0
2132026-05-28T17:00:33.846Z Downloaded once_cell v1.21.4
2142026-05-28T17:00:33.849Z Downloaded num_enum v0.7.6
2152026-05-28T17:00:33.852Z Downloaded uuid v1.23.1
2162026-05-28T17:00:33.855Z Downloaded clap v4.6.1
2172026-05-28T17:00:33.859Z Downloaded quote v1.0.45
2182026-05-28T17:00:33.862Z Downloaded anyhow v1.0.102
2192026-05-28T17:00:33.868Z Downloaded unicode-ident v1.0.24
2202026-05-28T17:00:33.878Z Downloaded tracing-core v0.1.36
2212026-05-28T17:00:33.884Z Downloaded postcard v1.1.3
2222026-05-28T17:00:33.887Z Downloaded serde_derive v1.0.228
2232026-05-28T17:00:33.890Z Downloaded darling_core v0.21.3
2242026-05-28T17:00:33.900Z Downloaded serde_core v1.0.228
2252026-05-28T17:00:33.926Z Downloaded heapless v0.8.0
2262026-05-28T17:00:33.932Z Downloaded serde v1.0.228
2272026-05-28T17:00:33.934Z Downloaded memchr v2.8.0
2282026-05-28T17:00:33.937Z Downloaded rand v0.10.1
2292026-05-28T17:00:33.944Z Downloaded toml_edit v0.25.11+spec-1.1.0
2302026-05-28T17:00:33.964Z Downloaded indexmap v2.14.0
2312026-05-28T17:00:33.987Z Downloaded hashbrown v0.17.0
2322026-05-28T17:00:34.021Z Downloaded itertools v0.14.0
2332026-05-28T17:00:34.024Z Downloaded regex v1.12.3
2342026-05-28T17:00:34.027Z Downloaded clap_builder v4.6.0
2352026-05-28T17:00:34.046Z Downloaded winnow v1.0.2
2362026-05-28T17:00:34.052Z Downloaded aho-corasick v1.1.4
2372026-05-28T17:00:34.108Z Downloaded syn v1.0.109
2382026-05-28T17:00:34.116Z Downloaded syn v2.0.117
2392026-05-28T17:00:34.127Z Downloaded unicode-width v0.2.2
2402026-05-28T17:00:34.132Z Downloaded smoltcp v0.11.0
2412026-05-28T17:00:34.170Z Downloaded regex-syntax v0.8.10
2422026-05-28T17:00:34.174Z Downloaded rustix v1.1.4
2432026-05-28T17:00:34.186Z Downloaded tracing v0.1.44
2442026-05-28T17:00:34.213Z Downloaded regex-automata v0.4.14
2452026-05-28T17:00:34.221Z Downloaded libc v0.2.186
2462026-05-28T17:00:34.283Z Compiling proc-macro2 v1.0.106
2472026-05-28T17:00:34.284Z Compiling unicode-ident v1.0.24
2482026-05-28T17:00:34.284Z Compiling quote v1.0.45
2492026-05-28T17:00:34.287Z Compiling serde_core v1.0.228
2502026-05-28T17:00:34.287Z Compiling libc v0.2.186
2512026-05-28T17:00:34.287Z Checking cfg-if v1.0.4
2522026-05-28T17:00:34.287Z Compiling memchr v2.8.0
2532026-05-28T17:00:34.287Z Compiling thiserror v2.0.18
2542026-05-28T17:00:34.412Z Compiling fnv v1.0.7
2552026-05-28T17:00:34.497Z Compiling ident_case v1.0.1
2562026-05-28T17:00:34.503Z Compiling strsim v0.11.1
2572026-05-28T17:00:34.616Z Compiling regex-syntax v0.8.10
2582026-05-28T17:00:34.813Z Compiling aho-corasick v1.1.4
2592026-05-28T17:00:34.826Z Compiling zerocopy v0.8.48
2602026-05-28T17:00:34.948Z Compiling equivalent v1.0.2
2612026-05-28T17:00:34.958Z Compiling hashbrown v0.17.0
2622026-05-28T17:00:35.026Z Compiling serde v1.0.228
2632026-05-28T17:00:35.118Z Compiling either v1.15.0
2642026-05-28T17:00:35.229Z Compiling anyhow v1.0.102
2652026-05-28T17:00:35.322Z Compiling winnow v1.0.2
2662026-05-28T17:00:35.396Z Compiling itertools v0.14.0
2672026-05-28T17:00:35.570Z Compiling indexmap v2.14.0
2682026-05-28T17:00:35.679Z Compiling heapless v0.8.0
2692026-05-28T17:00:35.782Z Compiling syn v2.0.117
2702026-05-28T17:00:36.006Z Checking byteorder v1.5.0
2712026-05-28T17:00:36.173Z Compiling regex-automata v0.4.14
2722026-05-28T17:00:36.203Z Compiling toml_datetime v1.1.1+spec-1.1.0
2732026-05-28T17:00:36.301Z Checking bitflags v2.11.1
2742026-05-28T17:00:36.314Z Compiling toml_parser v1.1.2+spec-1.1.0
2752026-05-28T17:00:36.395Z Checking hash32 v0.3.1
2762026-05-28T17:00:36.472Z Compiling smoltcp v0.11.0
2772026-05-28T17:00:36.504Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2782026-05-28T17:00:36.593Z Compiling syn v1.0.109
2792026-05-28T17:00:36.688Z Compiling toml_edit v0.25.11+spec-1.1.0
2802026-05-28T17:00:36.756Z Compiling rustversion v1.0.22
2812026-05-28T17:00:36.778Z Checking macaddr v1.0.1
2822026-05-28T17:00:36.821Z Checking stable_deref_trait v1.2.1
2832026-05-28T17:00:36.901Z Compiling rustix v1.1.4
2842026-05-28T17:00:36.919Z Checking rand_core v0.10.1
2852026-05-28T17:00:36.963Z Compiling getrandom v0.4.2
2862026-05-28T17:00:37.060Z Checking managed v0.8.0
2872026-05-28T17:00:37.169Z Compiling version_check v0.9.5
2882026-05-28T17:00:37.247Z Compiling proc-macro-crate v3.5.0
2892026-05-28T17:00:37.256Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2902026-05-28T17:00:37.261Z Checking bitflags v1.3.2
2912026-05-28T17:00:37.278Z Compiling ref-cast v1.0.25
2922026-05-28T17:00:37.457Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-05-28T17:00:37.681Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-05-28T17:00:37.690Z Checking errno v0.3.14
2952026-05-28T17:00:37.728Z Checking cpufeatures v0.3.0
2962026-05-28T17:00:37.792Z Checking unicode-width v0.2.2
2972026-05-28T17:00:37.804Z Checking once_cell v1.21.4
2982026-05-28T17:00:37.980Z Compiling regex v1.12.3
2992026-05-28T17:00:38.051Z Checking utf8parse v0.2.2
3002026-05-28T17:00:38.152Z Checking ipnetwork v0.21.1
3012026-05-28T17:00:38.230Z Checking foreign-types-shared v0.3.1
3022026-05-28T17:00:38.315Z Checking anstyle-parse v1.0.0
3032026-05-28T17:00:38.335Z Checking tabwriter v1.4.1
3042026-05-28T17:00:38.361Z Checking cstr-argument v0.1.2
3052026-05-28T17:00:38.389Z Checking tracing-core v0.1.36
3062026-05-28T17:00:38.462Z Compiling darling_core v0.21.3
3072026-05-28T17:00:38.477Z Checking chacha20 v0.10.0
3082026-05-28T17:00:38.817Z Checking pretty-hex v0.4.2
3092026-05-28T17:00:38.830Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3102026-05-28T17:00:38.933Z Checking pin-project-lite v0.2.17
3112026-05-28T17:00:38.939Z Checking colorchoice v1.0.5
3122026-05-28T17:00:38.953Z Checking is_terminal_polyfill v1.70.2
3132026-05-28T17:00:38.988Z Checking dyn-clone v1.0.20
3142026-05-28T17:00:39.018Z Checking anstyle-query v1.1.5
3152026-05-28T17:00:39.025Z Checking anstyle v1.0.14
3162026-05-28T17:00:39.084Z Checking terminal_size v0.4.4
3172026-05-28T17:00:39.100Z Checking rand v0.10.1
3182026-05-28T17:00:39.193Z Checking uuid v1.23.1
3192026-05-28T17:00:39.201Z Checking anstream v1.0.0
3202026-05-28T17:00:39.226Z Checking socket2 v0.6.3
3212026-05-28T17:00:39.397Z Checking clap_lex v1.1.0
3222026-05-28T17:00:39.447Z Checking oxnet v0.1.5
3232026-05-28T17:00:39.474Z Checking colored v3.1.1
3242026-05-28T17:00:39.574Z Compiling heck v0.5.0
3252026-05-28T17:00:39.620Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3262026-05-28T17:00:39.680Z Compiling thiserror-impl v2.0.18
3272026-05-28T17:00:39.680Z Compiling serde_derive v1.0.228
3282026-05-28T17:00:39.710Z Compiling zerocopy-derive v0.8.48
3292026-05-28T17:00:39.804Z Compiling num_enum_derive v0.7.6
3302026-05-28T17:00:40.088Z Compiling ref-cast-impl v1.0.25
3312026-05-28T17:00:40.292Z Compiling foreign-types-macros v0.2.3
3322026-05-28T17:00:40.651Z Compiling darling_macro v0.21.3
3332026-05-28T17:00:40.793Z Compiling tracing-attributes v0.1.31
3342026-05-28T17:00:40.834Z Checking num_enum v0.7.6
3352026-05-28T17:00:40.942Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-05-28T17:00:40.946Z Checking foreign-types v0.5.0
3372026-05-28T17:00:41.015Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3382026-05-28T17:00:41.106Z Checking cobs v0.3.0
3392026-05-28T17:00:41.155Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3402026-05-28T17:00:41.182Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3412026-05-28T17:00:41.228Z Compiling darling v0.21.3
3422026-05-28T17:00:41.251Z Compiling clap_derive v4.6.1
3432026-05-28T17:00:41.325Z Compiling ingot-macros v0.1.1
3442026-05-28T17:00:41.336Z Checking clap_builder v4.6.0
3452026-05-28T17:00:41.652Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3462026-05-28T17:00:42.020Z Checking tracing v0.1.44
3472026-05-28T17:00:42.664Z Checking postcard v1.1.3
3482026-05-28T17:00:42.664Z Checking clap v4.6.1
3492026-05-28T17:00:43.832Z Checking ingot-types v0.1.2
3502026-05-28T17:00:44.107Z Checking ingot v0.1.1
3512026-05-28T17:00:45.439Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-05-28T17:00:46.643Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-05-28T17:00:47.841Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-05-28T17:00:48.687Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.68s
3552026-05-28T17:00:48.807Z
3562026-05-28T17:00:48.807Zreal 19.849788715
3572026-05-28T17:00:48.807Zuser 55.983653321
3582026-05-28T17:00:48.807Zsys 13.903096613
3592026-05-28T17:00:48.807Ztrap 0.042162560
3602026-05-28T17:00:48.807Ztflt 0.048258439
3612026-05-28T17:00:48.807Zdflt 0.187423511
3622026-05-28T17:00:48.808Zkflt 0.007167620
3632026-05-28T17:00:48.808Zlock 3:03.122140856
3642026-05-28T17:00:48.808Zslp 3:09.719449615
3652026-05-28T17:00:48.808Zlat 4.482486465
3662026-05-28T17:00:48.808Zstop 11.266587798
3672026-05-28T17:00:48.811Z+ header 'debug build'
3682026-05-28T17:00:48.811Z+ echo '# ==== debug build ==== #'
3692026-05-28T17:00:48.811Z# ==== debug build ==== #
3702026-05-28T17:00:48.811Z+ ptime -m cargo build
3712026-05-28T17:00:48.969Z Compiling cfg-if v1.0.4
3722026-05-28T17:00:48.972Z Compiling serde_core v1.0.228
3732026-05-28T17:00:48.972Z Compiling libc v0.2.186
3742026-05-28T17:00:48.997Z Compiling thiserror v2.0.18
3752026-05-28T17:00:49.000Z Compiling byteorder v1.5.0
3762026-05-28T17:00:49.003Z Compiling zerocopy v0.8.48
3772026-05-28T17:00:49.006Z Compiling macaddr v1.0.1
3782026-05-28T17:00:49.006Z Compiling stable_deref_trait v1.2.1
3792026-05-28T17:00:49.046Z Compiling bitflags v1.3.2
3802026-05-28T17:00:49.058Z Compiling cobs v0.3.0
3812026-05-28T17:00:49.076Z Compiling managed v0.8.0
3822026-05-28T17:00:49.104Z Compiling rand_core v0.10.1
3832026-05-28T17:00:49.167Z Compiling hash32 v0.3.1
3842026-05-28T17:00:49.240Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-05-28T17:00:49.255Z Compiling heapless v0.8.0
3862026-05-28T17:00:49.291Z Compiling errno v0.3.14
3872026-05-28T17:00:49.312Z Compiling utf8parse v0.2.2
3882026-05-28T17:00:49.328Z Compiling cpufeatures v0.3.0
3892026-05-28T17:00:49.331Z Compiling foreign-types-shared v0.3.1
3902026-05-28T17:00:49.407Z Compiling unicode-width v0.2.2
3912026-05-28T17:00:49.422Z Compiling once_cell v1.21.4
3922026-05-28T17:00:49.426Z Compiling ipnetwork v0.21.1
3932026-05-28T17:00:49.474Z Compiling memchr v2.8.0
3942026-05-28T17:00:49.535Z Compiling anstyle-parse v1.0.0
3952026-05-28T17:00:49.648Z Compiling smoltcp v0.11.0
3962026-05-28T17:00:49.695Z Compiling tabwriter v1.4.1
3972026-05-28T17:00:49.706Z Compiling tracing-core v0.1.36
3982026-05-28T17:00:49.744Z Compiling foreign-types v0.5.0
3992026-05-28T17:00:49.813Z Compiling chacha20 v0.10.0
4002026-05-28T17:00:49.966Z Compiling cstr-argument v0.1.2
4012026-05-28T17:00:50.119Z Compiling ref-cast v1.0.25
4022026-05-28T17:00:50.134Z Compiling num_enum v0.7.6
4032026-05-28T17:00:50.153Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4042026-05-28T17:00:50.212Z Compiling getrandom v0.4.2
4052026-05-28T17:00:50.240Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-05-28T17:00:50.256Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-05-28T17:00:50.341Z Compiling anstyle v1.0.14
4082026-05-28T17:00:50.425Z Compiling pin-project-lite v0.2.17
4092026-05-28T17:00:50.517Z Compiling dyn-clone v1.0.20
4102026-05-28T17:00:50.613Z Compiling is_terminal_polyfill v1.70.2
4112026-05-28T17:00:50.680Z Compiling pretty-hex v0.4.2
4122026-05-28T17:00:50.687Z Compiling colorchoice v1.0.5
4132026-05-28T17:00:50.693Z Compiling anstyle-query v1.1.5
4142026-05-28T17:00:50.791Z Compiling bitflags v2.11.1
4152026-05-28T17:00:50.791Z Compiling serde v1.0.228
4162026-05-28T17:00:50.810Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4172026-05-28T17:00:50.829Z Compiling anstream v1.0.0
4182026-05-28T17:00:50.918Z Compiling uuid v1.23.1
4192026-05-28T17:00:51.020Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4202026-05-28T17:00:51.054Z Compiling rustix v1.1.4
4212026-05-28T17:00:51.236Z Compiling postcard v1.1.3
4222026-05-28T17:00:51.341Z Compiling tracing v0.1.44
4232026-05-28T17:00:51.474Z Compiling rand v0.10.1
4242026-05-28T17:00:51.507Z Compiling terminal_size v0.4.4
4252026-05-28T17:00:51.585Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-05-28T17:00:51.635Z Compiling anyhow v1.0.102
4272026-05-28T17:00:51.656Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-05-28T17:00:51.711Z Compiling socket2 v0.6.3
4292026-05-28T17:00:51.769Z Compiling winnow v1.0.2
4302026-05-28T17:00:52.081Z Compiling ingot-types v0.1.2
4312026-05-28T17:00:52.163Z Compiling strsim v0.11.1
4322026-05-28T17:00:52.246Z Compiling clap_lex v1.1.0
4332026-05-28T17:00:52.449Z Compiling ingot v0.1.1
4342026-05-28T17:00:52.505Z Compiling colored v3.1.1
4352026-05-28T17:00:52.518Z Compiling oxnet v0.1.5
4362026-05-28T17:00:52.645Z Compiling clap_builder v4.6.0
4372026-05-28T17:00:52.863Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4382026-05-28T17:00:52.999Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4392026-05-28T17:00:54.329Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-05-28T17:00:54.332Z Compiling clap v4.6.1
4412026-05-28T17:00:56.448Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-05-28T17:00:57.725Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-05-28T17:01:02.182Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.36s
4442026-05-28T17:01:02.213Z
4452026-05-28T17:01:02.213Zreal 13.394898603
4462026-05-28T17:01:02.213Zuser 1:06.042452974
4472026-05-28T17:01:02.213Zsys 6.341002911
4482026-05-28T17:01:02.213Ztrap 0.038194351
4492026-05-28T17:01:02.216Ztflt 0.140977317
4502026-05-28T17:01:02.216Zdflt 0.131571055
4512026-05-28T17:01:02.216Zkflt 0.000008610
4522026-05-28T17:01:02.216Zlock 3:05.209188962
4532026-05-28T17:01:02.216Zslp 2:02.930439820
4542026-05-28T17:01:02.216Zlat 2.932691909
4552026-05-28T17:01:02.216Zstop 2.619160219
4562026-05-28T17:01:02.216Z+ header 'release build'
4572026-05-28T17:01:02.216Z+ echo '# ==== release build ==== #'
4582026-05-28T17:01:02.216Z+ ptime -m cargo build --release
4592026-05-28T17:01:02.216Z# ==== release build ==== #
4602026-05-28T17:01:02.314Z Compiling proc-macro2 v1.0.106
4612026-05-28T17:01:02.314Z Compiling quote v1.0.45
4622026-05-28T17:01:02.314Z Compiling unicode-ident v1.0.24
4632026-05-28T17:01:02.314Z Compiling serde_core v1.0.228
4642026-05-28T17:01:02.317Z Compiling libc v0.2.186
4652026-05-28T17:01:02.317Z Compiling cfg-if v1.0.4
4662026-05-28T17:01:02.317Z Compiling memchr v2.8.0
4672026-05-28T17:01:02.317Z Compiling thiserror v2.0.18
4682026-05-28T17:01:02.385Z Compiling fnv v1.0.7
4692026-05-28T17:01:02.433Z Compiling ident_case v1.0.1
4702026-05-28T17:01:02.467Z Compiling strsim v0.11.1
4712026-05-28T17:01:02.534Z Compiling regex-syntax v0.8.10
4722026-05-28T17:01:02.641Z Compiling anyhow v1.0.102
4732026-05-28T17:01:02.742Z Compiling aho-corasick v1.1.4
4742026-05-28T17:01:02.833Z Compiling serde v1.0.228
4752026-05-28T17:01:02.863Z Compiling either v1.15.0
4762026-05-28T17:01:02.953Z Compiling hashbrown v0.17.0
4772026-05-28T17:01:03.049Z Compiling equivalent v1.0.2
4782026-05-28T17:01:03.054Z Compiling zerocopy v0.8.48
4792026-05-28T17:01:03.125Z Compiling winnow v1.0.2
4802026-05-28T17:01:03.182Z Compiling itertools v0.14.0
4812026-05-28T17:01:03.487Z Compiling indexmap v2.14.0
4822026-05-28T17:01:03.500Z Compiling byteorder v1.5.0
4832026-05-28T17:01:03.675Z Compiling syn v2.0.117
4842026-05-28T17:01:03.680Z Compiling heapless v0.8.0
4852026-05-28T17:01:03.979Z Compiling regex-automata v0.4.14
4862026-05-28T17:01:04.099Z Compiling toml_parser v1.1.2+spec-1.1.0
4872026-05-28T17:01:04.109Z Compiling toml_datetime v1.1.1+spec-1.1.0
4882026-05-28T17:01:04.306Z Compiling hash32 v0.3.1
4892026-05-28T17:01:04.320Z Compiling syn v1.0.109
4902026-05-28T17:01:04.419Z Compiling bitflags v2.11.1
4912026-05-28T17:01:04.435Z Compiling smoltcp v0.11.0
4922026-05-28T17:01:04.575Z Compiling toml_edit v0.25.11+spec-1.1.0
4932026-05-28T17:01:04.575Z Compiling rustversion v1.0.22
4942026-05-28T17:01:04.636Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4952026-05-28T17:01:04.647Z Compiling macaddr v1.0.1
4962026-05-28T17:01:04.754Z Compiling stable_deref_trait v1.2.1
4972026-05-28T17:01:04.858Z Compiling bitflags v1.3.2
4982026-05-28T17:01:04.898Z Compiling getrandom v0.4.2
4992026-05-28T17:01:04.914Z Compiling managed v0.8.0
5002026-05-28T17:01:04.919Z Compiling rand_core v0.10.1
5012026-05-28T17:01:04.988Z Compiling rustix v1.1.4
5022026-05-28T17:01:05.065Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5032026-05-28T17:01:05.150Z Compiling proc-macro-crate v3.5.0
5042026-05-28T17:01:05.170Z Compiling ref-cast v1.0.25
5052026-05-28T17:01:05.295Z Compiling version_check v0.9.5
5062026-05-28T17:01:05.538Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5072026-05-28T17:01:05.561Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-05-28T17:01:05.565Z Compiling errno v0.3.14
5092026-05-28T17:01:05.703Z Compiling ipnetwork v0.21.1
5102026-05-28T17:01:05.795Z Compiling regex v1.12.3
5112026-05-28T17:01:05.913Z Compiling utf8parse v0.2.2
5122026-05-28T17:01:06.013Z Compiling foreign-types-shared v0.3.1
5132026-05-28T17:01:06.086Z Compiling cpufeatures v0.3.0
5142026-05-28T17:01:06.095Z Compiling unicode-width v0.2.2
5152026-05-28T17:01:06.149Z Compiling once_cell v1.21.4
5162026-05-28T17:01:06.184Z Compiling chacha20 v0.10.0
5172026-05-28T17:01:06.373Z Compiling darling_core v0.21.3
5182026-05-28T17:01:06.390Z Compiling tabwriter v1.4.1
5192026-05-28T17:01:06.462Z Compiling tracing-core v0.1.36
5202026-05-28T17:01:06.606Z Compiling cstr-argument v0.1.2
5212026-05-28T17:01:06.715Z Compiling anstyle-parse v1.0.0
5222026-05-28T17:01:07.240Z Compiling pin-project-lite v0.2.17
5232026-05-28T17:01:07.295Z Compiling is_terminal_polyfill v1.70.2
5242026-05-28T17:01:07.314Z Compiling dyn-clone v1.0.20
5252026-05-28T17:01:07.324Z Compiling pretty-hex v0.4.2
5262026-05-28T17:01:07.375Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
5272026-05-28T17:01:07.445Z Compiling anstyle v1.0.14
5282026-05-28T17:01:07.449Z Compiling anstyle-query v1.1.5
5292026-05-28T17:01:07.533Z Compiling thiserror-impl v2.0.18
5302026-05-28T17:01:07.537Z Compiling serde_derive v1.0.228
5312026-05-28T17:01:07.592Z Compiling zerocopy-derive v0.8.48
5322026-05-28T17:01:07.594Z Compiling foreign-types-macros v0.2.3
5332026-05-28T17:01:07.677Z Compiling ref-cast-impl v1.0.25
5342026-05-28T17:01:08.049Z Compiling num_enum_derive v0.7.6
5352026-05-28T17:01:08.235Z Compiling foreign-types v0.5.0
5362026-05-28T17:01:08.301Z Compiling tracing-attributes v0.1.31
5372026-05-28T17:01:08.378Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5382026-05-28T17:01:08.501Z Compiling darling_macro v0.21.3
5392026-05-28T17:01:08.847Z Compiling cobs v0.3.0
5402026-05-28T17:01:08.879Z Compiling colorchoice v1.0.5
5412026-05-28T17:01:08.923Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5422026-05-28T17:01:08.977Z Compiling anstream v1.0.0
5432026-05-28T17:01:09.055Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5442026-05-28T17:01:09.059Z Compiling num_enum v0.7.6
5452026-05-28T17:01:09.064Z Compiling darling v0.21.3
5462026-05-28T17:01:09.124Z Compiling ingot-macros v0.1.1
5472026-05-28T17:01:09.158Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5482026-05-28T17:01:09.377Z Compiling terminal_size v0.4.4
5492026-05-28T17:01:09.406Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5502026-05-28T17:01:09.507Z Compiling rand v0.10.1
5512026-05-28T17:01:09.512Z Compiling uuid v1.23.1
5522026-05-28T17:01:09.515Z Compiling tracing v0.1.44
5532026-05-28T17:01:09.677Z Compiling socket2 v0.6.3
5542026-05-28T17:01:09.956Z Compiling oxnet v0.1.5
5552026-05-28T17:01:09.960Z Compiling clap_lex v1.1.0
5562026-05-28T17:01:10.242Z Compiling colored v3.1.1
5572026-05-28T17:01:10.260Z Compiling heck v0.5.0
5582026-05-28T17:01:10.397Z Compiling clap_builder v4.6.0
5592026-05-28T17:01:10.451Z Compiling clap_derive v4.6.1
5602026-05-28T17:01:10.585Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5612026-05-28T17:01:10.800Z Compiling postcard v1.1.3
5622026-05-28T17:01:12.060Z Compiling ingot-types v0.1.2
5632026-05-28T17:01:12.362Z Compiling clap v4.6.1
5642026-05-28T17:01:12.431Z Compiling ingot v0.1.1
5652026-05-28T17:01:14.109Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-05-28T17:01:15.121Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-05-28T17:01:16.177Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-05-28T17:01:22.818Z Finished `release` profile [optimized + debuginfo] target(s) in 20.59s
5692026-05-28T17:01:22.847Z
5702026-05-28T17:01:22.850Zreal 20.622940259
5712026-05-28T17:01:22.850Zuser 1:45.310364870
5722026-05-28T17:01:22.850Zsys 14.120627682
5732026-05-28T17:01:22.850Ztrap 0.052755451
5742026-05-28T17:01:22.850Ztflt 0.101380319
5752026-05-28T17:01:22.850Zdflt 0.328344098
5762026-05-28T17:01:22.850Zkflt 0.000020620
5772026-05-28T17:01:22.850Zlock 4:33.107663142
5782026-05-28T17:01:22.850Zslp 3:31.001719263
5792026-05-28T17:01:22.850Zlat 5.740379694
5802026-05-28T17:01:22.850Zstop 9.425305461
5812026-05-28T17:01:22.850Z+ popd
5822026-05-28T17:01:22.850Z/work/oxidecomputer/opte
5832026-05-28T17:01:22.850Z+ for x in debug release
5842026-05-28T17:01:22.850Z+ mkdir -p /work/debug
5852026-05-28T17:01:22.850Z+ cp target/debug/opteadm /work/debug/
5862026-05-28T17:01:22.872Z+ sha256sum target/debug/opteadm
5872026-05-28T17:01:22.898Z+ for x in debug release
5882026-05-28T17:01:22.898Z+ mkdir -p /work/release
5892026-05-28T17:01:22.902Z+ cp target/release/opteadm /work/release/
5902026-05-28T17:01:22.918Z+ sha256sum target/release/opteadm
5912026-05-28T17:01:22.936Zprocess exited: duration 67969 ms, exit code 0
 
5922026-05-28T17:01:22.948Zfound 4 output files
5932026-05-28T17:01:22.948Zuploading: /work/debug/opteadm (36383584 bytes)
5942026-05-28T17:01:24.195Zuploaded: /work/debug/opteadm
5952026-05-28T17:01:24.195Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-05-28T17:01:25.206Zuploaded: /work/debug/opteadm.debug.sha256
5972026-05-28T17:01:25.206Zuploading: /work/release/opteadm (24514872 bytes)
5982026-05-28T17:01:26.358Zuploaded: /work/release/opteadm
5992026-05-28T17:01:26.358Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-05-28T17:01:27.371Zuploaded: /work/release/opteadm.release.sha256