01HRP68ZZ3R9Y08W4S13YD5THV: opte-xde

BasicConfig {
    output_rules: [
        "=/work/debug/xde.dbg",
        "=/work/debug/xde.dbg.sha256",
        "=/work/debug/xde_link.dbg.so",
        "=/work/debug/xde_link.dbg.so.sha256",
        "=/work/release/xde",
        "=/work/release/xde.sha256",
        "=/work/release/xde_link.so",
        "=/work/release/xde_link.so.sha256",
        "=/work/test/loopback",
        "=/work/xde.conf",
    ],
    rust_toolchain: Some(
        String(
            "nightly-2024-02-06",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/xde",
            series: "module",
            name: "xde",
        },
        BasicConfigPublish {
            from_output: "/work/release/xde.sha256",
            series: "module",
            name: "xde.sha256",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01HRP6997KYXKAFJATNTJHDPT2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-11T07:25:57.011Zjob assigned to worker 01HRP6D5XB962RXAMJ2F8JMC56 (queued for 2 m 59 s)
 
22024-03-11T07:26:04.408Zstarting task 0: "setup"
32024-03-11T07:26:04.472Z++ uname -s
42024-03-11T07:26:04.476Z+ kern=SunOS
52024-03-11T07:26:04.476Z+ case "$kern" in
62024-03-11T07:26:04.476Z+ groupadd -g 12345 build
72024-03-11T07:26:04.494Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-11T07:26:06.521Z+ zfs create -o mountpoint=/work rpool/work
92024-03-11T07:26:06.627Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-11T07:26:06.634Z+ home_fs=zfs
112024-03-11T07:26:06.634Z+ [[ zfs == autofs ]]
122024-03-11T07:26:06.634Z+ mkdir -p /home/build
132024-03-11T07:26:06.634Z+ chown build:build /home/build /work
142024-03-11T07:26:07.634Z+ chmod 0700 /home/build /work
152024-03-11T07:26:07.638Zprocess exited: duration 3226 ms, exit code 0
 
162024-03-11T07:26:07.651Zstarting task 1: "rust-toolchain"
172024-03-11T07:26:07.655Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-11T07:26:07.659Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-02-06 --profile default
192024-03-11T07:26:07.778Zinfo: downloading installer
202024-03-11T07:26:09.310Zwarning: it looks like you have an existing installation of Rust at:
212024-03-11T07:26:09.310Zwarning: /opt/ooce/bin
222024-03-11T07:26:09.310Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-11T07:26:09.310Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-11T07:26:09.310Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-11T07:26:09.310Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-11T07:26:09.310Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-11T07:26:09.310Zerror: cannot install while Rust is installed
282024-03-11T07:26:09.310Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-11T07:26:09.812Zinfo: profile set to 'default'
302024-03-11T07:26:09.812Zinfo: default host triple is x86_64-unknown-illumos
312024-03-11T07:26:09.827Zinfo: syncing channel updates for 'nightly-2024-02-06-x86_64-unknown-illumos'
322024-03-11T07:26:09.827Zinfo: latest update on 2024-02-06, rust version 1.78.0-nightly (f067fd608 2024-02-05)
332024-03-11T07:26:09.827Zinfo: downloading component 'cargo'
342024-03-11T07:26:10.213Zinfo: downloading component 'clippy'
352024-03-11T07:26:10.433Zinfo: downloading component 'rust-docs'
362024-03-11T07:26:11.332Zinfo: downloading component 'rust-std'
372024-03-11T07:26:12.661Zinfo: downloading component 'rustc'
382024-03-11T07:26:16.223Zinfo: downloading component 'rustfmt'
392024-03-11T07:26:16.419Zinfo: installing component 'cargo'
402024-03-11T07:26:17.656Zinfo: installing component 'clippy'
412024-03-11T07:26:17.667Zinfo: installing component 'rust-docs'
422024-03-11T07:26:19.157Zinfo: installing component 'rust-std'
432024-03-11T07:26:20.834Zinfo: installing component 'rustc'
442024-03-11T07:26:24.863Zinfo: installing component 'rustfmt'
452024-03-11T07:26:25.200Zinfo: default toolchain set to 'nightly-2024-02-06-x86_64-unknown-illumos'
462024-03-11T07:26:25.200Z
472024-03-11T07:26:25.480Z nightly-2024-02-06-x86_64-unknown-illumos installed - rustc 1.78.0-nightly (f067fd608 2024-02-05)
482024-03-11T07:26:25.480Z
492024-03-11T07:26:25.484Z
502024-03-11T07:26:25.484ZRust is installed now. Great!
512024-03-11T07:26:25.484Z
522024-03-11T07:26:25.485ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-11T07:26:25.485Zenvironment variable. This has not been done automatically.
542024-03-11T07:26:25.485Z
552024-03-11T07:26:25.485ZTo configure your current shell, run:
562024-03-11T07:26:25.485Zsource "$HOME/.cargo/env"
572024-03-11T07:26:25.582Z+ rustc --version
582024-03-11T07:26:25.650Zrustc 1.78.0-nightly (f067fd608 2024-02-05)
592024-03-11T07:26:25.654Zprocess exited: duration 17992 ms, exit code 0
 
602024-03-11T07:26:25.702Zstarting task 2: "authentication"
612024-03-11T07:26:25.719Zprocess exited: duration 22 ms, exit code 0
 
622024-03-11T07:26:25.728Zstarting task 3: "clone repository"
632024-03-11T07:26:25.733Z+ mkdir -p /work/oxidecomputer/opte
642024-03-11T07:26:25.737Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
652024-03-11T07:26:25.953ZCloning into '/work/oxidecomputer/opte'...
662024-03-11T07:26:27.242Z+ cd /work/oxidecomputer/opte
672024-03-11T07:26:27.242Z+ git fetch origin b12d69cf74719c9e8b58049429d1ad2d63d11457
682024-03-11T07:26:27.547ZFrom https://github.com/oxidecomputer/opte
692024-03-11T07:26:27.547Z * branch b12d69cf74719c9e8b58049429d1ad2d63d11457 -> FETCH_HEAD
702024-03-11T07:26:27.555Z+ [[ -n '' ]]
712024-03-11T07:26:27.555Z+ git reset --hard b12d69cf74719c9e8b58049429d1ad2d63d11457
722024-03-11T07:26:27.579ZHEAD is now at b12d69c chore(deps): lock file maintenance
732024-03-11T07:26:27.584Zprocess exited: duration 1848 ms, exit code 0
 
742024-03-11T07:26:27.618Zstarting task 4: "build"
752024-03-11T07:26:27.636Z+ TGT_BASE=/work
762024-03-11T07:26:27.637Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
772024-03-11T07:26:27.637Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
782024-03-11T07:26:27.637Z+ DBG_TGT=/work/debug
792024-03-11T07:26:27.637Z+ REL_SRC=target/x86_64-unknown-unknown/release
802024-03-11T07:26:27.637Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
812024-03-11T07:26:27.637Z+ REL_TGT=/work/release
822024-03-11T07:26:27.637Z+ mkdir -p /work/debug /work/release
832024-03-11T07:26:27.637Z+ cargo --version
842024-03-11T07:26:27.637Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
852024-03-11T07:26:27.784Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
862024-03-11T07:26:27.784Zinfo: downloading component 'cargo'
872024-03-11T07:26:28.634Zinfo: downloading component 'clippy'
882024-03-11T07:26:28.890Zinfo: downloading component 'rust-docs'
892024-03-11T07:26:29.959Zinfo: downloading component 'rust-std'
902024-03-11T07:26:31.657Zinfo: downloading component 'rustc'
912024-03-11T07:26:37.198Zinfo: downloading component 'rustfmt'
922024-03-11T07:26:37.439Zinfo: installing component 'cargo'
932024-03-11T07:26:38.324Zinfo: installing component 'clippy'
942024-03-11T07:26:38.658Zinfo: installing component 'rust-docs'
952024-03-11T07:26:40.196Zinfo: installing component 'rust-std'
962024-03-11T07:26:41.984Zinfo: installing component 'rustc'
972024-03-11T07:26:46.116Zinfo: installing component 'rustfmt'
982024-03-11T07:26:46.498Zcargo 1.76.0 (c84b36747 2024-01-18)
992024-03-11T07:26:46.502Z+ rustc --version
1002024-03-11T07:26:46.575Zrustc 1.76.0 (07dca489a 2024-02-04)
1012024-03-11T07:26:46.586Z+ install_pkg jq
1022024-03-11T07:26:46.586Z+ set +o errexit
1032024-03-11T07:26:46.587Z+ pfexec pkg install jq
1042024-03-11T07:26:54.481Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-03-11T07:26:55.921Z Startup: Caching catalogs ... Done
1062024-03-11T07:26:57.114ZPlanning: Solver setup ... Done
1072024-03-11T07:26:57.128ZPlanning: Running solver ... Done
1082024-03-11T07:26:57.152ZPlanning: Consolidating action changes ... Done
1092024-03-11T07:26:57.170ZPlanning: Evaluating mediators ... Done
1102024-03-11T07:26:57.170ZPlanning: Planning completed in 1.18 seconds
1112024-03-11T07:26:57.176ZNo updates necessary for this image.
1122024-03-11T07:26:57.479Z+ exit_code=4
1132024-03-11T07:26:57.479Z+ [[ 4 -ne 0 ]]
1142024-03-11T07:26:57.484Z+ [[ 4 -ne 4 ]]
1152024-03-11T07:26:57.485Z+ set -o errexit
1162024-03-11T07:26:57.485Z+ pushd xde
1172024-03-11T07:26:57.485Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1182024-03-11T07:26:57.485Z+ cp xde.conf /work/xde.conf
1192024-03-11T07:26:57.485Z+ header 'check style'
1202024-03-11T07:26:57.485Z+ echo '# ==== check style ==== #'
1212024-03-11T07:26:57.485Z# ==== check style ==== #
1222024-03-11T07:26:57.485Z+ ptime -m cargo +nightly-2024-02-06 fmt -p xde -p xde-link -- --check
1232024-03-11T07:26:57.974Z
1242024-03-11T07:26:57.975Zreal 0.488862302
1252024-03-11T07:26:57.975Zuser 0.276747871
1262024-03-11T07:26:57.975Zsys 0.203089611
1272024-03-11T07:26:57.975Ztrap 0.000021409
1282024-03-11T07:26:57.975Ztflt 0.000000000
1292024-03-11T07:26:57.975Zdflt 0.000000000
1302024-03-11T07:26:57.975Zkflt 0.000000000
1312024-03-11T07:26:57.979Zlock 0.000000000
1322024-03-11T07:26:57.979Zslp 0.405830720
1332024-03-11T07:26:57.979Zlat 0.000269956
1342024-03-11T07:26:57.979Zstop 0.000223151
1352024-03-11T07:26:57.979Z+ header analyze
1362024-03-11T07:26:57.979Z+ echo '# ==== analyze ==== #'
1372024-03-11T07:26:57.979Z# ==== analyze ==== #
1382024-03-11T07:26:57.979Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1392024-03-11T07:26:58.106Zinfo: syncing channel updates for 'nightly-2024-02-06-x86_64-unknown-illumos'
1402024-03-11T07:26:58.249Zinfo: latest update on 2024-02-06, rust version 1.78.0-nightly (f067fd608 2024-02-05)
1412024-03-11T07:26:58.275Zinfo: component 'clippy' for target 'x86_64-unknown-illumos' is up to date
1422024-03-11T07:26:58.275Zinfo: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date
1432024-03-11T07:26:58.279Zinfo: downloading component 'rust-src'
1442024-03-11T07:26:58.716Zinfo: installing component 'rust-src'
1452024-03-11T07:26:59.331Z Updating crates.io index
1462024-03-11T07:26:59.335Z Updating git repository `https://github.com/oxidecomputer/falcon`
1472024-03-11T07:27:00.113Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1482024-03-11T07:27:00.395Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1492024-03-11T07:27:00.864Z Updating git repository `https://github.com/oxidecomputer/zone`
1502024-03-11T07:27:01.167Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1512024-03-11T07:27:01.551Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1522024-03-11T07:27:01.851Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1532024-03-11T07:27:03.478Z Downloading crates ...
1542024-03-11T07:27:03.640Z Downloaded proc-macro-error-attr v1.0.4
1552024-03-11T07:27:03.645Z Downloaded unicode-ident v1.0.12
1562024-03-11T07:27:03.649Z Downloaded hash32 v0.3.1
1572024-03-11T07:27:03.653Z Downloaded darling_macro v0.20.8
1582024-03-11T07:27:03.658Z Downloaded ident_case v1.0.1
1592024-03-11T07:27:03.667Z Downloaded version_check v0.9.4
1602024-03-11T07:27:03.671Z Downloaded fnv v1.0.7
1612024-03-11T07:27:03.671Z Downloaded thiserror v1.0.57
1622024-03-11T07:27:03.675Z Downloaded thiserror-impl v1.0.57
1632024-03-11T07:27:03.675Z Downloaded stable_deref_trait v1.2.0
1642024-03-11T07:27:03.675Z Downloaded either v1.10.0
1652024-03-11T07:27:03.679Z Downloaded embedded-io v0.4.0
1662024-03-11T07:27:03.679Z Downloaded managed v0.8.0
1672024-03-11T07:27:03.679Z Downloaded cobs v0.2.3
1682024-03-11T07:27:03.679Z Downloaded defmt-macros v0.3.7
1692024-03-11T07:27:03.683Z Downloaded bitflags v1.3.2
1702024-03-11T07:27:03.687Z Downloaded dyn-clone v1.0.17
1712024-03-11T07:27:03.687Z Downloaded strsim v0.10.0
1722024-03-11T07:27:03.691Z Downloaded quote v1.0.35
1732024-03-11T07:27:03.691Z Downloaded byteorder v1.5.0
1742024-03-11T07:27:03.691Z Downloaded zerocopy-derive v0.7.32
1752024-03-11T07:27:03.697Z Downloaded proc-macro-error v1.0.4
1762024-03-11T07:27:03.702Z Downloaded defmt v0.3.6
1772024-03-11T07:27:03.702Z Downloaded bitflags v2.4.2
1782024-03-11T07:27:03.706Z Downloaded serde_derive v1.0.197
1792024-03-11T07:27:03.710Z Downloaded darling v0.20.8
1802024-03-11T07:27:03.715Z Downloaded defmt-parser v0.3.4
1812024-03-11T07:27:03.715Z Downloaded postcard v1.0.8
1822024-03-11T07:27:03.715Z Downloaded darling_core v0.20.8
1832024-03-11T07:27:03.719Z Downloaded serde v1.0.197
1842024-03-11T07:27:03.722Z Downloaded heapless v0.8.0
1852024-03-11T07:27:03.726Z Downloaded proc-macro2 v1.0.78
1862024-03-11T07:27:03.738Z Downloaded cfg-if v1.0.0
1872024-03-11T07:27:03.739Z Downloaded crc32fast v1.4.0
1882024-03-11T07:27:03.739Z Downloaded itertools v0.12.1
1892024-03-11T07:27:04.156Z Downloaded zerocopy v0.7.32
1902024-03-11T07:27:04.161Z Downloaded syn v1.0.109
1912024-03-11T07:27:04.161Z Downloaded syn v2.0.52
1922024-03-11T07:27:04.161Z Downloaded smoltcp v0.11.0
1932024-03-11T07:27:04.161Z Updating crates.io index
1942024-03-11T07:27:04.161Z Downloading crates ...
1952024-03-11T07:27:04.161Z Downloaded unicode-width v0.1.11
1962024-03-11T07:27:04.161Z Downloaded addr2line v0.21.0
1972024-03-11T07:27:04.161Z Downloaded rustc-demangle v0.1.23
1982024-03-11T07:27:04.161Z Downloaded adler v1.0.2
1992024-03-11T07:27:04.161Z Downloaded getopts v0.2.21
2002024-03-11T07:27:04.161Z Downloaded miniz_oxide v0.7.1
2012024-03-11T07:27:04.161Z Downloaded memchr v2.5.0
2022024-03-11T07:27:04.161Z Downloaded allocator-api2 v0.2.15
2032024-03-11T07:27:04.161Z Downloaded hashbrown v0.14.3
2042024-03-11T07:27:04.161Z Downloaded compiler_builtins v0.1.105
2052024-03-11T07:27:04.161Z Downloaded gimli v0.28.0
2062024-03-11T07:27:04.161Z Downloaded object v0.32.2
2072024-03-11T07:27:04.161Z Downloaded libc v0.2.153
2082024-03-11T07:27:04.291Z Compiling compiler_builtins v0.1.105
2092024-03-11T07:27:04.291Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2102024-03-11T07:27:04.296Z Compiling proc-macro2 v1.0.78
2112024-03-11T07:27:04.296Z Compiling unicode-ident v1.0.12
2122024-03-11T07:27:04.296Z Compiling serde v1.0.197
2132024-03-11T07:27:04.296Z Compiling fnv v1.0.7
2142024-03-11T07:27:04.296Z Compiling heapless v0.8.0
2152024-03-11T07:27:04.303Z Compiling strsim v0.10.0
2162024-03-11T07:27:04.472Z Compiling ident_case v1.0.1
2172024-03-11T07:27:04.505Z Compiling smoltcp v0.11.0
2182024-03-11T07:27:04.634Z Compiling version_check v0.9.4
2192024-03-11T07:27:05.198Z Compiling crc32fast v1.4.0
2202024-03-11T07:27:05.422Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2212024-03-11T07:27:06.475Z Compiling quote v1.0.35
2222024-03-11T07:27:06.715Z Compiling syn v2.0.52
2232024-03-11T07:27:10.243Z Compiling darling_core v0.20.8
2242024-03-11T07:27:13.626Z Compiling serde_derive v1.0.197
2252024-03-11T07:27:13.632Z Compiling zerocopy-derive v0.7.32
2262024-03-11T07:27:13.632Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2272024-03-11T07:27:14.221Z Compiling darling_macro v0.20.8
2282024-03-11T07:27:15.711Z Compiling darling v0.20.8
2292024-03-11T07:27:15.785Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2302024-03-11T07:27:15.949Zwarning: useless conversion to the same type: `proc_macro2::TokenStream`
2312024-03-11T07:27:15.950Z --> crates/derror-macro/src/lib.rs:62:26
2322024-03-11T07:27:15.950Z |
2332024-03-11T07:27:15.950Z62 | Err(e) => return TokenStream::from(e.write_errors()).into(),
2342024-03-11T07:27:15.950Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `TokenStream::from()`: `e.write_errors()`
2352024-03-11T07:27:15.950Z |
2362024-03-11T07:27:15.950Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
2372024-03-11T07:27:15.951Z = note: `#[warn(clippy::useless_conversion)]` on by default
2382024-03-11T07:27:15.951Z
2392024-03-11T07:27:17.394Zwarning: `derror-macro` (lib) generated 1 warning (run `cargo clippy --fix --lib -p derror-macro` to apply 1 suggestion)
2402024-03-11T07:27:24.055Z Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
2412024-03-11T07:27:25.295Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2422024-03-11T07:27:28.229Z Checking byteorder v1.5.0
2432024-03-11T07:27:28.229Z Checking stable_deref_trait v1.2.0
2442024-03-11T07:27:28.236Z Checking cfg-if v1.0.0
2452024-03-11T07:27:28.236Z Checking cobs v0.2.3
2462024-03-11T07:27:28.236Z Checking embedded-io v0.4.0
2472024-03-11T07:27:28.237Z Checking managed v0.8.0
2482024-03-11T07:27:28.237Z Checking bitflags v1.3.2
2492024-03-11T07:27:28.289Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2502024-03-11T07:27:28.310Z Checking either v1.10.0
2512024-03-11T07:27:28.386Z Checking dyn-clone v1.0.17
2522024-03-11T07:27:28.418Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
2532024-03-11T07:27:28.483Z Checking bitflags v2.4.2
2542024-03-11T07:27:28.499Z Checking hash32 v0.3.1
2552024-03-11T07:27:28.509Z Checking zerocopy v0.7.32
2562024-03-11T07:27:28.590Z Checking itertools v0.12.1
2572024-03-11T07:27:31.353Z Checking postcard v1.0.8
2582024-03-11T07:27:31.757Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2592024-03-11T07:27:36.150Zwarning: you should consider adding a `Default` implementation for `ErrorBlock<L>`
2602024-03-11T07:27:36.150Z --> lib/opte/src/d_error.rs:71:5
2612024-03-11T07:27:36.150Z |
2622024-03-11T07:27:36.150Z71 | / pub fn new() -> Self {
2632024-03-11T07:27:36.150Z72 | | Self {
2642024-03-11T07:27:36.150Z73 | | entries: [EMPTY_STRING.as_ptr(); L],
2652024-03-11T07:27:36.150Z74 | |
2662024-03-11T07:27:36.150Z... |
2672024-03-11T07:27:36.150Z79 | | }
2682024-03-11T07:27:36.150Z80 | | }
2692024-03-11T07:27:36.150Z | |_____^
2702024-03-11T07:27:36.150Z |
2712024-03-11T07:27:36.150Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default
2722024-03-11T07:27:36.151Z = note: `#[warn(clippy::new_without_default)]` on by default
2732024-03-11T07:27:36.151Zhelp: try adding this
2742024-03-11T07:27:36.151Z |
2752024-03-11T07:27:36.151Z69 + impl<const L: usize> Default for ErrorBlock<L> {
2762024-03-11T07:27:36.151Z70 + fn default() -> Self {
2772024-03-11T07:27:36.151Z71 + Self::new()
2782024-03-11T07:27:36.151Z72 + }
2792024-03-11T07:27:36.151Z73 + }
2802024-03-11T07:27:36.151Z |
2812024-03-11T07:27:36.151Z
2822024-03-11T07:27:36.154Zwarning: this returns a `Result<_, ()>`
2832024-03-11T07:27:36.154Z --> lib/opte/src/d_error.rs:97:5
2842024-03-11T07:27:36.154Z |
2852024-03-11T07:27:36.154Z97 | pub fn append(&mut self, err: &dyn DError) -> Result<(), ()> {
2862024-03-11T07:27:36.155Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2872024-03-11T07:27:36.155Z |
2882024-03-11T07:27:36.155Z = help: use a custom `Error` type instead
2892024-03-11T07:27:36.155Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
2902024-03-11T07:27:36.155Z = note: `#[warn(clippy::result_unit_err)]` on by default
2912024-03-11T07:27:36.155Z
2922024-03-11T07:27:36.155Zwarning: this returns a `Result<_, ()>`
2932024-03-11T07:27:36.155Z --> lib/opte/src/d_error.rs:111:5
2942024-03-11T07:27:36.155Z |
2952024-03-11T07:27:36.155Z111 | pub fn append_name(&mut self, err: &dyn DError) -> Result<(), ()> {
2962024-03-11T07:27:36.155Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2972024-03-11T07:27:36.155Z |
2982024-03-11T07:27:36.155Z = help: use a custom `Error` type instead
2992024-03-11T07:27:36.155Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
3002024-03-11T07:27:36.155Z
3012024-03-11T07:27:36.160Zwarning: this returns a `Result<_, ()>`
3022024-03-11T07:27:36.160Z --> lib/opte/src/d_error.rs:126:5
3032024-03-11T07:27:36.160Z |
3042024-03-11T07:27:36.160Z126 | / pub unsafe fn append_name_raw<'a, 'b: 'a>(
3052024-03-11T07:27:36.160Z127 | | &'a mut self,
3062024-03-11T07:27:36.160Z128 | | err: &'b CStr,
3072024-03-11T07:27:36.160Z129 | | ) -> Result<(), ()> {
3082024-03-11T07:27:36.160Z | |_______________________^
3092024-03-11T07:27:36.160Z |
3102024-03-11T07:27:36.160Z = help: use a custom `Error` type instead
3112024-03-11T07:27:36.160Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
3122024-03-11T07:27:36.160Z
3132024-03-11T07:27:36.160Zwarning: unsafe function's docs miss `# Safety` section
3142024-03-11T07:27:36.160Z --> lib/opte/src/d_error.rs:126:5
3152024-03-11T07:27:36.160Z |
3162024-03-11T07:27:36.160Z126 | / pub unsafe fn append_name_raw<'a, 'b: 'a>(
3172024-03-11T07:27:36.160Z127 | | &'a mut self,
3182024-03-11T07:27:36.160Z128 | | err: &'b CStr,
3192024-03-11T07:27:36.160Z129 | | ) -> Result<(), ()> {
3202024-03-11T07:27:36.161Z | |_______________________^
3212024-03-11T07:27:36.161Z |
3222024-03-11T07:27:36.161Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
3232024-03-11T07:27:36.161Z = note: `#[warn(clippy::missing_safety_doc)]` on by default
3242024-03-11T07:27:36.161Z
3252024-03-11T07:27:36.161Zwarning: the following explicit lifetimes could be elided: 'a
3262024-03-11T07:27:36.161Z --> lib/opte/src/d_error.rs:152:20
3272024-03-11T07:27:36.161Z |
3282024-03-11T07:27:36.161Z152 | pub fn entries<'a>(&'a self) -> ErrorBlockIter<'a, L> {
3292024-03-11T07:27:36.161Z | ^^ ^^ ^^
3302024-03-11T07:27:36.161Z |
3312024-03-11T07:27:36.161Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
3322024-03-11T07:27:36.161Z = note: `#[warn(clippy::needless_lifetimes)]` on by default
3332024-03-11T07:27:36.161Zhelp: elide the lifetimes
3342024-03-11T07:27:36.161Z |
3352024-03-11T07:27:36.161Z152 - pub fn entries<'a>(&'a self) -> ErrorBlockIter<'a, L> {
3362024-03-11T07:27:36.161Z152 + pub fn entries(&self) -> ErrorBlockIter<'_, L> {
3372024-03-11T07:27:36.161Z |
3382024-03-11T07:27:36.161Z
3392024-03-11T07:27:36.489Zwarning: you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
3402024-03-11T07:27:36.489Z --> lib/opte/src/engine/ether.rs:306:9
3412024-03-11T07:27:36.489Z |
3422024-03-11T07:27:36.489Z306 | / match self {
3432024-03-11T07:27:36.489Z307 | | Self::UnsupportedEtherType { ether_type } => {
3442024-03-11T07:27:36.489Z308 | | data[0] = *ether_type as u64;
3452024-03-11T07:27:36.489Z309 | | }
3462024-03-11T07:27:36.489Z310 | | _ => {}
3472024-03-11T07:27:36.489Z311 | | }
3482024-03-11T07:27:36.489Z | |_________^
3492024-03-11T07:27:36.489Z |
3502024-03-11T07:27:36.489Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_match
3512024-03-11T07:27:36.490Z = note: `#[warn(clippy::single_match)]` on by default
3522024-03-11T07:27:36.490Zhelp: try
3532024-03-11T07:27:36.490Z |
3542024-03-11T07:27:36.490Z306 ~ if let Self::UnsupportedEtherType { ether_type } = self {
3552024-03-11T07:27:36.490Z307 + data[0] = *ether_type as u64;
3562024-03-11T07:27:36.494Z308 + }
3572024-03-11T07:27:36.494Z |
3582024-03-11T07:27:36.494Z
3592024-03-11T07:27:38.753Zwarning: `opte` (lib) generated 7 warnings (run `cargo clippy --fix --lib -p opte` to apply 2 suggestions)
3602024-03-11T07:27:38.757Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3612024-03-11T07:27:40.832Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
3622024-03-11T07:27:41.876Zwarning: shared reference of mutable static is discouraged
3632024-03-11T07:27:41.876Z --> xde/src/xde.rs:1225:27
3642024-03-11T07:27:41.876Z |
3652024-03-11T07:27:41.876Z1225 | devo_cb_ops: unsafe { &xde_cb_ops },
3662024-03-11T07:27:41.876Z | ^^^^^^^^^^^ shared reference of mutable static
3672024-03-11T07:27:41.876Z |
3682024-03-11T07:27:41.876Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
3692024-03-11T07:27:41.877Z = note: reference of mutable static is a hard error from 2024 edition
3702024-03-11T07:27:41.877Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
3712024-03-11T07:27:41.877Z = note: `#[warn(static_mut_ref)]` on by default
3722024-03-11T07:27:41.877Zhelp: shared references are dangerous since if there's any kind of mutation of that static while the reference lives, that's UB; use `addr_of!` instead to create a raw pointer
3732024-03-11T07:27:41.877Z |
3742024-03-11T07:27:41.877Z1225 | devo_cb_ops: unsafe { addr_of!(xde_cb_ops) },
3752024-03-11T07:27:41.877Z | ~~~~~~~~~~~~~~~~~~~~
3762024-03-11T07:27:41.877Z
3772024-03-11T07:27:41.882Zwarning: shared reference of mutable static is discouraged
3782024-03-11T07:27:41.882Z --> xde/src/xde.rs:1236:22
3792024-03-11T07:27:41.882Z |
3802024-03-11T07:27:41.882Z1236 | drv_dev_ops: &xde_devops,
3812024-03-11T07:27:41.882Z | ^^^^^^^^^^^ shared reference of mutable static
3822024-03-11T07:27:41.882Z |
3832024-03-11T07:27:41.882Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
3842024-03-11T07:27:41.882Z = note: reference of mutable static is a hard error from 2024 edition
3852024-03-11T07:27:41.882Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
3862024-03-11T07:27:41.882Zhelp: shared references are dangerous since if there's any kind of mutation of that static while the reference lives, that's UB; use `addr_of!` instead to create a raw pointer
3872024-03-11T07:27:41.882Z |
3882024-03-11T07:27:41.882Z1236 | drv_dev_ops: addr_of!(xde_devops),
3892024-03-11T07:27:41.882Z | ~~~~~~~~~~~~~~~~~~~~
3902024-03-11T07:27:41.882Z
3912024-03-11T07:27:42.141Zwarning: mutable reference of mutable static is discouraged
3922024-03-11T07:27:42.141Z --> xde/src/xde.rs:310:23
3932024-03-11T07:27:42.141Z |
3942024-03-11T07:27:42.141Z310 | mac::mac_init_ops(&mut xde_devops, XDE_STR);
3952024-03-11T07:27:42.141Z | ^^^^^^^^^^^^^^^ mutable reference of mutable static
3962024-03-11T07:27:42.141Z |
3972024-03-11T07:27:42.141Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
3982024-03-11T07:27:42.141Z = note: reference of mutable static is a hard error from 2024 edition
3992024-03-11T07:27:42.141Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
4002024-03-11T07:27:42.141Zhelp: mutable references are dangerous since if there's any other pointer or reference used for that static while the reference lives, that's UB; use `addr_of_mut!` instead to create a raw pointer
4012024-03-11T07:27:42.141Z |
4022024-03-11T07:27:42.141Z310 | mac::mac_init_ops(addr_of_mut!(xde_devops), XDE_STR);
4032024-03-11T07:27:42.141Z | ~~~~~~~~~~~~~~~~~~~~~~~~
4042024-03-11T07:27:42.141Z
4052024-03-11T07:27:42.141Zwarning: mutable reference of mutable static is discouraged
4062024-03-11T07:27:42.141Z --> xde/src/xde.rs:316:31
4072024-03-11T07:27:42.141Z |
4082024-03-11T07:27:42.141Z316 | mac::mac_fini_ops(&mut xde_devops);
4092024-03-11T07:27:42.141Z | ^^^^^^^^^^^^^^^ mutable reference of mutable static
4102024-03-11T07:27:42.141Z |
4112024-03-11T07:27:42.141Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
4122024-03-11T07:27:42.142Z = note: reference of mutable static is a hard error from 2024 edition
4132024-03-11T07:27:42.142Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
4142024-03-11T07:27:42.142Zhelp: mutable references are dangerous since if there's any other pointer or reference used for that static while the reference lives, that's UB; use `addr_of_mut!` instead to create a raw pointer
4152024-03-11T07:27:42.142Z |
4162024-03-11T07:27:42.146Z316 | mac::mac_fini_ops(addr_of_mut!(xde_devops));
4172024-03-11T07:27:42.146Z | ~~~~~~~~~~~~~~~~~~~~~~~~
4182024-03-11T07:27:42.146Z
4192024-03-11T07:27:42.146Zwarning: mutable reference of mutable static is discouraged
4202024-03-11T07:27:42.146Z --> xde/src/xde.rs:332:31
4212024-03-11T07:27:42.147Z |
4222024-03-11T07:27:42.147Z332 | mac::mac_fini_ops(&mut xde_devops);
4232024-03-11T07:27:42.147Z | ^^^^^^^^^^^^^^^ mutable reference of mutable static
4242024-03-11T07:27:42.147Z |
4252024-03-11T07:27:42.147Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
4262024-03-11T07:27:42.147Z = note: reference of mutable static is a hard error from 2024 edition
4272024-03-11T07:27:42.147Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
4282024-03-11T07:27:42.147Zhelp: mutable references are dangerous since if there's any other pointer or reference used for that static while the reference lives, that's UB; use `addr_of_mut!` instead to create a raw pointer
4292024-03-11T07:27:42.147Z |
4302024-03-11T07:27:42.147Z332 | mac::mac_fini_ops(addr_of_mut!(xde_devops));
4312024-03-11T07:27:42.147Z | ~~~~~~~~~~~~~~~~~~~~~~~~
4322024-03-11T07:27:42.147Z
4332024-03-11T07:27:42.153Zwarning: mutable reference of mutable static is discouraged
4342024-03-11T07:27:42.153Z --> xde/src/xde.rs:724:28
4352024-03-11T07:27:42.153Z |
4362024-03-11T07:27:42.153Z724 | mreg.m_callbacks = &mut xde_mac_callbacks;
4372024-03-11T07:27:42.153Z | ^^^^^^^^^^^^^^^^^^^^^^ mutable reference of mutable static
4382024-03-11T07:27:42.153Z |
4392024-03-11T07:27:42.153Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
4402024-03-11T07:27:42.153Z = note: reference of mutable static is a hard error from 2024 edition
4412024-03-11T07:27:42.153Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
4422024-03-11T07:27:42.153Zhelp: mutable references are dangerous since if there's any other pointer or reference used for that static while the reference lives, that's UB; use `addr_of_mut!` instead to create a raw pointer
4432024-03-11T07:27:42.153Z |
4442024-03-11T07:27:42.154Z724 | mreg.m_callbacks = addr_of_mut!(xde_mac_callbacks);
4452024-03-11T07:27:42.154Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4462024-03-11T07:27:42.154Z
4472024-03-11T07:27:44.155Zwarning: usage of an `Arc` that is not `Send` and `Sync`
4482024-03-11T07:27:44.155Z --> xde/src/xde.rs:267:20
4492024-03-11T07:27:44.155Z |
4502024-03-11T07:27:44.155Z267 | let ectx = Arc::new(ExecCtx { log: Box::new(opte::KernelLog {}) });
4512024-03-11T07:27:44.155Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4522024-03-11T07:27:44.155Z |
4532024-03-11T07:27:44.155Z = note: `Arc<ExecCtx>` is not `Send` and `Sync` as:
4542024-03-11T07:27:44.155Z = note: - the trait `Send` is not implemented for `ExecCtx`
4552024-03-11T07:27:44.155Z = note: - the trait `Sync` is not implemented for `ExecCtx`
4562024-03-11T07:27:44.155Z = help: consider using an `Rc` instead. `Arc` does not provide benefits for non `Send` and `Sync` types
4572024-03-11T07:27:44.155Z = note: if you intend to use `Arc` with `Send` and `Sync` traits
4582024-03-11T07:27:44.155Z = note: wrap the inner type with a `Mutex` or implement `Send` and `Sync` for `ExecCtx`
4592024-03-11T07:27:44.155Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
4602024-03-11T07:27:44.155Z = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default
4612024-03-11T07:27:44.155Z
4622024-03-11T07:27:44.201Zwarning: usage of an `Arc` that is not `Send` and `Sync`
4632024-03-11T07:27:44.201Z --> xde/src/xde.rs:1014:14
4642024-03-11T07:27:44.201Z |
4652024-03-11T07:27:44.201Z1014 | let u1 = Arc::new(create_underlay_port(u1_name, "xdeu0")?);
4662024-03-11T07:27:44.201Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4672024-03-11T07:27:44.201Z |
4682024-03-11T07:27:44.201Z = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as:
4692024-03-11T07:27:44.201Z = note: - the trait `Send` is not implemented for `xde_underlay_port`
4702024-03-11T07:27:44.202Z = note: - the trait `Sync` is not implemented for `xde_underlay_port`
4712024-03-11T07:27:44.202Z = help: consider using an `Rc` instead. `Arc` does not provide benefits for non `Send` and `Sync` types
4722024-03-11T07:27:44.202Z = note: if you intend to use `Arc` with `Send` and `Sync` traits
4732024-03-11T07:27:44.202Z = note: wrap the inner type with a `Mutex` or implement `Send` and `Sync` for `xde_underlay_port`
4742024-03-11T07:27:44.202Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
4752024-03-11T07:27:44.202Z
4762024-03-11T07:27:44.207Zwarning: usage of an `Arc` that is not `Send` and `Sync`
4772024-03-11T07:27:44.207Z --> xde/src/xde.rs:1015:14
4782024-03-11T07:27:44.207Z |
4792024-03-11T07:27:44.207Z1015 | let u2 = Arc::new(create_underlay_port(u2_name, "xdeu1")?);
4802024-03-11T07:27:44.207Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4812024-03-11T07:27:44.207Z |
4822024-03-11T07:27:44.207Z = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as:
4832024-03-11T07:27:44.207Z = note: - the trait `Send` is not implemented for `xde_underlay_port`
4842024-03-11T07:27:44.207Z = note: - the trait `Sync` is not implemented for `xde_underlay_port`
4852024-03-11T07:27:44.207Z = help: consider using an `Rc` instead. `Arc` does not provide benefits for non `Send` and `Sync` types
4862024-03-11T07:27:44.207Z = note: if you intend to use `Arc` with `Send` and `Sync` traits
4872024-03-11T07:27:44.207Z = note: wrap the inner type with a `Mutex` or implement `Send` and `Sync` for `xde_underlay_port`
4882024-03-11T07:27:44.207Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
4892024-03-11T07:27:44.207Z
4902024-03-11T07:27:44.258Zwarning: usage of an `Arc` that is not `Send` and `Sync`
4912024-03-11T07:27:44.258Z --> xde/src/xde.rs:2038:8
4922024-03-11T07:27:44.258Z |
4932024-03-11T07:27:44.258Z2038 | Ok(Arc::new(pb.create(net, limit, limit)?))
4942024-03-11T07:27:44.258Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4952024-03-11T07:27:44.258Z |
4962024-03-11T07:27:44.258Z = note: `Arc<Port<VpcNetwork>>` is not `Send` and `Sync` as:
4972024-03-11T07:27:44.258Z = note: - the trait `Send` is not implemented for `Port<VpcNetwork>`
4982024-03-11T07:27:44.258Z = note: - the trait `Sync` is not implemented for `Port<VpcNetwork>`
4992024-03-11T07:27:44.258Z = help: consider using an `Rc` instead. `Arc` does not provide benefits for non `Send` and `Sync` types
5002024-03-11T07:27:44.258Z = note: if you intend to use `Arc` with `Send` and `Sync` traits
5012024-03-11T07:27:44.258Z = note: wrap the inner type with a `Mutex` or implement `Send` and `Sync` for `Port<VpcNetwork>`
5022024-03-11T07:27:44.258Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
5032024-03-11T07:27:44.258Z
5042024-03-11T07:27:44.604Zwarning: `xde` (lib) generated 10 warnings
5052024-03-11T07:27:44.608Z Finished dev [unoptimized + debuginfo] target(s) in 45.37s
5062024-03-11T07:27:44.719Z
5072024-03-11T07:27:44.719Zreal 46.714648759
5082024-03-11T07:27:44.719Zuser 1:22.267746435
5092024-03-11T07:27:44.720Zsys 19.666482139
5102024-03-11T07:27:44.720Ztrap 0.021694135
5112024-03-11T07:27:44.720Ztflt 0.523631022
5122024-03-11T07:27:44.720Zdflt 1.531386657
5132024-03-11T07:27:44.720Zkflt 0.210409496
5142024-03-11T07:27:44.720Zlock 2:40.230065748
5152024-03-11T07:27:44.720Zslp 4:08.854456443
5162024-03-11T07:27:44.728Zlat 1.382241988
5172024-03-11T07:27:44.728Zstop 2.983247494
5182024-03-11T07:27:44.728Z+ pushd xde-link
5192024-03-11T07:27:44.728Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
5202024-03-11T07:27:44.728Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
5212024-03-11T07:27:44.980Z Compiling compiler_builtins v0.1.105
5222024-03-11T07:27:44.981Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5232024-03-11T07:27:44.981Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5242024-03-11T07:28:02.717Z Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
5252024-03-11T07:28:03.444Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5262024-03-11T07:28:06.503Z Finished dev [unoptimized + debuginfo] target(s) in 21.64s
5272024-03-11T07:28:06.521Z
5282024-03-11T07:28:06.526Zreal 21.785734209
5292024-03-11T07:28:06.526Zuser 20.587041941
5302024-03-11T07:28:06.526Zsys 5.937336976
5312024-03-11T07:28:06.526Ztrap 0.003015945
5322024-03-11T07:28:06.526Ztflt 0.017125874
5332024-03-11T07:28:06.526Zdflt 0.051561451
5342024-03-11T07:28:06.526Zkflt 0.000000000
5352024-03-11T07:28:06.526Zlock 1:08.638513188
5362024-03-11T07:28:06.526Zslp 1:08.502765019
5372024-03-11T07:28:06.526Zlat 0.046199539
5382024-03-11T07:28:06.526Zstop 0.131117261
5392024-03-11T07:28:06.526Z+ popd
5402024-03-11T07:28:06.526Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
5412024-03-11T07:28:06.526Z+ header 'build xde (debug)'
5422024-03-11T07:28:06.526Z+ echo '# ==== build xde (debug) ==== #'
5432024-03-11T07:28:06.526Z# ==== build xde (debug) ==== #
5442024-03-11T07:28:06.526Z+ ptime -m ./build-debug.sh
5452024-03-11T07:28:06.816Z Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5462024-03-11T07:28:06.816Z Fresh unicode-ident v1.0.12
5472024-03-11T07:28:06.816Z Fresh strsim v0.10.0
5482024-03-11T07:28:06.816Z Fresh ident_case v1.0.1
5492024-03-11T07:28:06.816Z Fresh fnv v1.0.7
5502024-03-11T07:28:06.820Z Fresh rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
5512024-03-11T07:28:06.820Z Fresh version_check v0.9.4
5522024-03-11T07:28:06.820Z Fresh compiler_builtins v0.1.105
5532024-03-11T07:28:06.820Z Fresh proc-macro2 v1.0.78
5542024-03-11T07:28:06.820Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5552024-03-11T07:28:06.820Z Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5562024-03-11T07:28:06.820Z Fresh quote v1.0.35
5572024-03-11T07:28:06.820Z Fresh syn v2.0.52
5582024-03-11T07:28:06.820Z Compiling byteorder v1.5.0
5592024-03-11T07:28:06.821Z Compiling stable_deref_trait v1.2.0
5602024-03-11T07:28:06.821Z Compiling cfg-if v1.0.0
5612024-03-11T07:28:06.821Z Compiling managed v0.8.0
5622024-03-11T07:28:06.821Z Compiling cobs v0.2.3
5632024-03-11T07:28:06.821Z Compiling embedded-io v0.4.0
5642024-03-11T07:28:06.826Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' -C metadata=ce999a07aafa3115 -C extra-filename=-ce999a07aafa3115 --out-dir /work/oxidecomputer/opte/target/debug/build/opte-ce999a07aafa3115 -C incremental=/work/oxidecomputer/opte/target/debug/incremental -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern version_check=/work/oxidecomputer/opte/target/debug/deps/libversion_check-734e27e09e5fa9c1.rlib`
5652024-03-11T07:28:06.826Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=406316657b9856bc -C extra-filename=-406316657b9856bc --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' -Z unstable-options --cap-lints allow`
5662024-03-11T07:28:06.826Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bd389dc923ecf468 -C extra-filename=-bd389dc923ecf468 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' -Z unstable-options --cap-lints allow`
5672024-03-11T07:28:06.826Z Fresh serde_derive v1.0.197
5682024-03-11T07:28:06.826Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1ac07588aebca4e9 -C extra-filename=-1ac07588aebca4e9 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' -Z unstable-options --cap-lints allow`
5692024-03-11T07:28:06.826Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' -C metadata=db8d0a29035dd409 -C extra-filename=-db8d0a29035dd409 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' -Z unstable-options --cap-lints allow`
5702024-03-11T07:28:06.826Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=54c9e0b098d5735b -C extra-filename=-54c9e0b098d5735b --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' -Z unstable-options --cap-lints allow`
5712024-03-11T07:28:06.830Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=ab8cda866ecc1572 -C extra-filename=-ab8cda866ecc1572 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' -Z unstable-options --cap-lints allow`
5722024-03-11T07:28:06.830Z Fresh darling_core v0.20.8
5732024-03-11T07:28:06.834Z Fresh darling_macro v0.20.8
5742024-03-11T07:28:06.834Z Compiling serde v1.0.197
5752024-03-11T07:28:06.853Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' -C metadata=6a56b3137633189f -C extra-filename=-6a56b3137633189f --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' --extern serde_derive=/work/oxidecomputer/opte/target/debug/deps/libserde_derive-d1275ef8e08d7057.so -Z unstable-options --cap-lints allow`
5762024-03-11T07:28:06.880Z Compiling bitflags v1.3.2
5772024-03-11T07:28:06.890Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=071ea801dbcb1051 -C extra-filename=-071ea801dbcb1051 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' -Z unstable-options --cap-lints allow`
5782024-03-11T07:28:06.894Z Fresh darling v0.20.8
5792024-03-11T07:28:06.894Z Fresh zerocopy-derive v0.7.32
5802024-03-11T07:28:06.894Z Compiling either v1.10.0
5812024-03-11T07:28:06.907Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a5c8ba7f3624f105 -C extra-filename=-a5c8ba7f3624f105 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' -Z unstable-options --cap-lints allow`
5822024-03-11T07:28:06.957Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5832024-03-11T07:28:06.977Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="kernel"' -C metadata=844339dfbc55a19c -C extra-filename=-844339dfbc55a19c --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' -Z unstable-options`
5842024-03-11T07:28:07.004Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5852024-03-11T07:28:07.020Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name derror_macro --edition=2021 crates/derror-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=02afeec6a367f0ec -C extra-filename=-02afeec6a367f0ec --out-dir /work/oxidecomputer/opte/target/debug/deps -C incremental=/work/oxidecomputer/opte/target/debug/incremental -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern darling=/work/oxidecomputer/opte/target/debug/deps/libdarling-e79252575623d46e.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/debug/deps/libproc_macro2-3aa4987abbb0363f.rlib --extern quote=/work/oxidecomputer/opte/target/debug/deps/libquote-a43e7dabb71452c3.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-8c8a17abe0eaa4a4.rlib --extern proc_macro`
5862024-03-11T07:28:07.092Z Compiling hash32 v0.3.1
5872024-03-11T07:28:07.125Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=817ea5c7fcfaf864 -C extra-filename=-817ea5c7fcfaf864 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbyteorder-406316657b9856bc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' -Z unstable-options --cap-lints allow`
5882024-03-11T07:28:07.128Z Compiling zerocopy v0.7.32
5892024-03-11T07:28:07.154Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' -C metadata=352a84ee4801fd95 -C extra-filename=-352a84ee4801fd95 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbyteorder-406316657b9856bc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' --extern zerocopy_derive=/work/oxidecomputer/opte/target/debug/deps/libzerocopy_derive-9d9c69971a3a9815.so -Z unstable-options --cap-lints allow`
5902024-03-11T07:28:07.187Z Running `/work/oxidecomputer/opte/target/debug/build/opte-ce999a07aafa3115/build-script-build`
5912024-03-11T07:28:07.191Z Compiling crc32fast v1.4.0
5922024-03-11T07:28:07.199Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=815c28b0d65bbb40 -C extra-filename=-815c28b0d65bbb40 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-1ac07588aebca4e9.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' -Z unstable-options --cap-lints allow --cfg crc32fast_stdarchx86`
5932024-03-11T07:28:07.204Z Compiling heapless v0.8.0
5942024-03-11T07:28:07.215Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1616733594de9692 -C extra-filename=-1616733594de9692 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' --extern hash32=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libhash32-817ea5c7fcfaf864.rmeta --extern stable_deref_trait=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libstable_deref_trait-bd389dc923ecf468.rmeta -Z unstable-options --cap-lints allow`
5952024-03-11T07:28:07.218Z Compiling itertools v0.12.1
5962024-03-11T07:28:07.235Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9db99e0a19b1d397 -C extra-filename=-9db99e0a19b1d397 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' --extern either=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libeither-a5c8ba7f3624f105.rmeta -Z unstable-options --cap-lints allow`
5972024-03-11T07:28:07.239Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5982024-03-11T07:28:07.254Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=658ce5b703aa8834 -C extra-filename=-658ce5b703aa8834 --out-dir /work/oxidecomputer/opte/target/debug/deps -C incremental=/work/oxidecomputer/opte/target/debug/incremental -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern quote=/work/oxidecomputer/opte/target/debug/deps/libquote-a43e7dabb71452c3.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-8c8a17abe0eaa4a4.rlib --extern proc_macro`
5992024-03-11T07:28:07.269Z Compiling dyn-clone v1.0.17
6002024-03-11T07:28:07.288Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9f3cae503be4eda4 -C extra-filename=-9f3cae503be4eda4 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' -Z unstable-options --cap-lints allow`
6012024-03-11T07:28:07.398Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
6022024-03-11T07:28:07.401Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=51926148f1bbda14 -C extra-filename=-51926148f1bbda14 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' -Z unstable-options --cap-lints allow`
6032024-03-11T07:28:07.444Z Compiling bitflags v2.4.2
6042024-03-11T07:28:07.448Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=49e875b353486df0 -C extra-filename=-49e875b353486df0 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' -Z unstable-options --cap-lints allow`
6052024-03-11T07:28:08.172Z Compiling smoltcp v0.11.0
6062024-03-11T07:28:08.175Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=1fb21ceef7848b26 -C extra-filename=-1fb21ceef7848b26 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-071ea801dbcb1051.rmeta --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbyteorder-406316657b9856bc.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-1ac07588aebca4e9.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libheapless-1616733594de9692.rmeta --extern managed=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libmanaged-ab8cda866ecc1572.rmeta -Z unstable-options --cap-lints allow`
6072024-03-11T07:28:10.886Z Compiling postcard v1.0.8
6082024-03-11T07:28:10.890Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=27d6cd5d6ee35621 -C extra-filename=-27d6cd5d6ee35621 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern cobs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcobs-54c9e0b098d5735b.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' --extern embedded_io=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libembedded_io-db8d0a29035dd409.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-6a56b3137633189f.rmeta -Z unstable-options --cap-lints allow`
6092024-03-11T07:28:11.343Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6102024-03-11T07:28:11.346Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0ca6e2947c4ba2cd -C extra-filename=-0ca6e2947c4ba2cd --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-844339dfbc55a19c.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-27d6cd5d6ee35621.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-6a56b3137633189f.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-1fb21ceef7848b26.rmeta -Z unstable-options`
6112024-03-11T07:28:12.278Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' -C metadata=0fb4a822f4a2a7f1 -C extra-filename=-0fb4a822f4a2a7f1 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-1ac07588aebca4e9.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcrc32fast-815c28b0d65bbb40.rmeta --extern derror_macro=/work/oxidecomputer/opte/target/debug/deps/libderror_macro-02afeec6a367f0ec.so --extern dyn_clone=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libdyn_clone-9f3cae503be4eda4.rmeta --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libheapless-1616733594de9692.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-844339dfbc55a19c.rmeta --extern itertools=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libitertools-9db99e0a19b1d397.rmeta --extern kstat_macro=/work/oxidecomputer/opte/target/debug/deps/libkstat_macro-658ce5b703aa8834.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte_api-0ca6e2947c4ba2cd.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-27d6cd5d6ee35621.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-6a56b3137633189f.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-1fb21ceef7848b26.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-352a84ee4801fd95.rmeta -Z unstable-options --cfg usdt_stable_asm`
6122024-03-11T07:28:16.652Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6132024-03-11T07:28:16.659Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' -C metadata=429f4ea9f3fc54fb -C extra-filename=-429f4ea9f3fc54fb --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-1ac07588aebca4e9.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-844339dfbc55a19c.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-0fb4a822f4a2a7f1.rmeta --extern poptrie=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpoptrie-51926148f1bbda14.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-6a56b3137633189f.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-1fb21ceef7848b26.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-352a84ee4801fd95.rmeta -Z unstable-options`
6142024-03-11T07:28:20.688Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
6152024-03-11T07:28:20.692Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name xde --edition=2021 xde/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ca4da48ea1e41b7e -C extra-filename=-ca4da48ea1e41b7e --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-9e6750a43426af32.rlib' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-49e875b353486df0.rlib --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-a62de3257dbfbab3.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-e4fd0ae32d7c33b7.rlib' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcrc32fast-815c28b0d65bbb40.rlib --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-844339dfbc55a19c.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-0fb4a822f4a2a7f1.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liboxide_vpc-429f4ea9f3fc54fb.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-27d6cd5d6ee35621.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-6a56b3137633189f.rlib -Z unstable-options`
6162024-03-11T07:28:21.629Zwarning: shared reference of mutable static is discouraged
6172024-03-11T07:28:21.629Z --> xde/src/xde.rs:1225:27
6182024-03-11T07:28:21.629Z |
6192024-03-11T07:28:21.629Z1225 | devo_cb_ops: unsafe { &xde_cb_ops },
6202024-03-11T07:28:21.629Z | ^^^^^^^^^^^ shared reference of mutable static
6212024-03-11T07:28:21.630Z |
6222024-03-11T07:28:21.630Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
6232024-03-11T07:28:21.630Z = note: reference of mutable static is a hard error from 2024 edition
6242024-03-11T07:28:21.630Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
6252024-03-11T07:28:21.630Z = note: `#[warn(static_mut_ref)]` on by default
6262024-03-11T07:28:21.630Zhelp: shared references are dangerous since if there's any kind of mutation of that static while the reference lives, that's UB; use `addr_of!` instead to create a raw pointer
6272024-03-11T07:28:21.630Z |
6282024-03-11T07:28:21.630Z1225 | devo_cb_ops: unsafe { addr_of!(xde_cb_ops) },
6292024-03-11T07:28:21.630Z | ~~~~~~~~~~~~~~~~~~~~
6302024-03-11T07:28:21.630Z
6312024-03-11T07:28:21.634Zwarning: shared reference of mutable static is discouraged
6322024-03-11T07:28:21.634Z --> xde/src/xde.rs:1236:22
6332024-03-11T07:28:21.634Z |
6342024-03-11T07:28:21.634Z1236 | drv_dev_ops: &xde_devops,
6352024-03-11T07:28:21.634Z | ^^^^^^^^^^^ shared reference of mutable static
6362024-03-11T07:28:21.634Z |
6372024-03-11T07:28:21.634Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
6382024-03-11T07:28:21.635Z = note: reference of mutable static is a hard error from 2024 edition
6392024-03-11T07:28:21.635Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
6402024-03-11T07:28:21.635Zhelp: shared references are dangerous since if there's any kind of mutation of that static while the reference lives, that's UB; use `addr_of!` instead to create a raw pointer
6412024-03-11T07:28:21.635Z |
6422024-03-11T07:28:21.635Z1236 | drv_dev_ops: addr_of!(xde_devops),
6432024-03-11T07:28:21.635Z | ~~~~~~~~~~~~~~~~~~~~
6442024-03-11T07:28:21.635Z
6452024-03-11T07:28:21.899Zwarning: mutable reference of mutable static is discouraged
6462024-03-11T07:28:21.899Z --> xde/src/xde.rs:310:23
6472024-03-11T07:28:21.899Z |
6482024-03-11T07:28:21.899Z310 | mac::mac_init_ops(&mut xde_devops, XDE_STR);
6492024-03-11T07:28:21.899Z | ^^^^^^^^^^^^^^^ mutable reference of mutable static
6502024-03-11T07:28:21.900Z |
6512024-03-11T07:28:21.900Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
6522024-03-11T07:28:21.900Z = note: reference of mutable static is a hard error from 2024 edition
6532024-03-11T07:28:21.900Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
6542024-03-11T07:28:21.900Zhelp: mutable references are dangerous since if there's any other pointer or reference used for that static while the reference lives, that's UB; use `addr_of_mut!` instead to create a raw pointer
6552024-03-11T07:28:21.900Z |
6562024-03-11T07:28:21.900Z310 | mac::mac_init_ops(addr_of_mut!(xde_devops), XDE_STR);
6572024-03-11T07:28:21.900Z | ~~~~~~~~~~~~~~~~~~~~~~~~
6582024-03-11T07:28:21.900Z
6592024-03-11T07:28:21.905Zwarning: mutable reference of mutable static is discouraged
6602024-03-11T07:28:21.905Z --> xde/src/xde.rs:316:31
6612024-03-11T07:28:21.905Z |
6622024-03-11T07:28:21.905Z316 | mac::mac_fini_ops(&mut xde_devops);
6632024-03-11T07:28:21.905Z | ^^^^^^^^^^^^^^^ mutable reference of mutable static
6642024-03-11T07:28:21.905Z |
6652024-03-11T07:28:21.905Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
6662024-03-11T07:28:21.905Z = note: reference of mutable static is a hard error from 2024 edition
6672024-03-11T07:28:21.905Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
6682024-03-11T07:28:21.905Zhelp: mutable references are dangerous since if there's any other pointer or reference used for that static while the reference lives, that's UB; use `addr_of_mut!` instead to create a raw pointer
6692024-03-11T07:28:21.905Z |
6702024-03-11T07:28:21.905Z316 | mac::mac_fini_ops(addr_of_mut!(xde_devops));
6712024-03-11T07:28:21.905Z | ~~~~~~~~~~~~~~~~~~~~~~~~
6722024-03-11T07:28:21.905Z
6732024-03-11T07:28:21.905Zwarning: mutable reference of mutable static is discouraged
6742024-03-11T07:28:21.905Z --> xde/src/xde.rs:332:31
6752024-03-11T07:28:21.905Z |
6762024-03-11T07:28:21.905Z332 | mac::mac_fini_ops(&mut xde_devops);
6772024-03-11T07:28:21.905Z | ^^^^^^^^^^^^^^^ mutable reference of mutable static
6782024-03-11T07:28:21.905Z |
6792024-03-11T07:28:21.905Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
6802024-03-11T07:28:21.905Z = note: reference of mutable static is a hard error from 2024 edition
6812024-03-11T07:28:21.906Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
6822024-03-11T07:28:21.906Zhelp: mutable references are dangerous since if there's any other pointer or reference used for that static while the reference lives, that's UB; use `addr_of_mut!` instead to create a raw pointer
6832024-03-11T07:28:21.906Z |
6842024-03-11T07:28:21.906Z332 | mac::mac_fini_ops(addr_of_mut!(xde_devops));
6852024-03-11T07:28:21.906Z | ~~~~~~~~~~~~~~~~~~~~~~~~
6862024-03-11T07:28:21.906Z
6872024-03-11T07:28:21.915Zwarning: mutable reference of mutable static is discouraged
6882024-03-11T07:28:21.915Z --> xde/src/xde.rs:724:28
6892024-03-11T07:28:21.915Z |
6902024-03-11T07:28:21.915Z724 | mreg.m_callbacks = &mut xde_mac_callbacks;
6912024-03-11T07:28:21.915Z | ^^^^^^^^^^^^^^^^^^^^^^ mutable reference of mutable static
6922024-03-11T07:28:21.915Z |
6932024-03-11T07:28:21.915Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
6942024-03-11T07:28:21.915Z = note: reference of mutable static is a hard error from 2024 edition
6952024-03-11T07:28:21.915Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
6962024-03-11T07:28:21.915Zhelp: mutable references are dangerous since if there's any other pointer or reference used for that static while the reference lives, that's UB; use `addr_of_mut!` instead to create a raw pointer
6972024-03-11T07:28:21.915Z |
6982024-03-11T07:28:21.915Z724 | mreg.m_callbacks = addr_of_mut!(xde_mac_callbacks);
6992024-03-11T07:28:21.915Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7002024-03-11T07:28:21.915Z
7012024-03-11T07:28:25.660Zwarning: `xde` (lib) generated 6 warnings
7022024-03-11T07:28:25.660Z Finished dev [unoptimized + debuginfo] target(s) in 19.07s
7032024-03-11T07:28:28.616Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde
7042024-03-11T07:28:28.797Z Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
7052024-03-11T07:28:28.797Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
7062024-03-11T07:28:28.797Z Fresh rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
7072024-03-11T07:28:28.797Z Fresh compiler_builtins v0.1.105
7082024-03-11T07:28:28.797Z Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
7092024-03-11T07:28:28.801Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 xde/xde-link/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=09e88eb23a6571b4 -C extra-filename=-09e88eb23a6571b4 --out-dir /work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4 -C incremental=/work/oxidecomputer/opte/target/debug/incremental -L dependency=/work/oxidecomputer/opte/target/debug/deps`
7102024-03-11T07:28:29.032Z Running `/work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4/build-script-build`
7112024-03-11T07:28:29.038Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name xde_link --edition=2021 xde/xde-link/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7393c5b64bb2244c --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -C incremental=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/incremental -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps/liballoc-913153fa0bdace41.rlib' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps/libcompiler_builtins-10f5927d4a13744d.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps/libcore-aa9caeba67a3ae75.rlib' -Z unstable-options -C link-arg=-Wl,-hSUNW_xde_link.so -C link-arg=-Wl,-ztext -C link-arg=-Wl,-zdefs -C link-arg=-Wl,-Bdirect -C link-arg=-Wl,-M/work/oxidecomputer/opte/xde/xde-link/map.devfsadm-externs -C link-arg=-Wl,-M/usr/lib/ld/map.pagealign -C link-arg=-Wl,-M/usr/lib/ld/map.noexdata -C link-arg=-Wl,-zassert-deflib -C link-arg=-Wl,-zguidance -C link-arg=-Wl,-zfatal-warnings -C link-arg=-Wl,-zassert-deflib=libc.so -C link-arg=-Wl,-zassert-deflib=libdevinfo.so`
7122024-03-11T07:28:29.141Z Finished dev [unoptimized + debuginfo] target(s) in 0.47s
7132024-03-11T07:28:29.157Z
7142024-03-11T07:28:29.161Zreal 22.620285099
7152024-03-11T07:28:29.161Zuser 45.139819027
7162024-03-11T07:28:29.161Zsys 9.301504518
7172024-03-11T07:28:29.161Ztrap 0.015679206
7182024-03-11T07:28:29.162Ztflt 0.048301585
7192024-03-11T07:28:29.162Zdflt 0.271389755
7202024-03-11T07:28:29.162Zkflt 0.000012963
7212024-03-11T07:28:29.162Zlock 1:20.894599840
7222024-03-11T07:28:29.162Zslp 1:39.432743222
7232024-03-11T07:28:29.162Zlat 1.477436455
7242024-03-11T07:28:29.162Zstop 1.778126886
7252024-03-11T07:28:29.162Z+ header 'build xde (release)'
7262024-03-11T07:28:29.162Z+ echo '# ==== build xde (release) ==== #'
7272024-03-11T07:28:29.162Z+ ptime -m ./build.sh
7282024-03-11T07:28:29.162Z# ==== build xde (release) ==== #
7292024-03-11T07:28:29.166Z+ REL_DIR=../target/x86_64-unknown-unknown/release/
7302024-03-11T07:28:29.166Z+ cargo -v build --release
7312024-03-11T07:28:29.326Z Compiling compiler_builtins v0.1.105
7322024-03-11T07:28:29.326Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
7332024-03-11T07:28:29.326Z Compiling proc-macro2 v1.0.78
7342024-03-11T07:28:29.333Z Compiling unicode-ident v1.0.12
7352024-03-11T07:28:29.333Z Compiling fnv v1.0.7
7362024-03-11T07:28:29.333Z Compiling ident_case v1.0.1
7372024-03-11T07:28:29.333Z Compiling heapless v0.8.0
7382024-03-11T07:28:29.347Z Compiling strsim v0.10.0
7392024-03-11T07:28:29.351Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.105/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' -C metadata=316822ea598f62a2 -C extra-filename=-316822ea598f62a2 --out-dir /work/oxidecomputer/opte/target/release/build/compiler_builtins-316822ea598f62a2 -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
7402024-03-11T07:28:29.351Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=7ae26956fd6ecd3b -C extra-filename=-7ae26956fd6ecd3b --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
7412024-03-11T07:28:29.352Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=248b38b2f236c04e -C extra-filename=-248b38b2f236c04e --out-dir /work/oxidecomputer/opte/target/release/build/proc-macro2-248b38b2f236c04e -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
7422024-03-11T07:28:29.352Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off -C metadata=0f567de3e06765c4 -C extra-filename=-0f567de3e06765c4 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
7432024-03-11T07:28:29.352Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3f39fe90400c03f -C extra-filename=-c3f39fe90400c03f --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
7442024-03-11T07:28:29.352Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off -C metadata=af7dc33bc048237e -C extra-filename=-af7dc33bc048237e --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
7452024-03-11T07:28:29.352Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off -C metadata=7f79aa66631c7f4e -C extra-filename=-7f79aa66631c7f4e --out-dir /work/oxidecomputer/opte/target/release/build/heapless-7f79aa66631c7f4e -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
7462024-03-11T07:28:29.352Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off -C metadata=f83a9074a9956412 -C extra-filename=-f83a9074a9956412 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
7472024-03-11T07:28:29.450Z Compiling serde v1.0.197
7482024-03-11T07:28:29.454Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' -C metadata=6c32caa69f9246b8 -C extra-filename=-6c32caa69f9246b8 --out-dir /work/oxidecomputer/opte/target/release/build/serde-6c32caa69f9246b8 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
7492024-03-11T07:28:29.489Z Compiling smoltcp v0.11.0
7502024-03-11T07:28:29.489Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=b972c07d48d66b52 -C extra-filename=-b972c07d48d66b52 --out-dir /work/oxidecomputer/opte/target/release/build/smoltcp-b972c07d48d66b52 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
7512024-03-11T07:28:29.496Z Compiling version_check v0.9.4
7522024-03-11T07:28:29.500Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off -C metadata=0582369b3d6984ae -C extra-filename=-0582369b3d6984ae --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
7532024-03-11T07:28:29.999Z Running `/work/oxidecomputer/opte/target/release/build/proc-macro2-248b38b2f236c04e/build-script-build`
7542024-03-11T07:28:30.059Z Compiling crc32fast v1.4.0
7552024-03-11T07:28:30.064Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off -C metadata=793040f2dd0ef846 -C extra-filename=-793040f2dd0ef846 --out-dir /work/oxidecomputer/opte/target/release/build/crc32fast-793040f2dd0ef846 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
7562024-03-11T07:28:30.128Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=8793e43cd331396b -C extra-filename=-8793e43cd331396b --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern unicode_ident=/work/oxidecomputer/opte/target/release/deps/libunicode_ident-0f567de3e06765c4.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span`
7572024-03-11T07:28:30.350Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
7582024-03-11T07:28:30.355Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' -C metadata=f358abbd15eea08a -C extra-filename=-f358abbd15eea08a --out-dir /work/oxidecomputer/opte/target/release/build/opte-f358abbd15eea08a -L dependency=/work/oxidecomputer/opte/target/release/deps --extern version_check=/work/oxidecomputer/opte/target/release/deps/libversion_check-0582369b3d6984ae.rlib`
7592024-03-11T07:28:30.479Z Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-316822ea598f62a2/build-script-build`
7602024-03-11T07:28:30.489Z Running `/work/oxidecomputer/opte/target/release/build/heapless-7f79aa66631c7f4e/build-script-build`
7612024-03-11T07:28:30.494Z Running `/work/oxidecomputer/opte/target/release/build/smoltcp-b972c07d48d66b52/build-script-build`
7622024-03-11T07:28:30.494Z Running `/work/oxidecomputer/opte/target/release/build/serde-6c32caa69f9246b8/build-script-build`
7632024-03-11T07:28:30.565Z Running `/work/oxidecomputer/opte/target/release/build/crc32fast-793040f2dd0ef846/build-script-build`
7642024-03-11T07:28:30.646Z Running `/work/oxidecomputer/opte/target/release/build/opte-f358abbd15eea08a/build-script-build`
7652024-03-11T07:28:30.710Z Compiling quote v1.0.35
7662024-03-11T07:28:30.714Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=3642090cd83b464e -C extra-filename=-3642090cd83b464e --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-8793e43cd331396b.rmeta --cap-lints allow`
7672024-03-11T07:28:30.969Z Compiling syn v2.0.52
7682024-03-11T07:28:30.973Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.52/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=6265c0e39914bc16 -C extra-filename=-6265c0e39914bc16 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-8793e43cd331396b.rmeta --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-3642090cd83b464e.rmeta --extern unicode_ident=/work/oxidecomputer/opte/target/release/deps/libunicode_ident-0f567de3e06765c4.rmeta --cap-lints allow`
7692024-03-11T07:28:34.473Z Compiling darling_core v0.20.8
7702024-03-11T07:28:34.476Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=7c9a37e3a6d50747 -C extra-filename=-7c9a37e3a6d50747 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern fnv=/work/oxidecomputer/opte/target/release/deps/libfnv-c3f39fe90400c03f.rmeta --extern ident_case=/work/oxidecomputer/opte/target/release/deps/libident_case-af7dc33bc048237e.rmeta --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-8793e43cd331396b.rmeta --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-3642090cd83b464e.rmeta --extern strsim=/work/oxidecomputer/opte/target/release/deps/libstrsim-f83a9074a9956412.rmeta --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-6265c0e39914bc16.rmeta --cap-lints allow`
7712024-03-11T07:28:37.649Z Compiling serde_derive v1.0.197
7722024-03-11T07:28:37.649Z Compiling zerocopy-derive v0.7.32
7732024-03-11T07:28:37.654Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
7742024-03-11T07:28:37.654Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' -C metadata=8bff89db033eced0 -C extra-filename=-8bff89db033eced0 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-8793e43cd331396b.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-3642090cd83b464e.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-6265c0e39914bc16.rlib --extern proc_macro --cap-lints allow`
7752024-03-11T07:28:37.654Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off -C metadata=c5ceee98bd2e4b98 -C extra-filename=-c5ceee98bd2e4b98 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-8793e43cd331396b.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-3642090cd83b464e.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-6265c0e39914bc16.rlib --extern proc_macro --cap-lints allow`
7762024-03-11T07:28:37.654Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off -C metadata=4ca86a860d3cf2f2 -C extra-filename=-4ca86a860d3cf2f2 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-3642090cd83b464e.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-6265c0e39914bc16.rlib --extern proc_macro`
7772024-03-11T07:28:38.630Z Compiling darling_macro v0.20.8
7782024-03-11T07:28:38.634Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off -C metadata=1e8bf590dbc25d79 -C extra-filename=-1e8bf590dbc25d79 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern darling_core=/work/oxidecomputer/opte/target/release/deps/libdarling_core-7c9a37e3a6d50747.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-3642090cd83b464e.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-6265c0e39914bc16.rlib --extern proc_macro --cap-lints allow`
7792024-03-11T07:28:40.004Z Compiling darling v0.20.8
7802024-03-11T07:28:40.010Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=f300079123d1a6df -C extra-filename=-f300079123d1a6df --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern darling_core=/work/oxidecomputer/opte/target/release/deps/libdarling_core-7c9a37e3a6d50747.rmeta --extern darling_macro=/work/oxidecomputer/opte/target/release/deps/libdarling_macro-1e8bf590dbc25d79.so --cap-lints allow`
7812024-03-11T07:28:40.079Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
7822024-03-11T07:28:40.083Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name derror_macro --edition=2021 crates/derror-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off -C metadata=1cfd86713d52d54e -C extra-filename=-1cfd86713d52d54e --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern darling=/work/oxidecomputer/opte/target/release/deps/libdarling-f300079123d1a6df.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-8793e43cd331396b.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-3642090cd83b464e.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-6265c0e39914bc16.rlib --extern proc_macro`
7832024-03-11T07:28:50.873Z Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
7842024-03-11T07:28:50.877Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name rustc_std_workspace_core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=bf814a7b730d6708 -C extra-filename=-bf814a7b730d6708 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta --cap-lints allow`
7852024-03-11T07:28:50.908Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name compiler_builtins --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.105/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' -C metadata=f87de7c596ac93c1 -C extra-filename=-f87de7c596ac93c1 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/librustc_std_workspace_core-bf814a7b730d6708.rmeta --cap-lints allow --cfg 'feature="unstable"' --cfg 'feature="mem-unaligned"'`
7862024-03-11T07:28:52.630Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
7872024-03-11T07:28:52.635Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name alloc --edition=2021 /home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=10127913004c4964 -C extra-filename=-10127913004c4964 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta --extern core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta --cap-lints allow`
7882024-03-11T07:28:55.724Z Compiling byteorder v1.5.0
7892024-03-11T07:28:55.724Z Compiling cfg-if v1.0.0
7902024-03-11T07:28:55.729Z Compiling stable_deref_trait v1.2.0
7912024-03-11T07:28:55.729Z Compiling cobs v0.2.3
7922024-03-11T07:28:55.729Z Compiling bitflags v1.3.2
7932024-03-11T07:28:55.729Z Compiling managed v0.8.0
7942024-03-11T07:28:55.729Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=5b9b3101a6d6b53f -C extra-filename=-5b9b3101a6d6b53f --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' -Z unstable-options --cap-lints allow`
7952024-03-11T07:28:55.730Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=33658851a66f17e6 -C extra-filename=-33658851a66f17e6 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' -Z unstable-options --cap-lints allow`
7962024-03-11T07:28:55.730Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' -C metadata=94dfc39f5601fa00 -C extra-filename=-94dfc39f5601fa00 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' --extern serde_derive=/work/oxidecomputer/opte/target/release/deps/libserde_derive-8bff89db033eced0.so -Z unstable-options --cap-lints allow`
7972024-03-11T07:28:55.730Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=a6da0f5560061ea8 -C extra-filename=-a6da0f5560061ea8 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' -Z unstable-options --cap-lints allow`
7982024-03-11T07:28:55.730Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=5e00e0f6f883e2d4 -C extra-filename=-5e00e0f6f883e2d4 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' -Z unstable-options --cap-lints allow`
7992024-03-11T07:28:55.733Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=228fbe81597e1c9f -C extra-filename=-228fbe81597e1c9f --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' -Z unstable-options --cap-lints allow`
8002024-03-11T07:28:55.734Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=0c6a24e51be3213d -C extra-filename=-0c6a24e51be3213d --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' -Z unstable-options --cap-lints allow`
8012024-03-11T07:28:55.809Z Compiling embedded-io v0.4.0
8022024-03-11T07:28:55.813Z Compiling either v1.10.0
8032024-03-11T07:28:55.813Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
8042024-03-11T07:28:55.813Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' -C metadata=3305ea8a5aaf5712 -C extra-filename=-3305ea8a5aaf5712 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' -Z unstable-options --cap-lints allow`
8052024-03-11T07:28:55.813Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=5e7a386b690a9337 -C extra-filename=-5e7a386b690a9337 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' -Z unstable-options --cap-lints allow`
8062024-03-11T07:28:55.813Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="kernel"' -C metadata=1c16d8bf8cd4ac96 -C extra-filename=-1c16d8bf8cd4ac96 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' -Z unstable-options`
8072024-03-11T07:28:56.014Z Compiling hash32 v0.3.1
8082024-03-11T07:28:56.019Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=36936be8609b24c2 -C extra-filename=-36936be8609b24c2 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbyteorder-5b9b3101a6d6b53f.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' -Z unstable-options --cap-lints allow`
8092024-03-11T07:28:56.023Z Compiling zerocopy v0.7.32
8102024-03-11T07:28:56.023Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' -C metadata=e92e847d0b83f7a2 -C extra-filename=-e92e847d0b83f7a2 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbyteorder-5b9b3101a6d6b53f.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' --extern zerocopy_derive=/work/oxidecomputer/opte/target/release/deps/libzerocopy_derive-c5ceee98bd2e4b98.so -Z unstable-options --cap-lints allow`
8112024-03-11T07:28:56.059Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=17c297cb23474fc9 -C extra-filename=-17c297cb23474fc9 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-33658851a66f17e6.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' -Z unstable-options --cap-lints allow --cfg crc32fast_stdarchx86`
8122024-03-11T07:28:56.167Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=6a91d7371e9b8abb -C extra-filename=-6a91d7371e9b8abb --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' --extern hash32=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libhash32-36936be8609b24c2.rmeta --extern stable_deref_trait=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libstable_deref_trait-0c6a24e51be3213d.rmeta -Z unstable-options --cap-lints allow`
8132024-03-11T07:28:56.216Z Compiling itertools v0.12.1
8142024-03-11T07:28:56.220Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=18626a151cea3581 -C extra-filename=-18626a151cea3581 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' --extern either=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libeither-5e7a386b690a9337.rmeta -Z unstable-options --cap-lints allow`
8152024-03-11T07:28:56.224Z Compiling dyn-clone v1.0.17
8162024-03-11T07:28:56.224Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
8172024-03-11T07:28:56.230Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=a3459bee1bedd893 -C extra-filename=-a3459bee1bedd893 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' -Z unstable-options --cap-lints allow`
8182024-03-11T07:28:56.234Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=ff2c388a6f825533 -C extra-filename=-ff2c388a6f825533 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' -Z unstable-options --cap-lints allow`
8192024-03-11T07:28:56.456Z Compiling bitflags v2.4.2
8202024-03-11T07:28:56.461Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=8521d92583ff192f -C extra-filename=-8521d92583ff192f --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' -Z unstable-options --cap-lints allow`
8212024-03-11T07:28:57.190Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=76012d9c81e5ca2f -C extra-filename=-76012d9c81e5ca2f --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-228fbe81597e1c9f.rmeta --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbyteorder-5b9b3101a6d6b53f.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-33658851a66f17e6.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libheapless-6a91d7371e9b8abb.rmeta --extern managed=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libmanaged-a6da0f5560061ea8.rmeta -Z unstable-options --cap-lints allow`
8222024-03-11T07:28:59.759Z Compiling postcard v1.0.8
8232024-03-11T07:28:59.763Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=438b3f9364aa52e5 -C extra-filename=-438b3f9364aa52e5 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern cobs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcobs-5e00e0f6f883e2d4.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' --extern embedded_io=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libembedded_io-3305ea8a5aaf5712.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-94dfc39f5601fa00.rmeta -Z unstable-options --cap-lints allow`
8242024-03-11T07:29:00.485Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
8252024-03-11T07:29:00.490Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=0f39736b740cbfa9 -C extra-filename=-0f39736b740cbfa9 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-1c16d8bf8cd4ac96.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-438b3f9364aa52e5.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-94dfc39f5601fa00.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-76012d9c81e5ca2f.rmeta -Z unstable-options`
8262024-03-11T07:29:01.468Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' -C metadata=30b6f2604180d42b -C extra-filename=-30b6f2604180d42b --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-33658851a66f17e6.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcrc32fast-17c297cb23474fc9.rmeta --extern derror_macro=/work/oxidecomputer/opte/target/release/deps/libderror_macro-1cfd86713d52d54e.so --extern dyn_clone=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libdyn_clone-a3459bee1bedd893.rmeta --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libheapless-6a91d7371e9b8abb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-1c16d8bf8cd4ac96.rmeta --extern itertools=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libitertools-18626a151cea3581.rmeta --extern kstat_macro=/work/oxidecomputer/opte/target/release/deps/libkstat_macro-4ca86a860d3cf2f2.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte_api-0f39736b740cbfa9.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-438b3f9364aa52e5.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-94dfc39f5601fa00.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-76012d9c81e5ca2f.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-e92e847d0b83f7a2.rmeta -Z unstable-options --cfg usdt_stable_asm`
8272024-03-11T07:29:05.275Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
8282024-03-11T07:29:05.279Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' -C metadata=8a014b8389781f6e -C extra-filename=-8a014b8389781f6e --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-33658851a66f17e6.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-1c16d8bf8cd4ac96.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-30b6f2604180d42b.rmeta --extern poptrie=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpoptrie-ff2c388a6f825533.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-94dfc39f5601fa00.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-76012d9c81e5ca2f.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-e92e847d0b83f7a2.rmeta -Z unstable-options`
8292024-03-11T07:29:12.155Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
8302024-03-11T07:29:12.159Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name xde --edition=2021 xde/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=56179ae27733490f -C extra-filename=-56179ae27733490f --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-10127913004c4964.rlib' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-8521d92583ff192f.rlib --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f87de7c596ac93c1.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-7ae26956fd6ecd3b.rlib' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcrc32fast-17c297cb23474fc9.rlib --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-1c16d8bf8cd4ac96.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-30b6f2604180d42b.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liboxide_vpc-8a014b8389781f6e.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-438b3f9364aa52e5.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-94dfc39f5601fa00.rlib -Z unstable-options`
8312024-03-11T07:29:12.836Zwarning: shared reference of mutable static is discouraged
8322024-03-11T07:29:12.836Z --> xde/src/xde.rs:1225:27
8332024-03-11T07:29:12.837Z |
8342024-03-11T07:29:12.837Z1225 | devo_cb_ops: unsafe { &xde_cb_ops },
8352024-03-11T07:29:12.837Z | ^^^^^^^^^^^ shared reference of mutable static
8362024-03-11T07:29:12.837Z |
8372024-03-11T07:29:12.837Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
8382024-03-11T07:29:12.837Z = note: reference of mutable static is a hard error from 2024 edition
8392024-03-11T07:29:12.837Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
8402024-03-11T07:29:12.837Z = note: `#[warn(static_mut_ref)]` on by default
8412024-03-11T07:29:12.837Zhelp: shared references are dangerous since if there's any kind of mutation of that static while the reference lives, that's UB; use `addr_of!` instead to create a raw pointer
8422024-03-11T07:29:12.837Z |
8432024-03-11T07:29:12.837Z1225 | devo_cb_ops: unsafe { addr_of!(xde_cb_ops) },
8442024-03-11T07:29:12.837Z | ~~~~~~~~~~~~~~~~~~~~
8452024-03-11T07:29:12.837Z
8462024-03-11T07:29:12.842Zwarning: shared reference of mutable static is discouraged
8472024-03-11T07:29:12.842Z --> xde/src/xde.rs:1236:22
8482024-03-11T07:29:12.842Z |
8492024-03-11T07:29:12.842Z1236 | drv_dev_ops: &xde_devops,
8502024-03-11T07:29:12.842Z | ^^^^^^^^^^^ shared reference of mutable static
8512024-03-11T07:29:12.842Z |
8522024-03-11T07:29:12.842Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
8532024-03-11T07:29:12.842Z = note: reference of mutable static is a hard error from 2024 edition
8542024-03-11T07:29:12.842Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
8552024-03-11T07:29:12.842Zhelp: shared references are dangerous since if there's any kind of mutation of that static while the reference lives, that's UB; use `addr_of!` instead to create a raw pointer
8562024-03-11T07:29:12.842Z |
8572024-03-11T07:29:12.842Z1236 | drv_dev_ops: addr_of!(xde_devops),
8582024-03-11T07:29:12.842Z | ~~~~~~~~~~~~~~~~~~~~
8592024-03-11T07:29:12.842Z
8602024-03-11T07:29:13.053Zwarning: mutable reference of mutable static is discouraged
8612024-03-11T07:29:13.053Z --> xde/src/xde.rs:310:23
8622024-03-11T07:29:13.053Z |
8632024-03-11T07:29:13.053Z310 | mac::mac_init_ops(&mut xde_devops, XDE_STR);
8642024-03-11T07:29:13.053Z | ^^^^^^^^^^^^^^^ mutable reference of mutable static
8652024-03-11T07:29:13.053Z |
8662024-03-11T07:29:13.053Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
8672024-03-11T07:29:13.053Z = note: reference of mutable static is a hard error from 2024 edition
8682024-03-11T07:29:13.053Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
8692024-03-11T07:29:13.053Zhelp: mutable references are dangerous since if there's any other pointer or reference used for that static while the reference lives, that's UB; use `addr_of_mut!` instead to create a raw pointer
8702024-03-11T07:29:13.053Z |
8712024-03-11T07:29:13.053Z310 | mac::mac_init_ops(addr_of_mut!(xde_devops), XDE_STR);
8722024-03-11T07:29:13.053Z | ~~~~~~~~~~~~~~~~~~~~~~~~
8732024-03-11T07:29:13.053Z
8742024-03-11T07:29:13.053Zwarning: mutable reference of mutable static is discouraged
8752024-03-11T07:29:13.053Z --> xde/src/xde.rs:316:31
8762024-03-11T07:29:13.053Z |
8772024-03-11T07:29:13.053Z316 | mac::mac_fini_ops(&mut xde_devops);
8782024-03-11T07:29:13.054Z | ^^^^^^^^^^^^^^^ mutable reference of mutable static
8792024-03-11T07:29:13.054Z |
8802024-03-11T07:29:13.054Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
8812024-03-11T07:29:13.054Z = note: reference of mutable static is a hard error from 2024 edition
8822024-03-11T07:29:13.054Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
8832024-03-11T07:29:13.058Zhelp: mutable references are dangerous since if there's any other pointer or reference used for that static while the reference lives, that's UB; use `addr_of_mut!` instead to create a raw pointer
8842024-03-11T07:29:13.058Z |
8852024-03-11T07:29:13.058Z316 | mac::mac_fini_ops(addr_of_mut!(xde_devops));
8862024-03-11T07:29:13.058Z | ~~~~~~~~~~~~~~~~~~~~~~~~
8872024-03-11T07:29:13.058Z
8882024-03-11T07:29:13.058Zwarning: mutable reference of mutable static is discouraged
8892024-03-11T07:29:13.058Z --> xde/src/xde.rs:332:31
8902024-03-11T07:29:13.058Z |
8912024-03-11T07:29:13.058Z332 | mac::mac_fini_ops(&mut xde_devops);
8922024-03-11T07:29:13.059Z | ^^^^^^^^^^^^^^^ mutable reference of mutable static
8932024-03-11T07:29:13.059Z |
8942024-03-11T07:29:13.059Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
8952024-03-11T07:29:13.059Z = note: reference of mutable static is a hard error from 2024 edition
8962024-03-11T07:29:13.059Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
8972024-03-11T07:29:13.059Zhelp: mutable references are dangerous since if there's any other pointer or reference used for that static while the reference lives, that's UB; use `addr_of_mut!` instead to create a raw pointer
8982024-03-11T07:29:13.059Z |
8992024-03-11T07:29:13.059Z332 | mac::mac_fini_ops(addr_of_mut!(xde_devops));
9002024-03-11T07:29:13.059Z | ~~~~~~~~~~~~~~~~~~~~~~~~
9012024-03-11T07:29:13.059Z
9022024-03-11T07:29:13.070Zwarning: mutable reference of mutable static is discouraged
9032024-03-11T07:29:13.070Z --> xde/src/xde.rs:724:28
9042024-03-11T07:29:13.070Z |
9052024-03-11T07:29:13.070Z724 | mreg.m_callbacks = &mut xde_mac_callbacks;
9062024-03-11T07:29:13.070Z | ^^^^^^^^^^^^^^^^^^^^^^ mutable reference of mutable static
9072024-03-11T07:29:13.070Z |
9082024-03-11T07:29:13.070Z = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
9092024-03-11T07:29:13.070Z = note: reference of mutable static is a hard error from 2024 edition
9102024-03-11T07:29:13.070Z = note: mutable statics can be written to by multiple threads: aliasing violations or data races will cause undefined behavior
9112024-03-11T07:29:13.070Zhelp: mutable references are dangerous since if there's any other pointer or reference used for that static while the reference lives, that's UB; use `addr_of_mut!` instead to create a raw pointer
9122024-03-11T07:29:13.070Z |
9132024-03-11T07:29:13.070Z724 | mreg.m_callbacks = addr_of_mut!(xde_mac_callbacks);
9142024-03-11T07:29:13.071Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9152024-03-11T07:29:13.071Z
9162024-03-11T07:29:19.141Zwarning: `xde` (lib) generated 6 warnings
9172024-03-11T07:29:19.145Z Finished release [optimized + debuginfo] target(s) in 49.90s
9182024-03-11T07:29:19.158Z+ ld -ztype=kmod -Ndrv/dld -Ndrv/ip -Nmisc/dls -Nmisc/mac -z allextract ../target/x86_64-unknown-unknown/release//xde.a -o ../target/x86_64-unknown-unknown/release//xde
9192024-03-11T07:29:20.029Z+ pushd xde-link
9202024-03-11T07:29:20.033Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde
9212024-03-11T07:29:20.033Z+ cargo -v build --release
9222024-03-11T07:29:20.185Z Compiling compiler_builtins v0.1.105
9232024-03-11T07:29:20.185Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
9242024-03-11T07:29:20.186Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
9252024-03-11T07:29:20.190Z Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-316822ea598f62a2/build-script-build`
9262024-03-11T07:29:20.190Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=ab49b52666d6b9b6 -C extra-filename=-ab49b52666d6b9b6 --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9272024-03-11T07:29:20.190Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 xde/xde-link/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off -C metadata=b76ae43507b4ea78 -C extra-filename=-b76ae43507b4ea78 --out-dir /work/oxidecomputer/opte/target/release/build/xde-link-b76ae43507b4ea78 -L dependency=/work/oxidecomputer/opte/target/release/deps`
9282024-03-11T07:29:20.424Z Running `/work/oxidecomputer/opte/target/release/build/xde-link-b76ae43507b4ea78/build-script-build`
9292024-03-11T07:29:39.123Z Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
9302024-03-11T07:29:39.128Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name rustc_std_workspace_core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=a4085e38b418c0d7 -C extra-filename=-a4085e38b418c0d7 --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern core=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcore-ab49b52666d6b9b6.rmeta --cap-lints allow`
9312024-03-11T07:29:39.159Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name compiler_builtins --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.105/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' -C metadata=cd06aa0c603f503d -C extra-filename=-cd06aa0c603f503d --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern core=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/librustc_std_workspace_core-a4085e38b418c0d7.rmeta --cap-lints allow --cfg 'feature="unstable"' --cfg 'feature="mem-unaligned"'`
9322024-03-11T07:29:39.874Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
9332024-03-11T07:29:39.878Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name alloc --edition=2021 /home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=1052bb3756a5d61b -C extra-filename=-1052bb3756a5d61b --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern compiler_builtins=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcompiler_builtins-cd06aa0c603f503d.rmeta --extern core=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcore-ab49b52666d6b9b6.rmeta --cap-lints allow`
9342024-03-11T07:29:44.025Z Running `/home/build/.rustup/toolchains/nightly-2024-02-06-x86_64-unknown-illumos/bin/rustc --crate-name xde_link --edition=2021 xde/xde-link/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=535b1f0a458844d4 --out-dir /work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps --target /work/oxidecomputer/opte/xde/xde-link/i686-unknown-illumos.json -L dependency=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/liballoc-1052bb3756a5d61b.rlib' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcompiler_builtins-cd06aa0c603f503d.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcore-ab49b52666d6b9b6.rlib' -Z unstable-options -C link-arg=-Wl,-hSUNW_xde_link.so -C link-arg=-Wl,-ztext -C link-arg=-Wl,-zdefs -C link-arg=-Wl,-Bdirect -C link-arg=-Wl,-M/work/oxidecomputer/opte/xde/xde-link/map.devfsadm-externs -C link-arg=-Wl,-M/usr/lib/ld/map.pagealign -C link-arg=-Wl,-M/usr/lib/ld/map.noexdata -C link-arg=-Wl,-zassert-deflib -C link-arg=-Wl,-zguidance -C link-arg=-Wl,-zfatal-warnings -C link-arg=-Wl,-zassert-deflib=libc.so -C link-arg=-Wl,-zassert-deflib=libdevinfo.so`
9352024-03-11T07:29:44.128Z Finished release [optimized + debuginfo] target(s) in 24.03s
9362024-03-11T07:29:44.142Z+ set +e
9372024-03-11T07:29:44.147Z+ nm ../../target/i686-unknown-illumos/release/libxde_link.so
9382024-03-11T07:29:44.147Z+ grep panicking
9392024-03-11T07:29:44.151Z+ '[' 1 -eq 0 ']'
9402024-03-11T07:29:44.152Z+ popd
9412024-03-11T07:29:44.152Z/work/oxidecomputer/opte/xde
9422024-03-11T07:29:44.152Z
9432024-03-11T07:29:44.152Zreal 1:14.950170995
9442024-03-11T07:29:44.152Zuser 3:13.734907538
9452024-03-11T07:29:44.152Zsys 30.014844612
9462024-03-11T07:29:44.152Ztrap 0.058129186
9472024-03-11T07:29:44.152Ztflt 0.211204274
9482024-03-11T07:29:44.152Zdflt 0.726433170
9492024-03-11T07:29:44.152Zkflt 0.000004997
9502024-03-11T07:29:44.152Zlock 5:53.939281486
9512024-03-11T07:29:44.152Zslp 6:12.311522718
9522024-03-11T07:29:44.152Zlat 2.811043017
9532024-03-11T07:29:44.152Zstop 2.188489060
9542024-03-11T07:29:44.152Z+ popd
9552024-03-11T07:29:44.152Z/work/oxidecomputer/opte
9562024-03-11T07:29:44.152Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
9572024-03-11T07:29:44.156Z+ grep GOTPCREL
9582024-03-11T07:29:46.452Z+ elfdump target/x86_64-unknown-unknown/release/xde
9592024-03-11T07:29:46.457Z+ grep GOTPCREL
9602024-03-11T07:29:48.195Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
9612024-03-11T07:29:48.244Z+ sha256sum /work/debug/xde.dbg
9622024-03-11T07:29:48.287Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
9632024-03-11T07:29:48.291Z+ sha256sum /work/debug/xde_link.dbg.so
9642024-03-11T07:29:48.295Z+ cp target/x86_64-unknown-unknown/release/xde /work/release/
9652024-03-11T07:29:48.343Z+ sha256sum /work/release/xde
9662024-03-11T07:29:48.380Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
9672024-03-11T07:29:48.384Z+ sha256sum /work/release/xde_link.so
9682024-03-11T07:29:48.388Z+ header 'build xde integration tests'
9692024-03-11T07:29:48.388Z+ echo '# ==== build xde integration tests ==== #'
9702024-03-11T07:29:48.388Z# ==== build xde integration tests ==== #
9712024-03-11T07:29:48.388Z+ pushd xde-tests
9722024-03-11T07:29:48.388Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
9732024-03-11T07:29:48.388Z+ cargo +nightly-2024-02-06 fmt -- --check
9742024-03-11T07:29:48.535Z+ cargo clippy --all-targets
9752024-03-11T07:29:48.853Z Downloading crates ...
9762024-03-11T07:29:49.109Z Downloaded anstyle-parse v0.2.3
9772024-03-11T07:29:49.122Z Downloaded colorchoice v1.0.0
9782024-03-11T07:29:49.126Z Downloaded time v0.3.34
9792024-03-11T07:29:49.131Z Downloaded clap_lex v0.7.0
9802024-03-11T07:29:49.135Z Downloaded itoa v1.0.10
9812024-03-11T07:29:49.135Z Downloaded toml_datetime v0.6.5
9822024-03-11T07:29:49.139Z Downloaded utf8parse v0.2.1
9832024-03-11T07:29:49.143Z Downloaded is-terminal v0.4.12
9842024-03-11T07:29:49.143Z Downloaded equivalent v1.0.1
9852024-03-11T07:29:49.147Z Downloaded time-macros v0.2.17
9862024-03-11T07:29:49.147Z Downloaded ipnetwork v0.20.0
9872024-03-11T07:29:49.151Z Downloaded num_enum_derive v0.5.11
9882024-03-11T07:29:49.151Z Downloaded clap_derive v4.5.0
9892024-03-11T07:29:49.158Z Downloaded once_cell v1.19.0
9902024-03-11T07:29:49.162Z Downloaded tokio-macros v2.2.0
9912024-03-11T07:29:49.166Z Downloaded proc-macro-crate v1.3.1
9922024-03-11T07:29:49.166Z Downloaded foreign-types-macros v0.2.3
9932024-03-11T07:29:49.166Z Downloaded cstr-argument v0.1.2
9942024-03-11T07:29:49.166Z Downloaded foreign-types-shared v0.3.1
9952024-03-11T07:29:49.172Z Downloaded pretty-hex v0.2.1
9962024-03-11T07:29:49.176Z Downloaded take_mut v0.2.2
9972024-03-11T07:29:49.180Z Downloaded pin-project-lite v0.2.13
9982024-03-11T07:29:49.184Z Downloaded lock_api v0.4.11
9992024-03-11T07:29:49.184Z Downloaded tracing-attributes v0.1.27
10002024-03-11T07:29:49.188Z Downloaded dirs-sys-next v0.1.2
10012024-03-11T07:29:49.188Z Downloaded dirs-next v2.0.0
10022024-03-11T07:29:49.188Z Downloaded autocfg v1.1.0
10032024-03-11T07:29:49.188Z Downloaded parking_lot_core v0.9.9
10042024-03-11T07:29:49.192Z Downloaded slog-scope v4.4.0
10052024-03-11T07:29:49.192Z Downloaded deranged v0.3.11
10062024-03-11T07:29:49.612Z Downloaded num_cpus v1.16.0
10072024-03-11T07:29:49.612Z Downloaded tabwriter v1.4.0
10082024-03-11T07:29:49.612Z Downloaded num-conv v0.1.0
10092024-03-11T07:29:49.625Z Downloaded lazy_static v1.4.0
10102024-03-11T07:29:49.625Z Downloaded num_enum v0.5.11
10112024-03-11T07:29:49.625Z Downloaded anstyle-query v1.0.2
10122024-03-11T07:29:49.625Z Downloaded strsim v0.11.0
10132024-03-11T07:29:49.625Z Downloaded slog-stdlog v4.1.1
10142024-03-11T07:29:49.625Z Downloaded colored v2.1.0
10152024-03-11T07:29:49.625Z Downloaded thread_local v1.1.8
10162024-03-11T07:29:49.625Z Downloaded terminal_size v0.3.0
10172024-03-11T07:29:49.625Z Downloaded slog-async v2.8.0
10182024-03-11T07:29:49.625Z Downloaded log v0.4.21
10192024-03-11T07:29:49.625Z Downloaded clap v4.5.2
10202024-03-11T07:29:49.625Z Downloaded time-core v0.1.2
10212024-03-11T07:29:49.625Z Downloaded slog-term v2.9.1
10222024-03-11T07:29:49.626Z Downloaded crossbeam-utils v0.8.19
10232024-03-11T07:29:49.626Z Downloaded anyhow v1.0.80
10242024-03-11T07:29:49.626Z Downloaded heck v0.4.1
10252024-03-11T07:29:49.626Z Downloaded signal-hook-registry v1.4.1
10262024-03-11T07:29:49.626Z Downloaded foreign-types v0.5.0
10272024-03-11T07:29:49.626Z Downloaded term v0.7.0
10282024-03-11T07:29:49.626Z Downloaded tracing-core v0.1.32
10292024-03-11T07:29:49.626Z Downloaded anstream v0.6.13
10302024-03-11T07:29:49.626Z Downloaded anstyle v1.0.6
10312024-03-11T07:29:49.626Z Downloaded parking_lot v0.12.1
10322024-03-11T07:29:49.626Z Downloaded socket2 v0.4.10
10332024-03-11T07:29:49.626Z Downloaded socket2 v0.5.6
10342024-03-11T07:29:49.626Z Downloaded errno v0.3.8
10352024-03-11T07:29:49.626Z Downloaded slog v2.7.0
10362024-03-11T07:29:49.626Z Downloaded smallvec v1.13.1
10372024-03-11T07:29:49.627Z Downloaded bytes v1.5.0
10382024-03-11T07:29:49.627Z Downloaded powerfmt v0.2.0
10392024-03-11T07:29:49.627Z Downloaded arc-swap v1.7.0
10402024-03-11T07:29:49.627Z Downloaded crossbeam-channel v0.5.12
10412024-03-11T07:29:49.627Z Downloaded indexmap v2.2.5
10422024-03-11T07:29:49.627Z Downloaded tracing v0.1.40
10432024-03-11T07:29:49.627Z Downloaded toml_edit v0.19.15
10442024-03-11T07:29:49.627Z Downloaded mio v0.8.11
10452024-03-11T07:29:49.627Z Downloaded memchr v2.7.1
10462024-03-11T07:29:49.627Z Downloaded aho-corasick v1.1.2
10472024-03-11T07:29:49.627Z Downloaded winnow v0.5.40
10482024-03-11T07:29:49.627Z Downloaded clap_builder v4.5.2
10492024-03-11T07:29:49.627Z Downloaded slog-envlogger v2.2.0
10502024-03-11T07:29:49.627Z Downloaded scopeguard v1.2.0
10512024-03-11T07:29:49.627Z Downloaded regex v1.10.3
10522024-03-11T07:29:49.627Z Downloaded regex-syntax v0.8.2
10532024-03-11T07:29:49.628Z Downloaded rustix v0.38.31
10542024-03-11T07:29:49.628Z Downloaded regex-automata v0.4.6
10552024-03-11T07:29:49.628Z Downloaded tokio v1.36.0
10562024-03-11T07:29:49.628Z Compiling proc-macro2 v1.0.78
10572024-03-11T07:29:49.633Z Compiling unicode-ident v1.0.12
10582024-03-11T07:29:49.633Z Compiling libc v0.2.153
10592024-03-11T07:29:49.633Z Checking cfg-if v1.0.0
10602024-03-11T07:29:49.633Z Compiling version_check v0.9.4
10612024-03-11T07:29:49.633Z Compiling syn v1.0.109
10622024-03-11T07:29:49.633Z Compiling hashbrown v0.14.3
10632024-03-11T07:29:49.633Z Compiling autocfg v1.1.0
10642024-03-11T07:29:49.633Z Checking once_cell v1.19.0
10652024-03-11T07:29:49.753Z Checking memchr v2.7.1
10662024-03-11T07:29:49.907Z Compiling equivalent v1.0.1
10672024-03-11T07:29:49.996Z Compiling anyhow v1.0.80
10682024-03-11T07:29:50.209Z Compiling winnow v0.5.40
10692024-03-11T07:29:50.220Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10702024-03-11T07:29:50.294Z Compiling lock_api v0.4.11
10712024-03-11T07:29:50.520Z Compiling toml_datetime v0.6.5
10722024-03-11T07:29:50.585Z Compiling parking_lot_core v0.9.9
10732024-03-11T07:29:50.750Z Checking byteorder v1.5.0
10742024-03-11T07:29:50.848Z Compiling indexmap v2.2.5
10752024-03-11T07:29:50.896Z Checking lazy_static v1.4.0
10762024-03-11T07:29:50.921Z Compiling thiserror v1.0.57
10772024-03-11T07:29:50.999Z Checking smallvec v1.13.1
10782024-03-11T07:29:51.012Z Checking scopeguard v1.2.0
10792024-03-11T07:29:51.025Z Compiling quote v1.0.35
10802024-03-11T07:29:51.363Z Compiling syn v2.0.52
10812024-03-11T07:29:51.626Z Checking pin-project-lite v0.2.13
10822024-03-11T07:29:51.695Z Compiling ident_case v1.0.1
10832024-03-11T07:29:51.720Z Compiling fnv v1.0.7
10842024-03-11T07:29:51.770Z Compiling heapless v0.8.0
10852024-03-11T07:29:51.824Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10862024-03-11T07:29:51.849Z Compiling strsim v0.10.0
10872024-03-11T07:29:51.925Z Compiling serde v1.0.197
10882024-03-11T07:29:52.142Z Checking parking_lot v0.12.1
10892024-03-11T07:29:52.167Z Checking signal-hook-registry v1.4.1
10902024-03-11T07:29:52.384Z Checking mio v0.8.11
10912024-03-11T07:29:52.452Z Checking socket2 v0.5.6
10922024-03-11T07:29:52.462Z Checking num_cpus v1.16.0
10932024-03-11T07:29:52.466Z Checking hash32 v0.3.1
10942024-03-11T07:29:52.516Z Checking stable_deref_trait v1.2.0
10952024-03-11T07:29:52.546Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
10962024-03-11T07:29:52.594Z Checking foreign-types-shared v0.3.1
10972024-03-11T07:29:52.600Z Checking bytes v1.5.0
10982024-03-11T07:29:52.686Z Compiling smoltcp v0.11.0
10992024-03-11T07:29:52.862Z Checking either v1.10.0
11002024-03-11T07:29:52.882Z Compiling slog v2.7.0
11012024-03-11T07:29:53.210Z Checking itertools v0.12.1
11022024-03-11T07:29:53.395Z Checking cstr-argument v0.1.2
11032024-03-11T07:29:53.452Z Compiling proc-macro-error-attr v1.0.4
11042024-03-11T07:29:53.474Z Checking tracing-core v0.1.32
11052024-03-11T07:29:53.545Z Checking bitflags v1.3.2
11062024-03-11T07:29:53.620Z Compiling heck v0.4.1
11072024-03-11T07:29:53.782Z Compiling toml_edit v0.19.15
11082024-03-11T07:29:53.859Z Checking managed v0.8.0
11092024-03-11T07:29:53.952Z Compiling rustix v0.38.31
11102024-03-11T07:29:54.022Z Checking pretty-hex v0.2.1
11112024-03-11T07:29:54.112Z Checking cobs v0.2.3
11122024-03-11T07:29:54.164Z Checking embedded-io v0.4.0
11132024-03-11T07:29:54.205Z Compiling crc32fast v1.4.0
11142024-03-11T07:29:54.697Z Checking errno v0.3.8
11152024-03-11T07:29:54.718Z Checking socket2 v0.4.10
11162024-03-11T07:29:54.772Z Checking colored v2.1.0
11172024-03-11T07:29:55.039Z Compiling proc-macro-error v1.0.4
11182024-03-11T07:29:55.178Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
11192024-03-11T07:29:55.238Z Compiling crossbeam-utils v0.8.19
11202024-03-11T07:29:55.416Z Checking utf8parse v0.2.1
11212024-03-11T07:29:55.547Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
11222024-03-11T07:29:55.578Z Checking bitflags v2.4.2
11232024-03-11T07:29:55.722Z Checking ipnetwork v0.20.0
11242024-03-11T07:29:55.785Z Checking unicode-width v0.1.11
11252024-03-11T07:29:55.922Z Checking tabwriter v1.4.0
11262024-03-11T07:29:55.937Z Checking anstyle-parse v0.2.3
11272024-03-11T07:29:56.173Z Compiling proc-macro-crate v1.3.1
11282024-03-11T07:29:56.296Z Checking dirs-sys-next v0.1.2
11292024-03-11T07:29:56.449Z Checking colorchoice v1.0.0
11302024-03-11T07:29:56.554Z Checking powerfmt v0.2.0
11312024-03-11T07:29:56.790Z Checking dyn-clone v1.0.17
11322024-03-11T07:29:56.861Z Checking anstyle-query v1.0.2
11332024-03-11T07:29:56.896Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08)
11342024-03-11T07:29:56.912Z Compiling time-core v0.1.2
11352024-03-11T07:29:56.963Z Compiling num-conv v0.1.0
11362024-03-11T07:29:56.969Z Checking anstyle v1.0.6
11372024-03-11T07:29:57.203Z Compiling time-macros v0.2.17
11382024-03-11T07:29:57.215Z Checking terminal_size v0.3.0
11392024-03-11T07:29:57.219Z Checking deranged v0.3.11
11402024-03-11T07:29:57.301Z Checking anstream v0.6.13
11412024-03-11T07:29:57.348Z Checking dirs-next v2.0.0
11422024-03-11T07:29:57.650Z Compiling darling_core v0.20.8
11432024-03-11T07:29:58.166Z Checking aho-corasick v1.1.2
11442024-03-11T07:29:58.443Z Checking thread_local v1.1.8
11452024-03-11T07:29:58.705Z Checking clap_lex v0.7.0
11462024-03-11T07:29:59.077Z Compiling slog-async v2.8.0
11472024-03-11T07:29:59.084Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
11482024-03-11T07:29:59.277Z Checking strsim v0.11.0
11492024-03-11T07:29:59.546Z Checking regex-syntax v0.8.2
11502024-03-11T07:29:59.756Z Checking arc-swap v1.7.0
11512024-03-11T07:29:59.810Z Checking itoa v1.0.10
11522024-03-11T07:29:59.987Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
11532024-03-11T07:30:00.168Z Checking slog-scope v4.4.0
11542024-03-11T07:30:00.174Z Checking clap_builder v4.5.2
11552024-03-11T07:30:00.344Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
11562024-03-11T07:30:00.350Z Checking crossbeam-channel v0.5.12
11572024-03-11T07:30:00.372Z Checking time v0.3.34
11582024-03-11T07:30:01.100Z Checking term v0.7.0
11592024-03-11T07:30:01.115Z Checking is-terminal v0.4.12
11602024-03-11T07:30:01.214Z Checking log v0.4.21
11612024-03-11T07:30:01.494Z Checking take_mut v0.2.2
11622024-03-11T07:30:01.521Z Checking slog-stdlog v4.1.1
11632024-03-11T07:30:02.144Z Checking slog-term v2.9.1
11642024-03-11T07:30:02.673Z Compiling num_enum_derive v0.5.11
11652024-03-11T07:30:02.679Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
11662024-03-11T07:30:02.684Z Compiling thiserror-impl v1.0.57
11672024-03-11T07:30:02.756Z Compiling foreign-types-macros v0.2.3
11682024-03-11T07:30:02.762Z Compiling serde_derive v1.0.197
11692024-03-11T07:30:02.804Z Compiling tokio-macros v2.2.0
11702024-03-11T07:30:03.084Z Compiling darling_macro v0.20.8
11712024-03-11T07:30:03.147Z Compiling tracing-attributes v0.1.27
11722024-03-11T07:30:03.719Z Compiling zerocopy-derive v0.7.32
11732024-03-11T07:30:03.975Z Checking foreign-types v0.5.0
11742024-03-11T07:30:04.066Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11752024-03-11T07:30:04.153Z Compiling darling v0.20.8
11762024-03-11T07:30:04.257Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
11772024-03-11T07:30:04.326Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
11782024-03-11T07:30:04.402Z Checking tokio v1.36.0
11792024-03-11T07:30:04.504Zwarning: useless conversion to the same type: `proc_macro2::TokenStream`
11802024-03-11T07:30:04.504Z --> crates/derror-macro/src/lib.rs:62:26
11812024-03-11T07:30:04.504Z |
11822024-03-11T07:30:04.505Z62 | Err(e) => return TokenStream::from(e.write_errors()).into(),
11832024-03-11T07:30:04.505Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `TokenStream::from()`: `e.write_errors()`
11842024-03-11T07:30:04.505Z |
11852024-03-11T07:30:04.505Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
11862024-03-11T07:30:04.505Z = note: `#[warn(clippy::useless_conversion)]` on by default
11872024-03-11T07:30:04.505Z
11882024-03-11T07:30:05.084Z Checking num_enum v0.5.11
11892024-03-11T07:30:05.225Z Checking regex-automata v0.4.6
11902024-03-11T07:30:05.511Z Compiling clap_derive v4.5.0
11912024-03-11T07:30:05.660Zwarning: `derror-macro` (lib) generated 1 warning (run `cargo clippy --fix --lib -p derror-macro` to apply 1 suggestion)
11922024-03-11T07:30:05.664Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
11932024-03-11T07:30:05.893Z Checking zerocopy v0.7.32
11942024-03-11T07:30:06.408Z Checking tracing v0.1.40
11952024-03-11T07:30:07.121Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
11962024-03-11T07:30:08.444Z Checking regex v1.10.3
11972024-03-11T07:30:08.652Z Checking clap v4.5.2
11982024-03-11T07:30:08.862Z Checking slog-envlogger v2.2.0
11992024-03-11T07:30:10.106Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
12002024-03-11T07:30:11.165Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9fecec91)
12012024-03-11T07:30:11.356Z Checking postcard v1.0.8
12022024-03-11T07:30:11.750Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
12032024-03-11T07:30:16.101Zwarning: you should consider adding a `Default` implementation for `ErrorBlock<L>`
12042024-03-11T07:30:16.101Z --> lib/opte/src/d_error.rs:71:5
12052024-03-11T07:30:16.101Z |
12062024-03-11T07:30:16.101Z71 | / pub fn new() -> Self {
12072024-03-11T07:30:16.101Z72 | | Self {
12082024-03-11T07:30:16.101Z73 | | entries: [EMPTY_STRING.as_ptr(); L],
12092024-03-11T07:30:16.101Z74 | |
12102024-03-11T07:30:16.101Z... |
12112024-03-11T07:30:16.101Z79 | | }
12122024-03-11T07:30:16.101Z80 | | }
12132024-03-11T07:30:16.101Z | |_____^
12142024-03-11T07:30:16.101Z |
12152024-03-11T07:30:16.101Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default
12162024-03-11T07:30:16.101Z = note: `#[warn(clippy::new_without_default)]` on by default
12172024-03-11T07:30:16.101Zhelp: try adding this
12182024-03-11T07:30:16.101Z |
12192024-03-11T07:30:16.102Z69 + impl<const L: usize> Default for ErrorBlock<L> {
12202024-03-11T07:30:16.102Z70 + fn default() -> Self {
12212024-03-11T07:30:16.102Z71 + Self::new()
12222024-03-11T07:30:16.102Z72 + }
12232024-03-11T07:30:16.102Z73 + }
12242024-03-11T07:30:16.102Z |
12252024-03-11T07:30:16.102Z
12262024-03-11T07:30:16.107Zwarning: this returns a `Result<_, ()>`
12272024-03-11T07:30:16.107Z --> lib/opte/src/d_error.rs:97:5
12282024-03-11T07:30:16.107Z |
12292024-03-11T07:30:16.107Z97 | pub fn append(&mut self, err: &dyn DError) -> Result<(), ()> {
12302024-03-11T07:30:16.107Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12312024-03-11T07:30:16.107Z |
12322024-03-11T07:30:16.107Z = help: use a custom `Error` type instead
12332024-03-11T07:30:16.107Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
12342024-03-11T07:30:16.107Z = note: `#[warn(clippy::result_unit_err)]` on by default
12352024-03-11T07:30:16.107Z
12362024-03-11T07:30:16.108Zwarning: this returns a `Result<_, ()>`
12372024-03-11T07:30:16.108Z --> lib/opte/src/d_error.rs:111:5
12382024-03-11T07:30:16.108Z |
12392024-03-11T07:30:16.108Z111 | pub fn append_name(&mut self, err: &dyn DError) -> Result<(), ()> {
12402024-03-11T07:30:16.108Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12412024-03-11T07:30:16.108Z |
12422024-03-11T07:30:16.108Z = help: use a custom `Error` type instead
12432024-03-11T07:30:16.108Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
12442024-03-11T07:30:16.108Z
12452024-03-11T07:30:16.108Zwarning: this returns a `Result<_, ()>`
12462024-03-11T07:30:16.108Z --> lib/opte/src/d_error.rs:126:5
12472024-03-11T07:30:16.108Z |
12482024-03-11T07:30:16.108Z126 | / pub unsafe fn append_name_raw<'a, 'b: 'a>(
12492024-03-11T07:30:16.108Z127 | | &'a mut self,
12502024-03-11T07:30:16.108Z128 | | err: &'b CStr,
12512024-03-11T07:30:16.108Z129 | | ) -> Result<(), ()> {
12522024-03-11T07:30:16.108Z | |_______________________^
12532024-03-11T07:30:16.108Z |
12542024-03-11T07:30:16.108Z = help: use a custom `Error` type instead
12552024-03-11T07:30:16.108Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
12562024-03-11T07:30:16.108Z
12572024-03-11T07:30:16.108Zwarning: unsafe function's docs miss `# Safety` section
12582024-03-11T07:30:16.108Z --> lib/opte/src/d_error.rs:126:5
12592024-03-11T07:30:16.108Z |
12602024-03-11T07:30:16.109Z126 | / pub unsafe fn append_name_raw<'a, 'b: 'a>(
12612024-03-11T07:30:16.109Z127 | | &'a mut self,
12622024-03-11T07:30:16.109Z128 | | err: &'b CStr,
12632024-03-11T07:30:16.109Z129 | | ) -> Result<(), ()> {
12642024-03-11T07:30:16.109Z | |_______________________^
12652024-03-11T07:30:16.109Z |
12662024-03-11T07:30:16.109Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
12672024-03-11T07:30:16.109Z = note: `#[warn(clippy::missing_safety_doc)]` on by default
12682024-03-11T07:30:16.109Z
12692024-03-11T07:30:16.113Zwarning: the following explicit lifetimes could be elided: 'a
12702024-03-11T07:30:16.113Z --> lib/opte/src/d_error.rs:152:20
12712024-03-11T07:30:16.113Z |
12722024-03-11T07:30:16.113Z152 | pub fn entries<'a>(&'a self) -> ErrorBlockIter<'a, L> {
12732024-03-11T07:30:16.113Z | ^^ ^^ ^^
12742024-03-11T07:30:16.114Z |
12752024-03-11T07:30:16.114Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
12762024-03-11T07:30:16.114Z = note: `#[warn(clippy::needless_lifetimes)]` on by default
12772024-03-11T07:30:16.114Zhelp: elide the lifetimes
12782024-03-11T07:30:16.114Z |
12792024-03-11T07:30:16.114Z152 - pub fn entries<'a>(&'a self) -> ErrorBlockIter<'a, L> {
12802024-03-11T07:30:16.114Z152 + pub fn entries(&self) -> ErrorBlockIter<'_, L> {
12812024-03-11T07:30:16.114Z |
12822024-03-11T07:30:16.114Z
12832024-03-11T07:30:16.423Zwarning: you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
12842024-03-11T07:30:16.424Z --> lib/opte/src/engine/ether.rs:306:9
12852024-03-11T07:30:16.424Z |
12862024-03-11T07:30:16.424Z306 | / match self {
12872024-03-11T07:30:16.424Z307 | | Self::UnsupportedEtherType { ether_type } => {
12882024-03-11T07:30:16.424Z308 | | data[0] = *ether_type as u64;
12892024-03-11T07:30:16.424Z309 | | }
12902024-03-11T07:30:16.424Z310 | | _ => {}
12912024-03-11T07:30:16.424Z311 | | }
12922024-03-11T07:30:16.424Z | |_________^
12932024-03-11T07:30:16.424Z |
12942024-03-11T07:30:16.424Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_match
12952024-03-11T07:30:16.425Z = note: `#[warn(clippy::single_match)]` on by default
12962024-03-11T07:30:16.425Zhelp: try
12972024-03-11T07:30:16.425Z |
12982024-03-11T07:30:16.425Z306 ~ if let Self::UnsupportedEtherType { ether_type } = self {
12992024-03-11T07:30:16.425Z307 + data[0] = *ether_type as u64;
13002024-03-11T07:30:16.425Z308 + }
13012024-03-11T07:30:16.425Z |
13022024-03-11T07:30:16.425Z
13032024-03-11T07:30:17.715Zwarning: `to_string` applied to a type that implements `Display` in `writeln!` args
13042024-03-11T07:30:17.715Z --> lib/opte/src/engine/print.rs:209:22
13052024-03-11T07:30:17.715Z |
13062024-03-11T07:30:17.715Z209 | flow_id.proto.to_string(),
13072024-03-11T07:30:17.715Z | ^^^^^^^^^^^^ help: remove this
13082024-03-11T07:30:17.715Z |
13092024-03-11T07:30:17.715Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args
13102024-03-11T07:30:17.715Z = note: `#[warn(clippy::to_string_in_format_args)]` on by default
13112024-03-11T07:30:17.715Z
13122024-03-11T07:30:17.715Zwarning: `to_string` applied to a type that implements `Display` in `writeln!` args
13132024-03-11T07:30:17.716Z --> lib/opte/src/engine/print.rs:210:23
13142024-03-11T07:30:17.716Z |
13152024-03-11T07:30:17.716Z210 | flow_id.src_ip.to_string(),
13162024-03-11T07:30:17.716Z | ^^^^^^^^^^^^ help: remove this
13172024-03-11T07:30:17.716Z |
13182024-03-11T07:30:17.716Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args
13192024-03-11T07:30:17.716Z
13202024-03-11T07:30:17.723Zwarning: `to_string` applied to a type that implements `Display` in `writeln!` args
13212024-03-11T07:30:17.723Z --> lib/opte/src/engine/print.rs:212:23
13222024-03-11T07:30:17.723Z |
13232024-03-11T07:30:17.723Z212 | flow_id.dst_ip.to_string(),
13242024-03-11T07:30:17.723Z | ^^^^^^^^^^^^ help: remove this
13252024-03-11T07:30:17.723Z |
13262024-03-11T07:30:17.723Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args
13272024-03-11T07:30:17.723Z
13282024-03-11T07:30:17.723Zwarning: `to_string` applied to a type that implements `Display` in `writeln!` args
13292024-03-11T07:30:17.723Z --> lib/opte/src/engine/print.rs:236:22
13302024-03-11T07:30:17.723Z |
13312024-03-11T07:30:17.723Z236 | flow_id.proto.to_string(),
13322024-03-11T07:30:17.723Z | ^^^^^^^^^^^^ help: remove this
13332024-03-11T07:30:17.723Z |
13342024-03-11T07:30:17.723Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args
13352024-03-11T07:30:17.723Z
13362024-03-11T07:30:17.723Zwarning: `to_string` applied to a type that implements `Display` in `writeln!` args
13372024-03-11T07:30:17.723Z --> lib/opte/src/engine/print.rs:237:23
13382024-03-11T07:30:17.723Z |
13392024-03-11T07:30:17.723Z237 | flow_id.src_ip.to_string(),
13402024-03-11T07:30:17.723Z | ^^^^^^^^^^^^ help: remove this
13412024-03-11T07:30:17.723Z |
13422024-03-11T07:30:17.724Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args
13432024-03-11T07:30:17.724Z
13442024-03-11T07:30:17.724Zwarning: `to_string` applied to a type that implements `Display` in `writeln!` args
13452024-03-11T07:30:17.724Z --> lib/opte/src/engine/print.rs:239:23
13462024-03-11T07:30:17.724Z |
13472024-03-11T07:30:17.724Z239 | flow_id.dst_ip.to_string(),
13482024-03-11T07:30:17.724Z | ^^^^^^^^^^^^ help: remove this
13492024-03-11T07:30:17.724Z |
13502024-03-11T07:30:17.724Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args
13512024-03-11T07:30:17.724Z
13522024-03-11T07:30:17.724Zwarning: `to_string` applied to a type that implements `Display` in `writeln!` args
13532024-03-11T07:30:17.724Z --> lib/opte/src/engine/print.rs:274:34
13542024-03-11T07:30:17.724Z |
13552024-03-11T07:30:17.724Z274 | entry.tcp_state.tcp_state.to_string(),
13562024-03-11T07:30:17.724Z | ^^^^^^^^^^^^ help: remove this
13572024-03-11T07:30:17.724Z |
13582024-03-11T07:30:17.724Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args
13592024-03-11T07:30:17.724Z
13602024-03-11T07:30:18.753Zwarning: `opte` (lib) generated 14 warnings (run `cargo clippy --fix --lib -p opte` to apply 9 suggestions)
13612024-03-11T07:30:18.757Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
13622024-03-11T07:30:20.613Zwarning: `to_string` applied to a type that implements `Display` in `writeln!` args
13632024-03-11T07:30:20.613Z --> lib/oxide-vpc/src/engine/print.rs:75:40
13642024-03-11T07:30:20.613Z |
13652024-03-11T07:30:20.613Z75 | writeln!(t, "{}\t{}\t{vni}", prefix.to_string(), boundary.to_string())
13662024-03-11T07:30:20.614Z | ^^^^^^^^^^^^ help: remove this
13672024-03-11T07:30:20.614Z |
13682024-03-11T07:30:20.614Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args
13692024-03-11T07:30:20.614Z = note: `#[warn(clippy::to_string_in_format_args)]` on by default
13702024-03-11T07:30:20.614Z
13712024-03-11T07:30:20.618Zwarning: `to_string` applied to a type that implements `Display` in `writeln!` args
13722024-03-11T07:30:20.618Z --> lib/oxide-vpc/src/engine/print.rs:75:62
13732024-03-11T07:30:20.618Z |
13742024-03-11T07:30:20.618Z75 | writeln!(t, "{}\t{}\t{vni}", prefix.to_string(), boundary.to_string())
13752024-03-11T07:30:20.618Z | ^^^^^^^^^^^^ help: remove this
13762024-03-11T07:30:20.618Z |
13772024-03-11T07:30:20.618Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args
13782024-03-11T07:30:20.619Z
13792024-03-11T07:30:20.932Zwarning: `oxide-vpc` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p oxide-vpc` to apply 2 suggestions)
13802024-03-11T07:30:20.936Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
13812024-03-11T07:30:21.358Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
13822024-03-11T07:30:21.737Zwarning: unnecessary operation
13832024-03-11T07:30:21.737Z --> xde-tests/tests/loopback.rs:14:5
13842024-03-11T07:30:21.737Z |
13852024-03-11T07:30:21.737Z14 | / &topol.nodes[0]
13862024-03-11T07:30:21.737Z15 | | .zone
13872024-03-11T07:30:21.737Z16 | | .zone
13882024-03-11T07:30:21.737Z17 | | .zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?;
13892024-03-11T07:30:21.738Z | |________________________________________________________________^
13902024-03-11T07:30:21.738Z |
13912024-03-11T07:30:21.738Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_operation
13922024-03-11T07:30:21.738Z = note: `#[warn(clippy::unnecessary_operation)]` on by default
13932024-03-11T07:30:21.738Zhelp: statement can be reduced to
13942024-03-11T07:30:21.738Z |
13952024-03-11T07:30:21.738Z14 ~ topol.nodes[0]
13962024-03-11T07:30:21.738Z15 + .zone
13972024-03-11T07:30:21.738Z16 + .zone
13982024-03-11T07:30:21.738Z17 + .zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?;
13992024-03-11T07:30:21.738Z |
14002024-03-11T07:30:21.738Z
14012024-03-11T07:30:21.744Zwarning: unused borrow that must be used
14022024-03-11T07:30:21.744Z --> xde-tests/tests/loopback.rs:14:5
14032024-03-11T07:30:21.744Z |
14042024-03-11T07:30:21.744Z14 | / &topol.nodes[0]
14052024-03-11T07:30:21.744Z15 | | .zone
14062024-03-11T07:30:21.744Z16 | | .zone
14072024-03-11T07:30:21.744Z17 | | .zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?;
14082024-03-11T07:30:21.744Z | |_______________________________________________________________^ the borrow produces a value
14092024-03-11T07:30:21.744Z |
14102024-03-11T07:30:21.744Z = note: `#[warn(unused_must_use)]` on by default
14112024-03-11T07:30:21.744Zhelp: use `let _ = ...` to ignore the resulting value
14122024-03-11T07:30:21.744Z |
14132024-03-11T07:30:21.744Z14 | let _ = &topol.nodes[0]
14142024-03-11T07:30:21.744Z | +++++++
14152024-03-11T07:30:21.744Z
14162024-03-11T07:30:21.774Zwarning: `xde-tests` (test "loopback") generated 2 warnings (run `cargo clippy --fix --test "loopback"` to apply 1 suggestion)
14172024-03-11T07:30:21.774Z Finished dev [unoptimized + debuginfo] target(s) in 33.08s
14182024-03-11T07:30:21.808Z+ cargo build --test loopback
14192024-03-11T07:30:22.090Z Compiling cfg-if v1.0.0
14202024-03-11T07:30:22.090Z Compiling once_cell v1.19.0
14212024-03-11T07:30:22.093Z Compiling memchr v2.7.1
14222024-03-11T07:30:22.094Z Compiling libc v0.2.153
14232024-03-11T07:30:22.105Z Compiling lazy_static v1.4.0
14242024-03-11T07:30:22.109Z Compiling scopeguard v1.2.0
14252024-03-11T07:30:22.109Z Compiling smallvec v1.13.1
14262024-03-11T07:30:22.109Z Compiling byteorder v1.5.0
14272024-03-11T07:30:22.154Z Compiling pin-project-lite v0.2.13
14282024-03-11T07:30:22.196Z Compiling lock_api v0.4.11
14292024-03-11T07:30:22.204Z Compiling thiserror v1.0.57
14302024-03-11T07:30:22.253Z Compiling anyhow v1.0.80
14312024-03-11T07:30:22.306Z Compiling foreign-types-shared v0.3.1
14322024-03-11T07:30:22.399Z Compiling proc-macro-crate v1.3.1
14332024-03-11T07:30:22.415Z Compiling hash32 v0.3.1
14342024-03-11T07:30:22.482Z Compiling stable_deref_trait v1.2.0
14352024-03-11T07:30:22.487Z Compiling bytes v1.5.0
14362024-03-11T07:30:22.559Z Compiling either v1.10.0
14372024-03-11T07:30:22.598Z Compiling heapless v0.8.0
14382024-03-11T07:30:22.603Z Compiling foreign-types v0.5.0
14392024-03-11T07:30:22.685Z Compiling tracing-core v0.1.32
14402024-03-11T07:30:22.931Z Compiling itertools v0.12.1
14412024-03-11T07:30:23.215Z Compiling num_enum_derive v0.5.11
14422024-03-11T07:30:23.277Z Compiling cstr-argument v0.1.2
14432024-03-11T07:30:23.508Z Compiling parking_lot_core v0.9.9
14442024-03-11T07:30:23.638Z Compiling socket2 v0.5.6
14452024-03-11T07:30:23.692Z Compiling num_cpus v1.16.0
14462024-03-11T07:30:23.796Z Compiling mio v0.8.11
14472024-03-11T07:30:23.833Z Compiling signal-hook-registry v1.4.1
14482024-03-11T07:30:24.061Z Compiling parking_lot v0.12.1
14492024-03-11T07:30:24.256Z Compiling serde v1.0.197
14502024-03-11T07:30:24.311Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14512024-03-11T07:30:24.450Z Compiling tokio v1.36.0
14522024-03-11T07:30:24.724Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14532024-03-11T07:30:24.833Z Compiling managed v0.8.0
14542024-03-11T07:30:24.881Z Compiling cobs v0.2.3
14552024-03-11T07:30:25.130Z Compiling pretty-hex v0.2.1
14562024-03-11T07:30:25.174Z Compiling bitflags v1.3.2
14572024-03-11T07:30:25.182Z Compiling embedded-io v0.4.0
14582024-03-11T07:30:25.249Z Compiling smoltcp v0.11.0
14592024-03-11T07:30:25.274Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14602024-03-11T07:30:25.282Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14612024-03-11T07:30:25.374Z Compiling tracing v0.1.40
14622024-03-11T07:30:25.411Z Compiling socket2 v0.4.10
14632024-03-11T07:30:25.646Z Compiling num_enum v0.5.11
14642024-03-11T07:30:25.773Z Compiling errno v0.3.8
14652024-03-11T07:30:25.810Z Compiling slog v2.7.0
14662024-03-11T07:30:25.871Z Compiling colored v2.1.0
14672024-03-11T07:30:25.977Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
14682024-03-11T07:30:26.126Z Compiling bitflags v2.4.2
14692024-03-11T07:30:26.333Z Compiling utf8parse v0.2.1
14702024-03-11T07:30:26.381Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
14712024-03-11T07:30:26.472Z Compiling unicode-width v0.1.11
14722024-03-11T07:30:26.551Z Compiling ipnetwork v0.20.0
14732024-03-11T07:30:26.555Z Compiling anstyle-parse v0.2.3
14742024-03-11T07:30:26.562Z Compiling rustix v0.38.31
14752024-03-11T07:30:26.602Z Compiling tabwriter v1.4.0
14762024-03-11T07:30:26.742Z Compiling zerocopy v0.7.32
14772024-03-11T07:30:26.853Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
14782024-03-11T07:30:27.143Z Compiling crc32fast v1.4.0
14792024-03-11T07:30:27.171Z Compiling dirs-sys-next v0.1.2
14802024-03-11T07:30:27.430Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
14812024-03-11T07:30:27.945Z Compiling anstyle-query v1.0.2
14822024-03-11T07:30:28.063Z Compiling colorchoice v1.0.0
14832024-03-11T07:30:28.156Z Compiling powerfmt v0.2.0
14842024-03-11T07:30:28.161Z Compiling num-conv v0.1.0
14852024-03-11T07:30:28.194Z Compiling time-core v0.1.2
14862024-03-11T07:30:28.250Z Compiling dyn-clone v1.0.17
14872024-03-11T07:30:28.337Z Compiling anstyle v1.0.6
14882024-03-11T07:30:28.418Z Compiling time-macros v0.2.17
14892024-03-11T07:30:28.443Z Compiling deranged v0.3.11
14902024-03-11T07:30:28.539Z Compiling terminal_size v0.3.0
14912024-03-11T07:30:28.544Z Compiling dirs-next v2.0.0
14922024-03-11T07:30:28.712Z Compiling anstream v0.6.13
14932024-03-11T07:30:28.716Z Compiling crossbeam-utils v0.8.19
14942024-03-11T07:30:28.794Z Compiling aho-corasick v1.1.2
14952024-03-11T07:30:29.512Z Compiling thread_local v1.1.8
14962024-03-11T07:30:30.037Z Compiling postcard v1.0.8
14972024-03-11T07:30:30.164Z Compiling itoa v1.0.10
14982024-03-11T07:30:30.201Z Compiling arc-swap v1.7.0
14992024-03-11T07:30:30.369Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15002024-03-11T07:30:30.514Z Compiling strsim v0.11.0
15012024-03-11T07:30:30.602Z Compiling clap_lex v0.7.0
15022024-03-11T07:30:30.688Z Compiling regex-syntax v0.8.2
15032024-03-11T07:30:30.817Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
15042024-03-11T07:30:30.880Z Compiling clap_builder v4.5.2
15052024-03-11T07:30:31.144Z Compiling slog-scope v4.4.0
15062024-03-11T07:30:31.503Z Compiling time v0.3.34
15072024-03-11T07:30:31.607Z Compiling crossbeam-channel v0.5.12
15082024-03-11T07:30:31.779Z Compiling term v0.7.0
15092024-03-11T07:30:32.825Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15102024-03-11T07:30:33.601Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08)
15112024-03-11T07:30:33.693Z Compiling is-terminal v0.4.12
15122024-03-11T07:30:33.794Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
15132024-03-11T07:30:34.569Z Compiling regex-automata v0.4.6
15142024-03-11T07:30:35.882Z Compiling take_mut v0.2.2
15152024-03-11T07:30:35.887Z Compiling log v0.4.21
15162024-03-11T07:30:36.019Z Compiling slog-async v2.8.0
15172024-03-11T07:30:36.341Z Compiling slog-stdlog v4.1.1
15182024-03-11T07:30:36.757Z Compiling clap v4.5.2
15192024-03-11T07:30:36.853Z Compiling slog-term v2.9.1
15202024-03-11T07:30:37.385Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
15212024-03-11T07:30:37.436Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
15222024-03-11T07:30:38.793Z Compiling regex v1.10.3
15232024-03-11T07:30:39.258Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9fecec91)
15242024-03-11T07:30:39.839Z Compiling slog-envlogger v2.2.0
15252024-03-11T07:30:40.660Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
15262024-03-11T07:30:43.249Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
15272024-03-11T07:30:43.772Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
15282024-03-11T07:30:45.542Zwarning: unused borrow that must be used
15292024-03-11T07:30:45.542Z --> xde-tests/tests/loopback.rs:14:5
15302024-03-11T07:30:45.542Z |
15312024-03-11T07:30:45.542Z14 | / &topol.nodes[0]
15322024-03-11T07:30:45.542Z15 | | .zone
15332024-03-11T07:30:45.542Z16 | | .zone
15342024-03-11T07:30:45.542Z17 | | .zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?;
15352024-03-11T07:30:45.542Z | |_______________________________________________________________^ the borrow produces a value
15362024-03-11T07:30:45.542Z |
15372024-03-11T07:30:45.542Z = note: `#[warn(unused_must_use)]` on by default
15382024-03-11T07:30:45.542Zhelp: use `let _ = ...` to ignore the resulting value
15392024-03-11T07:30:45.542Z |
15402024-03-11T07:30:45.542Z14 | let _ = &topol.nodes[0]
15412024-03-11T07:30:45.542Z | +++++++
15422024-03-11T07:30:45.542Z
15432024-03-11T07:30:47.475Zwarning: `xde-tests` (test "loopback") generated 1 warning
15442024-03-11T07:30:47.475Z Finished dev [unoptimized + debuginfo] target(s) in 25.60s
15452024-03-11T07:30:47.499Z++ cargo build -q --test loopback --message-format=json
15462024-03-11T07:30:47.503Z++ jq -r 'select(.profile.test == true) | .filenames[]'
15472024-03-11T07:30:48.768Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-3d662986f75f386f
15482024-03-11T07:30:48.768Z+ mkdir -p /work/test
15492024-03-11T07:30:48.773Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-3d662986f75f386f /work/test/loopback
15502024-03-11T07:30:48.814Zprocess exited: duration 261068 ms, exit code 0
 
