01J36KE00BZ9NC092J2SBD6ND2: 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-06-27",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/illumos-rs",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J36KEAQS2HEF3EZ9PG38VAC2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-19T22:58:31.196Zjob assigned to worker 01J36KEFDWN2M920JG8Y890D07 (queued for 48 s)
 
22024-07-19T22:58:38.682Zstarting task 0: "setup"
32024-07-19T22:58:38.691Z++ uname -s
42024-07-19T22:58:38.694Z+ kern=SunOS
52024-07-19T22:58:38.694Z+ case "$kern" in
62024-07-19T22:58:38.694Z+ groupadd -g 12345 build
72024-07-19T22:58:38.698Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-19T22:58:40.704Z+ zfs create -o mountpoint=/work rpool/work
92024-07-19T22:58:40.791Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-19T22:58:40.794Z+ home_fs=zfs
112024-07-19T22:58:40.794Z+ [[ zfs == autofs ]]
122024-07-19T22:58:40.794Z+ mkdir -p /home/build
132024-07-19T22:58:40.797Z+ chown build:build /home/build /work
142024-07-19T22:58:42.797Z+ chmod 0700 /home/build /work
152024-07-19T22:58:42.800Zprocess exited: duration 4118 ms, exit code 0
 
162024-07-19T22:58:42.806Zstarting task 1: "rust-toolchain"
172024-07-19T22:58:42.811Z+ printf ' * toolchain channel = "%s"
182024-07-19T22:58:42.811Z' nightly-2024-06-27
192024-07-19T22:58:42.811Z+ printf ' * toolchain profile = "%s"
202024-07-19T22:58:42.811Z' default
212024-07-19T22:58:42.811Z * toolchain channel = "nightly-2024-06-27"
222024-07-19T22:58:42.811Z * toolchain profile = "default"
232024-07-19T22:58:42.814Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-19T22:58:42.814Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-06-27 --profile default
252024-07-19T22:58:42.926Zinfo: downloading installer
262024-07-19T22:58:44.039Zinfo: profile set to 'default'
272024-07-19T22:58:44.039Zinfo: default host triple is x86_64-unknown-illumos
282024-07-19T22:58:44.041Zinfo: syncing channel updates for 'nightly-2024-06-27-x86_64-unknown-illumos'
292024-07-19T22:58:44.195Zinfo: latest update on 2024-06-27, rust version 1.81.0-nightly (4bc39f028 2024-06-26)
302024-07-19T22:58:44.195Zinfo: downloading component 'cargo'
312024-07-19T22:58:45.079Zinfo: downloading component 'clippy'
322024-07-19T22:58:45.404Zinfo: downloading component 'rust-docs'
332024-07-19T22:58:46.616Zinfo: downloading component 'rust-std'
342024-07-19T22:58:48.499Zinfo: downloading component 'rustc'
352024-07-19T22:58:53.278Zinfo: downloading component 'rustfmt'
362024-07-19T22:58:53.537Zinfo: installing component 'cargo'
372024-07-19T22:58:54.382Zinfo: installing component 'clippy'
382024-07-19T22:58:54.768Zinfo: installing component 'rust-docs'
392024-07-19T22:58:56.384Zinfo: installing component 'rust-std'
402024-07-19T22:58:58.177Zinfo: installing component 'rustc'
412024-07-19T22:59:02.338Zinfo: installing component 'rustfmt'
422024-07-19T22:59:02.675Zinfo: default toolchain set to 'nightly-2024-06-27-x86_64-unknown-illumos'
432024-07-19T22:59:02.675Z
442024-07-19T22:59:02.965Z nightly-2024-06-27-x86_64-unknown-illumos installed - rustc 1.81.0-nightly (4bc39f028 2024-06-26)
452024-07-19T22:59:02.965Z
462024-07-19T22:59:02.965Z
472024-07-19T22:59:02.965ZRust is installed now. Great!
482024-07-19T22:59:02.965Z
492024-07-19T22:59:02.965ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-19T22:59:02.968Zenvironment variable. This has not been done automatically.
512024-07-19T22:59:02.968Z
522024-07-19T22:59:02.968ZTo configure your current shell, you need to source
532024-07-19T22:59:02.968Zthe corresponding env file under $HOME/.cargo.
542024-07-19T22:59:02.968Z
552024-07-19T22:59:02.968ZThis is usually done by running one of the following (note the leading DOT):
562024-07-19T22:59:02.968Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-19T22:59:02.968Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-19T22:59:03.026Z+ rustc --version
592024-07-19T22:59:03.089Zrustc 1.81.0-nightly (4bc39f028 2024-06-26)
602024-07-19T22:59:03.093Zprocess exited: duration 20283 ms, exit code 0
 
612024-07-19T22:59:03.099Zstarting task 2: "authentication"
622024-07-19T22:59:03.119Zprocess exited: duration 20 ms, exit code 0
 
632024-07-19T22:59:03.125Zstarting task 3: "clone repository"
642024-07-19T22:59:03.130Z+ mkdir -p /work/oxidecomputer/opte
652024-07-19T22:59:03.133Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662024-07-19T22:59:03.173ZCloning into '/work/oxidecomputer/opte'...
672024-07-19T22:59:04.294Z+ cd /work/oxidecomputer/opte
682024-07-19T22:59:04.294Z+ git fetch origin 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505
692024-07-19T22:59:04.526ZFrom https://github.com/oxidecomputer/opte
702024-07-19T22:59:04.526Z * branch 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 -> FETCH_HEAD
712024-07-19T22:59:04.533Z+ [[ -n illumos-rs-wip ]]
722024-07-19T22:59:04.536Z++ git branch --show-current
732024-07-19T22:59:04.539Z+ current=master
742024-07-19T22:59:04.539Z+ [[ master != illumos-rs-wip ]]
752024-07-19T22:59:04.539Z+ git branch -f illumos-rs-wip 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505
762024-07-19T22:59:04.541Z+ git checkout -f illumos-rs-wip
772024-07-19T22:59:04.557ZSwitched to branch 'illumos-rs-wip'
782024-07-19T22:59:04.559Z+ git reset --hard 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505
792024-07-19T22:59:04.573ZHEAD is now at 6b6b3bb Newer illumos-rs.
802024-07-19T22:59:04.582Zprocess exited: duration 1448 ms, exit code 0
 
