01J0TF0VM3326QD9071G41JYP7: opteadm

BasicConfig {
    output_rules: [
        "=/work/debug/opteadm",
        "=/work/debug/opteadm.debug.sha256",
        "=/work/release/opteadm",
        "=/work/release/opteadm.release.sha256",
    ],
    rust_toolchain: Some(
        String(
            "nightly-2024-05-12",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J0TF13TQCNX2QT9ZSST6336Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-20T09:19:14.247Zjob assigned to worker 01J0TF1CQG8114J0R15X0N0T4H (queued for 55 s)
 
22024-06-20T09:19:22.721Zstarting task 0: "setup"
32024-06-20T09:19:22.846Z++ uname -s
42024-06-20T09:19:22.849Z+ kern=SunOS
52024-06-20T09:19:22.849Z+ case "$kern" in
62024-06-20T09:19:22.849Z+ groupadd -g 12345 build
72024-06-20T09:19:22.851Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-20T09:19:24.869Z+ zfs create -o mountpoint=/work rpool/work
92024-06-20T09:19:25.052Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-20T09:19:25.055Z+ home_fs=zfs
112024-06-20T09:19:25.055Z+ [[ zfs == autofs ]]
122024-06-20T09:19:25.055Z+ mkdir -p /home/build
132024-06-20T09:19:25.058Z+ chown build:build /home/build /work
142024-06-20T09:19:27.059Z+ chmod 0700 /home/build /work
152024-06-20T09:19:27.062Zprocess exited: duration 4340 ms, exit code 0
 
162024-06-20T09:19:27.067Zstarting task 1: "rust-toolchain"
172024-06-20T09:19:27.073Z+ printf ' * toolchain channel = "%s"
182024-06-20T09:19:27.073Z' nightly-2024-05-12
192024-06-20T09:19:27.076Z+ printf ' * toolchain profile = "%s"
202024-06-20T09:19:27.076Z * toolchain channel = "nightly-2024-05-12"
212024-06-20T09:19:27.076Z' default
222024-06-20T09:19:27.076Z * toolchain profile = "default"
232024-06-20T09:19:27.076Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-20T09:19:27.076Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-05-12 --profile default
252024-06-20T09:19:27.188Zinfo: downloading installer
262024-06-20T09:19:28.712Zinfo: profile set to 'default'
272024-06-20T09:19:28.712Zinfo: default host triple is x86_64-unknown-illumos
282024-06-20T09:19:28.714Zinfo: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos'
292024-06-20T09:19:29.210Zinfo: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11)
302024-06-20T09:19:29.210Zinfo: downloading component 'cargo'
312024-06-20T09:19:30.376Zinfo: downloading component 'clippy'
322024-06-20T09:19:30.830Zinfo: downloading component 'rust-docs'
332024-06-20T09:19:32.184Zinfo: downloading component 'rust-std'
342024-06-20T09:19:34.785Zinfo: downloading component 'rustc'
352024-06-20T09:19:40.295Zinfo: downloading component 'rustfmt'
362024-06-20T09:19:40.623Zinfo: installing component 'cargo'
372024-06-20T09:19:44.983Zinfo: installing component 'clippy'
382024-06-20T09:19:45.037Zinfo: installing component 'rust-docs'
392024-06-20T09:19:45.041Zinfo: installing component 'rust-std'
402024-06-20T09:19:45.254Zinfo: installing component 'rustc'
412024-06-20T09:19:49.630Zinfo: installing component 'rustfmt'
422024-06-20T09:19:49.958Zinfo: default toolchain set to 'nightly-2024-05-12-x86_64-unknown-illumos'
432024-06-20T09:19:49.958Z
442024-06-20T09:19:50.231Z nightly-2024-05-12-x86_64-unknown-illumos installed - rustc 1.80.0-nightly (78a775127 2024-05-11)
452024-06-20T09:19:50.231Z
462024-06-20T09:19:50.231Z
472024-06-20T09:19:50.231ZRust is installed now. Great!
482024-06-20T09:19:50.231Z
492024-06-20T09:19:50.232ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-20T09:19:50.232Zenvironment variable. This has not been done automatically.
512024-06-20T09:19:50.232Z
522024-06-20T09:19:50.232ZTo configure your current shell, you need to source
532024-06-20T09:19:50.232Zthe corresponding env file under $HOME/.cargo.
542024-06-20T09:19:50.232Z
552024-06-20T09:19:50.232ZThis is usually done by running one of the following (note the leading DOT):
562024-06-20T09:19:50.232Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-20T09:19:50.235Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-20T09:19:50.303Z+ rustc --version
592024-06-20T09:19:50.367Zrustc 1.80.0-nightly (78a775127 2024-05-11)
602024-06-20T09:19:50.370Zprocess exited: duration 23302 ms, exit code 0
 
612024-06-20T09:19:50.376Zstarting task 2: "authentication"
622024-06-20T09:19:50.397Zprocess exited: duration 20 ms, exit code 0
 
632024-06-20T09:19:50.403Zstarting task 3: "clone repository"
642024-06-20T09:19:50.408Z+ mkdir -p /work/oxidecomputer/opte
652024-06-20T09:19:50.411Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662024-06-20T09:19:50.564ZCloning into '/work/oxidecomputer/opte'...
672024-06-20T09:19:51.939Z+ cd /work/oxidecomputer/opte
682024-06-20T09:19:51.942Z+ git fetch origin a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2
692024-06-20T09:19:52.217ZFrom https://github.com/oxidecomputer/opte
702024-06-20T09:19:52.217Z * branch a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 -> FETCH_HEAD
712024-06-20T09:19:52.225Z+ [[ -n '' ]]
722024-06-20T09:19:52.225Z+ git reset --hard a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2
732024-06-20T09:19:52.248ZHEAD is now at a98ac2f Merge branch 'master' into use-the-flow-luke-61
742024-06-20T09:19:52.251Zprocess exited: duration 1845 ms, exit code 0
 
752024-06-20T09:19:52.258Zstarting task 4: "build"
762024-06-20T09:19:52.263Z+ cargo --version
772024-06-20T09:19:52.267Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
782024-06-20T09:19:52.407Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
792024-06-20T09:19:52.407Zinfo: downloading component 'cargo'
802024-06-20T09:19:53.126Zinfo: downloading component 'clippy'
812024-06-20T09:19:53.365Zinfo: downloading component 'rust-docs'
822024-06-20T09:19:54.320Zinfo: downloading component 'rust-std'
832024-06-20T09:19:55.844Zinfo: downloading component 'rustc'
842024-06-20T09:19:59.729Zinfo: downloading component 'rustfmt'
852024-06-20T09:19:59.938Zinfo: installing component 'cargo'
862024-06-20T09:20:00.781Zinfo: installing component 'clippy'
872024-06-20T09:20:01.136Zinfo: installing component 'rust-docs'
882024-06-20T09:20:02.644Zinfo: installing component 'rust-std'
892024-06-20T09:20:04.325Zinfo: installing component 'rustc'
902024-06-20T09:20:08.585Zinfo: installing component 'rustfmt'
912024-06-20T09:20:08.991Zcargo 1.78.0 (54d8815d0 2024-03-26)
922024-06-20T09:20:08.994Z+ rustc --version
932024-06-20T09:20:09.059Zrustc 1.78.0 (9b00956e5 2024-04-29)
942024-06-20T09:20:09.063Z+ pushd bin/opteadm
952024-06-20T09:20:09.066Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
962024-06-20T09:20:09.066Z+ header 'check style'
972024-06-20T09:20:09.066Z+ echo '# ==== check style ==== #'
982024-06-20T09:20:09.066Z# ==== check style ==== #
992024-06-20T09:20:09.066Z+ ptime -m cargo +nightly-2024-05-12 fmt -- --check
1002024-06-20T09:20:09.372Z
1012024-06-20T09:20:09.372Zreal 0.201546897
1022024-06-20T09:20:09.372Zuser 0.106862531
1032024-06-20T09:20:09.372Zsys 0.088486021
1042024-06-20T09:20:09.372Ztrap 0.000053610
1052024-06-20T09:20:09.372Ztflt 0.000000000
1062024-06-20T09:20:09.372Zdflt 0.000000000
1072024-06-20T09:20:09.372Zkflt 0.000000000
1082024-06-20T09:20:09.375Zlock 0.000000000
1092024-06-20T09:20:09.375Zslp 0.118861285
1102024-06-20T09:20:09.375Zlat 0.001412905
1112024-06-20T09:20:09.375Zstop 0.000216856
1122024-06-20T09:20:09.375Z+ header analyze
1132024-06-20T09:20:09.375Z+ echo '# ==== analyze ==== #'
1142024-06-20T09:20:09.375Z# ==== analyze ==== #
1152024-06-20T09:20:09.375Z+ ptime -m cargo clippy --all-targets
1162024-06-20T09:20:09.598Z Updating crates.io index
1172024-06-20T09:20:09.601Z Updating git repository `https://github.com/oxidecomputer/falcon`
1182024-06-20T09:20:10.450Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1192024-06-20T09:20:10.715Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1202024-06-20T09:20:11.237Z Updating git repository `https://github.com/oxidecomputer/zone`
1212024-06-20T09:20:11.526Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1222024-06-20T09:20:11.952Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1232024-06-20T09:20:12.557Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1242024-06-20T09:20:12.831Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1252024-06-20T09:20:13.802Z Downloading crates ...
1262024-06-20T09:20:13.889Z Downloaded anstream v0.6.14
1272024-06-20T09:20:13.895Z Downloaded ident_case v1.0.1
1282024-06-20T09:20:13.902Z Downloaded foreign-types-macros v0.2.3
1292024-06-20T09:20:13.905Z Downloaded equivalent v1.0.1
1302024-06-20T09:20:13.908Z Downloaded colored v2.1.0
1312024-06-20T09:20:13.912Z Downloaded zerocopy-derive v0.7.34
1322024-06-20T09:20:13.917Z Downloaded cstr-argument v0.1.2
1332024-06-20T09:20:13.931Z Downloaded stable_deref_trait v1.2.0
1342024-06-20T09:20:13.934Z Downloaded pretty-hex v0.2.1
1352024-06-20T09:20:13.937Z Downloaded foreign-types v0.5.0
1362024-06-20T09:20:13.940Z Downloaded num_cpus v1.16.0
1372024-06-20T09:20:13.943Z Downloaded cobs v0.2.3
1382024-06-20T09:20:13.946Z Downloaded parking_lot v0.12.3
1392024-06-20T09:20:13.948Z Downloaded anstyle-parse v0.2.4
1402024-06-20T09:20:13.961Z Downloaded darling_macro v0.20.9
1412024-06-20T09:20:13.965Z Downloaded foreign-types-shared v0.3.1
1422024-06-20T09:20:13.977Z Downloaded num_enum_derive v0.5.11
1432024-06-20T09:20:13.979Z Downloaded fnv v1.0.7
1442024-06-20T09:20:13.984Z Downloaded hash32 v0.3.1
1452024-06-20T09:20:13.986Z Downloaded either v1.12.0
1462024-06-20T09:20:13.989Z Downloaded thiserror v1.0.61
1472024-06-20T09:20:13.994Z Downloaded lazy_static v1.4.0
1482024-06-20T09:20:13.996Z Downloaded defmt-parser v0.3.4
1492024-06-20T09:20:13.996Z Downloaded defmt v0.3.8
1502024-06-20T09:20:13.997Z Downloaded tabwriter v1.4.0
1512024-06-20T09:20:13.999Z Downloaded scopeguard v1.2.0
1522024-06-20T09:20:14.005Z Downloaded version_check v0.9.4
1532024-06-20T09:20:14.008Z Downloaded lock_api v0.4.12
1542024-06-20T09:20:14.012Z Downloaded toml_datetime v0.6.6
1552024-06-20T09:20:14.012Z Downloaded colorchoice v1.0.1
1562024-06-20T09:20:14.012Z Downloaded byteorder v1.5.0
1572024-06-20T09:20:14.017Z Downloaded is_terminal_polyfill v1.70.0
1582024-06-20T09:20:14.020Z Downloaded errno v0.3.9
1592024-06-20T09:20:14.020Z Downloaded defmt-macros v0.3.9
1602024-06-20T09:20:14.022Z Downloaded cfg-if v1.0.0
1612024-06-20T09:20:14.022Z Downloaded managed v0.8.0
1622024-06-20T09:20:14.025Z Downloaded itoa v1.0.11
1632024-06-20T09:20:14.025Z Downloaded embedded-io v0.4.0
1642024-06-20T09:20:14.028Z Downloaded anstyle-query v1.1.0
1652024-06-20T09:20:14.028Z Downloaded num_enum v0.5.11
1662024-06-20T09:20:14.031Z Downloaded heck v0.5.0
1672024-06-20T09:20:14.034Z Downloaded proc-macro-crate v1.3.1
1682024-06-20T09:20:14.034Z Downloaded anstyle v1.0.7
1692024-06-20T09:20:14.037Z Downloaded bitflags v1.3.2
1702024-06-20T09:20:14.039Z Downloaded tokio-macros v2.3.0
1712024-06-20T09:20:14.039Z Downloaded dyn-clone v1.0.17
1722024-06-20T09:20:14.042Z Downloaded autocfg v1.3.0
1732024-06-20T09:20:14.044Z Downloaded thiserror-impl v1.0.61
1742024-06-20T09:20:14.044Z Downloaded strsim v0.11.1
1752024-06-20T09:20:14.044Z Downloaded signal-hook-registry v1.4.2
1762024-06-20T09:20:14.047Z Downloaded schemars_derive v0.8.21
1772024-06-20T09:20:14.047Z Downloaded proc-macro-error-attr v1.0.4
1782024-06-20T09:20:14.051Z Downloaded utf8parse v0.2.2
1792024-06-20T09:20:14.054Z Downloaded ipnetwork v0.20.0
1802024-06-20T09:20:14.058Z Downloaded clap_derive v4.5.5
1812024-06-20T09:20:14.062Z Downloaded smallvec v1.13.2
1822024-06-20T09:20:14.074Z Downloaded proc-macro-error v1.0.4
1832024-06-20T09:20:14.080Z Downloaded bitflags v2.5.0
1842024-06-20T09:20:14.084Z Downloaded crc32fast v1.4.2
1852024-06-20T09:20:14.086Z Downloaded clap_lex v0.7.1
1862024-06-20T09:20:14.089Z Downloaded quote v1.0.36
1872024-06-20T09:20:14.091Z Downloaded parking_lot_core v0.9.10
1882024-06-20T09:20:14.094Z Downloaded terminal_size v0.3.0
1892024-06-20T09:20:14.100Z Downloaded serde_derive_internals v0.29.1
1902024-06-20T09:20:14.107Z Downloaded pin-project-lite v0.2.14
1912024-06-20T09:20:14.110Z Downloaded tracing-attributes v0.1.27
1922024-06-20T09:20:14.112Z Downloaded clap v4.5.6
1932024-06-20T09:20:14.121Z Downloaded socket2 v0.4.10
1942024-06-20T09:20:14.123Z Downloaded serde_derive v1.0.203
1952024-06-20T09:20:14.126Z Downloaded proc-macro2 v1.0.85
1962024-06-20T09:20:14.129Z Downloaded darling v0.20.9
1972024-06-20T09:20:14.131Z Downloaded bytes v1.6.0
1982024-06-20T09:20:14.136Z Downloaded postcard v1.0.8
1992024-06-20T09:20:14.139Z Downloaded once_cell v1.19.0
2002024-06-20T09:20:14.141Z Downloaded ryu v1.0.18
2012024-06-20T09:20:14.144Z Downloaded anyhow v1.0.86
2022024-06-20T09:20:14.147Z Downloaded unicode-ident v1.0.12
2032024-06-20T09:20:14.150Z Downloaded darling_core v0.20.9
2042024-06-20T09:20:14.154Z Downloaded tracing-core v0.1.32
2052024-06-20T09:20:14.157Z Downloaded schemars v0.8.21
2062024-06-20T09:20:14.167Z Downloaded socket2 v0.5.7
2072024-06-20T09:20:14.170Z Downloaded heapless v0.8.0
2082024-06-20T09:20:14.187Z Downloaded indexmap v2.2.6
2092024-06-20T09:20:14.197Z Downloaded tracing v0.1.40
2102024-06-20T09:20:14.201Z Downloaded memchr v2.7.2
2112024-06-20T09:20:14.210Z Downloaded serde v1.0.203
2122024-06-20T09:20:14.222Z Downloaded toml_edit v0.19.15
2132024-06-20T09:20:14.237Z Downloaded mio v0.8.11
2142024-06-20T09:20:14.251Z Downloaded serde_json v1.0.117
2152024-06-20T09:20:14.257Z Downloaded hashbrown v0.14.5
2162024-06-20T09:20:14.262Z Downloaded itertools v0.12.1
2172024-06-20T09:20:14.270Z Downloaded zerocopy v0.7.34
2182024-06-20T09:20:14.284Z Downloaded clap_builder v4.5.6
2192024-06-20T09:20:14.291Z Downloaded winnow v0.5.40
2202024-06-20T09:20:14.312Z Downloaded syn v1.0.109
2212024-06-20T09:20:14.334Z Downloaded syn v2.0.66
2222024-06-20T09:20:14.361Z Downloaded smoltcp v0.11.0
2232024-06-20T09:20:14.373Z Downloaded rustix v0.38.34
2242024-06-20T09:20:14.407Z Downloaded unicode-width v0.1.13
2252024-06-20T09:20:14.459Z Downloaded tokio v1.38.0
2262024-06-20T09:20:14.493Z Downloaded libc v0.2.155
2272024-06-20T09:20:14.652Z Compiling proc-macro2 v1.0.85
2282024-06-20T09:20:14.652Z Compiling unicode-ident v1.0.12
2292024-06-20T09:20:14.652Z Compiling libc v0.2.155
2302024-06-20T09:20:14.652Z Checking cfg-if v1.0.0
2312024-06-20T09:20:14.655Z Compiling serde v1.0.203
2322024-06-20T09:20:14.655Z Compiling syn v1.0.109
2332024-06-20T09:20:14.655Z Checking byteorder v1.5.0
2342024-06-20T09:20:14.655Z Compiling autocfg v1.3.0
2352024-06-20T09:20:14.759Z Compiling hashbrown v0.14.5
2362024-06-20T09:20:14.864Z Compiling equivalent v1.0.1
2372024-06-20T09:20:14.974Z Compiling heapless v0.8.0
2382024-06-20T09:20:14.985Z Compiling fnv v1.0.7
2392024-06-20T09:20:15.098Z Compiling toml_datetime v0.6.6
2402024-06-20T09:20:15.379Z Compiling lock_api v0.4.12
2412024-06-20T09:20:15.392Z Compiling strsim v0.11.1
2422024-06-20T09:20:15.801Z Compiling indexmap v2.2.6
2432024-06-20T09:20:15.893Z Compiling winnow v0.5.40
2442024-06-20T09:20:16.688Z Compiling ident_case v1.0.1
2452024-06-20T09:20:16.803Z Compiling anyhow v1.0.86
2462024-06-20T09:20:17.617Z Compiling parking_lot_core v0.9.10
2472024-06-20T09:20:17.716Z Checking hash32 v0.3.1
2482024-06-20T09:20:17.767Z Checking stable_deref_trait v1.2.0
2492024-06-20T09:20:17.778Z Compiling smoltcp v0.11.0
2502024-06-20T09:20:17.845Z Compiling once_cell v1.19.0
2512024-06-20T09:20:17.856Z Checking dyn-clone v1.0.17
2522024-06-20T09:20:17.928Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2532024-06-20T09:20:17.974Z Checking scopeguard v1.2.0
2542024-06-20T09:20:18.073Z Checking smallvec v1.13.2
2552024-06-20T09:20:18.082Z Compiling serde_json v1.0.117
2562024-06-20T09:20:18.403Z Checking managed v0.8.0
2572024-06-20T09:20:18.438Z Checking pin-project-lite v0.2.14
2582024-06-20T09:20:18.447Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
2592024-06-20T09:20:18.545Z Compiling quote v1.0.36
2602024-06-20T09:20:18.578Z Compiling toml_edit v0.19.15
2612024-06-20T09:20:18.753Z Compiling rustix v0.38.34
2622024-06-20T09:20:18.779Z Checking cobs v0.2.3
2632024-06-20T09:20:18.805Z Checking bitflags v1.3.2
2642024-06-20T09:20:18.888Z Compiling version_check v0.9.4
2652024-06-20T09:20:18.950Z Compiling syn v2.0.66
2662024-06-20T09:20:19.182Z Compiling thiserror v1.0.61
2672024-06-20T09:20:19.192Z Compiling schemars v0.8.21
2682024-06-20T09:20:19.282Z Checking ryu v1.0.18
2692024-06-20T09:20:19.443Z Checking embedded-io v0.4.0
2702024-06-20T09:20:19.500Z Checking itoa v1.0.11
2712024-06-20T09:20:19.547Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2722024-06-20T09:20:19.682Z Checking parking_lot v0.12.3
2732024-06-20T09:20:19.696Z Checking errno v0.3.9
2742024-06-20T09:20:19.817Z Checking signal-hook-registry v1.4.2
2752024-06-20T09:20:19.852Z Checking num_cpus v1.16.0
2762024-06-20T09:20:19.886Z Checking mio v0.8.11
2772024-06-20T09:20:19.957Z Checking socket2 v0.5.7
2782024-06-20T09:20:20.015Z Checking foreign-types-shared v0.3.1
2792024-06-20T09:20:20.048Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
2802024-06-20T09:20:20.105Z Checking unicode-width v0.1.13
2812024-06-20T09:20:20.348Z Checking either v1.12.0
2822024-06-20T09:20:20.414Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2832024-06-20T09:20:20.475Z Checking bitflags v2.5.0
2842024-06-20T09:20:20.570Z Checking bytes v1.6.0
2852024-06-20T09:20:20.600Z Checking utf8parse v0.2.2
2862024-06-20T09:20:20.639Z Checking memchr v2.7.2
2872024-06-20T09:20:20.732Z Checking anstyle-parse v0.2.4
2882024-06-20T09:20:20.989Z Compiling proc-macro-crate v1.3.1
2892024-06-20T09:20:21.357Z Checking itertools v0.12.1
2902024-06-20T09:20:21.576Z Checking cstr-argument v0.1.2
2912024-06-20T09:20:21.746Z Checking tracing-core v0.1.32
2922024-06-20T09:20:21.869Z Checking tabwriter v1.4.0
2932024-06-20T09:20:22.109Z Checking crc32fast v1.4.2
2942024-06-20T09:20:22.255Z Checking anstyle v1.0.7
2952024-06-20T09:20:22.293Z Checking is_terminal_polyfill v1.70.0
2962024-06-20T09:20:22.396Z Checking anstyle-query v1.1.0
2972024-06-20T09:20:22.424Z Checking lazy_static v1.4.0
2982024-06-20T09:20:22.504Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7)
2992024-06-20T09:20:22.538Z Checking pretty-hex v0.2.1
3002024-06-20T09:20:22.585Z Checking colorchoice v1.0.1
3012024-06-20T09:20:22.627Z Checking colored v2.1.0
3022024-06-20T09:20:22.686Z Checking terminal_size v0.3.0
3032024-06-20T09:20:22.699Z Checking anstream v0.6.14
3042024-06-20T09:20:22.833Z Checking socket2 v0.4.10
3052024-06-20T09:20:23.081Z Compiling heck v0.5.0
3062024-06-20T09:20:23.273Z Checking clap_lex v0.7.1
3072024-06-20T09:20:23.368Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
3082024-06-20T09:20:23.561Z Checking clap_builder v4.5.6
3092024-06-20T09:20:23.621Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3102024-06-20T09:20:24.801Z Compiling darling_core v0.20.9
3112024-06-20T09:20:24.801Z Compiling serde_derive_internals v0.29.1
3122024-06-20T09:20:27.753Z Compiling num_enum_derive v0.5.11
3132024-06-20T09:20:27.753Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
3142024-06-20T09:20:27.834Z Compiling serde_derive v1.0.203
3152024-06-20T09:20:27.837Z Compiling schemars_derive v0.8.21
3162024-06-20T09:20:27.893Z Compiling zerocopy-derive v0.7.34
3172024-06-20T09:20:28.207Z Compiling thiserror-impl v1.0.61
3182024-06-20T09:20:28.719Z Compiling foreign-types-macros v0.2.3
3192024-06-20T09:20:29.192Z Compiling tokio-macros v2.3.0
3202024-06-20T09:20:29.485Z Compiling darling_macro v0.20.9
3212024-06-20T09:20:29.983Z Checking foreign-types v0.5.0
3222024-06-20T09:20:29.994Z Checking zerocopy v0.7.34
3232024-06-20T09:20:30.075Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3242024-06-20T09:20:30.185Z Checking num_enum v0.5.11
3252024-06-20T09:20:30.315Z Compiling tracing-attributes v0.1.27
3262024-06-20T09:20:30.522Z Compiling darling v0.20.9
3272024-06-20T09:20:30.626Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3282024-06-20T09:20:30.824Z Checking tokio v1.38.0
3292024-06-20T09:20:30.914Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3302024-06-20T09:20:31.251Z Compiling clap_derive v4.5.5
3312024-06-20T09:20:32.743Z Checking tracing v0.1.40
3322024-06-20T09:20:34.170Z Checking clap v4.5.6
3332024-06-20T09:20:36.291Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
3342024-06-20T09:20:36.855Z Checking ipnetwork v0.20.0
3352024-06-20T09:20:36.858Z Checking postcard v1.0.8
3362024-06-20T09:20:37.323Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3372024-06-20T09:20:38.740Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
3382024-06-20T09:20:44.371Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3392024-06-20T09:20:46.706Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3402024-06-20T09:20:48.132Zwarning: use of `expect` followed by a function call
3412024-06-20T09:20:48.132Z --> bin/opteadm/src/bin/opteadm.rs:810:71
3422024-06-20T09:20:48.132Z |
3432024-06-20T09:20:48.132Z810 | hdl.remove_cidr(&port, prefix, Direction::In).expect(
3442024-06-20T09:20:48.133Z | _______________________________________________________________________^
3452024-06-20T09:20:48.133Z811 | | &format!(
3462024-06-20T09:20:48.133Z812 | | "FATAL: failed to rollback in-direction allow \
3472024-06-20T09:20:48.133Z813 | | of {prefix} after {e}"
3482024-06-20T09:20:48.133Z814 | | ),
3492024-06-20T09:20:48.133Z815 | | );
3502024-06-20T09:20:48.133Z | |_________________________^
3512024-06-20T09:20:48.133Z |
3522024-06-20T09:20:48.133Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#expect_fun_call
3532024-06-20T09:20:48.133Z = note: `#[warn(clippy::expect_fun_call)]` on by default
3542024-06-20T09:20:48.133Zhelp: try
3552024-06-20T09:20:48.133Z |
3562024-06-20T09:20:48.133Z810 ~ hdl.remove_cidr(&port, prefix, Direction::In).unwrap_or_else(|_| panic!("FATAL: failed to rollback in-direction allow \
3572024-06-20T09:20:48.133Z811 ~ of {prefix} after {e}"));
3582024-06-20T09:20:48.133Z |
3592024-06-20T09:20:48.133Z
3602024-06-20T09:20:48.136Zwarning: use of `expect` followed by a function call
3612024-06-20T09:20:48.136Z --> bin/opteadm/src/bin/opteadm.rs:840:66
3622024-06-20T09:20:48.136Z |
3632024-06-20T09:20:48.136Z840 | hdl.allow_cidr(&port, prefix, Direction::In).expect(
3642024-06-20T09:20:48.136Z | __________________________________________________________________^
3652024-06-20T09:20:48.136Z841 | | &format!(
3662024-06-20T09:20:48.136Z842 | | "FATAL: failed to rollback in-direction remove \
3672024-06-20T09:20:48.136Z843 | | of {prefix} after {e}"
3682024-06-20T09:20:48.136Z844 | | ),
3692024-06-20T09:20:48.136Z845 | | );
3702024-06-20T09:20:48.136Z | |_____________________^
3712024-06-20T09:20:48.136Z |
3722024-06-20T09:20:48.136Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#expect_fun_call
3732024-06-20T09:20:48.136Zhelp: try
3742024-06-20T09:20:48.136Z |
3752024-06-20T09:20:48.136Z840 ~ hdl.allow_cidr(&port, prefix, Direction::In).unwrap_or_else(|_| panic!("FATAL: failed to rollback in-direction remove \
3762024-06-20T09:20:48.136Z841 ~ of {prefix} after {e}"));
3772024-06-20T09:20:48.136Z |
3782024-06-20T09:20:48.136Z
3792024-06-20T09:20:48.216Zwarning: `opteadm` (bin "opteadm") generated 2 warnings (run `cargo clippy --fix --bin "opteadm"` to apply 2 suggestions)
3802024-06-20T09:20:48.244Zwarning: `opteadm` (bin "opteadm" test) generated 2 warnings (2 duplicates)
3812024-06-20T09:20:48.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.73s
3822024-06-20T09:20:48.387Z
3832024-06-20T09:20:48.387Zreal 39.007692946
3842024-06-20T09:20:48.387Zuser 1:58.617885006
3852024-06-20T09:20:48.387Zsys 30.311076744
3862024-06-20T09:20:48.387Ztrap 0.062272813
3872024-06-20T09:20:48.387Ztflt 1.088556406
3882024-06-20T09:20:48.387Zdflt 6.905763663
3892024-06-20T09:20:48.387Zkflt 0.008821632
3902024-06-20T09:20:48.387Zlock 2:45.647313735
3912024-06-20T09:20:48.387Zslp 6:49.433202472
3922024-06-20T09:20:48.387Zlat 5.833097853
3932024-06-20T09:20:48.387Zstop 12.650530736
3942024-06-20T09:20:48.390Z+ header 'debug build'
3952024-06-20T09:20:48.390Z+ echo '# ==== debug build ==== #'
3962024-06-20T09:20:48.390Z# ==== debug build ==== #
3972024-06-20T09:20:48.390Z+ ptime -m cargo build
3982024-06-20T09:20:48.667Z Compiling cfg-if v1.0.0
3992024-06-20T09:20:48.667Z Compiling strsim v0.11.1
4002024-06-20T09:20:48.670Z Compiling byteorder v1.5.0
4012024-06-20T09:20:48.670Z Compiling libc v0.2.155
4022024-06-20T09:20:48.675Z Compiling once_cell v1.19.0
4032024-06-20T09:20:48.687Z Compiling serde v1.0.203
4042024-06-20T09:20:48.691Z Compiling smallvec v1.13.2
4052024-06-20T09:20:48.694Z Compiling stable_deref_trait v1.2.0
4062024-06-20T09:20:48.737Z Compiling scopeguard v1.2.0
4072024-06-20T09:20:48.770Z Compiling dyn-clone v1.0.17
4082024-06-20T09:20:48.844Z Compiling lock_api v0.4.12
4092024-06-20T09:20:48.988Z Compiling darling_core v0.20.9
4102024-06-20T09:20:48.993Z Compiling hash32 v0.3.1
4112024-06-20T09:20:49.064Z Compiling proc-macro-crate v1.3.1
4122024-06-20T09:20:49.108Z Compiling heapless v0.8.0
4132024-06-20T09:20:49.174Z Compiling itoa v1.0.11
4142024-06-20T09:20:49.279Z Compiling cobs v0.2.3
4152024-06-20T09:20:49.378Z Compiling bitflags v1.3.2
4162024-06-20T09:20:49.460Z Compiling managed v0.8.0
4172024-06-20T09:20:49.561Z Compiling pin-project-lite v0.2.14
4182024-06-20T09:20:49.671Z Compiling ryu v1.0.18
4192024-06-20T09:20:49.783Z Compiling embedded-io v0.4.0
4202024-06-20T09:20:49.867Z Compiling parking_lot_core v0.9.10
4212024-06-20T09:20:49.947Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4222024-06-20T09:20:50.005Z Compiling num_enum_derive v0.5.11
4232024-06-20T09:20:50.040Z Compiling socket2 v0.5.7
4242024-06-20T09:20:50.158Z Compiling smoltcp v0.11.0
4252024-06-20T09:20:50.250Z Compiling parking_lot v0.12.3
4262024-06-20T09:20:50.281Z Compiling mio v0.8.11
4272024-06-20T09:20:50.620Z Compiling num_cpus v1.16.0
4282024-06-20T09:20:50.731Z Compiling errno v0.3.9
4292024-06-20T09:20:50.956Z Compiling signal-hook-registry v1.4.2
4302024-06-20T09:20:51.202Z Compiling anyhow v1.0.86
4312024-06-20T09:20:51.383Z Compiling either v1.12.0
4322024-06-20T09:20:51.724Z Compiling foreign-types-shared v0.3.1
4332024-06-20T09:20:51.777Z Compiling bytes v1.6.0
4342024-06-20T09:20:51.815Z Compiling bitflags v2.5.0
4352024-06-20T09:20:52.009Z Compiling memchr v2.7.2
4362024-06-20T09:20:52.299Z Compiling utf8parse v0.2.2
4372024-06-20T09:20:52.301Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4382024-06-20T09:20:52.446Z Compiling unicode-width v0.1.13
4392024-06-20T09:20:52.466Z Compiling anstyle-parse v0.2.4
4402024-06-20T09:20:52.483Z Compiling num_enum v0.5.11
4412024-06-20T09:20:52.618Z Compiling tabwriter v1.4.0
4422024-06-20T09:20:52.680Z Compiling tokio v1.38.0
4432024-06-20T09:20:52.800Z Compiling rustix v0.38.34
4442024-06-20T09:20:53.192Z Compiling cstr-argument v0.1.2
4452024-06-20T09:20:53.213Z Compiling foreign-types v0.5.0
4462024-06-20T09:20:53.304Z Compiling itertools v0.12.1
4472024-06-20T09:20:53.442Z Compiling zerocopy v0.7.34
4482024-06-20T09:20:53.851Z Compiling thiserror v1.0.61
4492024-06-20T09:20:53.967Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4502024-06-20T09:20:54.163Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4512024-06-20T09:20:54.321Z Compiling tracing-core v0.1.32
4522024-06-20T09:20:54.451Z Compiling crc32fast v1.4.2
4532024-06-20T09:20:54.764Z Compiling ipnetwork v0.20.0
4542024-06-20T09:20:55.006Z Compiling postcard v1.0.8
4552024-06-20T09:20:55.269Z Compiling serde_json v1.0.117
4562024-06-20T09:20:55.406Z Compiling darling_macro v0.20.9
4572024-06-20T09:20:55.415Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4582024-06-20T09:20:55.558Z Compiling is_terminal_polyfill v1.70.0
4592024-06-20T09:20:55.628Z Compiling pretty-hex v0.2.1
4602024-06-20T09:20:55.674Z Compiling anstyle v1.0.7
4612024-06-20T09:20:55.796Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4622024-06-20T09:20:55.838Z Compiling lazy_static v1.4.0
4632024-06-20T09:20:55.936Z Compiling colorchoice v1.0.1
4642024-06-20T09:20:55.949Z Compiling anstyle-query v1.1.0
4652024-06-20T09:20:56.073Z Compiling anstream v0.6.14
4662024-06-20T09:20:56.076Z Compiling colored v2.1.0
4672024-06-20T09:20:56.184Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
4682024-06-20T09:20:56.325Z Compiling tracing v0.1.40
4692024-06-20T09:20:56.517Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4702024-06-20T09:20:56.527Z Compiling darling v0.20.9
4712024-06-20T09:20:56.621Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4722024-06-20T09:20:56.768Z Compiling terminal_size v0.3.0
4732024-06-20T09:20:56.864Z Compiling socket2 v0.4.10
4742024-06-20T09:20:56.920Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
4752024-06-20T09:20:56.940Z Compiling clap_lex v0.7.1
4762024-06-20T09:20:57.175Z Compiling schemars v0.8.21
4772024-06-20T09:20:57.245Z Compiling clap_builder v4.5.6
4782024-06-20T09:20:57.509Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4792024-06-20T09:20:58.787Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
4802024-06-20T09:21:00.002Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4812024-06-20T09:21:00.163Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7)
4822024-06-20T09:21:00.425Z Compiling clap v4.5.6
4832024-06-20T09:21:04.117Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4842024-06-20T09:21:06.143Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4852024-06-20T09:21:13.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.59s
4862024-06-20T09:21:13.058Z
4872024-06-20T09:21:13.058Zreal 24.663699829
4882024-06-20T09:21:13.058Zuser 1:52.027148483
4892024-06-20T09:21:13.058Zsys 25.401090409
4902024-06-20T09:21:13.058Ztrap 0.061845267
4912024-06-20T09:21:13.058Ztflt 0.065555916
4922024-06-20T09:21:13.058Zdflt 0.516943347
4932024-06-20T09:21:13.058Zkflt 0.000038360
4942024-06-20T09:21:13.058Zlock 3:17.710636086
4952024-06-20T09:21:13.058Zslp 4:24.791200754
4962024-06-20T09:21:13.058Zlat 4.091871235
4972024-06-20T09:21:13.058Zstop 4.336431740
4982024-06-20T09:21:13.061Z+ header 'release build'
4992024-06-20T09:21:13.061Z+ echo '# ==== release build ==== #'
5002024-06-20T09:21:13.061Z+ ptime -m cargo build --release
5012024-06-20T09:21:13.061Z# ==== release build ==== #
5022024-06-20T09:21:13.243Z Compiling proc-macro2 v1.0.85
5032024-06-20T09:21:13.244Z Compiling unicode-ident v1.0.12
5042024-06-20T09:21:13.244Z Compiling libc v0.2.155
5052024-06-20T09:21:13.244Z Compiling cfg-if v1.0.0
5062024-06-20T09:21:13.244Z Compiling serde v1.0.203
5072024-06-20T09:21:13.248Z Compiling syn v1.0.109
5082024-06-20T09:21:13.248Z Compiling autocfg v1.3.0
5092024-06-20T09:21:13.248Z Compiling anyhow v1.0.86
5102024-06-20T09:21:13.353Z Compiling hashbrown v0.14.5
5112024-06-20T09:21:13.431Z Compiling equivalent v1.0.1
5122024-06-20T09:21:13.521Z Compiling byteorder v1.5.0
5132024-06-20T09:21:13.780Z Compiling parking_lot_core v0.9.10
5142024-06-20T09:21:13.787Z Compiling heapless v0.8.0
5152024-06-20T09:21:13.871Z Compiling ident_case v1.0.1
5162024-06-20T09:21:13.885Z Compiling strsim v0.11.1
5172024-06-20T09:21:13.999Z Compiling lock_api v0.4.12
5182024-06-20T09:21:14.023Z Compiling fnv v1.0.7
5192024-06-20T09:21:14.146Z Compiling toml_datetime v0.6.6
5202024-06-20T09:21:14.203Z Compiling winnow v0.5.40
5212024-06-20T09:21:14.429Z Compiling hash32 v0.3.1
5222024-06-20T09:21:14.505Z Compiling once_cell v1.19.0
5232024-06-20T09:21:14.557Z Compiling indexmap v2.2.6
5242024-06-20T09:21:14.595Z Compiling scopeguard v1.2.0
5252024-06-20T09:21:14.620Z Compiling quote v1.0.36
5262024-06-20T09:21:14.661Z Compiling smallvec v1.13.2
5272024-06-20T09:21:14.721Z Compiling stable_deref_trait v1.2.0
5282024-06-20T09:21:14.815Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5292024-06-20T09:21:14.876Z Compiling dyn-clone v1.0.17
5302024-06-20T09:21:15.104Z Compiling syn v2.0.66
5312024-06-20T09:21:15.179Z Compiling smoltcp v0.11.0
5322024-06-20T09:21:15.237Z Compiling serde_json v1.0.117
5332024-06-20T09:21:15.904Z Compiling pin-project-lite v0.2.14
5342024-06-20T09:21:16.025Z Compiling itoa v1.0.11
5352024-06-20T09:21:16.185Z Compiling managed v0.8.0
5362024-06-20T09:21:16.249Z Compiling version_check v0.9.4
5372024-06-20T09:21:16.388Z Compiling bitflags v1.3.2
5382024-06-20T09:21:16.478Z Compiling schemars v0.8.21
5392024-06-20T09:21:16.691Z Compiling ryu v1.0.18
5402024-06-20T09:21:16.813Z Compiling rustix v0.38.34
5412024-06-20T09:21:16.839Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5422024-06-20T09:21:16.839Z Compiling embedded-io v0.4.0
5432024-06-20T09:21:16.935Z Compiling thiserror v1.0.61
5442024-06-20T09:21:17.040Z Compiling cobs v0.2.3
5452024-06-20T09:21:17.161Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5462024-06-20T09:21:17.464Z Compiling parking_lot v0.12.3
5472024-06-20T09:21:17.565Z Compiling mio v0.8.11
5482024-06-20T09:21:17.571Z Compiling socket2 v0.5.7
5492024-06-20T09:21:17.582Z Compiling errno v0.3.9
5502024-06-20T09:21:17.867Z Compiling toml_edit v0.19.15
5512024-06-20T09:21:18.133Z Compiling signal-hook-registry v1.4.2
5522024-06-20T09:21:19.945Z Compiling num_cpus v1.16.0
5532024-06-20T09:21:20.063Z Compiling either v1.12.0
5542024-06-20T09:21:20.297Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5552024-06-20T09:21:20.423Z Compiling proc-macro-crate v1.3.1
5562024-06-20T09:21:20.440Z Compiling foreign-types-shared v0.3.1
5572024-06-20T09:21:20.544Z Compiling bitflags v2.5.0
5582024-06-20T09:21:20.688Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
5592024-06-20T09:21:20.749Z Compiling memchr v2.7.2
5602024-06-20T09:21:20.980Z Compiling unicode-width v0.1.13
5612024-06-20T09:21:21.289Z Compiling bytes v1.6.0
5622024-06-20T09:21:21.308Z Compiling utf8parse v0.2.2
5632024-06-20T09:21:21.450Z Compiling anstyle-parse v0.2.4
5642024-06-20T09:21:21.710Z Compiling darling_core v0.20.9
5652024-06-20T09:21:21.871Z Compiling serde_derive_internals v0.29.1
5662024-06-20T09:21:23.750Z Compiling cstr-argument v0.1.2
5672024-06-20T09:21:23.777Z Compiling tracing-core v0.1.32
5682024-06-20T09:21:24.082Z Compiling tabwriter v1.4.0
5692024-06-20T09:21:24.403Z Compiling itertools v0.12.1
5702024-06-20T09:21:25.884Z Compiling crc32fast v1.4.2
5712024-06-20T09:21:26.408Z Compiling colorchoice v1.0.1
5722024-06-20T09:21:26.560Z Compiling anstyle-query v1.1.0
5732024-06-20T09:21:26.698Z Compiling lazy_static v1.4.0
5742024-06-20T09:21:26.824Z Compiling is_terminal_polyfill v1.70.0
5752024-06-20T09:21:26.940Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7)
5762024-06-20T09:21:27.062Z Compiling pretty-hex v0.2.1
5772024-06-20T09:21:27.152Z Compiling anstyle v1.0.7
5782024-06-20T09:21:27.250Z Compiling colored v2.1.0
5792024-06-20T09:21:27.255Z Compiling num_enum_derive v0.5.11
5802024-06-20T09:21:27.258Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
5812024-06-20T09:21:27.550Z Compiling anstream v0.6.14
5822024-06-20T09:21:27.813Z Compiling serde_derive v1.0.203
5832024-06-20T09:21:28.106Z Compiling thiserror-impl v1.0.61
5842024-06-20T09:21:28.336Z Compiling darling_macro v0.20.9
5852024-06-20T09:21:28.524Z Compiling zerocopy-derive v0.7.34
5862024-06-20T09:21:28.669Z Compiling schemars_derive v0.8.21
5872024-06-20T09:21:28.879Z Compiling foreign-types-macros v0.2.3
5882024-06-20T09:21:29.160Z Compiling tokio-macros v2.3.0
5892024-06-20T09:21:29.384Z Compiling darling v0.20.9
5902024-06-20T09:21:29.484Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5912024-06-20T09:21:29.674Z Compiling num_enum v0.5.11
5922024-06-20T09:21:29.821Z Compiling tracing-attributes v0.1.27
5932024-06-20T09:21:30.127Z Compiling foreign-types v0.5.0
5942024-06-20T09:21:30.220Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5952024-06-20T09:21:30.606Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5962024-06-20T09:21:30.634Z Compiling zerocopy v0.7.34
5972024-06-20T09:21:30.763Z Compiling tokio v1.38.0
5982024-06-20T09:21:31.327Z Compiling terminal_size v0.3.0
5992024-06-20T09:21:31.543Z Compiling socket2 v0.4.10
6002024-06-20T09:21:31.800Z Compiling clap_lex v0.7.1
6012024-06-20T09:21:32.324Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
6022024-06-20T09:21:32.774Z Compiling heck v0.5.0
6032024-06-20T09:21:32.782Z Compiling clap_builder v4.5.6
6042024-06-20T09:21:33.190Z Compiling clap_derive v4.5.5
6052024-06-20T09:21:33.367Z Compiling tracing v0.1.40
6062024-06-20T09:21:33.471Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
6072024-06-20T09:21:36.483Z Compiling clap v4.5.6
6082024-06-20T09:21:38.091Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
6092024-06-20T09:21:40.579Z Compiling ipnetwork v0.20.0
6102024-06-20T09:21:40.579Z Compiling postcard v1.0.8
6112024-06-20T09:21:41.526Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6122024-06-20T09:21:50.324Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
6132024-06-20T09:21:53.706Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6142024-06-20T09:21:56.321Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6152024-06-20T09:22:12.570Z Finished `release` profile [optimized + debuginfo] target(s) in 59.46s
6162024-06-20T09:22:12.600Z
6172024-06-20T09:22:12.603Zreal 59.532804489
6182024-06-20T09:22:12.603Zuser 6:05.428206567
6192024-06-20T09:22:12.603Zsys 42.389830310
6202024-06-20T09:22:12.603Ztrap 0.183339793
6212024-06-20T09:22:12.603Ztflt 0.342544351
6222024-06-20T09:22:12.603Zdflt 0.398868256
6232024-06-20T09:22:12.603Zkflt 0.000287198
6242024-06-20T09:22:12.603Zlock 10:32.911803627
6252024-06-20T09:22:12.603Zslp 12:28.452310491
6262024-06-20T09:22:12.603Zlat 11.809030929
6272024-06-20T09:22:12.603Zstop 8.142278365
6282024-06-20T09:22:12.603Z+ popd
6292024-06-20T09:22:12.603Z/work/oxidecomputer/opte
6302024-06-20T09:22:12.603Z+ for x in debug release
6312024-06-20T09:22:12.603Z+ mkdir -p /work/debug
6322024-06-20T09:22:12.603Z+ cp target/debug/opteadm /work/debug/
6332024-06-20T09:22:12.673Z+ sha256sum target/debug/opteadm
6342024-06-20T09:22:12.731Z+ for x in debug release
6352024-06-20T09:22:12.731Z+ mkdir -p /work/release
6362024-06-20T09:22:12.733Z+ cp target/release/opteadm /work/release/
6372024-06-20T09:22:12.787Z+ sha256sum target/release/opteadm
6382024-06-20T09:22:12.835Zprocess exited: duration 140578 ms, exit code 0
 
6392024-06-20T09:22:12.846Zfound 4 output files
6402024-06-20T09:22:12.923Zuploading: /work/debug/opteadm (67806416 bytes)
6412024-06-20T09:22:14.641Zuploaded: /work/debug/opteadm
6422024-06-20T09:22:14.641Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6432024-06-20T09:22:15.650Zuploaded: /work/debug/opteadm.debug.sha256
6442024-06-20T09:22:15.650Zuploading: /work/release/opteadm (52445416 bytes)
6452024-06-20T09:22:17.377Zuploaded: /work/release/opteadm
6462024-06-20T09:22:17.377Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6472024-06-20T09:22:18.385Zuploaded: /work/release/opteadm.release.sha256