15512024-03-11T07:30:48.822Zfound 10 output files
15522024-03-11T07:30:48.823Zuploading: /work/debug/xde.dbg (57672680 bytes)
15532024-03-11T07:31:05.881Zuploaded: /work/debug/xde.dbg
15542024-03-11T07:31:05.881Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
15552024-03-11T07:31:06.895Zuploaded: /work/debug/xde.dbg.sha256
15562024-03-11T07:31:06.895Zuploading: /work/debug/xde_link.dbg.so (12684 bytes)
15572024-03-11T07:31:07.913Zuploaded: /work/debug/xde_link.dbg.so
15582024-03-11T07:31:07.913Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
15592024-03-11T07:31:08.932Zuploaded: /work/debug/xde_link.dbg.so.sha256
15602024-03-11T07:31:08.932Zuploading: /work/release/xde (52346392 bytes)
15612024-03-11T07:31:24.655Zuploaded: /work/release/xde
15622024-03-11T07:31:24.655Zuploading: /work/release/xde.sha256 (84 bytes)
15632024-03-11T07:31:25.669Zuploaded: /work/release/xde.sha256
15642024-03-11T07:31:25.669Zuploading: /work/release/xde_link.so (12728 bytes)
15652024-03-11T07:31:26.685Zuploaded: /work/release/xde_link.so
15662024-03-11T07:31:26.685Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
15672024-03-11T07:31:27.698Zuploaded: /work/release/xde_link.so.sha256
15682024-03-11T07:31:27.698Zuploading: /work/test/loopback (54124736 bytes)
15692024-03-11T07:31:43.364Zuploaded: /work/test/loopback
15702024-03-11T07:31:43.368Zuploading: /work/xde.conf (79 bytes)
15712024-03-11T07:31:44.381Zuploaded: /work/xde.conf