812024-07-19T22:59:04.591Zstarting task 4: "build"
822024-07-19T22:59:04.594Z+ cargo --version
832024-07-19T22:59:04.599Zinfo: syncing channel updates for '1.79.0-x86_64-unknown-illumos'
842024-07-19T22:59:04.751Zinfo: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10)
852024-07-19T22:59:04.751Zinfo: downloading component 'cargo'
862024-07-19T22:59:05.599Zinfo: downloading component 'clippy'
872024-07-19T22:59:05.881Zinfo: downloading component 'rust-docs'
882024-07-19T22:59:07.033Zinfo: downloading component 'rust-std'
892024-07-19T22:59:08.681Zinfo: downloading component 'rustc'
902024-07-19T22:59:13.427Zinfo: downloading component 'rustfmt'
912024-07-19T22:59:13.665Zinfo: installing component 'cargo'
922024-07-19T22:59:14.513Zinfo: installing component 'clippy'
932024-07-19T22:59:14.867Zinfo: installing component 'rust-docs'
942024-07-19T22:59:16.400Zinfo: installing component 'rust-std'
952024-07-19T22:59:18.024Zinfo: installing component 'rustc'
962024-07-19T22:59:22.246Zinfo: installing component 'rustfmt'
972024-07-19T22:59:22.642Zcargo 1.79.0 (ffa9cf99a 2024-06-03)
982024-07-19T22:59:22.645Z+ rustc --version
992024-07-19T22:59:22.720Zrustc 1.79.0 (129f3b996 2024-06-10)
1002024-07-19T22:59:22.724Z+ pushd bin/opteadm
1012024-07-19T22:59:22.727Z+ header analyze
1022024-07-19T22:59:22.727Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1032024-07-19T22:59:22.727Z+ echo '# ==== analyze ==== #'
1042024-07-19T22:59:22.727Z+ ptime -m cargo clippy --all-targets
1052024-07-19T22:59:22.727Z# ==== analyze ==== #
1062024-07-19T22:59:22.936Z Updating crates.io index
1072024-07-19T22:59:23.023Z Updating git repository `https://github.com/oxidecomputer/falcon`
1082024-07-19T22:59:23.752ZFrom https://github.com/oxidecomputer/falcon
1092024-07-19T22:59:23.752Z * [new branch] main -> origin/main
1102024-07-19T22:59:23.755Z * [new ref] -> origin/HEAD
1112024-07-19T22:59:23.858Z Updating git repository `https://github.com/oxidecomputer/illumos-rs.git`
1122024-07-19T22:59:24.458ZFrom https://github.com/oxidecomputer/illumos-rs
1132024-07-19T22:59:24.458Z * [new branch] felixmcfelix/rusty-for-opte -> origin/felixmcfelix/rusty-for-opte
1142024-07-19T22:59:24.461Z * [new branch] luqmana/rusty-modules -> origin/luqmana/rusty-modules
1152024-07-19T22:59:24.461Z * [new branch] main -> origin/main
1162024-07-19T22:59:24.461Z * [new branch] ry/rusty-modules -> origin/ry/rusty-modules
1172024-07-19T22:59:24.461Z * [new ref] -> origin/HEAD
1182024-07-19T22:59:24.493Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1192024-07-19T22:59:24.865ZFrom https://github.com/oxidecomputer/poptrie
1202024-07-19T22:59:24.865Z * [new branch] main -> origin/main
1212024-07-19T22:59:24.868Z * [new branch] multipath -> origin/multipath
1222024-07-19T22:59:24.868Z * [new ref] -> origin/HEAD
1232024-07-19T22:59:24.888Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1242024-07-19T22:59:25.492ZFrom https://github.com/oxidecomputer/netadm-sys
1252024-07-19T22:59:25.492Z * [new branch] c_char-non-x86 -> origin/c_char-non-x86
1262024-07-19T22:59:25.495Z * [new branch] compile-macos -> origin/compile-macos
1272024-07-19T22:59:25.495Z * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25
1282024-07-19T22:59:25.495Z * [new branch] gh-pages -> origin/gh-pages
1292024-07-19T22:59:25.495Z * [new branch] main -> origin/main
1302024-07-19T22:59:25.495Z * [new branch] route-get-timeout -> origin/route-get-timeout
1312024-07-19T22:59:25.495Z * [new branch] siocgnds -> origin/siocgnds
1322024-07-19T22:59:25.495Z * [new ref] -> origin/HEAD
1332024-07-19T22:59:25.615Z Updating git repository `https://github.com/oxidecomputer/zone`
1342024-07-19T22:59:26.002ZFrom https://github.com/oxidecomputer/zone
1352024-07-19T22:59:26.002Z * [new branch] main -> origin/main
1362024-07-19T22:59:26.005Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
1372024-07-19T22:59:26.005Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
1382024-07-19T22:59:26.005Z * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash
1392024-07-19T22:59:26.005Z * [new ref] -> origin/HEAD
1402024-07-19T22:59:26.156Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412024-07-19T22:59:26.588ZFrom https://github.com/oxidecomputer/dlpi-sys
1422024-07-19T22:59:26.588Z * [new branch] gh-pages -> origin/gh-pages
1432024-07-19T22:59:26.591Z * [new branch] main -> origin/main
1442024-07-19T22:59:26.591Z * [new ref] -> origin/HEAD
1452024-07-19T22:59:26.607Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462024-07-19T22:59:27.012ZFrom https://github.com/jmesmon/rust-libzfs
1472024-07-19T22:59:27.012Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
1482024-07-19T22:59:27.015Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
1492024-07-19T22:59:27.015Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
1502024-07-19T22:59:27.015Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
1512024-07-19T22:59:27.015Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
1522024-07-19T22:59:27.015Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
1532024-07-19T22:59:27.015Z * [new branch] dev -> origin/dev
1542024-07-19T22:59:27.015Z * [new branch] drr -> origin/drr
1552024-07-19T22:59:27.015Z * [new branch] f-types -> origin/f-types
1562024-07-19T22:59:27.015Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
1572024-07-19T22:59:27.015Z * [new branch] master -> origin/master
1582024-07-19T22:59:27.015Z * [new branch] staging -> origin/staging
1592024-07-19T22:59:27.015Z * [new ref] -> origin/HEAD
1602024-07-19T22:59:27.015Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
1612024-07-19T22:59:27.015Z * [new tag] v0.4.0 -> v0.4.0
1622024-07-19T22:59:27.015Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
1632024-07-19T22:59:27.015Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
1642024-07-19T22:59:27.028Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1652024-07-19T22:59:27.425ZFrom https://github.com/oxidecomputer/oxnet
1662024-07-19T22:59:27.425Z * [new branch] ci -> origin/ci
1672024-07-19T22:59:27.429Z * [new branch] dependabot/cargo/serde-1.0.204 -> origin/dependabot/cargo/serde-1.0.204
1682024-07-19T22:59:27.429Z * [new branch] dependabot/cargo/serde_json-1.0.120 -> origin/dependabot/cargo/serde_json-1.0.120
1692024-07-19T22:59:27.429Z * [new branch] main -> origin/main
1702024-07-19T22:59:27.429Z * [new ref] -> origin/HEAD
1712024-07-19T22:59:27.435Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1722024-07-19T22:59:27.902ZFrom https://github.com/oxidecomputer/rusty-doors
1732024-07-19T22:59:27.902Z * [new branch] gh-pages -> origin/gh-pages
1742024-07-19T22:59:27.905Z * [new branch] main -> origin/main
1752024-07-19T22:59:27.905Z * [new branch] no-bindgen -> origin/no-bindgen
1762024-07-19T22:59:27.905Z * [new ref] -> origin/HEAD
1772024-07-19T22:59:28.559Z Downloading crates ...
1782024-07-19T22:59:28.625Z Downloaded cstr-argument v0.1.2
1792024-07-19T22:59:28.641Z Downloaded anstyle-parse v0.2.4
1802024-07-19T22:59:28.651Z Downloaded zerocopy-derive v0.7.35
1812024-07-19T22:59:28.655Z Downloaded is_terminal_polyfill v1.70.0
1822024-07-19T22:59:28.658Z Downloaded equivalent v1.0.1
1832024-07-19T22:59:28.658Z Downloaded darling_macro v0.20.10
1842024-07-19T22:59:28.665Z Downloaded foreign-types-shared v0.3.1
1852024-07-19T22:59:28.676Z Downloaded bitflags v2.6.0
1862024-07-19T22:59:28.679Z Downloaded anstyle v1.0.7
1872024-07-19T22:59:28.684Z Downloaded colored v2.1.0
1882024-07-19T22:59:28.686Z Downloaded anstyle-query v1.1.0
1892024-07-19T22:59:28.693Z Downloaded pretty-hex v0.2.1
1902024-07-19T22:59:28.696Z Downloaded ident_case v1.0.1
1912024-07-19T22:59:28.707Z Downloaded autocfg v1.3.0
1922024-07-19T22:59:28.712Z Downloaded cfg-if v1.0.0
1932024-07-19T22:59:28.715Z Downloaded bitflags v1.3.2
1942024-07-19T22:59:28.717Z Downloaded cobs v0.2.3
1952024-07-19T22:59:28.720Z Downloaded scopeguard v1.2.0
1962024-07-19T22:59:28.720Z Downloaded proc-macro-error-attr v1.0.4
1972024-07-19T22:59:28.722Z Downloaded proc-macro-crate v1.3.1
1982024-07-19T22:59:28.722Z Downloaded heck v0.5.0
1992024-07-19T22:59:28.722Z Downloaded either v1.13.0
2002024-07-19T22:59:28.725Z Downloaded colorchoice v1.0.1
2012024-07-19T22:59:28.725Z Downloaded clap_lex v0.7.1
2022024-07-19T22:59:28.728Z Downloaded tokio-macros v2.3.0
2032024-07-19T22:59:28.728Z Downloaded errno v0.3.9
2042024-07-19T22:59:28.731Z Downloaded defmt-parser v0.3.4
2052024-07-19T22:59:28.731Z Downloaded managed v0.8.0
2062024-07-19T22:59:28.731Z Downloaded byteorder v1.5.0
2072024-07-19T22:59:28.735Z Downloaded strsim v0.11.1
2082024-07-19T22:59:28.738Z Downloaded foreign-types v0.5.0
2092024-07-19T22:59:28.740Z Downloaded utf8parse v0.2.2
2102024-07-19T22:59:28.740Z Downloaded terminal_size v0.3.0
2112024-07-19T22:59:28.745Z Downloaded toml_datetime v0.6.6
2122024-07-19T22:59:28.748Z Downloaded clap_derive v4.5.8
2132024-07-19T22:59:28.750Z Downloaded clap v4.5.9
2142024-07-19T22:59:28.757Z Downloaded hash32 v0.3.1
2152024-07-19T22:59:28.760Z Downloaded defmt-macros v0.3.9
2162024-07-19T22:59:28.762Z Downloaded tabwriter v1.4.0
2172024-07-19T22:59:28.765Z Downloaded num_enum_derive v0.5.11
2182024-07-19T22:59:28.765Z Downloaded dyn-clone v1.0.17
2192024-07-19T22:59:28.768Z Downloaded fnv v1.0.7
2202024-07-19T22:59:28.768Z Downloaded embedded-io v0.4.0
2212024-07-19T22:59:28.770Z Downloaded signal-hook-registry v1.4.2
2222024-07-19T22:59:28.772Z Downloaded schemars_derive v0.8.21
2232024-07-19T22:59:28.772Z Downloaded ipnetwork v0.20.0
2242024-07-19T22:59:28.775Z Downloaded lazy_static v1.5.0
2252024-07-19T22:59:28.777Z Downloaded stable_deref_trait v1.2.0
2262024-07-19T22:59:28.777Z Downloaded foreign-types-macros v0.2.3
2272024-07-19T22:59:28.782Z Downloaded crc32fast v1.4.2
2282024-07-19T22:59:28.786Z Downloaded darling v0.20.10
2292024-07-19T22:59:28.790Z Downloaded anstream v0.6.14
2302024-07-19T22:59:28.793Z Downloaded itoa v1.0.11
2312024-07-19T22:59:28.796Z Downloaded thiserror-impl v1.0.62
2322024-07-19T22:59:28.796Z Downloaded quote v1.0.36
2332024-07-19T22:59:28.798Z Downloaded parking_lot_core v0.9.10
2342024-07-19T22:59:28.801Z Downloaded num_enum v0.5.11
2352024-07-19T22:59:28.804Z Downloaded defmt v0.3.8
2362024-07-19T22:59:28.817Z Downloaded pin-project-lite v0.2.14
2372024-07-19T22:59:28.821Z Downloaded lock_api v0.4.12
2382024-07-19T22:59:28.824Z Downloaded thiserror v1.0.62
2392024-07-19T22:59:28.827Z Downloaded serde_derive_internals v0.29.1
2402024-07-19T22:59:28.830Z Downloaded proc-macro-error v1.0.4
2412024-07-19T22:59:28.832Z Downloaded num_cpus v1.16.0
2422024-07-19T22:59:28.835Z Downloaded tracing-attributes v0.1.27
2432024-07-19T22:59:28.838Z Downloaded version_check v0.9.4
2442024-07-19T22:59:28.841Z Downloaded smallvec v1.13.2
2452024-07-19T22:59:28.843Z Downloaded anyhow v1.0.86
2462024-07-19T22:59:28.846Z Downloaded socket2 v0.5.7
2472024-07-19T22:59:28.848Z Downloaded ryu v1.0.18
2482024-07-19T22:59:28.851Z Downloaded postcard v1.0.8
2492024-07-19T22:59:28.856Z Downloaded serde_derive v1.0.204
2502024-07-19T22:59:28.856Z Downloaded darling_core v0.20.10
2512024-07-19T22:59:28.861Z Downloaded bytes v1.6.1
2522024-07-19T22:59:28.864Z Downloaded parking_lot v0.12.3
2532024-07-19T22:59:28.867Z Downloaded once_cell v1.19.0
2542024-07-19T22:59:28.870Z Downloaded socket2 v0.4.10
2552024-07-19T22:59:28.872Z Downloaded unicode-ident v1.0.12
2562024-07-19T22:59:28.883Z Downloaded tracing-core v0.1.32
2572024-07-19T22:59:28.890Z Downloaded schemars v0.8.21
2582024-07-19T22:59:28.900Z Downloaded indexmap v2.2.6
2592024-07-19T22:59:28.913Z Downloaded proc-macro2 v1.0.86
2602024-07-19T22:59:28.915Z Downloaded serde v1.0.204
2612024-07-19T22:59:28.918Z Downloaded heapless v0.8.0
2622024-07-19T22:59:28.925Z Downloaded mio v0.8.11
2632024-07-19T22:59:28.930Z Downloaded tracing v0.1.40
2642024-07-19T22:59:28.936Z Downloaded memchr v2.7.4
2652024-07-19T22:59:28.951Z Downloaded toml_edit v0.19.15
2662024-07-19T22:59:28.977Z Downloaded zerocopy v0.7.35
2672024-07-19T22:59:28.991Z Downloaded hashbrown v0.14.5
2682024-07-19T22:59:28.996Z Downloaded serde_json v1.0.120
2692024-07-19T22:59:29.002Z Downloaded itertools v0.12.1
2702024-07-19T22:59:29.008Z Downloaded clap_builder v4.5.9
2712024-07-19T22:59:29.014Z Downloaded winnow v0.5.40
2722024-07-19T22:59:29.059Z Downloaded syn v1.0.109
2732024-07-19T22:59:29.069Z Downloaded syn v2.0.71
2742024-07-19T22:59:29.091Z Downloaded smoltcp v0.11.0
2752024-07-19T22:59:29.103Z Downloaded rustix v0.38.34
2762024-07-19T22:59:29.124Z Downloaded unicode-width v0.1.13
2772024-07-19T22:59:29.176Z Downloaded libc v0.2.155
2782024-07-19T22:59:29.201Z Downloaded tokio v1.38.0
2792024-07-19T22:59:29.368Z Compiling proc-macro2 v1.0.86
2802024-07-19T22:59:29.368Z Compiling unicode-ident v1.0.12
2812024-07-19T22:59:29.371Z Compiling libc v0.2.155
2822024-07-19T22:59:29.371Z Checking cfg-if v1.0.0
2832024-07-19T22:59:29.371Z Compiling serde v1.0.204
2842024-07-19T22:59:29.371Z Compiling syn v1.0.109
2852024-07-19T22:59:29.381Z Compiling hashbrown v0.14.5
2862024-07-19T22:59:29.383Z Compiling autocfg v1.3.0
2872024-07-19T22:59:29.481Z Checking byteorder v1.5.0
2882024-07-19T22:59:29.562Z Compiling equivalent v1.0.1
2892024-07-19T22:59:29.656Z Compiling anyhow v1.0.86
2902024-07-19T22:59:29.767Z Compiling winnow v0.5.40
2912024-07-19T22:59:30.010Z Compiling ident_case v1.0.1
2922024-07-19T22:59:30.020Z Compiling fnv v1.0.7
2932024-07-19T22:59:30.099Z Compiling lock_api v0.4.12
2942024-07-19T22:59:30.130Z Compiling strsim v0.11.1
2952024-07-19T22:59:30.163Z Compiling parking_lot_core v0.9.10
2962024-07-19T22:59:30.206Z Compiling heapless v0.8.0
2972024-07-19T22:59:30.430Z Compiling toml_datetime v0.6.6
2982024-07-19T22:59:30.616Z Compiling indexmap v2.2.6
2992024-07-19T22:59:30.816Z Checking hash32 v0.3.1
3002024-07-19T22:59:30.873Z Compiling quote v1.0.36
3012024-07-19T22:59:30.971Z Compiling once_cell v1.19.0
3022024-07-19T22:59:31.002Z Checking smallvec v1.13.2
3032024-07-19T22:59:31.065Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3042024-07-19T22:59:31.348Z Compiling syn v2.0.71
3052024-07-19T22:59:31.428Z Compiling serde_json v1.0.120
3062024-07-19T22:59:31.469Z Checking stable_deref_trait v1.2.0
3072024-07-19T22:59:31.529Z Compiling smoltcp v0.11.0
3082024-07-19T22:59:31.551Z Checking scopeguard v1.2.0
3092024-07-19T22:59:31.662Z Checking dyn-clone v1.0.17
3102024-07-19T22:59:31.967Z Compiling schemars v0.8.21
3112024-07-19T22:59:32.063Z Compiling rustix v0.38.34
3122024-07-19T22:59:32.146Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
3132024-07-19T22:59:32.186Z Checking managed v0.8.0
3142024-07-19T22:59:32.358Z Checking cobs v0.2.3
3152024-07-19T22:59:32.469Z Checking itoa v1.0.11
3162024-07-19T22:59:32.522Z Checking ryu v1.0.18
3172024-07-19T22:59:32.553Z Checking bitflags v1.3.2
3182024-07-19T22:59:32.641Z Checking embedded-io v0.4.0
3192024-07-19T22:59:32.672Z Compiling thiserror v1.0.62
3202024-07-19T22:59:32.689Z Checking pin-project-lite v0.2.14
3212024-07-19T22:59:32.733Z Compiling version_check v0.9.4
3222024-07-19T22:59:32.844Z Checking parking_lot v0.12.3
3232024-07-19T22:59:32.855Z Checking socket2 v0.5.7
3242024-07-19T22:59:33.159Z Checking mio v0.8.11
3252024-07-19T22:59:33.304Z Checking signal-hook-registry v1.4.2
3262024-07-19T22:59:33.332Z Checking errno v0.3.9
3272024-07-19T22:59:33.406Z Compiling toml_edit v0.19.15
3282024-07-19T22:59:33.496Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3292024-07-19T22:59:33.547Z Checking num_cpus v1.16.0
3302024-07-19T22:59:33.657Z Checking bitflags v2.6.0
3312024-07-19T22:59:33.670Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3322024-07-19T22:59:33.761Z Checking unicode-width v0.1.13
3332024-07-19T22:59:33.868Z Checking foreign-types-shared v0.3.1
3342024-07-19T22:59:33.884Z Checking either v1.13.0
3352024-07-19T22:59:33.921Z Checking memchr v2.7.4
3362024-07-19T22:59:33.932Z Checking bytes v1.6.1
3372024-07-19T22:59:34.182Z Checking utf8parse v0.2.2
3382024-07-19T22:59:34.271Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
3392024-07-19T22:59:34.314Z Checking anstyle-parse v0.2.4
3402024-07-19T22:59:34.565Z Checking tracing-core v0.1.32
3412024-07-19T22:59:34.596Z Checking itertools v0.12.1
3422024-07-19T22:59:34.731Z Checking cstr-argument v0.1.2
3432024-07-19T22:59:34.885Z Checking tabwriter v1.4.0
3442024-07-19T22:59:35.302Z Checking crc32fast v1.4.2
3452024-07-19T22:59:35.394Z Checking anstyle v1.0.7
3462024-07-19T22:59:35.485Z Checking lazy_static v1.5.0
3472024-07-19T22:59:35.596Z Checking anstyle-query v1.1.0
3482024-07-19T22:59:35.681Z Checking pretty-hex v0.2.1
3492024-07-19T22:59:35.695Z Checking colorchoice v1.0.1
3502024-07-19T22:59:35.714Z Checking is_terminal_polyfill v1.70.0
3512024-07-19T22:59:35.734Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7)
3522024-07-19T22:59:35.802Z Checking terminal_size v0.3.0
3532024-07-19T22:59:35.814Z Checking anstream v0.6.14
3542024-07-19T22:59:35.825Z Checking colored v2.1.0
3552024-07-19T22:59:35.942Z Compiling proc-macro-crate v1.3.1
3562024-07-19T22:59:36.071Z Checking socket2 v0.4.10
3572024-07-19T22:59:36.474Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
3582024-07-19T22:59:36.603Z Compiling heck v0.5.0
3592024-07-19T22:59:36.669Z Checking clap_lex v0.7.1
3602024-07-19T22:59:36.902Z Checking clap_builder v4.5.9
3612024-07-19T22:59:36.920Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3622024-07-19T22:59:37.555Z Compiling darling_core v0.20.10
3632024-07-19T22:59:37.555Z Compiling serde_derive_internals v0.29.1
3642024-07-19T22:59:40.161Z Compiling num_enum_derive v0.5.11
3652024-07-19T22:59:40.161Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
3662024-07-19T22:59:40.552Z Compiling serde_derive v1.0.204
3672024-07-19T22:59:40.555Z Compiling thiserror-impl v1.0.62
3682024-07-19T22:59:40.555Z Compiling zerocopy-derive v0.7.35
3692024-07-19T22:59:40.652Z Compiling foreign-types-macros v0.2.3
3702024-07-19T22:59:41.067Z Compiling tokio-macros v2.3.0
3712024-07-19T22:59:41.190Z Compiling schemars_derive v0.8.21
3722024-07-19T22:59:41.999Z Checking foreign-types v0.5.0
3732024-07-19T22:59:42.086Z Compiling tracing-attributes v0.1.27
3742024-07-19T22:59:42.369Z Compiling darling_macro v0.20.10
3752024-07-19T22:59:42.422Z Checking num_enum v0.5.11
3762024-07-19T22:59:42.558Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772024-07-19T22:59:42.621Z Checking tokio v1.38.0
3782024-07-19T22:59:42.633Z Checking zerocopy v0.7.35
3792024-07-19T22:59:43.345Z Compiling darling v0.20.10
3802024-07-19T22:59:43.455Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3812024-07-19T22:59:43.564Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3822024-07-19T22:59:43.819Z Compiling clap_derive v4.5.8
3832024-07-19T22:59:45.096Z Checking tracing v0.1.40
3842024-07-19T22:59:46.601Z Checking clap v4.5.9
3852024-07-19T22:59:48.282Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
3862024-07-19T22:59:49.210Z Checking ipnetwork v0.20.0
3872024-07-19T22:59:49.210Z Checking postcard v1.0.8
3882024-07-19T22:59:49.641Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3892024-07-19T22:59:51.017Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf)
3902024-07-19T22:59:56.747Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3912024-07-19T22:59:58.971Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3922024-07-19T23:00:00.404Zwarning: use of `expect` followed by a function call
3932024-07-19T23:00:00.404Z --> bin/opteadm/src/bin/opteadm.rs:810:71
3942024-07-19T23:00:00.404Z |
3952024-07-19T23:00:00.405Z810 | hdl.remove_cidr(&port, prefix, Direction::In).expect(
3962024-07-19T23:00:00.405Z | _______________________________________________________________________^
3972024-07-19T23:00:00.405Z811 | | &format!(
3982024-07-19T23:00:00.405Z812 | | "FATAL: failed to rollback in-direction allow \
3992024-07-19T23:00:00.405Z813 | | of {prefix} after {e}"
4002024-07-19T23:00:00.405Z814 | | ),
4012024-07-19T23:00:00.405Z815 | | );
4022024-07-19T23:00:00.405Z | |_________________________^
4032024-07-19T23:00:00.405Z |
4042024-07-19T23:00:00.405Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#expect_fun_call
4052024-07-19T23:00:00.405Z = note: `#[warn(clippy::expect_fun_call)]` on by default
4062024-07-19T23:00:00.405Zhelp: try
4072024-07-19T23:00:00.405Z |
4082024-07-19T23:00:00.405Z810 ~ hdl.remove_cidr(&port, prefix, Direction::In).unwrap_or_else(|_| panic!("FATAL: failed to rollback in-direction allow \
4092024-07-19T23:00:00.405Z811 ~ of {prefix} after {e}"));
4102024-07-19T23:00:00.405Z |
4112024-07-19T23:00:00.405Z
4122024-07-19T23:00:00.411Zwarning: use of `expect` followed by a function call
4132024-07-19T23:00:00.411Z --> bin/opteadm/src/bin/opteadm.rs:840:66
4142024-07-19T23:00:00.411Z |
4152024-07-19T23:00:00.411Z840 | hdl.allow_cidr(&port, prefix, Direction::In).expect(
4162024-07-19T23:00:00.411Z | __________________________________________________________________^
4172024-07-19T23:00:00.411Z841 | | &format!(
4182024-07-19T23:00:00.411Z842 | | "FATAL: failed to rollback in-direction remove \
4192024-07-19T23:00:00.411Z843 | | of {prefix} after {e}"
4202024-07-19T23:00:00.411Z844 | | ),
4212024-07-19T23:00:00.411Z845 | | );
4222024-07-19T23:00:00.411Z | |_____________________^
4232024-07-19T23:00:00.411Z |
4242024-07-19T23:00:00.411Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#expect_fun_call
4252024-07-19T23:00:00.411Zhelp: try
4262024-07-19T23:00:00.411Z |
4272024-07-19T23:00:00.411Z840 ~ hdl.allow_cidr(&port, prefix, Direction::In).unwrap_or_else(|_| panic!("FATAL: failed to rollback in-direction remove \
4282024-07-19T23:00:00.411Z841 ~ of {prefix} after {e}"));
4292024-07-19T23:00:00.411Z |
4302024-07-19T23:00:00.411Z
4312024-07-19T23:00:00.487Zwarning: `opteadm` (bin "opteadm") generated 2 warnings (2 duplicates)
4322024-07-19T23:00:00.487Zwarning: `opteadm` (bin "opteadm" test) generated 2 warnings (run `cargo clippy --fix --bin "opteadm" --tests` to apply 2 suggestions)
4332024-07-19T23:00:00.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.63s
4342024-07-19T23:00:00.633Z
4352024-07-19T23:00:00.633Zreal 37.896285403
4362024-07-19T23:00:00.633Zuser 1:58.613852657
4372024-07-19T23:00:00.633Zsys 29.985971140
4382024-07-19T23:00:00.633Ztrap 0.070774479
4392024-07-19T23:00:00.633Ztflt 0.186017923
4402024-07-19T23:00:00.633Zdflt 0.343808462
4412024-07-19T23:00:00.633Zkflt 0.001815555
4422024-07-19T23:00:00.645Zlock 2:39.762609961
4432024-07-19T23:00:00.645Zslp 7:53.848332911
4442024-07-19T23:00:00.645Zlat 6.809245675
4452024-07-19T23:00:00.645Zstop 15.242590013
4462024-07-19T23:00:00.645Z+ header 'debug build'
4472024-07-19T23:00:00.645Z+ echo '# ==== debug build ==== #'
4482024-07-19T23:00:00.645Z# ==== debug build ==== #
4492024-07-19T23:00:00.646Z+ ptime -m cargo build
4502024-07-19T23:00:00.926Z Compiling cfg-if v1.0.0
4512024-07-19T23:00:00.930Z Compiling strsim v0.11.1
4522024-07-19T23:00:00.930Z Compiling once_cell v1.19.0
4532024-07-19T23:00:00.930Z Compiling libc v0.2.155
4542024-07-19T23:00:00.930Z Compiling byteorder v1.5.0
4552024-07-19T23:00:00.930Z Compiling serde v1.0.204
4562024-07-19T23:00:00.948Z Compiling scopeguard v1.2.0
4572024-07-19T23:00:00.954Z Compiling dyn-clone v1.0.17
4582024-07-19T23:00:00.993Z Compiling stable_deref_trait v1.2.0
4592024-07-19T23:00:01.053Z Compiling smallvec v1.13.2
4602024-07-19T23:00:01.071Z Compiling lock_api v0.4.12
4612024-07-19T23:00:01.139Z Compiling bitflags v1.3.2
4622024-07-19T23:00:01.224Z Compiling hash32 v0.3.1
4632024-07-19T23:00:01.263Z Compiling darling_core v0.20.10
4642024-07-19T23:00:01.348Z Compiling proc-macro-crate v1.3.1
4652024-07-19T23:00:01.423Z Compiling heapless v0.8.0
4662024-07-19T23:00:01.483Z Compiling itoa v1.0.11
4672024-07-19T23:00:01.510Z Compiling cobs v0.2.3
4682024-07-19T23:00:01.692Z Compiling managed v0.8.0
4692024-07-19T23:00:01.810Z Compiling pin-project-lite v0.2.14
4702024-07-19T23:00:01.921Z Compiling embedded-io v0.4.0
4712024-07-19T23:00:02.009Z Compiling ryu v1.0.18
4722024-07-19T23:00:02.098Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4732024-07-19T23:00:02.109Z Compiling anyhow v1.0.86
4742024-07-19T23:00:02.194Z Compiling parking_lot_core v0.9.10
4752024-07-19T23:00:02.360Z Compiling num_enum_derive v0.5.11
4762024-07-19T23:00:02.428Z Compiling smoltcp v0.11.0
4772024-07-19T23:00:02.436Z Compiling socket2 v0.5.7
4782024-07-19T23:00:02.568Z Compiling parking_lot v0.12.3
4792024-07-19T23:00:02.928Z Compiling signal-hook-registry v1.4.2
4802024-07-19T23:00:03.098Z Compiling num_cpus v1.16.0
4812024-07-19T23:00:03.218Z Compiling mio v0.8.11
4822024-07-19T23:00:03.498Z Compiling errno v0.3.9
4832024-07-19T23:00:03.595Z Compiling unicode-width v0.1.13
4842024-07-19T23:00:03.720Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4852024-07-19T23:00:03.829Z Compiling memchr v2.7.4
4862024-07-19T23:00:03.885Z Compiling utf8parse v0.2.2
4872024-07-19T23:00:03.961Z Compiling either v1.13.0
4882024-07-19T23:00:04.028Z Compiling bitflags v2.6.0
4892024-07-19T23:00:04.314Z Compiling foreign-types-shared v0.3.1
4902024-07-19T23:00:04.413Z Compiling bytes v1.6.1
4912024-07-19T23:00:04.490Z Compiling foreign-types v0.5.0
4922024-07-19T23:00:04.582Z Compiling rustix v0.38.34
4932024-07-19T23:00:04.637Z Compiling itertools v0.12.1
4942024-07-19T23:00:04.717Z Compiling num_enum v0.5.11
4952024-07-19T23:00:04.850Z Compiling cstr-argument v0.1.2
4962024-07-19T23:00:05.107Z Compiling anstyle-parse v0.2.4
4972024-07-19T23:00:05.447Z Compiling tokio v1.38.0
4982024-07-19T23:00:05.665Z Compiling tabwriter v1.4.0
4992024-07-19T23:00:05.717Z Compiling zerocopy v0.7.35
5002024-07-19T23:00:06.259Z Compiling thiserror v1.0.62
5012024-07-19T23:00:06.315Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5022024-07-19T23:00:06.379Z Compiling tracing-core v0.1.32
5032024-07-19T23:00:06.458Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5042024-07-19T23:00:06.608Z Compiling crc32fast v1.4.2
5052024-07-19T23:00:06.896Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5062024-07-19T23:00:07.008Z Compiling anstyle-query v1.1.0
5072024-07-19T23:00:07.134Z Compiling ipnetwork v0.20.0
5082024-07-19T23:00:07.219Z Compiling serde_json v1.0.120
5092024-07-19T23:00:07.493Z Compiling darling_macro v0.20.10
5102024-07-19T23:00:07.563Z Compiling postcard v1.0.8
5112024-07-19T23:00:07.793Z Compiling pretty-hex v0.2.1
5122024-07-19T23:00:07.943Z Compiling anstyle v1.0.7
5132024-07-19T23:00:07.977Z Compiling colorchoice v1.0.1
5142024-07-19T23:00:07.981Z Compiling lazy_static v1.5.0
5152024-07-19T23:00:07.989Z Compiling is_terminal_polyfill v1.70.0
5162024-07-19T23:00:08.101Z Compiling colored v2.1.0
5172024-07-19T23:00:08.106Z Compiling tracing v0.1.40
5182024-07-19T23:00:08.140Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
5192024-07-19T23:00:08.278Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5202024-07-19T23:00:08.363Z Compiling anstream v0.6.14
5212024-07-19T23:00:08.436Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5222024-07-19T23:00:08.516Z Compiling darling v0.20.10
5232024-07-19T23:00:08.538Z Compiling terminal_size v0.3.0
5242024-07-19T23:00:08.609Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5252024-07-19T23:00:08.718Z Compiling socket2 v0.4.10
5262024-07-19T23:00:08.961Z Compiling schemars v0.8.21
5272024-07-19T23:00:09.123Z Compiling clap_lex v0.7.1
5282024-07-19T23:00:09.167Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
5292024-07-19T23:00:09.503Z Compiling clap_builder v4.5.9
5302024-07-19T23:00:09.686Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5312024-07-19T23:00:10.673Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf)
5322024-07-19T23:00:12.498Z Compiling clap v4.5.9
5332024-07-19T23:00:12.667Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5342024-07-19T23:00:12.980Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7)
5352024-07-19T23:00:15.978Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5362024-07-19T23:00:19.650Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5372024-07-19T23:00:24.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.58s
5382024-07-19T23:00:24.295Z
5392024-07-19T23:00:24.295Zreal 23.649171299
5402024-07-19T23:00:24.295Zuser 1:49.410825960
5412024-07-19T23:00:24.295Zsys 23.031512771
5422024-07-19T23:00:24.295Ztrap 0.060472198
5432024-07-19T23:00:24.295Ztflt 0.106921048
5442024-07-19T23:00:24.295Zdflt 0.439665912
5452024-07-19T23:00:24.295Zkflt 0.000000000
5462024-07-19T23:00:24.295Zlock 3:00.588492938
5472024-07-19T23:00:24.295Zslp 5:59.287891458
5482024-07-19T23:00:24.295Zlat 3.670591937
5492024-07-19T23:00:24.295Zstop 4.205441822
5502024-07-19T23:00:24.298Z+ header 'release build'
5512024-07-19T23:00:24.298Z+ echo '# ==== release build ==== #'
5522024-07-19T23:00:24.298Z# ==== release build ==== #
5532024-07-19T23:00:24.298Z+ ptime -m cargo build --release
5542024-07-19T23:00:24.483Z Compiling proc-macro2 v1.0.86
5552024-07-19T23:00:24.483Z Compiling unicode-ident v1.0.12
5562024-07-19T23:00:24.483Z Compiling libc v0.2.155
5572024-07-19T23:00:24.483Z Compiling cfg-if v1.0.0
5582024-07-19T23:00:24.486Z Compiling serde v1.0.204
5592024-07-19T23:00:24.486Z Compiling syn v1.0.109
5602024-07-19T23:00:24.486Z Compiling hashbrown v0.14.5
5612024-07-19T23:00:24.486Z Compiling byteorder v1.5.0
5622024-07-19T23:00:24.578Z Compiling anyhow v1.0.86
5632024-07-19T23:00:24.654Z Compiling equivalent v1.0.1
5642024-07-19T23:00:24.743Z Compiling autocfg v1.3.0
5652024-07-19T23:00:24.849Z Compiling toml_datetime v0.6.6
5662024-07-19T23:00:25.031Z Compiling strsim v0.11.1
5672024-07-19T23:00:25.096Z Compiling winnow v0.5.40
5682024-07-19T23:00:25.112Z Compiling parking_lot_core v0.9.10
5692024-07-19T23:00:25.208Z Compiling heapless v0.8.0
5702024-07-19T23:00:25.462Z Compiling lock_api v0.4.12
5712024-07-19T23:00:25.541Z Compiling fnv v1.0.7
5722024-07-19T23:00:25.650Z Compiling ident_case v1.0.1
5732024-07-19T23:00:25.726Z Compiling hash32 v0.3.1
5742024-07-19T23:00:25.794Z Compiling indexmap v2.2.6
5752024-07-19T23:00:25.822Z Compiling smoltcp v0.11.0
5762024-07-19T23:00:25.911Z Compiling quote v1.0.36
5772024-07-19T23:00:25.917Z Compiling smallvec v1.13.2
5782024-07-19T23:00:26.002Z Compiling serde_json v1.0.120
5792024-07-19T23:00:26.382Z Compiling syn v2.0.71
5802024-07-19T23:00:26.519Z Compiling scopeguard v1.2.0
5812024-07-19T23:00:26.576Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5822024-07-19T23:00:26.629Z Compiling once_cell v1.19.0
5832024-07-19T23:00:26.635Z Compiling dyn-clone v1.0.17
5842024-07-19T23:00:26.829Z Compiling stable_deref_trait v1.2.0
5852024-07-19T23:00:27.015Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5862024-07-19T23:00:27.186Z Compiling embedded-io v0.4.0
5872024-07-19T23:00:27.335Z Compiling managed v0.8.0
5882024-07-19T23:00:27.374Z Compiling thiserror v1.0.62
5892024-07-19T23:00:27.385Z Compiling itoa v1.0.11
5902024-07-19T23:00:27.591Z Compiling ryu v1.0.18
5912024-07-19T23:00:27.807Z Compiling rustix v0.38.34
5922024-07-19T23:00:27.826Z Compiling pin-project-lite v0.2.14
5932024-07-19T23:00:27.918Z Compiling bitflags v1.3.2
5942024-07-19T23:00:27.924Z Compiling schemars v0.8.21
5952024-07-19T23:00:27.995Z Compiling version_check v0.9.4
5962024-07-19T23:00:28.001Z Compiling cobs v0.2.3
5972024-07-19T23:00:28.329Z Compiling parking_lot v0.12.3
5982024-07-19T23:00:28.417Z Compiling num_cpus v1.16.0
5992024-07-19T23:00:28.522Z Compiling mio v0.8.11
6002024-07-19T23:00:28.597Z Compiling signal-hook-registry v1.4.2
6012024-07-19T23:00:28.621Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6022024-07-19T23:00:28.948Z Compiling toml_edit v0.19.15
6032024-07-19T23:00:29.009Z Compiling socket2 v0.5.7
6042024-07-19T23:00:29.937Z Compiling errno v0.3.9
6052024-07-19T23:00:30.070Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
6062024-07-19T23:00:30.125Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6072024-07-19T23:00:30.153Z Compiling bytes v1.6.1
6082024-07-19T23:00:30.249Z Compiling utf8parse v0.2.2
6092024-07-19T23:00:30.381Z Compiling bitflags v2.6.0
6102024-07-19T23:00:30.391Z Compiling memchr v2.7.4
6112024-07-19T23:00:30.682Z Compiling either v1.13.0
6122024-07-19T23:00:30.914Z Compiling unicode-width v0.1.13
6132024-07-19T23:00:31.069Z Compiling foreign-types-shared v0.3.1
6142024-07-19T23:00:31.163Z Compiling tabwriter v1.4.0
6152024-07-19T23:00:31.169Z Compiling itertools v0.12.1
6162024-07-19T23:00:31.661Z Compiling proc-macro-crate v1.3.1
6172024-07-19T23:00:31.873Z Compiling cstr-argument v0.1.2
6182024-07-19T23:00:32.213Z Compiling tracing-core v0.1.32
6192024-07-19T23:00:32.499Z Compiling anstyle-parse v0.2.4
6202024-07-19T23:00:32.852Z Compiling darling_core v0.20.10
6212024-07-19T23:00:33.748Z Compiling serde_derive_internals v0.29.1
6222024-07-19T23:00:34.463Z Compiling crc32fast v1.4.2
6232024-07-19T23:00:34.546Z Compiling colorchoice v1.0.1
6242024-07-19T23:00:34.682Z Compiling pretty-hex v0.2.1
6252024-07-19T23:00:34.806Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7)
6262024-07-19T23:00:34.859Z Compiling anstyle-query v1.1.0
6272024-07-19T23:00:34.989Z Compiling is_terminal_polyfill v1.70.0
6282024-07-19T23:00:35.091Z Compiling lazy_static v1.5.0
6292024-07-19T23:00:35.098Z Compiling anstyle v1.0.7
6302024-07-19T23:00:35.178Z Compiling colored v2.1.0
6312024-07-19T23:00:35.598Z Compiling anstream v0.6.14
6322024-07-19T23:00:35.869Z Compiling terminal_size v0.3.0
6332024-07-19T23:00:35.996Z Compiling socket2 v0.4.10
6342024-07-19T23:00:36.049Z Compiling heck v0.5.0
6352024-07-19T23:00:36.291Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
6362024-07-19T23:00:36.475Z Compiling clap_lex v0.7.1
6372024-07-19T23:00:36.615Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
6382024-07-19T23:00:37.105Z Compiling clap_builder v4.5.9
6392024-07-19T23:00:37.746Z Compiling serde_derive v1.0.204
6402024-07-19T23:00:37.755Z Compiling num_enum_derive v0.5.11
6412024-07-19T23:00:37.813Z Compiling thiserror-impl v1.0.62
6422024-07-19T23:00:37.849Z Compiling zerocopy-derive v0.7.35
6432024-07-19T23:00:37.937Z Compiling tokio-macros v2.3.0
6442024-07-19T23:00:38.033Z Compiling darling_macro v0.20.10
6452024-07-19T23:00:38.061Z Compiling schemars_derive v0.8.21
6462024-07-19T23:00:39.015Z Compiling darling v0.20.10
6472024-07-19T23:00:39.114Z Compiling foreign-types-macros v0.2.3
6482024-07-19T23:00:39.465Z Compiling tokio v1.38.0
6492024-07-19T23:00:39.873Z Compiling zerocopy v0.7.35
6502024-07-19T23:00:40.086Z Compiling num_enum v0.5.11
6512024-07-19T23:00:40.225Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6522024-07-19T23:00:40.371Z Compiling foreign-types v0.5.0
6532024-07-19T23:00:40.457Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
6542024-07-19T23:00:40.813Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6552024-07-19T23:00:41.074Z Compiling tracing-attributes v0.1.27
6562024-07-19T23:00:41.332Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6572024-07-19T23:00:41.474Z Compiling clap_derive v4.5.8
6582024-07-19T23:00:44.094Z Compiling tracing v0.1.40
6592024-07-19T23:00:45.791Z Compiling clap v4.5.9
6602024-07-19T23:00:47.223Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
6612024-07-19T23:00:48.873Z Compiling ipnetwork v0.20.0
6622024-07-19T23:00:48.873Z Compiling postcard v1.0.8
6632024-07-19T23:00:49.591Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6642024-07-19T23:00:52.190Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf)
6652024-07-19T23:00:55.547Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6662024-07-19T23:00:57.480Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6672024-07-19T23:01:36.450Z Finished `release` profile [optimized + debuginfo] target(s) in 1m 12s
6682024-07-19T23:01:36.484Z
6692024-07-19T23:01:36.484Zreal 1:12.170204155
6702024-07-19T23:01:36.484Zuser 4:03.418304696
6712024-07-19T23:01:36.487Zsys 39.943722520
6722024-07-19T23:01:36.487Ztrap 0.111658549
6732024-07-19T23:01:36.487Ztflt 0.158269114
6742024-07-19T23:01:36.487Zdflt 0.604374463
6752024-07-19T23:01:36.487Zkflt 0.000071071
6762024-07-19T23:01:36.487Zlock 9:27.386992791
6772024-07-19T23:01:36.487Zslp 12:46.317096451
6782024-07-19T23:01:36.487Zlat 7.984941127
6792024-07-19T23:01:36.487Zstop 12.244167190
6802024-07-19T23:01:36.487Z+ popd
6812024-07-19T23:01:36.487Z/work/oxidecomputer/opte
6822024-07-19T23:01:36.487Z+ for x in debug release
6832024-07-19T23:01:36.487Z+ mkdir -p /work/debug
6842024-07-19T23:01:36.488Z+ cp target/debug/opteadm /work/debug/
6852024-07-19T23:01:36.550Z+ sha256sum target/debug/opteadm
6862024-07-19T23:01:36.604Z+ for x in debug release
6872024-07-19T23:01:36.604Z+ mkdir -p /work/release
6882024-07-19T23:01:36.607Z+ cp target/release/opteadm /work/release/
6892024-07-19T23:01:36.624Z+ sha256sum target/release/opteadm
6902024-07-19T23:01:36.641Zprocess exited: duration 152031 ms, exit code 0
 
6912024-07-19T23:01:36.647Zfound 4 output files
6922024-07-19T23:01:36.647Zuploading: /work/debug/opteadm (67122296 bytes)
6932024-07-19T23:01:38.676Zuploaded: /work/debug/opteadm
6942024-07-19T23:01:38.676Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6952024-07-19T23:01:39.684Zuploaded: /work/debug/opteadm.debug.sha256
6962024-07-19T23:01:39.684Zuploading: /work/release/opteadm (17116168 bytes)
6972024-07-19T23:01:41.085Zuploaded: /work/release/opteadm
6982024-07-19T23:01:41.087Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6992024-07-19T23:01:42.094Zuploaded: /work/release/opteadm.release.sha256