01JDW75CCQPT35ZPA9PSJ4Y0AE: 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-11-18",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/opteadm",
            series: "release",
            name: "opteadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JDW762V0EHKZR8WXVBW624QW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-29T15:04:38.734Zjob assigned to worker 01JDW76CKAA3VH21238MXTHNHE [factory aws, i-0f4f2efc415818571] (queued for 52 s)
 
22024-11-29T15:04:46.098Zstarting task 0: "setup"
32024-11-29T15:04:46.107Z++ uname -s
42024-11-29T15:04:46.109Z+ kern=SunOS
52024-11-29T15:04:46.109Z+ case "$kern" in
62024-11-29T15:04:46.109Z+ groupadd -g 12345 build
72024-11-29T15:04:46.112Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-29T15:04:48.119Z+ zfs create -o mountpoint=/work rpool/work
92024-11-29T15:04:48.235Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-29T15:04:48.238Z+ home_fs=zfs
112024-11-29T15:04:48.238Z+ [[ zfs == autofs ]]
122024-11-29T15:04:48.238Z+ mkdir -p /home/build
132024-11-29T15:04:48.240Z+ chown build:build /home/build /work
142024-11-29T15:04:50.241Z+ chmod 0700 /home/build /work
152024-11-29T15:04:50.243Zprocess exited: duration 4146 ms, exit code 0
 
162024-11-29T15:04:50.248Zstarting task 1: "rust-toolchain"
172024-11-29T15:04:50.253Z+ printf ' * toolchain channel = "%s"
182024-11-29T15:04:50.253Z' nightly-2024-11-18
192024-11-29T15:04:50.253Z * toolchain channel = "nightly-2024-11-18"
202024-11-29T15:04:50.253Z+ printf ' * toolchain profile = "%s"
212024-11-29T15:04:50.253Z' default
222024-11-29T15:04:50.253Z * toolchain profile = "default"
232024-11-29T15:04:50.256Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-29T15:04:50.256Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default
252024-11-29T15:04:50.420Zinfo: downloading installer
262024-11-29T15:04:51.608Zinfo: profile set to 'default'
272024-11-29T15:04:51.608Zinfo: default host triple is x86_64-unknown-illumos
282024-11-29T15:04:51.610Zinfo: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos'
292024-11-29T15:04:51.753Zinfo: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17)
302024-11-29T15:04:51.753Zinfo: downloading component 'cargo'
312024-11-29T15:04:52.518Zinfo: downloading component 'clippy'
322024-11-29T15:04:52.811Zinfo: downloading component 'rust-docs'
332024-11-29T15:04:53.851Zinfo: downloading component 'rust-std'
342024-11-29T15:04:55.532Zinfo: downloading component 'rustc'
352024-11-29T15:05:01.480Zinfo: downloading component 'rustfmt'
362024-11-29T15:05:01.740Zinfo: installing component 'cargo'
372024-11-29T15:05:02.563Zinfo: installing component 'clippy'
382024-11-29T15:05:02.943Zinfo: installing component 'rust-docs'
392024-11-29T15:05:04.565Zinfo: installing component 'rust-std'
402024-11-29T15:05:06.467Zinfo: installing component 'rustc'
412024-11-29T15:05:12.313Zinfo: installing component 'rustfmt'
422024-11-29T15:05:12.638Zinfo: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos'
432024-11-29T15:05:12.638Z
442024-11-29T15:05:13.028Z nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
452024-11-29T15:05:13.028Z
462024-11-29T15:05:13.031Z
472024-11-29T15:05:13.031ZRust is installed now. Great!
482024-11-29T15:05:13.031Z
492024-11-29T15:05:13.031ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-29T15:05:13.031Zenvironment variable. This has not been done automatically.
512024-11-29T15:05:13.031Z
522024-11-29T15:05:13.031ZTo configure your current shell, you need to source
532024-11-29T15:05:13.032Zthe corresponding env file under $HOME/.cargo.
542024-11-29T15:05:13.032Z
552024-11-29T15:05:13.032ZThis is usually done by running one of the following (note the leading DOT):
562024-11-29T15:05:13.032Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-29T15:05:13.032Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-29T15:05:13.106Z+ rustc --version
592024-11-29T15:05:13.172Zrustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
602024-11-29T15:05:13.175Zprocess exited: duration 22924 ms, exit code 0
 
612024-11-29T15:05:13.179Zstarting task 2: "authentication"
622024-11-29T15:05:13.199Zprocess exited: duration 19 ms, exit code 0
 
632024-11-29T15:05:13.204Zstarting task 3: "clone repository"
642024-11-29T15:05:13.208Z+ mkdir -p /work/oxidecomputer/opte
652024-11-29T15:05:13.211Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662024-11-29T15:05:13.244ZCloning into '/work/oxidecomputer/opte'...
672024-11-29T15:05:14.442Z+ cd /work/oxidecomputer/opte
682024-11-29T15:05:14.442Z+ git fetch origin 178a1785f264fcf965e5edbfc20af86a3d5801c6
692024-11-29T15:05:14.732ZFrom https://github.com/oxidecomputer/opte
702024-11-29T15:05:14.732Z * branch 178a1785f264fcf965e5edbfc20af86a3d5801c6 -> FETCH_HEAD
712024-11-29T15:05:14.739Z+ [[ -n fix-618 ]]
722024-11-29T15:05:14.741Z++ git branch --show-current
732024-11-29T15:05:14.744Z+ current=master
742024-11-29T15:05:14.744Z+ [[ master != fix-618 ]]
752024-11-29T15:05:14.744Z+ git branch -f fix-618 178a1785f264fcf965e5edbfc20af86a3d5801c6
762024-11-29T15:05:14.746Z+ git checkout -f fix-618
772024-11-29T15:05:14.767ZSwitched to branch 'fix-618'
782024-11-29T15:05:14.770Z+ git reset --hard 178a1785f264fcf965e5edbfc20af86a3d5801c6
792024-11-29T15:05:14.774ZHEAD is now at 178a178 Correctly set ioctl resp_buf capacity on ENOBUFS
802024-11-29T15:05:14.776Zprocess exited: duration 1570 ms, exit code 0
 
812024-11-29T15:05:14.780Zstarting task 4: "build"
822024-11-29T15:05:14.785Z+ cargo --version
832024-11-29T15:05:14.790Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
842024-11-29T15:05:14.932Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
852024-11-29T15:05:14.932Zinfo: downloading component 'cargo'
862024-11-29T15:05:15.673Zinfo: downloading component 'clippy'
872024-11-29T15:05:15.954Zinfo: downloading component 'rust-docs'
882024-11-29T15:05:17.003Zinfo: downloading component 'rust-std'
892024-11-29T15:05:18.671Zinfo: downloading component 'rustc'
902024-11-29T15:05:24.644Zinfo: downloading component 'rustfmt'
912024-11-29T15:05:24.854Zinfo: installing component 'cargo'
922024-11-29T15:05:25.660Zinfo: installing component 'clippy'
932024-11-29T15:05:26.027Zinfo: installing component 'rust-docs'
942024-11-29T15:05:27.714Zinfo: installing component 'rust-std'
952024-11-29T15:05:29.439Zinfo: installing component 'rustc'
962024-11-29T15:05:35.326Zinfo: installing component 'rustfmt'
972024-11-29T15:05:35.713Zcargo 1.82.0 (8f40fc59f 2024-08-21)
982024-11-29T15:05:35.717Z+ rustc --version
992024-11-29T15:05:35.785Zrustc 1.82.0 (f6e511eec 2024-10-15)
1002024-11-29T15:05:35.789Z+ pushd bin/opteadm
1012024-11-29T15:05:35.792Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1022024-11-29T15:05:35.792Z+ header 'check style'
1032024-11-29T15:05:35.792Z+ echo '# ==== check style ==== #'
1042024-11-29T15:05:35.792Z# ==== check style ==== #
1052024-11-29T15:05:35.792Z+ ptime -m cargo +nightly-2024-11-18 fmt -- --check
1062024-11-29T15:05:35.988Z
1072024-11-29T15:05:35.988Zreal 0.194168710
1082024-11-29T15:05:35.988Zuser 0.106195392
1092024-11-29T15:05:35.988Zsys 0.083772911
1102024-11-29T15:05:35.988Ztrap 0.000005200
1112024-11-29T15:05:35.988Ztflt 0.000000000
1122024-11-29T15:05:35.989Zdflt 0.000000000
1132024-11-29T15:05:35.989Zkflt 0.000000000
1142024-11-29T15:05:35.991Zlock 0.000000000
1152024-11-29T15:05:35.991Zslp 0.109898784
1162024-11-29T15:05:35.991Zlat 0.000226750
1172024-11-29T15:05:35.991Zstop 0.000125739
1182024-11-29T15:05:35.991Z+ header analyze
1192024-11-29T15:05:35.991Z+ echo '# ==== analyze ==== #'
1202024-11-29T15:05:35.991Z# ==== analyze ==== #
1212024-11-29T15:05:35.992Z+ ptime -m cargo clippy --all-targets
1222024-11-29T15:05:36.202Z Updating crates.io index
1232024-11-29T15:05:36.205Z Updating git repository `https://github.com/oxidecomputer/falcon`
1242024-11-29T15:05:36.981Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1252024-11-29T15:05:37.220Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1262024-11-29T15:05:37.483Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1272024-11-29T15:05:37.816Z Updating git repository `https://github.com/oxidecomputer/zone`
1282024-11-29T15:05:38.092Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1292024-11-29T15:05:38.358Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1302024-11-29T15:05:38.674Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1312024-11-29T15:05:38.961Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1322024-11-29T15:05:39.870Z Downloading crates ...
1332024-11-29T15:05:39.922Z Downloaded proc-macro-crate v1.3.1
1342024-11-29T15:05:39.925Z Downloaded cfg-if v1.0.0
1352024-11-29T15:05:39.935Z Downloaded schemars v0.8.21
1362024-11-29T15:05:39.948Z Downloaded tokio-macros v2.4.0
1372024-11-29T15:05:39.978Z Downloaded libc v0.2.164
1382024-11-29T15:05:40.005Z Downloaded anyhow v1.0.93
1392024-11-29T15:05:40.008Z Downloaded zerocopy-derive v0.8.11
1402024-11-29T15:05:40.014Z Downloaded crc32fast v1.4.2
1412024-11-29T15:05:40.016Z Downloaded cstr-argument v0.1.2
1422024-11-29T15:05:40.020Z Downloaded anstyle v1.0.10
1432024-11-29T15:05:40.020Z Downloaded anstyle-parse v0.2.6
1442024-11-29T15:05:40.023Z Downloaded version_check v0.9.5
1452024-11-29T15:05:40.023Z Downloaded utf8parse v0.2.2
1462024-11-29T15:05:40.023Z Downloaded colorchoice v1.0.3
1472024-11-29T15:05:40.026Z Downloaded aho-corasick v1.1.3
1482024-11-29T15:05:40.029Z Downloaded zerocopy-derive v0.7.35
1492024-11-29T15:05:40.033Z Downloaded uuid v1.11.0
1502024-11-29T15:05:40.037Z Downloaded unicode-ident v1.0.14
1512024-11-29T15:05:40.040Z Downloaded tracing v0.1.40
1522024-11-29T15:05:40.044Z Downloaded darling_macro v0.20.10
1532024-11-29T15:05:40.046Z Downloaded cobs v0.2.3
1542024-11-29T15:05:40.046Z Downloaded embedded-io v0.4.0
1552024-11-29T15:05:40.049Z Downloaded winnow v0.6.20
1562024-11-29T15:05:40.057Z Downloaded foreign-types-shared v0.3.1
1572024-11-29T15:05:40.060Z Downloaded zerocopy v0.7.35
1582024-11-29T15:05:40.073Z Downloaded is_terminal_polyfill v1.70.1
1592024-11-29T15:05:40.075Z Downloaded errno v0.3.9
1602024-11-29T15:05:40.075Z Downloaded defmt-parser v0.3.4
1612024-11-29T15:05:40.078Z Downloaded clap_lex v0.7.3
1622024-11-29T15:05:40.078Z Downloaded ident_case v1.0.1
1632024-11-29T15:05:40.078Z Downloaded heck v0.5.0
1642024-11-29T15:05:40.081Z Downloaded hash32 v0.3.1
1652024-11-29T15:05:40.081Z Downloaded darling v0.20.10
1662024-11-29T15:05:40.085Z Downloaded pretty-hex v0.2.1
1672024-11-29T15:05:40.087Z Downloaded bitflags v2.6.0
1682024-11-29T15:05:40.089Z Downloaded foreign-types v0.5.0
1692024-11-29T15:05:40.089Z Downloaded equivalent v1.0.1
1702024-11-29T15:05:40.092Z Downloaded winnow v0.5.40
1712024-11-29T15:05:40.098Z Downloaded rand_core v0.6.4
1722024-11-29T15:05:40.102Z Downloaded foreign-types-macros v0.2.3
1732024-11-29T15:05:40.102Z Downloaded getrandom v0.2.15
1742024-11-29T15:05:40.104Z Downloaded defmt-macros v0.3.9
1752024-11-29T15:05:40.107Z Downloaded defmt v0.3.8
1762024-11-29T15:05:40.110Z Downloaded dyn-clone v1.0.17
1772024-11-29T15:05:40.112Z Downloaded lazy_static v1.5.0
1782024-11-29T15:05:40.112Z Downloaded itoa v1.0.13
1792024-11-29T15:05:40.112Z Downloaded embedded-io v0.6.1
1802024-11-29T15:05:40.115Z Downloaded num_enum_derive v0.5.11
1812024-11-29T15:05:40.115Z Downloaded either v1.13.0
1822024-11-29T15:05:40.118Z Downloaded bitflags v1.3.2
1832024-11-29T15:05:40.120Z Downloaded clap_derive v4.5.18
1842024-11-29T15:05:40.123Z Downloaded scopeguard v1.2.0
1852024-11-29T15:05:40.123Z Downloaded rand_chacha v0.3.1
1862024-11-29T15:05:40.127Z Downloaded ppv-lite86 v0.2.20
1872024-11-29T15:05:40.127Z Downloaded managed v0.8.0
1882024-11-29T15:05:40.127Z Downloaded clap v4.5.21
1892024-11-29T15:05:40.133Z Downloaded proc-macro-error-attr v1.0.4
1902024-11-29T15:05:40.136Z Downloaded proc-macro-error v1.0.4
1912024-11-29T15:05:40.138Z Downloaded thiserror-impl v1.0.69
1922024-11-29T15:05:40.140Z Downloaded thiserror v1.0.69
1932024-11-29T15:05:40.143Z Downloaded terminal_size v0.4.0
1942024-11-29T15:05:40.145Z Downloaded toml_datetime v0.6.8
1952024-11-29T15:05:40.148Z Downloaded stable_deref_trait v1.2.0
1962024-11-29T15:05:40.148Z Downloaded signal-hook-registry v1.4.2
1972024-11-29T15:05:40.148Z Downloaded strsim v0.11.1
1982024-11-29T15:05:40.151Z Downloaded lock_api v0.4.12
1992024-11-29T15:05:40.151Z Downloaded fnv v1.0.7
2002024-11-29T15:05:40.151Z Downloaded macaddr v1.0.1
2012024-11-29T15:05:40.154Z Downloaded quote v1.0.37
2022024-11-29T15:05:40.157Z Downloaded pin-project-lite v0.2.15
2032024-11-29T15:05:40.159Z Downloaded smallvec v1.13.2
2042024-11-29T15:05:40.162Z Downloaded serde_derive_internals v0.29.1
2052024-11-29T15:05:40.164Z Downloaded schemars_derive v0.8.21
2062024-11-29T15:05:40.165Z Downloaded postcard v1.0.10
2072024-11-29T15:05:40.167Z Downloaded parking_lot_core v0.9.10
2082024-11-29T15:05:40.169Z Downloaded proc-macro2 v1.0.92
2092024-11-29T15:05:40.173Z Downloaded once_cell v1.20.2
2102024-11-29T15:05:40.176Z Downloaded num_enum v0.5.11
2112024-11-29T15:05:40.178Z Downloaded tabwriter v1.4.0
2122024-11-29T15:05:40.178Z Downloaded ipnetwork v0.20.0
2132024-11-29T15:05:40.181Z Downloaded clap_builder v4.5.21
2142024-11-29T15:05:40.186Z Downloaded parking_lot v0.12.3
2152024-11-29T15:05:40.189Z Downloaded colored v2.1.0
2162024-11-29T15:05:40.192Z Downloaded ryu v1.0.18
2172024-11-29T15:05:40.195Z Downloaded byteorder v1.5.0
2182024-11-29T15:05:40.195Z Downloaded autocfg v1.4.0
2192024-11-29T15:05:40.198Z Downloaded darling_core v0.20.10
2202024-11-29T15:05:40.200Z Downloaded tracing-attributes v0.1.27
2212024-11-29T15:05:40.203Z Downloaded socket2 v0.5.7
2222024-11-29T15:05:40.206Z Downloaded bytes v1.8.0
2232024-11-29T15:05:40.209Z Downloaded indexmap v2.6.0
2242024-11-29T15:05:40.212Z Downloaded serde_derive v1.0.215
2252024-11-29T15:05:40.214Z Downloaded anstream v0.6.18
2262024-11-29T15:05:40.216Z Downloaded anstyle-query v1.1.2
2272024-11-29T15:05:40.218Z Downloaded tracing-core v0.1.32
2282024-11-29T15:05:40.220Z Downloaded serde v1.0.215
2292024-11-29T15:05:40.223Z Downloaded memchr v2.7.4
2302024-11-29T15:05:40.228Z Downloaded heapless v0.8.0
2312024-11-29T15:05:40.235Z Downloaded rand v0.8.5
2322024-11-29T15:05:40.242Z Downloaded mio v1.0.2
2332024-11-29T15:05:40.247Z Downloaded toml_edit v0.19.15
2342024-11-29T15:05:40.262Z Downloaded itertools v0.13.0
2352024-11-29T15:05:40.269Z Downloaded hashbrown v0.15.2
2362024-11-29T15:05:40.277Z Downloaded serde_json v1.0.133
2372024-11-29T15:05:40.344Z Downloaded zerocopy v0.8.11
2382024-11-29T15:05:40.366Z Downloaded regex v1.11.1
2392024-11-29T15:05:40.377Z Downloaded unicode-width v0.1.14
2402024-11-29T15:05:40.383Z Downloaded syn v1.0.109
2412024-11-29T15:05:40.392Z Downloaded syn v2.0.89
2422024-11-29T15:05:40.402Z Downloaded smoltcp v0.11.0
2432024-11-29T15:05:40.413Z Downloaded rustix v0.38.41
2442024-11-29T15:05:40.432Z Downloaded regex-syntax v0.8.5
2452024-11-29T15:05:40.468Z Downloaded regex-automata v0.4.9
2462024-11-29T15:05:40.484Z Downloaded tokio v1.41.1
2472024-11-29T15:05:40.654Z Compiling proc-macro2 v1.0.92
2482024-11-29T15:05:40.654Z Compiling unicode-ident v1.0.14
2492024-11-29T15:05:40.657Z Compiling libc v0.2.164
2502024-11-29T15:05:40.657Z Checking cfg-if v1.0.0
2512024-11-29T15:05:40.657Z Compiling serde v1.0.215
2522024-11-29T15:05:40.657Z Checking byteorder v1.5.0
2532024-11-29T15:05:40.657Z Compiling ident_case v1.0.1
2542024-11-29T15:05:40.668Z Compiling fnv v1.0.7
2552024-11-29T15:05:40.734Z Compiling strsim v0.11.1
2562024-11-29T15:05:40.810Z Compiling memchr v2.7.4
2572024-11-29T15:05:40.835Z Compiling syn v1.0.109
2582024-11-29T15:05:40.846Z Compiling regex-syntax v0.8.5
2592024-11-29T15:05:40.986Z Checking bitflags v2.6.0
2602024-11-29T15:05:41.234Z Compiling autocfg v1.4.0
2612024-11-29T15:05:41.305Z Compiling equivalent v1.0.1
2622024-11-29T15:05:41.391Z Compiling hashbrown v0.15.2
2632024-11-29T15:05:41.408Z Compiling either v1.13.0
2642024-11-29T15:05:41.448Z Compiling zerocopy v0.8.11
2652024-11-29T15:05:41.803Z Compiling aho-corasick v1.1.3
2662024-11-29T15:05:42.060Z Compiling lock_api v0.4.12
2672024-11-29T15:05:42.248Z Compiling itertools v0.13.0
2682024-11-29T15:05:42.304Z Compiling heapless v0.8.0
2692024-11-29T15:05:42.415Z Compiling quote v1.0.37
2702024-11-29T15:05:42.669Z Compiling indexmap v2.6.0
2712024-11-29T15:05:42.706Z Compiling winnow v0.5.40
2722024-11-29T15:05:42.864Z Compiling syn v2.0.89
2732024-11-29T15:05:43.076Z Compiling toml_datetime v0.6.8
2742024-11-29T15:05:44.103Z Compiling parking_lot_core v0.9.10
2752024-11-29T15:05:44.418Z Compiling anyhow v1.0.93
2762024-11-29T15:05:44.557Z Compiling regex-automata v0.4.9
2772024-11-29T15:05:45.573Z Checking hash32 v0.3.1
2782024-11-29T15:05:45.662Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2792024-11-29T15:05:45.729Z Checking dyn-clone v1.0.17
2802024-11-29T15:05:45.863Z Compiling once_cell v1.20.2
2812024-11-29T15:05:46.047Z Checking smallvec v1.13.2
2822024-11-29T15:05:46.118Z Compiling serde_json v1.0.133
2832024-11-29T15:05:46.256Z Checking macaddr v1.0.1
2842024-11-29T15:05:46.442Z Compiling toml_edit v0.19.15
2852024-11-29T15:05:46.483Z Checking scopeguard v1.2.0
2862024-11-29T15:05:46.515Z Checking stable_deref_trait v1.2.0
2872024-11-29T15:05:46.558Z Compiling smoltcp v0.11.0
2882024-11-29T15:05:46.969Z Checking getrandom v0.2.15
2892024-11-29T15:05:46.989Z Compiling schemars v0.8.21
2902024-11-29T15:05:47.195Z Compiling version_check v0.9.5
2912024-11-29T15:05:47.237Z Checking managed v0.8.0
2922024-11-29T15:05:47.426Z Compiling thiserror v1.0.69
2932024-11-29T15:05:47.528Z Compiling rustix v0.38.41
2942024-11-29T15:05:47.608Z Checking bitflags v1.3.2
2952024-11-29T15:05:47.695Z Checking ryu v1.0.18
2962024-11-29T15:05:47.825Z Checking pin-project-lite v0.2.15
2972024-11-29T15:05:47.926Z Checking cobs v0.2.3
2982024-11-29T15:05:47.936Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
2992024-11-29T15:05:48.008Z Checking itoa v1.0.13
3002024-11-29T15:05:48.184Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3012024-11-29T15:05:48.332Z Checking rand_core v0.6.4
3022024-11-29T15:05:48.379Z Checking parking_lot v0.12.3
3032024-11-29T15:05:48.553Z Checking errno v0.3.9
3042024-11-29T15:05:48.609Z Compiling regex v1.11.1
3052024-11-29T15:05:48.708Z Checking mio v1.0.2
3062024-11-29T15:05:48.708Z Checking signal-hook-registry v1.4.2
3072024-11-29T15:05:48.955Z Compiling proc-macro-crate v1.3.1
3082024-11-29T15:05:49.319Z Checking socket2 v0.5.7
3092024-11-29T15:05:49.598Z Checking unicode-width v0.1.14
3102024-11-29T15:05:49.733Z Compiling darling_core v0.20.10
3112024-11-29T15:05:49.797Z Compiling serde_derive_internals v0.29.1
3122024-11-29T15:05:50.085Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3132024-11-29T15:05:50.286Z Checking bytes v1.8.0
3142024-11-29T15:05:51.400Z Checking foreign-types-shared v0.3.1
3152024-11-29T15:05:51.507Z Checking utf8parse v0.2.2
3162024-11-29T15:05:51.568Z Checking tracing-core v0.1.32
3172024-11-29T15:05:51.649Z Checking anstyle-parse v0.2.6
3182024-11-29T15:05:51.918Z Checking tabwriter v1.4.0
3192024-11-29T15:05:52.342Z Checking cstr-argument v0.1.2
3202024-11-29T15:05:52.408Z Checking crc32fast v1.4.2
3212024-11-29T15:05:52.418Z Checking is_terminal_polyfill v1.70.1
3222024-11-29T15:05:52.501Z Checking anstyle-query v1.1.2
3232024-11-29T15:05:52.529Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
3242024-11-29T15:05:52.615Z Checking anstyle v1.0.10
3252024-11-29T15:05:52.626Z Checking lazy_static v1.5.0
3262024-11-29T15:05:52.738Z Checking pretty-hex v0.2.1
3272024-11-29T15:05:52.868Z Checking colorchoice v1.0.3
3282024-11-29T15:05:52.909Z Checking colored v2.1.0
3292024-11-29T15:05:53.004Z Checking anstream v0.6.18
3302024-11-29T15:05:53.110Z Checking terminal_size v0.4.0
3312024-11-29T15:05:53.354Z Checking clap_lex v0.7.3
3322024-11-29T15:05:53.383Z Checking winnow v0.6.20
3332024-11-29T15:05:53.412Z Compiling num_enum_derive v0.5.11
3342024-11-29T15:05:53.522Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3352024-11-29T15:05:53.595Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
3362024-11-29T15:05:53.814Z Compiling heck v0.5.0
3372024-11-29T15:05:53.895Z Checking clap_builder v4.5.21
3382024-11-29T15:05:53.906Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3392024-11-29T15:05:54.398Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3402024-11-29T15:05:54.481Z Compiling serde_derive v1.0.215
3412024-11-29T15:05:54.575Z Compiling zerocopy-derive v0.8.11
3422024-11-29T15:05:54.716Z Compiling zerocopy-derive v0.7.35
3432024-11-29T15:05:54.782Z Compiling foreign-types-macros v0.2.3
3442024-11-29T15:05:54.952Z Compiling darling_macro v0.20.10
3452024-11-29T15:05:55.637Z Compiling thiserror-impl v1.0.69
3462024-11-29T15:05:55.903Z Compiling darling v0.20.10
3472024-11-29T15:05:55.984Z Compiling tokio-macros v2.4.0
3482024-11-29T15:05:56.010Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3492024-11-29T15:05:56.475Z Compiling schemars_derive v0.8.21
3502024-11-29T15:05:56.731Z Checking zerocopy v0.7.35
3512024-11-29T15:05:56.945Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3522024-11-29T15:05:57.435Z Checking tokio v1.41.1
3532024-11-29T15:05:58.215Z Checking ppv-lite86 v0.2.20
3542024-11-29T15:05:58.343Z Checking foreign-types v0.5.0
3552024-11-29T15:05:58.435Z Checking num_enum v0.5.11
3562024-11-29T15:05:58.576Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3572024-11-29T15:05:58.589Z Compiling tracing-attributes v0.1.27
3582024-11-29T15:05:58.932Z Checking rand_chacha v0.3.1
3592024-11-29T15:05:59.288Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3602024-11-29T15:05:59.290Z Checking rand v0.8.5
3612024-11-29T15:05:59.564Z Compiling clap_derive v4.5.18
3622024-11-29T15:06:01.373Z Checking tracing v0.1.40
3632024-11-29T15:06:01.605Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3642024-11-29T15:06:02.523Z Checking clap v4.5.21
3652024-11-29T15:06:03.701Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
3662024-11-29T15:06:04.596Z Checking ipnetwork v0.20.0
3672024-11-29T15:06:04.597Z Checking postcard v1.0.10
3682024-11-29T15:06:04.599Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3692024-11-29T15:06:04.599Z Checking uuid v1.11.0
3702024-11-29T15:06:06.034Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3712024-11-29T15:06:06.583Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#947624a3)
3722024-11-29T15:06:14.238Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3732024-11-29T15:06:16.579Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3742024-11-29T15:06:18.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.10s
3752024-11-29T15:06:18.375Z
3762024-11-29T15:06:18.375Zreal 42.377506209
3772024-11-29T15:06:18.375Zuser 2:34.046058348
3782024-11-29T15:06:18.376Zsys 33.926484706
3792024-11-29T15:06:18.376Ztrap 0.095611111
3802024-11-29T15:06:18.376Ztflt 0.280643700
3812024-11-29T15:06:18.378Zdflt 0.182415111
3822024-11-29T15:06:18.378Zkflt 0.001888953
3832024-11-29T15:06:18.378Zlock 3:47.633643706
3842024-11-29T15:06:18.379Zslp 10:51.591720604
3852024-11-29T15:06:18.379Zlat 9.267592869
3862024-11-29T15:06:18.379Zstop 16.905490857
3872024-11-29T15:06:18.379Z+ header 'debug build'
3882024-11-29T15:06:18.379Z+ echo '# ==== debug build ==== #'
3892024-11-29T15:06:18.379Z# ==== debug build ==== #
3902024-11-29T15:06:18.379Z+ ptime -m cargo build
3912024-11-29T15:06:18.668Z Compiling cfg-if v1.0.0
3922024-11-29T15:06:18.668Z Compiling memchr v2.7.4
3932024-11-29T15:06:18.668Z Compiling strsim v0.11.1
3942024-11-29T15:06:18.671Z Compiling byteorder v1.5.0
3952024-11-29T15:06:18.671Z Compiling libc v0.2.164
3962024-11-29T15:06:18.671Z Compiling bitflags v2.6.0
3972024-11-29T15:06:18.680Z Compiling serde v1.0.215
3982024-11-29T15:06:18.684Z Compiling once_cell v1.20.2
3992024-11-29T15:06:18.733Z Compiling zerocopy v0.8.11
4002024-11-29T15:06:18.982Z Compiling darling_core v0.20.10
4012024-11-29T15:06:19.056Z Compiling hash32 v0.3.1
4022024-11-29T15:06:19.079Z Compiling smallvec v1.13.2
4032024-11-29T15:06:19.251Z Compiling macaddr v1.0.1
4042024-11-29T15:06:19.502Z Compiling dyn-clone v1.0.17
4052024-11-29T15:06:19.592Z Compiling scopeguard v1.2.0
4062024-11-29T15:06:19.666Z Compiling aho-corasick v1.1.3
4072024-11-29T15:06:19.713Z Compiling stable_deref_trait v1.2.0
4082024-11-29T15:06:19.716Z Compiling lock_api v0.4.12
4092024-11-29T15:06:19.797Z Compiling heapless v0.8.0
4102024-11-29T15:06:20.157Z Compiling getrandom v0.2.15
4112024-11-29T15:06:20.263Z Compiling parking_lot_core v0.9.10
4122024-11-29T15:06:20.462Z Compiling zerocopy v0.7.35
4132024-11-29T15:06:20.469Z Compiling proc-macro-crate v1.3.1
4142024-11-29T15:06:20.863Z Compiling managed v0.8.0
4152024-11-29T15:06:20.944Z Compiling itoa v1.0.13
4162024-11-29T15:06:21.153Z Compiling ryu v1.0.18
4172024-11-29T15:06:21.224Z Compiling bitflags v1.3.2
4182024-11-29T15:06:21.295Z Compiling pin-project-lite v0.2.15
4192024-11-29T15:06:21.309Z Compiling cobs v0.2.3
4202024-11-29T15:06:21.398Z Compiling smoltcp v0.11.0
4212024-11-29T15:06:21.487Z Compiling num_enum_derive v0.5.11
4222024-11-29T15:06:21.592Z Compiling regex-automata v0.4.9
4232024-11-29T15:06:22.045Z Compiling ppv-lite86 v0.2.20
4242024-11-29T15:06:22.354Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4252024-11-29T15:06:22.715Z Compiling parking_lot v0.12.3
4262024-11-29T15:06:22.923Z Compiling anyhow v1.0.93
4272024-11-29T15:06:23.681Z Compiling rand_core v0.6.4
4282024-11-29T15:06:23.692Z Compiling socket2 v0.5.7
4292024-11-29T15:06:23.863Z Compiling mio v1.0.2
4302024-11-29T15:06:23.898Z Compiling signal-hook-registry v1.4.2
4312024-11-29T15:06:24.121Z Compiling errno v0.3.9
4322024-11-29T15:06:24.344Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4332024-11-29T15:06:24.504Z Compiling ipnetwork v0.20.0
4342024-11-29T15:06:24.644Z Compiling darling_macro v0.20.10
4352024-11-29T15:06:24.734Z Compiling serde_json v1.0.133
4362024-11-29T15:06:24.820Z Compiling postcard v1.0.10
4372024-11-29T15:06:24.849Z Compiling bytes v1.8.0
4382024-11-29T15:06:25.099Z Compiling utf8parse v0.2.2
4392024-11-29T15:06:25.114Z Compiling unicode-width v0.1.14
4402024-11-29T15:06:25.241Z Compiling foreign-types-shared v0.3.1
4412024-11-29T15:06:25.336Z Compiling either v1.13.0
4422024-11-29T15:06:25.477Z Compiling foreign-types v0.5.0
4432024-11-29T15:06:25.571Z Compiling tabwriter v1.4.0
4442024-11-29T15:06:25.607Z Compiling darling v0.20.10
4452024-11-29T15:06:25.627Z Compiling regex v1.11.1
4462024-11-29T15:06:25.655Z Compiling tokio v1.41.1
4472024-11-29T15:06:25.697Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4482024-11-29T15:06:26.093Z Compiling itertools v0.13.0
4492024-11-29T15:06:26.166Z Compiling anstyle-parse v0.2.6
4502024-11-29T15:06:26.491Z Compiling schemars v0.8.21
4512024-11-29T15:06:26.580Z Compiling thiserror v1.0.69
4522024-11-29T15:06:26.599Z Compiling rustix v0.38.41
4532024-11-29T15:06:26.698Z Compiling rand_chacha v0.3.1
4542024-11-29T15:06:26.987Z Compiling num_enum v0.5.11
4552024-11-29T15:06:27.182Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4562024-11-29T15:06:27.335Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4572024-11-29T15:06:27.498Z Compiling cstr-argument v0.1.2
4582024-11-29T15:06:27.772Z Compiling tracing-core v0.1.32
4592024-11-29T15:06:27.793Z Compiling crc32fast v1.4.2
4602024-11-29T15:06:27.988Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4612024-11-29T15:06:28.096Z Compiling pretty-hex v0.2.1
4622024-11-29T15:06:28.255Z Compiling lazy_static v1.5.0
4632024-11-29T15:06:28.342Z Compiling anstyle-query v1.1.2
4642024-11-29T15:06:28.370Z Compiling is_terminal_polyfill v1.70.1
4652024-11-29T15:06:28.457Z Compiling anstyle v1.0.10
4662024-11-29T15:06:28.475Z Compiling colorchoice v1.0.3
4672024-11-29T15:06:28.477Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#947624a3)
4682024-11-29T15:06:28.622Z Compiling tracing v0.1.40
4692024-11-29T15:06:28.888Z Compiling anstream v0.6.18
4702024-11-29T15:06:28.994Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4712024-11-29T15:06:29.008Z Compiling colored v2.1.0
4722024-11-29T15:06:29.036Z Compiling terminal_size v0.4.0
4732024-11-29T15:06:29.228Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4742024-11-29T15:06:29.319Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4752024-11-29T15:06:29.379Z Compiling rand v0.8.5
4762024-11-29T15:06:29.435Z Compiling uuid v1.11.0
4772024-11-29T15:06:29.687Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
4782024-11-29T15:06:29.788Z Compiling winnow v0.6.20
4792024-11-29T15:06:29.948Z Compiling clap_lex v0.7.3
4802024-11-29T15:06:30.025Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4812024-11-29T15:06:30.180Z Compiling clap_builder v4.5.21
4822024-11-29T15:06:33.021Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4832024-11-29T15:06:33.104Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4842024-11-29T15:06:33.159Z Compiling clap v4.5.21
4852024-11-29T15:06:33.300Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
4862024-11-29T15:06:33.518Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4872024-11-29T15:06:35.955Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4882024-11-29T15:06:42.429Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4892024-11-29T15:06:44.490Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4902024-11-29T15:06:50.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.49s
4912024-11-29T15:06:50.962Z
4922024-11-29T15:06:50.965Zreal 32.573149947
4932024-11-29T15:06:50.965Zuser 2:10.195827593
4942024-11-29T15:06:50.965Zsys 27.865913257
4952024-11-29T15:06:50.965Ztrap 0.068037501
4962024-11-29T15:06:50.965Ztflt 0.231376754
4972024-11-29T15:06:50.965Zdflt 0.474284532
4982024-11-29T15:06:50.966Zkflt 0.000020027
4992024-11-29T15:06:50.966Zlock 3:58.744279564
5002024-11-29T15:06:50.966Zslp 7:35.315854991
5012024-11-29T15:06:50.966Zlat 3.843268625
5022024-11-29T15:06:50.966Zstop 4.941366773
5032024-11-29T15:06:50.966Z+ header 'release build'
5042024-11-29T15:06:50.966Z+ echo '# ==== release build ==== #'
5052024-11-29T15:06:50.966Z# ==== release build ==== #
5062024-11-29T15:06:50.966Z+ ptime -m cargo build --release
5072024-11-29T15:06:51.152Z Compiling proc-macro2 v1.0.92
5082024-11-29T15:06:51.152Z Compiling unicode-ident v1.0.14
5092024-11-29T15:06:51.155Z Compiling libc v0.2.164
5102024-11-29T15:06:51.155Z Compiling cfg-if v1.0.0
5112024-11-29T15:06:51.155Z Compiling serde v1.0.215
5122024-11-29T15:06:51.155Z Compiling byteorder v1.5.0
5132024-11-29T15:06:51.155Z Compiling fnv v1.0.7
5142024-11-29T15:06:51.184Z Compiling strsim v0.11.1
5152024-11-29T15:06:51.256Z Compiling ident_case v1.0.1
5162024-11-29T15:06:51.282Z Compiling memchr v2.7.4
5172024-11-29T15:06:51.324Z Compiling bitflags v2.6.0
5182024-11-29T15:06:51.399Z Compiling regex-syntax v0.8.5
5192024-11-29T15:06:51.531Z Compiling syn v1.0.109
5202024-11-29T15:06:51.714Z Compiling either v1.13.0
5212024-11-29T15:06:51.717Z Compiling zerocopy v0.8.11
5222024-11-29T15:06:51.812Z Compiling hashbrown v0.15.2
5232024-11-29T15:06:52.099Z Compiling equivalent v1.0.1
5242024-11-29T15:06:52.142Z Compiling autocfg v1.4.0
5252024-11-29T15:06:52.187Z Compiling anyhow v1.0.93
5262024-11-29T15:06:52.495Z Compiling aho-corasick v1.1.3
5272024-11-29T15:06:52.719Z Compiling itertools v0.13.0
5282024-11-29T15:06:52.761Z Compiling winnow v0.5.40
5292024-11-29T15:06:53.031Z Compiling quote v1.0.37
5302024-11-29T15:06:53.096Z Compiling lock_api v0.4.12
5312024-11-29T15:06:53.424Z Compiling syn v2.0.89
5322024-11-29T15:06:53.600Z Compiling indexmap v2.6.0
5332024-11-29T15:06:53.618Z Compiling parking_lot_core v0.9.10
5342024-11-29T15:06:54.038Z Compiling heapless v0.8.0
5352024-11-29T15:06:54.968Z Compiling regex-automata v0.4.9
5362024-11-29T15:06:55.765Z Compiling toml_datetime v0.6.8
5372024-11-29T15:06:56.391Z Compiling toml_edit v0.19.15
5382024-11-29T15:06:56.561Z Compiling hash32 v0.3.1
5392024-11-29T15:06:56.675Z Compiling scopeguard v1.2.0
5402024-11-29T15:06:56.706Z Compiling serde_json v1.0.133
5412024-11-29T15:06:56.767Z Compiling once_cell v1.20.2
5422024-11-29T15:06:56.797Z Compiling macaddr v1.0.1
5432024-11-29T15:06:57.062Z Compiling smallvec v1.13.2
5442024-11-29T15:06:57.094Z Compiling dyn-clone v1.0.17
5452024-11-29T15:06:57.140Z Compiling smoltcp v0.11.0
5462024-11-29T15:06:57.236Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5472024-11-29T15:06:57.350Z Compiling stable_deref_trait v1.2.0
5482024-11-29T15:06:57.762Z Compiling getrandom v0.2.15
5492024-11-29T15:06:58.080Z Compiling rustix v0.38.41
5502024-11-29T15:06:58.080Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5512024-11-29T15:06:58.373Z Compiling schemars v0.8.21
5522024-11-29T15:06:58.395Z Compiling ryu v1.0.18
5532024-11-29T15:06:58.614Z Compiling itoa v1.0.13
5542024-11-29T15:06:58.724Z Compiling managed v0.8.0
5552024-11-29T15:06:58.735Z Compiling bitflags v1.3.2
5562024-11-29T15:06:58.792Z Compiling version_check v0.9.5
5572024-11-29T15:06:58.816Z Compiling cobs v0.2.3
5582024-11-29T15:06:58.823Z Compiling thiserror v1.0.69
5592024-11-29T15:06:59.133Z Compiling regex v1.11.1
5602024-11-29T15:06:59.190Z Compiling proc-macro-crate v1.3.1
5612024-11-29T15:06:59.361Z Compiling pin-project-lite v0.2.15
5622024-11-29T15:06:59.382Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5632024-11-29T15:06:59.885Z Compiling parking_lot v0.12.3
5642024-11-29T15:06:59.940Z Compiling rand_core v0.6.4
5652024-11-29T15:07:00.090Z Compiling signal-hook-registry v1.4.2
5662024-11-29T15:07:00.369Z Compiling darling_core v0.20.10
5672024-11-29T15:07:01.321Z Compiling serde_derive_internals v0.29.1
5682024-11-29T15:07:01.585Z Compiling errno v0.3.9
5692024-11-29T15:07:01.812Z Compiling socket2 v0.5.7
5702024-11-29T15:07:02.222Z Compiling mio v1.0.2
5712024-11-29T15:07:02.283Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5722024-11-29T15:07:02.426Z Compiling utf8parse v0.2.2
5732024-11-29T15:07:02.950Z Compiling foreign-types-shared v0.3.1
5742024-11-29T15:07:03.051Z Compiling bytes v1.8.0
5752024-11-29T15:07:03.436Z Compiling unicode-width v0.1.14
5762024-11-29T15:07:03.507Z Compiling tracing-core v0.1.32
5772024-11-29T15:07:03.907Z Compiling num_enum_derive v0.5.11
5782024-11-29T15:07:03.982Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5792024-11-29T15:07:04.565Z Compiling tabwriter v1.4.0
5802024-11-29T15:07:04.843Z Compiling anstyle-parse v0.2.6
5812024-11-29T15:07:05.322Z Compiling serde_derive v1.0.215
5822024-11-29T15:07:05.332Z Compiling zerocopy-derive v0.8.11
5832024-11-29T15:07:05.994Z Compiling zerocopy-derive v0.7.35
5842024-11-29T15:07:06.099Z Compiling schemars_derive v0.8.21
5852024-11-29T15:07:06.121Z Compiling darling_macro v0.20.10
5862024-11-29T15:07:06.341Z Compiling thiserror-impl v1.0.69
5872024-11-29T15:07:06.968Z Compiling foreign-types-macros v0.2.3
5882024-11-29T15:07:07.001Z Compiling tokio-macros v2.4.0
5892024-11-29T15:07:07.043Z Compiling darling v0.20.10
5902024-11-29T15:07:07.140Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5912024-11-29T15:07:07.901Z Compiling zerocopy v0.7.35
5922024-11-29T15:07:08.220Z Compiling foreign-types v0.5.0
5932024-11-29T15:07:08.305Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5942024-11-29T15:07:08.500Z Compiling tokio v1.41.1
5952024-11-29T15:07:08.863Z Compiling num_enum v0.5.11
5962024-11-29T15:07:09.018Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5972024-11-29T15:07:09.106Z Compiling tracing-attributes v0.1.27
5982024-11-29T15:07:09.502Z Compiling ppv-lite86 v0.2.20
5992024-11-29T15:07:09.683Z Compiling cstr-argument v0.1.2
6002024-11-29T15:07:10.237Z Compiling crc32fast v1.4.2
6012024-11-29T15:07:10.281Z Compiling is_terminal_polyfill v1.70.1
6022024-11-29T15:07:10.392Z Compiling rand_chacha v0.3.1
6032024-11-29T15:07:10.399Z Compiling pretty-hex v0.2.1
6042024-11-29T15:07:10.581Z Compiling colorchoice v1.0.3
6052024-11-29T15:07:10.584Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
6062024-11-29T15:07:10.719Z Compiling lazy_static v1.5.0
6072024-11-29T15:07:10.837Z Compiling anstyle v1.0.10
6082024-11-29T15:07:10.906Z Compiling anstyle-query v1.1.2
6092024-11-29T15:07:11.050Z Compiling colored v2.1.0
6102024-11-29T15:07:11.334Z Compiling anstream v0.6.18
6112024-11-29T15:07:11.668Z Compiling rand v0.8.5
6122024-11-29T15:07:12.194Z Compiling tracing v0.1.40
6132024-11-29T15:07:12.294Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6142024-11-29T15:07:12.749Z Compiling terminal_size v0.4.0
6152024-11-29T15:07:12.804Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6162024-11-29T15:07:12.950Z Compiling winnow v0.6.20
6172024-11-29T15:07:13.061Z Compiling clap_lex v0.7.3
6182024-11-29T15:07:13.219Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6192024-11-29T15:07:13.368Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
6202024-11-29T15:07:13.514Z Compiling heck v0.5.0
6212024-11-29T15:07:13.695Z Compiling clap_builder v4.5.21
6222024-11-29T15:07:13.756Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
6232024-11-29T15:07:13.922Z Compiling clap_derive v4.5.18
6242024-11-29T15:07:16.656Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
6252024-11-29T15:07:16.926Z Compiling clap v4.5.21
6262024-11-29T15:07:17.156Z Compiling ipnetwork v0.20.0
6272024-11-29T15:07:17.156Z Compiling postcard v1.0.10
6282024-11-29T15:07:17.159Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6292024-11-29T15:07:17.159Z Compiling uuid v1.11.0
6302024-11-29T15:07:20.061Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6312024-11-29T15:07:22.423Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#947624a3)
6322024-11-29T15:07:27.650Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6332024-11-29T15:07:29.514Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6342024-11-29T15:08:05.860Z Finished `release` profile [optimized + debuginfo] target(s) in 1m 14s
6352024-11-29T15:08:05.900Z
6362024-11-29T15:08:05.903Zreal 1:14.919782402
6372024-11-29T15:08:05.903Zuser 4:37.153815911
6382024-11-29T15:08:05.903Zsys 45.378207279
6392024-11-29T15:08:05.903Ztrap 0.136296853
6402024-11-29T15:08:05.903Ztflt 0.234227213
6412024-11-29T15:08:05.903Zdflt 0.487757469
6422024-11-29T15:08:05.903Zkflt 0.000019817
6432024-11-29T15:08:05.903Zlock 10:21.633373516
6442024-11-29T15:08:05.903Zslp 15:52.803866570
6452024-11-29T15:08:05.903Zlat 8.750904397
6462024-11-29T15:08:05.903Zstop 13.696692406
6472024-11-29T15:08:05.903Z+ popd
6482024-11-29T15:08:05.903Z/work/oxidecomputer/opte
6492024-11-29T15:08:05.903Z+ for x in debug release
6502024-11-29T15:08:05.903Z+ mkdir -p /work/debug
6512024-11-29T15:08:05.906Z+ cp target/debug/opteadm /work/debug/
6522024-11-29T15:08:05.962Z+ sha256sum target/debug/opteadm
6532024-11-29T15:08:06.019Z+ for x in debug release
6542024-11-29T15:08:06.019Z+ mkdir -p /work/release
6552024-11-29T15:08:06.022Z+ cp target/release/opteadm /work/release/
6562024-11-29T15:08:06.039Z+ sha256sum target/release/opteadm
6572024-11-29T15:08:06.056Zprocess exited: duration 171259 ms, exit code 0
 
6582024-11-29T15:08:06.066Zfound 4 output files
6592024-11-29T15:08:06.066Zuploading: /work/debug/opteadm (69287080 bytes)
6602024-11-29T15:08:08.130Zuploaded: /work/debug/opteadm
6612024-11-29T15:08:08.134Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6622024-11-29T15:08:09.141Zuploaded: /work/debug/opteadm.debug.sha256
6632024-11-29T15:08:09.144Zuploading: /work/release/opteadm (17514856 bytes)
6642024-11-29T15:08:10.401Zuploaded: /work/release/opteadm
6652024-11-29T15:08:10.404Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6662024-11-29T15:08:11.415Zuploaded: /work/release/opteadm.release.sha256