01JF8C6DN3520T6XJHFH13AJZK: 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-11-18",
        ),
    ),
    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: 01JF8C6R1044Y56JKYYMK9P131

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-16T18:39:16.661Zjob assigned to worker 01JF8C6RBVCE4MJS19RZBHQ7Z7 [factory aws, i-00f6de0428eb93212] (queued for 1 m 11 s)
 
22024-12-16T18:39:24.887Zstarting task 0: "setup"
32024-12-16T18:39:24.897Z++ uname -s
42024-12-16T18:39:24.899Z+ kern=SunOS
52024-12-16T18:39:24.899Z+ case "$kern" in
62024-12-16T18:39:24.899Z+ groupadd -g 12345 build
72024-12-16T18:39:24.901Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-16T18:39:26.908Z+ zfs create -o mountpoint=/work rpool/work
92024-12-16T18:39:27.010Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-16T18:39:27.012Z+ home_fs=zfs
112024-12-16T18:39:27.012Z+ [[ zfs == autofs ]]
122024-12-16T18:39:27.012Z+ mkdir -p /home/build
132024-12-16T18:39:27.015Z+ chown build:build /home/build /work
142024-12-16T18:39:29.017Z+ chmod 0700 /home/build /work
152024-12-16T18:39:29.020Zprocess exited: duration 4133 ms, exit code 0
 
162024-12-16T18:39:29.025Zstarting task 1: "rust-toolchain"
172024-12-16T18:39:29.031Z+ printf ' * toolchain channel = "%s"
182024-12-16T18:39:29.031Z' nightly-2024-11-18
192024-12-16T18:39:29.031Z+ printf ' * toolchain profile = "%s"
202024-12-16T18:39:29.031Z' default
212024-12-16T18:39:29.031Z * toolchain channel = "nightly-2024-11-18"
222024-12-16T18:39:29.031Z * toolchain profile = "default"
232024-12-16T18:39:29.034Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-16T18:39:29.034Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default
252024-12-16T18:39:29.149Zinfo: downloading installer
262024-12-16T18:39:30.621Zinfo: profile set to 'default'
272024-12-16T18:39:30.621Zinfo: default host triple is x86_64-unknown-illumos
282024-12-16T18:39:30.625Zinfo: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos'
292024-12-16T18:39:30.764Zinfo: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17)
302024-12-16T18:39:30.764Zinfo: downloading component 'cargo'
312024-12-16T18:39:31.510Zinfo: downloading component 'clippy'
322024-12-16T18:39:31.797Zinfo: downloading component 'rust-docs'
332024-12-16T18:39:32.806Zinfo: downloading component 'rust-std'
342024-12-16T18:39:34.439Zinfo: downloading component 'rustc'
352024-12-16T18:39:40.204Zinfo: downloading component 'rustfmt'
362024-12-16T18:39:40.418Zinfo: installing component 'cargo'
372024-12-16T18:39:41.243Zinfo: installing component 'clippy'
382024-12-16T18:39:41.624Zinfo: installing component 'rust-docs'
392024-12-16T18:39:43.302Zinfo: installing component 'rust-std'
402024-12-16T18:39:45.068Zinfo: installing component 'rustc'
412024-12-16T18:39:50.955Zinfo: installing component 'rustfmt'
422024-12-16T18:39:51.315Zinfo: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos'
432024-12-16T18:39:51.315Z
442024-12-16T18:39:51.712Z nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
452024-12-16T18:39:51.712Z
462024-12-16T18:39:51.715Z
472024-12-16T18:39:51.715ZRust is installed now. Great!
482024-12-16T18:39:51.715Z
492024-12-16T18:39:51.715ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-16T18:39:51.715Zenvironment variable. This has not been done automatically.
512024-12-16T18:39:51.715Z
522024-12-16T18:39:51.715ZTo configure your current shell, you need to source
532024-12-16T18:39:51.715Zthe corresponding env file under $HOME/.cargo.
542024-12-16T18:39:51.715Z
552024-12-16T18:39:51.715ZThis is usually done by running one of the following (note the leading DOT):
562024-12-16T18:39:51.715Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-16T18:39:51.715Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-16T18:39:51.790Z+ rustc --version
592024-12-16T18:39:51.854Zrustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
602024-12-16T18:39:51.857Zprocess exited: duration 22830 ms, exit code 0
 
612024-12-16T18:39:51.863Zstarting task 2: "authentication"
622024-12-16T18:39:51.884Zprocess exited: duration 21 ms, exit code 0
 
632024-12-16T18:39:51.892Zstarting task 3: "clone repository"
642024-12-16T18:39:51.895Z+ mkdir -p /work/oxidecomputer/opte
652024-12-16T18:39:51.898Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662024-12-16T18:39:52.481ZCloning into '/work/oxidecomputer/opte'...
672024-12-16T18:39:53.573Z+ cd /work/oxidecomputer/opte
682024-12-16T18:39:53.573Z+ git fetch origin a60adb12f3846e083531eeb9503bd3c2184bd7b6
692024-12-16T18:39:53.842ZFrom https://github.com/oxidecomputer/opte
702024-12-16T18:39:53.842Z * branch a60adb12f3846e083531eeb9503bd3c2184bd7b6 -> FETCH_HEAD
712024-12-16T18:39:53.850Z+ [[ -n rwlock ]]
722024-12-16T18:39:53.853Z++ git branch --show-current
732024-12-16T18:39:53.856Z+ current=master
742024-12-16T18:39:53.856Z+ [[ master != rwlock ]]
752024-12-16T18:39:53.856Z+ git branch -f rwlock a60adb12f3846e083531eeb9503bd3c2184bd7b6
762024-12-16T18:39:53.858Z+ git checkout -f rwlock
772024-12-16T18:39:53.880ZSwitched to branch 'rwlock'
782024-12-16T18:39:53.883Z+ git reset --hard a60adb12f3846e083531eeb9503bd3c2184bd7b6
792024-12-16T18:39:53.904ZHEAD is now at a60adb1 Rustc optimised out the `fetch_add`s.
802024-12-16T18:39:53.907Zprocess exited: duration 2015 ms, exit code 0
 
812024-12-16T18:39:53.913Zstarting task 4: "build"
822024-12-16T18:39:53.919Z+ TGT_BASE=/work
832024-12-16T18:39:53.919Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
842024-12-16T18:39:53.919Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
852024-12-16T18:39:53.919Z+ DBG_TGT=/work/debug
862024-12-16T18:39:53.919Z+ REL_SRC=target/x86_64-unknown-unknown/release
872024-12-16T18:39:53.919Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
882024-12-16T18:39:53.919Z+ REL_TGT=/work/release
892024-12-16T18:39:53.919Z+ mkdir -p /work/debug /work/release
902024-12-16T18:39:53.921Z+ cargo --version
912024-12-16T18:39:53.926Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
922024-12-16T18:39:54.076Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
932024-12-16T18:39:54.076Zinfo: downloading component 'cargo'
942024-12-16T18:39:54.831Zinfo: downloading component 'clippy'
952024-12-16T18:39:55.118Zinfo: downloading component 'rust-docs'
962024-12-16T18:39:56.167Zinfo: downloading component 'rust-std'
972024-12-16T18:39:57.688Zinfo: downloading component 'rustc'
982024-12-16T18:40:03.431Zinfo: downloading component 'rustfmt'
992024-12-16T18:40:03.651Zinfo: installing component 'cargo'
1002024-12-16T18:40:04.477Zinfo: installing component 'clippy'
1012024-12-16T18:40:04.853Zinfo: installing component 'rust-docs'
1022024-12-16T18:40:06.593Zinfo: installing component 'rust-std'
1032024-12-16T18:40:08.266Zinfo: installing component 'rustc'
1042024-12-16T18:40:14.006Zinfo: installing component 'rustfmt'
1052024-12-16T18:40:14.425Zcargo 1.83.0 (5ffbef321 2024-10-29)
1062024-12-16T18:40:14.428Z+ rustc --version
1072024-12-16T18:40:14.500Zrustc 1.83.0 (90b35a623 2024-11-26)
1082024-12-16T18:40:14.504Z+ install_pkg jq
1092024-12-16T18:40:14.507Z+ set +o errexit
1102024-12-16T18:40:14.507Z+ pfexec pkg install jq
1112024-12-16T18:40:33.616Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-12-16T18:40:37.923Z Startup: Caching catalogs ... Done
1132024-12-16T18:40:48.133ZPlanning: Solver setup ... Done
1142024-12-16T18:40:48.261ZPlanning: Running solver ... Done
1152024-12-16T18:40:48.361ZPlanning: Consolidating action changes ... Done
1162024-12-16T18:40:48.364ZPlanning: Evaluating mediators ... Done
1172024-12-16T18:40:48.364ZPlanning: Planning completed in 10.34 seconds
1182024-12-16T18:40:48.388ZNo updates necessary for this image.
1192024-12-16T18:40:49.087Z+ exit_code=4
1202024-12-16T18:40:49.087Z+ [[ 4 -ne 0 ]]
1212024-12-16T18:40:49.090Z+ [[ 4 -ne 4 ]]
1222024-12-16T18:40:49.090Z+ set -o errexit
1232024-12-16T18:40:49.090Z+ pushd xde
1242024-12-16T18:40:49.090Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1252024-12-16T18:40:49.090Z+ cp xde.conf /work/xde.conf
1262024-12-16T18:40:49.090Z+ header 'check style'
1272024-12-16T18:40:49.090Z+ echo '# ==== check style ==== #'
1282024-12-16T18:40:49.090Z# ==== check style ==== #
1292024-12-16T18:40:49.090Z+ ptime -m cargo +nightly-2024-11-18 fmt -p xde -p xde-link -- --check
1302024-12-16T18:40:49.475Z
1312024-12-16T18:40:49.475Zreal 0.378876640
1322024-12-16T18:40:49.475Zuser 0.262909482
1332024-12-16T18:40:49.475Zsys 0.105049626
1342024-12-16T18:40:49.475Ztrap 0.000012379
1352024-12-16T18:40:49.475Ztflt 0.000000000
1362024-12-16T18:40:49.475Zdflt 0.000000000
1372024-12-16T18:40:49.475Zkflt 0.000000000
1382024-12-16T18:40:49.475Zlock 0.000000000
1392024-12-16T18:40:49.475Zslp 0.292508482
1402024-12-16T18:40:49.475Zlat 0.000280095
1412024-12-16T18:40:49.475Zstop 0.000135671
1422024-12-16T18:40:49.477Z+ header analyze
1432024-12-16T18:40:49.477Z+ echo '# ==== analyze ==== #'
1442024-12-16T18:40:49.477Z# ==== analyze ==== #
1452024-12-16T18:40:49.477Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1462024-12-16T18:40:49.606Zinfo: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos'
1472024-12-16T18:40:49.777Zinfo: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17)
1482024-12-16T18:40:49.798Zinfo: component 'clippy' for target 'x86_64-unknown-illumos' is up to date
1492024-12-16T18:40:49.798Zinfo: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date
1502024-12-16T18:40:49.802Zinfo: downloading component 'rust-src'
1512024-12-16T18:40:50.079Zinfo: installing component 'rust-src'
1522024-12-16T18:40:50.719Z Updating crates.io index
1532024-12-16T18:40:50.722Z Updating git repository `https://github.com/oxidecomputer/falcon`
1542024-12-16T18:40:51.589Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1552024-12-16T18:40:51.932Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1562024-12-16T18:40:52.188Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1572024-12-16T18:40:52.531Z Updating git repository `https://github.com/oxidecomputer/zone`
1582024-12-16T18:40:52.834Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1592024-12-16T18:40:53.139Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1602024-12-16T18:40:53.393Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1612024-12-16T18:40:53.677Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1622024-12-16T18:40:54.508Z Downloading crates ...
1632024-12-16T18:40:54.583Z Downloaded bitflags v1.3.2
1642024-12-16T18:40:54.607Z Downloaded darling_macro v0.20.10
1652024-12-16T18:40:54.610Z Downloaded ident_case v1.0.1
1662024-12-16T18:40:54.626Z Downloaded cfg-if v1.0.0
1672024-12-16T18:40:54.628Z Downloaded either v1.13.0
1682024-12-16T18:40:54.630Z Downloaded macaddr v1.0.1
1692024-12-16T18:40:54.633Z Downloaded byteorder v1.5.0
1702024-12-16T18:40:54.635Z Downloaded hash32 v0.3.1
1712024-12-16T18:40:54.638Z Downloaded embedded-io v0.6.1
1722024-12-16T18:40:54.640Z Downloaded dyn-clone v1.0.17
1732024-12-16T18:40:54.643Z Downloaded version_check v0.9.5
1742024-12-16T18:40:54.646Z Downloaded thiserror-impl v2.0.7
1752024-12-16T18:40:54.646Z Downloaded fnv v1.0.7
1762024-12-16T18:40:54.648Z Downloaded defmt-macros v0.4.0
1772024-12-16T18:40:54.651Z Downloaded stable_deref_trait v1.2.0
1782024-12-16T18:40:54.653Z Downloaded bitflags v2.6.0
1792024-12-16T18:40:54.656Z Downloaded strsim v0.11.1
1802024-12-16T18:40:54.658Z Downloaded proc-macro-error-attr2 v2.0.0
1812024-12-16T18:40:54.658Z Downloaded embedded-io v0.4.0
1822024-12-16T18:40:54.661Z Downloaded managed v0.8.0
1832024-12-16T18:40:54.661Z Downloaded defmt-parser v0.4.1
1842024-12-16T18:40:54.664Z Downloaded defmt v0.3.10
1852024-12-16T18:40:54.669Z Downloaded quote v1.0.37
1862024-12-16T18:40:54.672Z Downloaded proc-macro-error2 v2.0.1
1872024-12-16T18:40:54.674Z Downloaded postcard v1.1.1
1882024-12-16T18:40:54.677Z Downloaded darling v0.20.10
1892024-12-16T18:40:54.680Z Downloaded thiserror v2.0.7
1902024-12-16T18:40:54.685Z Downloaded crc32fast v1.4.2
1912024-12-16T18:40:54.687Z Downloaded cobs v0.2.3
1922024-12-16T18:40:54.691Z Downloaded uuid v1.11.0
1932024-12-16T18:40:54.694Z Downloaded unicode-ident v1.0.14
1942024-12-16T18:40:54.701Z Downloaded darling_core v0.20.10
1952024-12-16T18:40:54.706Z Downloaded serde_derive v1.0.216
1962024-12-16T18:40:54.709Z Downloaded proc-macro2 v1.0.92
1972024-12-16T18:40:54.715Z Downloaded heapless v0.8.0
1982024-12-16T18:40:54.725Z Downloaded memchr v2.7.4
1992024-12-16T18:40:54.729Z Downloaded zerocopy-derive v0.8.13
2002024-12-16T18:40:54.735Z Downloaded serde v1.0.216
2012024-12-16T18:40:54.738Z Downloaded aho-corasick v1.1.3
2022024-12-16T18:40:54.755Z Downloaded itertools v0.13.0
2032024-12-16T18:40:54.787Z Downloaded zerocopy v0.8.13
2042024-12-16T18:40:54.817Z Downloaded regex v1.11.1
2052024-12-16T18:40:54.828Z Downloaded syn v2.0.90
2062024-12-16T18:40:54.838Z Downloaded smoltcp v0.11.0
2072024-12-16T18:40:54.848Z Downloaded regex-syntax v0.8.5
2082024-12-16T18:40:54.874Z Downloaded regex-automata v0.4.9
2092024-12-16T18:40:54.895Z Updating crates.io index
2102024-12-16T18:40:54.969Z Downloading crates ...
2112024-12-16T18:40:55.025Z Downloaded allocator-api2 v0.2.18
2122024-12-16T18:40:55.044Z Downloaded getopts v0.2.21
2132024-12-16T18:40:55.052Z Downloaded addr2line v0.22.0
2142024-12-16T18:40:55.062Z Downloaded miniz_oxide v0.7.4
2152024-12-16T18:40:55.064Z Downloaded hashbrown v0.15.0
2162024-12-16T18:40:55.119Z Downloaded adler v1.0.2
2172024-12-16T18:40:55.122Z Downloaded rustc-demangle v0.1.24
2182024-12-16T18:40:55.126Z Downloaded compiler_builtins v0.1.138
2192024-12-16T18:40:55.135Z Downloaded unicode-width v0.1.14
2202024-12-16T18:40:55.145Z Downloaded gimli v0.29.0
2212024-12-16T18:40:55.152Z Downloaded object v0.36.5
2222024-12-16T18:40:55.184Z Downloaded libc v0.2.161
2232024-12-16T18:40:55.341Z Compiling compiler_builtins v0.1.138
2242024-12-16T18:40:55.341Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
2252024-12-16T18:40:55.343Z Compiling proc-macro2 v1.0.92
2262024-12-16T18:40:55.343Z Compiling unicode-ident v1.0.14
2272024-12-16T18:40:55.343Z Compiling ident_case v1.0.1
2282024-12-16T18:40:55.343Z Compiling fnv v1.0.7
2292024-12-16T18:40:55.355Z Compiling strsim v0.11.1
2302024-12-16T18:40:55.358Z Compiling memchr v2.7.4
2312024-12-16T18:40:55.536Z Compiling serde v1.0.216
2322024-12-16T18:40:55.555Z Compiling regex-syntax v0.8.5
2332024-12-16T18:40:55.579Z Compiling zerocopy v0.8.13
2342024-12-16T18:40:56.200Z Compiling either v1.13.0
2352024-12-16T18:40:56.475Z Compiling aho-corasick v1.1.3
2362024-12-16T18:40:56.752Z Compiling itertools v0.13.0
2372024-12-16T18:40:57.190Z Compiling heapless v0.8.0
2382024-12-16T18:40:57.204Z Compiling smoltcp v0.11.0
2392024-12-16T18:40:57.371Z Compiling version_check v0.9.5
2402024-12-16T18:40:58.108Z Compiling quote v1.0.37
2412024-12-16T18:40:58.229Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2422024-12-16T18:40:58.653Z Compiling syn v2.0.90
2432024-12-16T18:40:58.808Z Compiling regex-automata v0.4.9
2442024-12-16T18:41:01.825Z Compiling regex v1.11.1
2452024-12-16T18:41:03.425Z Compiling darling_core v0.20.10
2462024-12-16T18:41:05.278Z Compiling serde_derive v1.0.216
2472024-12-16T18:41:05.279Z Compiling zerocopy-derive v0.8.13
2482024-12-16T18:41:05.281Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2492024-12-16T18:41:07.257Z Compiling darling_macro v0.20.10
2502024-12-16T18:41:08.428Z Compiling darling v0.20.10
2512024-12-16T18:41:08.530Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
2522024-12-16T18:41:08.530Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2532024-12-16T18:41:14.219Z Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
2542024-12-16T18:41:14.923Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
2552024-12-16T18:41:17.625Z Checking byteorder v1.5.0
2562024-12-16T18:41:17.625Z Checking stable_deref_trait v1.2.0
2572024-12-16T18:41:17.628Z Checking cfg-if v1.0.0
2582024-12-16T18:41:17.628Z Checking macaddr v1.0.1
2592024-12-16T18:41:17.628Z Checking managed v0.8.0
2602024-12-16T18:41:17.628Z Checking cobs v0.2.3
2612024-12-16T18:41:17.709Z Checking bitflags v1.3.2
2622024-12-16T18:41:17.728Z Checking bitflags v2.6.0
2632024-12-16T18:41:17.791Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642024-12-16T18:41:17.902Z Checking hash32 v0.3.1
2652024-12-16T18:41:17.903Z Checking crc32fast v1.4.2
2662024-12-16T18:41:17.962Z Checking dyn-clone v1.0.17
2672024-12-16T18:41:17.983Zwarning: passing a unit value to a function
2682024-12-16T18:41:17.983Z --> crates/illumos-sys-hdrs/src/lib.rs:182:9
2692024-12-16T18:41:17.983Z |
2702024-12-16T18:41:17.983Z182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed));
2712024-12-16T18:41:17.983Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2722024-12-16T18:41:17.983Z |
2732024-12-16T18:41:17.983Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg
2742024-12-16T18:41:17.983Z = note: `#[warn(clippy::unit_arg)]` on by default
2752024-12-16T18:41:17.983Zhelp: move the expression in front of the call and replace it with the unit literal `()`
2762024-12-16T18:41:17.983Z |
2772024-12-16T18:41:17.983Z182 ~ self.as_u64().store(val, Ordering::Relaxed);
2782024-12-16T18:41:17.984Z183 ~ core::hint::black_box(());
2792024-12-16T18:41:17.986Z |
2802024-12-16T18:41:17.986Z
2812024-12-16T18:41:17.986Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
2822024-12-16T18:41:18.033Zwarning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion)
2832024-12-16T18:41:19.651Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
2842024-12-16T18:41:20.620Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
2852024-12-16T18:41:20.620Z Checking postcard v1.1.1
2862024-12-16T18:41:20.622Z Checking uuid v1.11.0
2872024-12-16T18:41:21.870Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2882024-12-16T18:41:28.760Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2892024-12-16T18:41:30.719Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2902024-12-16T18:41:34.133Zwarning: usage of an `Arc` that is not `Send` and `Sync`
2912024-12-16T18:41:34.133Z --> xde/src/xde.rs:251:20
2922024-12-16T18:41:34.133Z |
2932024-12-16T18:41:34.133Z251 | let ectx = Arc::new(ExecCtx { log: Box::new(opte::KernelLog {}) });
2942024-12-16T18:41:34.133Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2952024-12-16T18:41:34.133Z |
2962024-12-16T18:41:34.133Z = note: `Arc<ExecCtx>` is not `Send` and `Sync` as `ExecCtx` is neither `Send` nor `Sync`
2972024-12-16T18:41:34.133Z = help: if the `Arc` will not used be across threads replace it with an `Rc`
2982024-12-16T18:41:34.133Z = help: otherwise make `ExecCtx` `Send` and `Sync` or consider a wrapper type such as `Mutex`
2992024-12-16T18:41:34.133Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
3002024-12-16T18:41:34.133Z = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default
3012024-12-16T18:41:34.133Z
3022024-12-16T18:41:34.166Zwarning: usage of an `Arc` that is not `Send` and `Sync`
3032024-12-16T18:41:34.166Z --> xde/src/xde.rs:1073:9
3042024-12-16T18:41:34.166Z |
3052024-12-16T18:41:34.166Z1073 | / Arc::new(DlsStream::open(link_id).map_err(|e| OpteError::System {
3062024-12-16T18:41:34.166Z1074 | | errno: EFAULT,
3072024-12-16T18:41:34.166Z1075 | | msg: format!("failed to grab open stream for {link_name}: {e}"),
3082024-12-16T18:41:34.166Z1076 | | })?);
3092024-12-16T18:41:34.166Z | |____________^
3102024-12-16T18:41:34.166Z |
3112024-12-16T18:41:34.166Z = note: `Arc<DlsStream>` is not `Send` and `Sync` as `DlsStream` is neither `Send` nor `Sync`
3122024-12-16T18:41:34.166Z = help: if the `Arc` will not used be across threads replace it with an `Rc`
3132024-12-16T18:41:34.166Z = help: otherwise make `DlsStream` `Send` and `Sync` or consider a wrapper type such as `Mutex`
3142024-12-16T18:41:34.166Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
3152024-12-16T18:41:34.166Z
3162024-12-16T18:41:34.169Zwarning: usage of an `Arc` that is not `Send` and `Sync`
3172024-12-16T18:41:34.169Z --> xde/src/xde.rs:1114:14
3182024-12-16T18:41:34.169Z |
3192024-12-16T18:41:34.169Z1114 | let u1 = Arc::new(create_underlay_port(u1_name, "xdeu0")?);
3202024-12-16T18:41:34.169Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3212024-12-16T18:41:34.169Z |
3222024-12-16T18:41:34.169Z = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync`
3232024-12-16T18:41:34.169Z = help: if the `Arc` will not used be across threads replace it with an `Rc`
3242024-12-16T18:41:34.169Z = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex`
3252024-12-16T18:41:34.169Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
3262024-12-16T18:41:34.169Z
3272024-12-16T18:41:34.169Zwarning: usage of an `Arc` that is not `Send` and `Sync`
3282024-12-16T18:41:34.169Z --> xde/src/xde.rs:1115:14
3292024-12-16T18:41:34.169Z |
3302024-12-16T18:41:34.169Z1115 | let u2 = Arc::new(create_underlay_port(u2_name, "xdeu1")?);
3312024-12-16T18:41:34.169Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3322024-12-16T18:41:34.169Z |
3332024-12-16T18:41:34.169Z = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync`
3342024-12-16T18:41:34.169Z = help: if the `Arc` will not used be across threads replace it with an `Rc`
3352024-12-16T18:41:34.169Z = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex`
3362024-12-16T18:41:34.169Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
3372024-12-16T18:41:34.170Z
3382024-12-16T18:41:34.180Zwarning: `Vec<T>` is already on the heap, the boxing is unnecessary
3392024-12-16T18:41:34.181Z --> xde/src/xde.rs:1419:29
3402024-12-16T18:41:34.181Z |
3412024-12-16T18:41:34.181Z1419 | devs: &KRwLockReadGuard<Vec<Box<XdeDev>>>,
3422024-12-16T18:41:34.181Z | ^^^^^^^^^^^^^^^^ help: try: `Vec<XdeDev>`
3432024-12-16T18:41:34.181Z |
3442024-12-16T18:41:34.181Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#vec_box
3452024-12-16T18:41:34.181Z = note: `#[warn(clippy::vec_box)]` on by default
3462024-12-16T18:41:34.181Z
3472024-12-16T18:41:34.194Zwarning: usage of an `Arc` that is not `Send` and `Sync`
3482024-12-16T18:41:34.194Z --> xde/src/xde.rs:1820:8
3492024-12-16T18:41:34.194Z |
3502024-12-16T18:41:34.194Z1820 | Ok(Arc::new(pb.create(net, limit, limit)?))
3512024-12-16T18:41:34.194Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3522024-12-16T18:41:34.194Z |
3532024-12-16T18:41:34.194Z = note: `Arc<Port<VpcNetwork>>` is not `Send` and `Sync` as `Port<VpcNetwork>` is neither `Send` nor `Sync`
3542024-12-16T18:41:34.194Z = help: if the `Arc` will not used be across threads replace it with an `Rc`
3552024-12-16T18:41:34.194Z = help: otherwise make `Port<VpcNetwork>` `Send` and `Sync` or consider a wrapper type such as `Mutex`
3562024-12-16T18:41:34.194Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
3572024-12-16T18:41:34.194Z
3582024-12-16T18:41:34.338Zwarning: creating a mutable reference to mutable static is discouraged
3592024-12-16T18:41:34.338Z --> xde/src/xde.rs:311:5
3602024-12-16T18:41:34.338Z |
3612024-12-16T18:41:34.338Z311 | xde_devs.init(KRwLockType::Driver);
3622024-12-16T18:41:34.339Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
3632024-12-16T18:41:34.339Z |
3642024-12-16T18:41:34.339Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
3652024-12-16T18:41:34.339Z = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
3662024-12-16T18:41:34.339Z = note: `#[warn(static_mut_refs)]` on by default
3672024-12-16T18:41:34.339Z
3682024-12-16T18:41:34.342Zwarning: creating a shared reference to mutable static is discouraged
3692024-12-16T18:41:34.342Z --> xde/src/xde.rs:668:29
3702024-12-16T18:41:34.342Z |
3712024-12-16T18:41:34.342Z668 | let mut devs = unsafe { xde_devs.write() };
3722024-12-16T18:41:34.342Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
3732024-12-16T18:41:34.342Z |
3742024-12-16T18:41:34.342Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
3752024-12-16T18:41:34.342Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
3762024-12-16T18:41:34.342Z
3772024-12-16T18:41:34.342Zwarning: creating a shared reference to mutable static is discouraged
3782024-12-16T18:41:34.342Z --> xde/src/xde.rs:824:29
3792024-12-16T18:41:34.342Z |
3802024-12-16T18:41:34.342Z824 | let mut devs = unsafe { xde_devs.write() };
3812024-12-16T18:41:34.342Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
3822024-12-16T18:41:34.342Z |
3832024-12-16T18:41:34.343Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
3842024-12-16T18:41:34.343Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
3852024-12-16T18:41:34.343Z
3862024-12-16T18:41:34.343Zwarning: creating a shared reference to mutable static is discouraged
3872024-12-16T18:41:34.343Z --> xde/src/xde.rs:914:18
3882024-12-16T18:41:34.343Z |
3892024-12-16T18:41:34.343Z914 | if unsafe { !xde_devs.read().is_empty() } {
3902024-12-16T18:41:34.343Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
3912024-12-16T18:41:34.343Z |
3922024-12-16T18:41:34.343Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
3932024-12-16T18:41:34.343Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
3942024-12-16T18:41:34.343Z
3952024-12-16T18:41:34.343Zwarning: creating a shared reference to mutable static is discouraged
3962024-12-16T18:41:34.343Z --> xde/src/xde.rs:1227:9
3972024-12-16T18:41:34.343Z |
3982024-12-16T18:41:34.343Z1227 | if !xde_devs.read().is_empty() {
3992024-12-16T18:41:34.343Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4002024-12-16T18:41:34.343Z |
4012024-12-16T18:41:34.343Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4022024-12-16T18:41:34.343Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4032024-12-16T18:41:34.343Z
4042024-12-16T18:41:34.346Zwarning: creating a shared reference to mutable static is discouraged
4052024-12-16T18:41:34.347Z --> xde/src/xde.rs:1631:33
4062024-12-16T18:41:34.347Z |
4072024-12-16T18:41:34.347Z1631 | let devs = unsafe { xde_devs.read() };
4082024-12-16T18:41:34.347Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4092024-12-16T18:41:34.347Z |
4102024-12-16T18:41:34.347Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4112024-12-16T18:41:34.347Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4122024-12-16T18:41:34.347Z
4132024-12-16T18:41:34.347Zwarning: creating a shared reference to mutable static is discouraged
4142024-12-16T18:41:34.347Z --> xde/src/xde.rs:1888:16
4152024-12-16T18:41:34.347Z |
4162024-12-16T18:41:34.347Z1888 | let devs = xde_devs.read();
4172024-12-16T18:41:34.347Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4182024-12-16T18:41:34.347Z |
4192024-12-16T18:41:34.347Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4202024-12-16T18:41:34.347Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4212024-12-16T18:41:34.347Z
4222024-12-16T18:41:34.347Zwarning: creating a shared reference to mutable static is discouraged
4232024-12-16T18:41:34.347Z --> xde/src/xde.rs:1939:25
4242024-12-16T18:41:34.347Z |
4252024-12-16T18:41:34.347Z1939 | let devs = unsafe { xde_devs.read() };
4262024-12-16T18:41:34.347Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4272024-12-16T18:41:34.347Z |
4282024-12-16T18:41:34.347Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4292024-12-16T18:41:34.347Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4302024-12-16T18:41:34.347Z
4312024-12-16T18:41:34.347Zwarning: creating a shared reference to mutable static is discouraged
4322024-12-16T18:41:34.347Z --> xde/src/xde.rs:1954:25
4332024-12-16T18:41:34.347Z |
4342024-12-16T18:41:34.347Z1954 | let devs = unsafe { xde_devs.read() };
4352024-12-16T18:41:34.347Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4362024-12-16T18:41:34.347Z |
4372024-12-16T18:41:34.347Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4382024-12-16T18:41:34.347Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4392024-12-16T18:41:34.347Z
4402024-12-16T18:41:34.347Zwarning: creating a shared reference to mutable static is discouraged
4412024-12-16T18:41:34.347Z --> xde/src/xde.rs:1967:25
4422024-12-16T18:41:34.347Z |
4432024-12-16T18:41:34.348Z1967 | let devs = unsafe { xde_devs.read() };
4442024-12-16T18:41:34.348Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4452024-12-16T18:41:34.348Z |
4462024-12-16T18:41:34.348Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4472024-12-16T18:41:34.348Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4482024-12-16T18:41:34.348Z
4492024-12-16T18:41:34.348Zwarning: creating a shared reference to mutable static is discouraged
4502024-12-16T18:41:34.348Z --> xde/src/xde.rs:1981:25
4512024-12-16T18:41:34.348Z |
4522024-12-16T18:41:34.348Z1981 | let devs = unsafe { xde_devs.read() };
4532024-12-16T18:41:34.348Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4542024-12-16T18:41:34.348Z |
4552024-12-16T18:41:34.348Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4562024-12-16T18:41:34.348Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4572024-12-16T18:41:34.348Z
4582024-12-16T18:41:34.348Zwarning: creating a shared reference to mutable static is discouraged
4592024-12-16T18:41:34.348Z --> xde/src/xde.rs:1995:25
4602024-12-16T18:41:34.348Z |
4612024-12-16T18:41:34.348Z1995 | let devs = unsafe { xde_devs.read() };
4622024-12-16T18:41:34.348Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4632024-12-16T18:41:34.348Z |
4642024-12-16T18:41:34.348Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4652024-12-16T18:41:34.348Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4662024-12-16T18:41:34.348Z
4672024-12-16T18:41:34.351Zwarning: creating a shared reference to mutable static is discouraged
4682024-12-16T18:41:34.351Z --> xde/src/xde.rs:2061:25
4692024-12-16T18:41:34.351Z |
4702024-12-16T18:41:34.351Z2061 | let devs = unsafe { xde_devs.read() };
4712024-12-16T18:41:34.351Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4722024-12-16T18:41:34.351Z |
4732024-12-16T18:41:34.351Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4742024-12-16T18:41:34.351Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4752024-12-16T18:41:34.351Z
4762024-12-16T18:41:34.351Zwarning: creating a shared reference to mutable static is discouraged
4772024-12-16T18:41:34.352Z --> xde/src/xde.rs:2074:25
4782024-12-16T18:41:34.352Z |
4792024-12-16T18:41:34.352Z2074 | let devs = unsafe { xde_devs.read() };
4802024-12-16T18:41:34.352Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4812024-12-16T18:41:34.352Z |
4822024-12-16T18:41:34.352Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4832024-12-16T18:41:34.352Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4842024-12-16T18:41:34.352Z
4852024-12-16T18:41:34.352Zwarning: creating a shared reference to mutable static is discouraged
4862024-12-16T18:41:34.352Z --> xde/src/xde.rs:2088:25
4872024-12-16T18:41:34.352Z |
4882024-12-16T18:41:34.352Z2088 | let devs = unsafe { xde_devs.read() };
4892024-12-16T18:41:34.352Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4902024-12-16T18:41:34.352Z |
4912024-12-16T18:41:34.352Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4922024-12-16T18:41:34.352Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4932024-12-16T18:41:34.352Z
4942024-12-16T18:41:34.352Zwarning: creating a shared reference to mutable static is discouraged
4952024-12-16T18:41:34.352Z --> xde/src/xde.rs:2104:25
4962024-12-16T18:41:34.352Z |
4972024-12-16T18:41:34.352Z2104 | let devs = unsafe { xde_devs.read() };
4982024-12-16T18:41:34.352Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4992024-12-16T18:41:34.352Z |
5002024-12-16T18:41:34.352Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5012024-12-16T18:41:34.352Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
5022024-12-16T18:41:34.352Z
5032024-12-16T18:41:34.352Zwarning: creating a shared reference to mutable static is discouraged
5042024-12-16T18:41:34.352Z --> xde/src/xde.rs:2119:25
5052024-12-16T18:41:34.352Z |
5062024-12-16T18:41:34.352Z2119 | let devs = unsafe { xde_devs.read() };
5072024-12-16T18:41:34.352Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5082024-12-16T18:41:34.352Z |
5092024-12-16T18:41:34.352Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5102024-12-16T18:41:34.352Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
5112024-12-16T18:41:34.352Z
5122024-12-16T18:41:34.352Zwarning: creating a shared reference to mutable static is discouraged
5132024-12-16T18:41:34.352Z --> xde/src/xde.rs:2134:25
5142024-12-16T18:41:34.352Z |
5152024-12-16T18:41:34.352Z2134 | let devs = unsafe { xde_devs.read() };
5162024-12-16T18:41:34.352Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5172024-12-16T18:41:34.353Z |
5182024-12-16T18:41:34.353Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5192024-12-16T18:41:34.353Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
5202024-12-16T18:41:34.353Z
5212024-12-16T18:41:34.353Zwarning: creating a shared reference to mutable static is discouraged
5222024-12-16T18:41:34.353Z --> xde/src/xde.rs:2147:25
5232024-12-16T18:41:34.353Z |
5242024-12-16T18:41:34.353Z2147 | let devs = unsafe { xde_devs.read() };
5252024-12-16T18:41:34.353Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5262024-12-16T18:41:34.353Z |
5272024-12-16T18:41:34.353Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5282024-12-16T18:41:34.353Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
5292024-12-16T18:41:34.353Z
5302024-12-16T18:41:34.353Zwarning: creating a shared reference to mutable static is discouraged
5312024-12-16T18:41:34.353Z --> xde/src/xde.rs:2161:25
5322024-12-16T18:41:34.353Z |
5332024-12-16T18:41:34.353Z2161 | let devs = unsafe { xde_devs.read() };
5342024-12-16T18:41:34.353Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5352024-12-16T18:41:34.353Z |
5362024-12-16T18:41:34.353Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5372024-12-16T18:41:34.353Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
5382024-12-16T18:41:34.353Z
5392024-12-16T18:41:34.353Zwarning: creating a shared reference to mutable static is discouraged
5402024-12-16T18:41:34.353Z --> xde/src/xde.rs:2178:25
5412024-12-16T18:41:34.353Z |
5422024-12-16T18:41:34.353Z2178 | let devs = unsafe { xde_devs.read() };
5432024-12-16T18:41:34.353Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5442024-12-16T18:41:34.353Z |
5452024-12-16T18:41:34.353Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5462024-12-16T18:41:34.353Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
5472024-12-16T18:41:34.353Z
5482024-12-16T18:41:34.353Zwarning: creating a shared reference to mutable static is discouraged
5492024-12-16T18:41:34.353Z --> xde/src/xde.rs:2192:25
5502024-12-16T18:41:34.353Z |
5512024-12-16T18:41:34.353Z2192 | let devs = unsafe { xde_devs.read() };
5522024-12-16T18:41:34.353Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5532024-12-16T18:41:34.353Z |
5542024-12-16T18:41:34.353Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5552024-12-16T18:41:34.353Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
5562024-12-16T18:41:34.354Z
5572024-12-16T18:41:34.509Zwarning: `xde` (lib) generated 28 warnings
5582024-12-16T18:41:34.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.92s
5592024-12-16T18:41:34.652Z
5602024-12-16T18:41:34.655Zreal 45.169137811
5612024-12-16T18:41:34.655Zuser 1:56.857540083
5622024-12-16T18:41:34.655Zsys 12.243339604
5632024-12-16T18:41:34.655Ztrap 0.052336472
5642024-12-16T18:41:34.655Ztflt 0.255972796
5652024-12-16T18:41:34.655Zdflt 1.288919717
5662024-12-16T18:41:34.655Zkflt 0.027610661
5672024-12-16T18:41:34.655Zlock 2:51.303590596
5682024-12-16T18:41:34.655Zslp 6:27.122357953
5692024-12-16T18:41:34.655Zlat 2.602623453
5702024-12-16T18:41:34.655Zstop 6.385119106
5712024-12-16T18:41:34.655Z+ pushd xde-link
5722024-12-16T18:41:34.656Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
5732024-12-16T18:41:34.656Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
5742024-12-16T18:41:34.907Z Compiling compiler_builtins v0.1.138
5752024-12-16T18:41:34.907Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5762024-12-16T18:41:34.910Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772024-12-16T18:41:49.781Z Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
5782024-12-16T18:41:50.558Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5792024-12-16T18:41:53.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.58s
5802024-12-16T18:41:53.394Z
5812024-12-16T18:41:53.396Zreal 18.734857849
5822024-12-16T18:41:53.396Zuser 21.625674876
5832024-12-16T18:41:53.396Zsys 1.376058926
5842024-12-16T18:41:53.397Ztrap 0.003559859
5852024-12-16T18:41:53.397Ztflt 0.012302672
5862024-12-16T18:41:53.397Zdflt 0.051893233
5872024-12-16T18:41:53.397Zkflt 0.000000000
5882024-12-16T18:41:53.397Zlock 55.263996670
5892024-12-16T18:41:53.397Zslp 1:17.899725816
5902024-12-16T18:41:53.397Zlat 0.039715226
5912024-12-16T18:41:53.397Zstop 0.142014785
5922024-12-16T18:41:53.397Z+ popd
5932024-12-16T18:41:53.397Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
5942024-12-16T18:41:53.397Z+ header 'build xde (debug)'
5952024-12-16T18:41:53.397Z# ==== build xde (debug) ==== #
5962024-12-16T18:41:53.397Z+ echo '# ==== build xde (debug) ==== #'
5972024-12-16T18:41:53.397Z+ ptime -m ./build-debug.sh
5982024-12-16T18:41:53.700Z Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5992024-12-16T18:41:53.700Z Fresh unicode-ident v1.0.14
6002024-12-16T18:41:53.700Z Fresh ident_case v1.0.1
6012024-12-16T18:41:53.700Z Fresh strsim v0.11.1
6022024-12-16T18:41:53.700Z Fresh fnv v1.0.7
6032024-12-16T18:41:53.700Z Fresh memchr v2.7.4
6042024-12-16T18:41:53.700Z Fresh rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
6052024-12-16T18:41:53.700Z Fresh aho-corasick v1.1.3
6062024-12-16T18:41:53.703Z Fresh regex-syntax v0.8.5
6072024-12-16T18:41:53.703Z Fresh compiler_builtins v0.1.138
6082024-12-16T18:41:53.703Z Fresh proc-macro2 v1.0.92
6092024-12-16T18:41:53.703Z Fresh regex-automata v0.4.9
6102024-12-16T18:41:53.703Z Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
6112024-12-16T18:41:53.703Z Fresh quote v1.0.37
6122024-12-16T18:41:53.703Z Fresh regex v1.11.1
6132024-12-16T18:41:53.703Z Fresh version_check v0.9.5
6142024-12-16T18:41:53.704Z Fresh syn v2.0.90
6152024-12-16T18:41:53.704Z Compiling byteorder v1.5.0
6162024-12-16T18:41:53.704Z Compiling stable_deref_trait v1.2.0
6172024-12-16T18:41:53.704Z Compiling macaddr v1.0.1
6182024-12-16T18:41:53.704Z Compiling cfg-if v1.0.0
6192024-12-16T18:41:53.704Z Compiling cobs v0.2.3
6202024-12-16T18:41:53.704Z Compiling managed v0.8.0
6212024-12-16T18:41:53.704Z Compiling bitflags v1.3.2
6222024-12-16T18:41:53.704Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=55cd99557b60fd1a -C extra-filename=-55cd99557b60fd1a --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6232024-12-16T18:41:53.704Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=757a3ea233ee7a93 -C extra-filename=-757a3ea233ee7a93 --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6242024-12-16T18:41:53.704Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=4c89d4903250a70b -C extra-filename=-4c89d4903250a70b --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6252024-12-16T18:41:53.704Z Fresh darling_core v0.20.10
6262024-12-16T18:41:53.705Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=ca1f67cbe733d740 -C extra-filename=-ca1f67cbe733d740 --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6272024-12-16T18:41:53.705Z Fresh darling_macro v0.20.10
6282024-12-16T18:41:53.705Z Fresh darling v0.20.10
6292024-12-16T18:41:53.705Z Fresh serde_derive v1.0.216
6302024-12-16T18:41:53.705Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=80335bf60b9970d9 -C extra-filename=-80335bf60b9970d9 --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6312024-12-16T18:41:53.705Z Compiling serde v1.0.216
6322024-12-16T18:41:53.705Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=ca1a770df1646419 -C extra-filename=-ca1a770df1646419 --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6332024-12-16T18:41:53.705Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=cd52f9ff34572284 -C extra-filename=-cd52f9ff34572284 --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6342024-12-16T18:41:53.713Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.216/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=3cbf6aba2dfc5f82 -C extra-filename=-3cbf6aba2dfc5f82 --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern serde_derive=/work/oxidecomputer/opte/target/debug/deps/libserde_derive-4ee3dfa0248a9a1a.so -Z unstable-options --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
6352024-12-16T18:41:53.777Z Fresh zerocopy-derive v0.8.13
6362024-12-16T18:41:53.780Z Compiling zerocopy v0.8.13
6372024-12-16T18:41:53.780Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6382024-12-16T18:41:53.780Z Compiling bitflags v2.6.0
6392024-12-16T18:41:53.780Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=7e725605e5c47ecc -C extra-filename=-7e725605e5c47ecc --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6402024-12-16T18:41:53.780Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.13/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="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=f28bd6031e98e2da -C extra-filename=-f28bd6031e98e2da --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern zerocopy_derive=/work/oxidecomputer/opte/target/debug/deps/libzerocopy_derive-d1adb8d6918fbd9b.so -Z unstable-options --cap-lints allow --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
6412024-12-16T18:41:53.792Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6422024-12-16T18:41:53.818Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=6126db04ddcc38e2 -C extra-filename=-6126db04ddcc38e2 --out-dir /work/oxidecomputer/opte/target/debug/build/opte-6126db04ddcc38e2 -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-16eb80fbf1dd1c04.rlib`
6432024-12-16T18:41:53.967Z Compiling hash32 v0.3.1
6442024-12-16T18:41:53.994Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b9d8993ef7887b0 -C extra-filename=-2b9d8993ef7887b0 --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-cb31bbca881ef97c.rmeta' --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbyteorder-55cd99557b60fd1a.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6452024-12-16T18:41:53.997Z Compiling either v1.13.0
6462024-12-16T18:41:54.022Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=44afdb97d2a99b98 -C extra-filename=-44afdb97d2a99b98 --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6472024-12-16T18:41:54.060Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6482024-12-16T18:41:54.080Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=5ba3dae8f7e93c62 -C extra-filename=-5ba3dae8f7e93c62 --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options`
6492024-12-16T18:41:54.083Z Compiling crc32fast v1.4.2
6502024-12-16T18:41:54.085Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=6fe0b239a821787c -C extra-filename=-6fe0b239a821787c --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-cb31bbca881ef97c.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6512024-12-16T18:41:54.145Z Compiling heapless v0.8.0
6522024-12-16T18:41:54.149Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=d1aaf73a0556a672 -C extra-filename=-d1aaf73a0556a672 --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern hash32=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libhash32-2b9d8993ef7887b0.rmeta --extern stable_deref_trait=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libstable_deref_trait-757a3ea233ee7a93.rmeta -Z unstable-options --cap-lints allow`
6532024-12-16T18:41:54.172Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6542024-12-16T18:41:54.176Z Running `/work/oxidecomputer/opte/target/debug/build/opte-6126db04ddcc38e2/build-script-build`
6552024-12-16T18:41:54.179Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07133d6906824ef5 -C extra-filename=-07133d6906824ef5 --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-aa40e63b6d879582.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/debug/deps/libproc_macro2-53eabccb74ec1f10.rlib --extern quote=/work/oxidecomputer/opte/target/debug/deps/libquote-e9b3eba4805db8ed.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-80ebf0b780da1336.rlib --extern proc_macro`
6562024-12-16T18:41:54.221Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6572024-12-16T18:41:54.223Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c28243b0f076432 -C extra-filename=-8c28243b0f076432 --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-e9b3eba4805db8ed.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-80ebf0b780da1336.rlib --extern proc_macro`
6582024-12-16T18:41:54.286Z Compiling itertools v0.13.0
6592024-12-16T18:41:54.289Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=d22b07987ad408f1 -C extra-filename=-d22b07987ad408f1 --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern either=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libeither-44afdb97d2a99b98.rmeta -Z unstable-options --cap-lints allow`
6602024-12-16T18:41:54.293Z Compiling dyn-clone v1.0.17
6612024-12-16T18:41:54.293Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6367ac87608d28fa -C extra-filename=-6367ac87608d28fa --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6622024-12-16T18:41:54.298Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
6632024-12-16T18:41:54.301Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45240ebfd9124c9a -C extra-filename=-45240ebfd9124c9a --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6642024-12-16T18:41:54.929Z Compiling smoltcp v0.11.0
6652024-12-16T18:41:54.933Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=6a1db82142bd93d6 -C extra-filename=-6a1db82142bd93d6 --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-cb31bbca881ef97c.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-ca1a770df1646419.rmeta --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbyteorder-55cd99557b60fd1a.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libheapless-d1aaf73a0556a672.rmeta --extern managed=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libmanaged-80335bf60b9970d9.rmeta -Z unstable-options --cap-lints allow`
6662024-12-16T18:41:56.296Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6672024-12-16T18:41:56.299Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-types/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=83512da9f2564fd1 -C extra-filename=-83512da9f2564fd1 --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/debug/deps/libingot_macros-a58f3bf0128f93bb.so --extern macaddr=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libmacaddr-4c89d4903250a70b.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-f28bd6031e98e2da.rmeta -Z unstable-options --cap-lints allow`
6682024-12-16T18:41:57.331Z Compiling postcard v1.1.1
6692024-12-16T18:41:57.331Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6702024-12-16T18:41:57.334Z Compiling uuid v1.11.0
6712024-12-16T18:41:57.334Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.1.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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=8a3bfbeca7dc708a -C extra-filename=-8a3bfbeca7dc708a --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-cb31bbca881ef97c.rmeta' --extern cobs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcobs-cd52f9ff34572284.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-3cbf6aba2dfc5f82.rmeta -Z unstable-options --cap-lints allow`
6722024-12-16T18:41:57.334Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot/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="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=a072592b9589d85c -C extra-filename=-a072592b9589d85c --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-cb31bbca881ef97c.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/debug/deps/libingot_macros-a58f3bf0128f93bb.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot_types-83512da9f2564fd1.rmeta --extern macaddr=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libmacaddr-4c89d4903250a70b.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-3cbf6aba2dfc5f82.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-f28bd6031e98e2da.rmeta -Z unstable-options --cap-lints allow`
6732024-12-16T18:41:57.334Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.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 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=caa0c3126e5a99d8 -C extra-filename=-caa0c3126e5a99d8 --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-3cbf6aba2dfc5f82.rmeta -Z unstable-options --cap-lints allow`
6742024-12-16T18:41:58.744Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6752024-12-16T18:41:58.746Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=9ec18c139748ea8a -C extra-filename=-9ec18c139748ea8a --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-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-a072592b9589d85c.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-8a3bfbeca7dc708a.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-3cbf6aba2dfc5f82.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta -Z unstable-options`
6762024-12-16T18:41:59.644Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=aff7d00fb5b1915e -C extra-filename=-aff7d00fb5b1915e --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-cb31bbca881ef97c.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcrc32fast-6fe0b239a821787c.rmeta --extern derror_macro=/work/oxidecomputer/opte/target/debug/deps/libderror_macro-07133d6906824ef5.so --extern dyn_clone=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libdyn_clone-6367ac87608d28fa.rmeta --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libheapless-d1aaf73a0556a672.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-a072592b9589d85c.rmeta --extern itertools=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libitertools-d22b07987ad408f1.rmeta --extern kstat_macro=/work/oxidecomputer/opte/target/debug/deps/libkstat_macro-8c28243b0f076432.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte_api-9ec18c139748ea8a.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-8a3bfbeca7dc708a.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-3cbf6aba2dfc5f82.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-f28bd6031e98e2da.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
6772024-12-16T18:42:04.733Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6782024-12-16T18:42:04.736Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=05f6ae8373ec777c -C extra-filename=-05f6ae8373ec777c --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-cb31bbca881ef97c.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-aff7d00fb5b1915e.rmeta --extern poptrie=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpoptrie-45240ebfd9124c9a.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-3cbf6aba2dfc5f82.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta --extern uuid=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libuuid-caa0c3126e5a99d8.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-f28bd6031e98e2da.rmeta -Z unstable-options`
6792024-12-16T18:42:08.547Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
6802024-12-16T18:42:08.550Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3c3e41740153b9f -C extra-filename=-d3c3e41740153b9f --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-cb31bbca881ef97c.rlib' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rlib --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rlib' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcrc32fast-6fe0b239a821787c.rlib --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-a072592b9589d85c.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-aff7d00fb5b1915e.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liboxide_vpc-05f6ae8373ec777c.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-8a3bfbeca7dc708a.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-3cbf6aba2dfc5f82.rlib -Z unstable-options`
6812024-12-16T18:42:11.289Zwarning: creating a mutable reference to mutable static is discouraged
6822024-12-16T18:42:11.289Z --> xde/src/xde.rs:311:5
6832024-12-16T18:42:11.289Z |
6842024-12-16T18:42:11.289Z311 | xde_devs.init(KRwLockType::Driver);
6852024-12-16T18:42:11.290Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
6862024-12-16T18:42:11.290Z |
6872024-12-16T18:42:11.290Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
6882024-12-16T18:42:11.290Z = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
6892024-12-16T18:42:11.290Z = note: `#[warn(static_mut_refs)]` on by default
6902024-12-16T18:42:11.290Z
6912024-12-16T18:42:11.292Zwarning: creating a shared reference to mutable static is discouraged
6922024-12-16T18:42:11.292Z --> xde/src/xde.rs:668:29
6932024-12-16T18:42:11.292Z |
6942024-12-16T18:42:11.292Z668 | let mut devs = unsafe { xde_devs.write() };
6952024-12-16T18:42:11.292Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
6962024-12-16T18:42:11.292Z |
6972024-12-16T18:42:11.292Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
6982024-12-16T18:42:11.292Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
6992024-12-16T18:42:11.293Z
7002024-12-16T18:42:11.293Zwarning: creating a shared reference to mutable static is discouraged
7012024-12-16T18:42:11.293Z --> xde/src/xde.rs:824:29
7022024-12-16T18:42:11.293Z |
7032024-12-16T18:42:11.293Z824 | let mut devs = unsafe { xde_devs.write() };
7042024-12-16T18:42:11.293Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
7052024-12-16T18:42:11.293Z |
7062024-12-16T18:42:11.293Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7072024-12-16T18:42:11.293Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7082024-12-16T18:42:11.293Z
7092024-12-16T18:42:11.293Zwarning: creating a shared reference to mutable static is discouraged
7102024-12-16T18:42:11.293Z --> xde/src/xde.rs:914:18
7112024-12-16T18:42:11.293Z |
7122024-12-16T18:42:11.293Z914 | if unsafe { !xde_devs.read().is_empty() } {
7132024-12-16T18:42:11.293Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7142024-12-16T18:42:11.293Z |
7152024-12-16T18:42:11.294Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7162024-12-16T18:42:11.294Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7172024-12-16T18:42:11.294Z
7182024-12-16T18:42:11.297Zwarning: creating a shared reference to mutable static is discouraged
7192024-12-16T18:42:11.297Z --> xde/src/xde.rs:1227:9
7202024-12-16T18:42:11.297Z |
7212024-12-16T18:42:11.297Z1227 | if !xde_devs.read().is_empty() {
7222024-12-16T18:42:11.297Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7232024-12-16T18:42:11.297Z |
7242024-12-16T18:42:11.297Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7252024-12-16T18:42:11.297Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7262024-12-16T18:42:11.297Z
7272024-12-16T18:42:11.297Zwarning: creating a shared reference to mutable static is discouraged
7282024-12-16T18:42:11.297Z --> xde/src/xde.rs:1631:33
7292024-12-16T18:42:11.297Z |
7302024-12-16T18:42:11.297Z1631 | let devs = unsafe { xde_devs.read() };
7312024-12-16T18:42:11.297Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7322024-12-16T18:42:11.297Z |
7332024-12-16T18:42:11.297Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7342024-12-16T18:42:11.297Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7352024-12-16T18:42:11.297Z
7362024-12-16T18:42:11.297Zwarning: creating a shared reference to mutable static is discouraged
7372024-12-16T18:42:11.297Z --> xde/src/xde.rs:1888:16
7382024-12-16T18:42:11.297Z |
7392024-12-16T18:42:11.297Z1888 | let devs = xde_devs.read();
7402024-12-16T18:42:11.297Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7412024-12-16T18:42:11.297Z |
7422024-12-16T18:42:11.297Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7432024-12-16T18:42:11.297Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7442024-12-16T18:42:11.297Z
7452024-12-16T18:42:11.297Zwarning: creating a shared reference to mutable static is discouraged
7462024-12-16T18:42:11.297Z --> xde/src/xde.rs:1939:25
7472024-12-16T18:42:11.297Z |
7482024-12-16T18:42:11.297Z1939 | let devs = unsafe { xde_devs.read() };
7492024-12-16T18:42:11.297Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7502024-12-16T18:42:11.297Z |
7512024-12-16T18:42:11.297Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7522024-12-16T18:42:11.298Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7532024-12-16T18:42:11.298Z
7542024-12-16T18:42:11.298Zwarning: creating a shared reference to mutable static is discouraged
7552024-12-16T18:42:11.298Z --> xde/src/xde.rs:1954:25
7562024-12-16T18:42:11.298Z |
7572024-12-16T18:42:11.298Z1954 | let devs = unsafe { xde_devs.read() };
7582024-12-16T18:42:11.298Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7592024-12-16T18:42:11.298Z |
7602024-12-16T18:42:11.298Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7612024-12-16T18:42:11.298Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7622024-12-16T18:42:11.298Z
7632024-12-16T18:42:11.298Zwarning: creating a shared reference to mutable static is discouraged
7642024-12-16T18:42:11.298Z --> xde/src/xde.rs:1967:25
7652024-12-16T18:42:11.298Z |
7662024-12-16T18:42:11.298Z1967 | let devs = unsafe { xde_devs.read() };
7672024-12-16T18:42:11.298Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7682024-12-16T18:42:11.298Z |
7692024-12-16T18:42:11.298Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7702024-12-16T18:42:11.298Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7712024-12-16T18:42:11.298Z
7722024-12-16T18:42:11.302Zwarning: creating a shared reference to mutable static is discouraged
7732024-12-16T18:42:11.302Z --> xde/src/xde.rs:1981:25
7742024-12-16T18:42:11.302Z |
7752024-12-16T18:42:11.302Z1981 | let devs = unsafe { xde_devs.read() };
7762024-12-16T18:42:11.302Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7772024-12-16T18:42:11.302Z |
7782024-12-16T18:42:11.302Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7792024-12-16T18:42:11.302Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7802024-12-16T18:42:11.302Z
7812024-12-16T18:42:11.302Zwarning: creating a shared reference to mutable static is discouraged
7822024-12-16T18:42:11.302Z --> xde/src/xde.rs:1995:25
7832024-12-16T18:42:11.302Z |
7842024-12-16T18:42:11.302Z1995 | let devs = unsafe { xde_devs.read() };
7852024-12-16T18:42:11.302Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7862024-12-16T18:42:11.302Z |
7872024-12-16T18:42:11.302Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7882024-12-16T18:42:11.302Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7892024-12-16T18:42:11.302Z
7902024-12-16T18:42:11.302Zwarning: creating a shared reference to mutable static is discouraged
7912024-12-16T18:42:11.302Z --> xde/src/xde.rs:2061:25
7922024-12-16T18:42:11.302Z |
7932024-12-16T18:42:11.302Z2061 | let devs = unsafe { xde_devs.read() };
7942024-12-16T18:42:11.302Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7952024-12-16T18:42:11.302Z |
7962024-12-16T18:42:11.302Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7972024-12-16T18:42:11.302Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7982024-12-16T18:42:11.302Z
7992024-12-16T18:42:11.302Zwarning: creating a shared reference to mutable static is discouraged
8002024-12-16T18:42:11.302Z --> xde/src/xde.rs:2074:25
8012024-12-16T18:42:11.302Z |
8022024-12-16T18:42:11.302Z2074 | let devs = unsafe { xde_devs.read() };
8032024-12-16T18:42:11.302Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8042024-12-16T18:42:11.302Z |
8052024-12-16T18:42:11.302Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8062024-12-16T18:42:11.302Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8072024-12-16T18:42:11.302Z
8082024-12-16T18:42:11.302Zwarning: creating a shared reference to mutable static is discouraged
8092024-12-16T18:42:11.303Z --> xde/src/xde.rs:2088:25
8102024-12-16T18:42:11.303Z |
8112024-12-16T18:42:11.303Z2088 | let devs = unsafe { xde_devs.read() };
8122024-12-16T18:42:11.303Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8132024-12-16T18:42:11.303Z |
8142024-12-16T18:42:11.303Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8152024-12-16T18:42:11.303Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8162024-12-16T18:42:11.303Z
8172024-12-16T18:42:11.303Zwarning: creating a shared reference to mutable static is discouraged
8182024-12-16T18:42:11.303Z --> xde/src/xde.rs:2104:25
8192024-12-16T18:42:11.303Z |
8202024-12-16T18:42:11.303Z2104 | let devs = unsafe { xde_devs.read() };
8212024-12-16T18:42:11.303Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8222024-12-16T18:42:11.303Z |
8232024-12-16T18:42:11.303Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8242024-12-16T18:42:11.303Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8252024-12-16T18:42:11.303Z
8262024-12-16T18:42:11.303Zwarning: creating a shared reference to mutable static is discouraged
8272024-12-16T18:42:11.303Z --> xde/src/xde.rs:2119:25
8282024-12-16T18:42:11.303Z |
8292024-12-16T18:42:11.303Z2119 | let devs = unsafe { xde_devs.read() };
8302024-12-16T18:42:11.303Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8312024-12-16T18:42:11.303Z |
8322024-12-16T18:42:11.303Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8332024-12-16T18:42:11.303Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8342024-12-16T18:42:11.303Z
8352024-12-16T18:42:11.303Zwarning: creating a shared reference to mutable static is discouraged
8362024-12-16T18:42:11.303Z --> xde/src/xde.rs:2134:25
8372024-12-16T18:42:11.303Z |
8382024-12-16T18:42:11.303Z2134 | let devs = unsafe { xde_devs.read() };
8392024-12-16T18:42:11.303Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8402024-12-16T18:42:11.303Z |
8412024-12-16T18:42:11.303Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8422024-12-16T18:42:11.303Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8432024-12-16T18:42:11.303Z
8442024-12-16T18:42:11.303Zwarning: creating a shared reference to mutable static is discouraged
8452024-12-16T18:42:11.303Z --> xde/src/xde.rs:2147:25
8462024-12-16T18:42:11.303Z |
8472024-12-16T18:42:11.304Z2147 | let devs = unsafe { xde_devs.read() };
8482024-12-16T18:42:11.304Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8492024-12-16T18:42:11.304Z |
8502024-12-16T18:42:11.304Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8512024-12-16T18:42:11.304Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8522024-12-16T18:42:11.304Z
8532024-12-16T18:42:11.304Zwarning: creating a shared reference to mutable static is discouraged
8542024-12-16T18:42:11.304Z --> xde/src/xde.rs:2161:25
8552024-12-16T18:42:11.304Z |
8562024-12-16T18:42:11.304Z2161 | let devs = unsafe { xde_devs.read() };
8572024-12-16T18:42:11.304Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8582024-12-16T18:42:11.304Z |
8592024-12-16T18:42:11.304Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8602024-12-16T18:42:11.304Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8612024-12-16T18:42:11.304Z
8622024-12-16T18:42:11.304Zwarning: creating a shared reference to mutable static is discouraged
8632024-12-16T18:42:11.304Z --> xde/src/xde.rs:2178:25
8642024-12-16T18:42:11.304Z |
8652024-12-16T18:42:11.304Z2178 | let devs = unsafe { xde_devs.read() };
8662024-12-16T18:42:11.304Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8672024-12-16T18:42:11.304Z |
8682024-12-16T18:42:11.304Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8692024-12-16T18:42:11.304Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8702024-12-16T18:42:11.304Z
8712024-12-16T18:42:11.304Zwarning: creating a shared reference to mutable static is discouraged
8722024-12-16T18:42:11.307Z --> xde/src/xde.rs:2192:25
8732024-12-16T18:42:11.307Z |
8742024-12-16T18:42:11.307Z2192 | let devs = unsafe { xde_devs.read() };
8752024-12-16T18:42:11.307Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8762024-12-16T18:42:11.308Z |
8772024-12-16T18:42:11.308Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8782024-12-16T18:42:11.308Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8792024-12-16T18:42:11.308Z
8802024-12-16T18:42:13.865Zwarning: `xde` (lib) generated 22 warnings
8812024-12-16T18:42:13.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.41s
8822024-12-16T18:42:17.666Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde
8832024-12-16T18:42:17.842Z Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
8842024-12-16T18:42:17.842Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
8852024-12-16T18:42:17.842Z Fresh rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
8862024-12-16T18:42:17.842Z Fresh compiler_builtins v0.1.138
8872024-12-16T18:42:17.845Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -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`
8882024-12-16T18:42:17.845Z Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
8892024-12-16T18:42:18.083Z Running `/work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4/build-script-build`
8902024-12-16T18:42:18.089Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47683a69760e0007 --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-36161d630512377c.rlib' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps/libcompiler_builtins-90d0d86ad473dfcb.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/i686-unknown-illumos/debug/deps/libcore-9a287ec7c92c7734.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`
8912024-12-16T18:42:18.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
8922024-12-16T18:42:18.394Z
8932024-12-16T18:42:18.400Zreal 24.995845710
8942024-12-16T18:42:18.400Zuser 52.153304348
8952024-12-16T18:42:18.400Zsys 5.326951755
8962024-12-16T18:42:18.400Ztrap 0.024512563
8972024-12-16T18:42:18.400Ztflt 0.122765491
8982024-12-16T18:42:18.400Zdflt 0.109879594
8992024-12-16T18:42:18.400Zkflt 0.000020170
9002024-12-16T18:42:18.400Zlock 1:18.574353094
9012024-12-16T18:42:18.400Zslp 2:26.134530277
9022024-12-16T18:42:18.400Zlat 1.467973940
9032024-12-16T18:42:18.400Zstop 1.478927164
9042024-12-16T18:42:18.400Z+ header 'build xde (release)'
9052024-12-16T18:42:18.400Z+ echo '# ==== build xde (release) ==== #'
9062024-12-16T18:42:18.400Z# ==== build xde (release) ==== #
9072024-12-16T18:42:18.400Z+ ptime -m ./build.sh
9082024-12-16T18:42:18.403Z+ REL_DIR=../target/x86_64-unknown-unknown/release/
9092024-12-16T18:42:18.403Z+ cargo -v build --release
9102024-12-16T18:42:18.560Z Compiling compiler_builtins v0.1.138
9112024-12-16T18:42:18.560Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
9122024-12-16T18:42:18.563Z Compiling proc-macro2 v1.0.92
9132024-12-16T18:42:18.563Z Compiling unicode-ident v1.0.14
9142024-12-16T18:42:18.563Z Compiling fnv v1.0.7
9152024-12-16T18:42:18.563Z Compiling strsim v0.11.1
9162024-12-16T18:42:18.563Z Compiling ident_case v1.0.1
9172024-12-16T18:42:18.563Z Compiling memchr v2.7.4
9182024-12-16T18:42:18.587Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.138/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "public-test-deps", "rustc-dep-of-std"))' -C metadata=21aa82c55820d0bf -C extra-filename=-21aa82c55820d0bf --out-dir /work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf -Z force-unstable-if-unmarked -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9192024-12-16T18:42:18.589Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_fp_fmt_parse)' --check-cfg 'cfg(stdarch_intel_sde)' --check-cfg 'cfg(target_os, values("rtems"))' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug_refcell", "optimize_for_size", "panic_immediate_abort"))' -C metadata=534c6e7fc51e19d9 -C extra-filename=-534c6e7fc51e19d9 --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`
9202024-12-16T18:42:18.589Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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.92/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=e9275e81496ee356 -C extra-filename=-e9275e81496ee356 --out-dir /work/oxidecomputer/opte/target/release/build/proc-macro2-e9275e81496ee356 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9212024-12-16T18:42:18.589Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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.14/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8abd5741be676a7 -C extra-filename=-b8abd5741be676a7 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9222024-12-16T18:42:18.589Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=65dffc9259b6ee6f -C extra-filename=-65dffc9259b6ee6f --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9232024-12-16T18:42:18.589Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abb45031f76369d6 -C extra-filename=-abb45031f76369d6 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9242024-12-16T18:42:18.589Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88c2082096e82577 -C extra-filename=-88c2082096e82577 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9252024-12-16T18:42:18.591Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=34641d2b6e4c47d0 -C extra-filename=-34641d2b6e4c47d0 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9262024-12-16T18:42:18.676Z Compiling serde v1.0.216
9272024-12-16T18:42:18.698Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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.216/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=207cc3a648e9ee9e -C extra-filename=-207cc3a648e9ee9e --out-dir /work/oxidecomputer/opte/target/release/build/serde-207cc3a648e9ee9e -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9282024-12-16T18:42:18.718Z Compiling regex-syntax v0.8.5
9292024-12-16T18:42:18.740Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.5/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="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c05364419c76400a -C extra-filename=-c05364419c76400a --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9302024-12-16T18:42:18.746Z Compiling either v1.13.0
9312024-12-16T18:42:18.746Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.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 --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=1d21bed042aaa2e9 -C extra-filename=-1d21bed042aaa2e9 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9322024-12-16T18:42:19.094Z Compiling zerocopy v0.8.13
9332024-12-16T18:42:19.097Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.13/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="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=c3fd1f19c6c80433 -C extra-filename=-c3fd1f19c6c80433 --out-dir /work/oxidecomputer/opte/target/release/build/zerocopy-c3fd1f19c6c80433 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9342024-12-16T18:42:19.254Z Compiling itertools v0.13.0
9352024-12-16T18:42:19.256Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.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 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=d501d58c3405a4e3 -C extra-filename=-d501d58c3405a4e3 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern either=/work/oxidecomputer/opte/target/release/deps/libeither-1d21bed042aaa2e9.rmeta --cap-lints allow`
9362024-12-16T18:42:19.261Z Running `/work/oxidecomputer/opte/target/release/build/proc-macro2-e9275e81496ee356/build-script-build`
9372024-12-16T18:42:19.382Z Compiling heapless v0.8.0
9382024-12-16T18:42:19.385Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=8f3b9133e62a1315 -C extra-filename=-8f3b9133e62a1315 --out-dir /work/oxidecomputer/opte/target/release/build/heapless-8f3b9133e62a1315 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9392024-12-16T18:42:19.402Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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.92/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2f45901a78607851 -C extra-filename=-2f45901a78607851 --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-b8abd5741be676a7.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
9402024-12-16T18:42:19.692Z Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build`
9412024-12-16T18:42:19.705Z Compiling aho-corasick v1.1.3
9422024-12-16T18:42:19.708Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.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 debug-assertions=off --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=eef9c304b9dc4451 -C extra-filename=-eef9c304b9dc4451 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern memchr=/work/oxidecomputer/opte/target/release/deps/libmemchr-34641d2b6e4c47d0.rmeta --cap-lints allow`
9432024-12-16T18:42:19.992Z Running `/work/oxidecomputer/opte/target/release/build/serde-207cc3a648e9ee9e/build-script-build`
9442024-12-16T18:42:20.026Z Running `/work/oxidecomputer/opte/target/release/build/heapless-8f3b9133e62a1315/build-script-build`
9452024-12-16T18:42:20.075Z Running `/work/oxidecomputer/opte/target/release/build/zerocopy-c3fd1f19c6c80433/build-script-build`
9462024-12-16T18:42:20.099Z Compiling smoltcp v0.11.0
9472024-12-16T18:42:20.102Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=057e1984f25ade90 -C extra-filename=-057e1984f25ade90 --out-dir /work/oxidecomputer/opte/target/release/build/smoltcp-057e1984f25ade90 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9482024-12-16T18:42:20.138Z Compiling quote v1.0.37
9492024-12-16T18:42:20.141Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ce75eac782dac26a -C extra-filename=-ce75eac782dac26a --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-2f45901a78607851.rmeta --cap-lints allow`
9502024-12-16T18:42:20.256Z Compiling version_check v0.9.5
9512024-12-16T18:42:20.259Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4950c40e4f9ebf07 -C extra-filename=-4950c40e4f9ebf07 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9522024-12-16T18:42:20.800Z Compiling syn v2.0.90
9532024-12-16T18:42:20.802Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.90/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="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=9f4901171149c976 -C extra-filename=-9f4901171149c976 --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-2f45901a78607851.rmeta --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rmeta --extern unicode_ident=/work/oxidecomputer/opte/target/release/deps/libunicode_ident-b8abd5741be676a7.rmeta --cap-lints allow`
9542024-12-16T18:42:20.869Z Running `/work/oxidecomputer/opte/target/release/build/smoltcp-057e1984f25ade90/build-script-build`
9552024-12-16T18:42:20.986Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
9562024-12-16T18:42:20.989Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=7235dd196ab59649 -C extra-filename=-7235dd196ab59649 --out-dir /work/oxidecomputer/opte/target/release/build/opte-7235dd196ab59649 -L dependency=/work/oxidecomputer/opte/target/release/deps --extern version_check=/work/oxidecomputer/opte/target/release/deps/libversion_check-4950c40e4f9ebf07.rlib`
9572024-12-16T18:42:21.339Z Running `/work/oxidecomputer/opte/target/release/build/opte-7235dd196ab59649/build-script-build`
9582024-12-16T18:42:22.200Z Compiling regex-automata v0.4.9
9592024-12-16T18:42:22.203Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.9/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="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=36210e7e3f26c527 -C extra-filename=-36210e7e3f26c527 --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern aho_corasick=/work/oxidecomputer/opte/target/release/deps/libaho_corasick-eef9c304b9dc4451.rmeta --extern memchr=/work/oxidecomputer/opte/target/release/deps/libmemchr-34641d2b6e4c47d0.rmeta --extern regex_syntax=/work/oxidecomputer/opte/target/release/deps/libregex_syntax-c05364419c76400a.rmeta --cap-lints allow`
9602024-12-16T18:42:25.028Z Compiling regex v1.11.1
9612024-12-16T18:42:25.031Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.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 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=f1173f34eda5550c -C extra-filename=-f1173f34eda5550c --out-dir /work/oxidecomputer/opte/target/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern aho_corasick=/work/oxidecomputer/opte/target/release/deps/libaho_corasick-eef9c304b9dc4451.rmeta --extern memchr=/work/oxidecomputer/opte/target/release/deps/libmemchr-34641d2b6e4c47d0.rmeta --extern regex_automata=/work/oxidecomputer/opte/target/release/deps/libregex_automata-36210e7e3f26c527.rmeta --extern regex_syntax=/work/oxidecomputer/opte/target/release/deps/libregex_syntax-c05364419c76400a.rmeta --cap-lints allow`
9622024-12-16T18:42:25.564Z Compiling darling_core v0.20.10
9632024-12-16T18:42:25.567Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.10/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=151c9469340e3a9c -C extra-filename=-151c9469340e3a9c --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-65dffc9259b6ee6f.rmeta --extern ident_case=/work/oxidecomputer/opte/target/release/deps/libident_case-88c2082096e82577.rmeta --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rmeta --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rmeta --extern strsim=/work/oxidecomputer/opte/target/release/deps/libstrsim-abb45031f76369d6.rmeta --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-9f4901171149c976.rmeta --cap-lints allow`
9642024-12-16T18:42:27.732Z Compiling serde_derive v1.0.216
9652024-12-16T18:42:27.732Z Compiling zerocopy-derive v0.8.13
9662024-12-16T18:42:27.734Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
9672024-12-16T18:42:27.734Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.216/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=4a0fa5cff5b00976 -C extra-filename=-4a0fa5cff5b00976 --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-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-9f4901171149c976.rlib --extern proc_macro --cap-lints allow`
9682024-12-16T18:42:27.734Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c90f648ec8b0f3e7 -C extra-filename=-c90f648ec8b0f3e7 --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-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-9f4901171149c976.rlib --extern proc_macro`
9692024-12-16T18:42:27.734Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.8.13/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 --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15236198094076ff -C extra-filename=-15236198094076ff --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-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-9f4901171149c976.rlib --extern proc_macro --cap-lints allow`
9702024-12-16T18:42:29.512Z Compiling darling_macro v0.20.10
9712024-12-16T18:42:29.515Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.10/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd4c0cce0d59ea1a -C extra-filename=-cd4c0cce0d59ea1a --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-151c9469340e3a9c.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-9f4901171149c976.rlib --extern proc_macro --cap-lints allow`
9722024-12-16T18:42:30.649Z Compiling darling v0.20.10
9732024-12-16T18:42:30.652Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.10/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=1f280136833cd5f3 -C extra-filename=-1f280136833cd5f3 --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-151c9469340e3a9c.rmeta --extern darling_macro=/work/oxidecomputer/opte/target/release/deps/libdarling_macro-cd4c0cce0d59ea1a.so --cap-lints allow`
9742024-12-16T18:42:30.744Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
9752024-12-16T18:42:30.747Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
9762024-12-16T18:42:30.747Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-macros/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=daedc27b1934e2c1 -C extra-filename=-daedc27b1934e2c1 --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-1f280136833cd5f3.rlib --extern itertools=/work/oxidecomputer/opte/target/release/deps/libitertools-d501d58c3405a4e3.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern regex=/work/oxidecomputer/opte/target/release/deps/libregex-f1173f34eda5550c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-9f4901171149c976.rlib --extern proc_macro --cap-lints allow`
9772024-12-16T18:42:30.747Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0d81c8553407969 -C extra-filename=-c0d81c8553407969 --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-1f280136833cd5f3.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-9f4901171149c976.rlib --extern proc_macro`
9782024-12-16T18:42:39.181Z Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
9792024-12-16T18:42:39.183Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name rustc_std_workspace_core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29a7c31cafd48bad -C extra-filename=-29a7c31cafd48bad --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-534c6e7fc51e19d9.rmeta --cap-lints allow`
9802024-12-16T18:42:39.221Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name compiler_builtins --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.138/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 linker-plugin-lto -C debuginfo=2 --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "public-test-deps", "rustc-dep-of-std"))' -C metadata=f3886df8889cf263 -C extra-filename=-f3886df8889cf263 --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-29a7c31cafd48bad.rmeta --cap-lints allow --cfg f16_enabled --cfg f128_enabled --cfg 'feature="unstable"' --cfg 'feature="force-soft-floats"' --cfg 'feature="mem-unaligned"' --check-cfg 'cfg(__ashldi3, values("optimized-c"))' --check-cfg 'cfg(__ashlsi3, values("optimized-c"))' --check-cfg 'cfg(__ashrdi3, values("optimized-c"))' --check-cfg 'cfg(__ashrsi3, values("optimized-c"))' --check-cfg 'cfg(__bswapsi2, values("optimized-c"))' --check-cfg 'cfg(__bswapdi2, values("optimized-c"))' --check-cfg 'cfg(__bswapti2, values("optimized-c"))' --check-cfg 'cfg(__divdi3, values("optimized-c"))' --check-cfg 'cfg(__divsi3, values("optimized-c"))' --check-cfg 'cfg(__divmoddi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodti4, values("optimized-c"))' --check-cfg 'cfg(__lshrdi3, values("optimized-c"))' --check-cfg 'cfg(__lshrsi3, values("optimized-c"))' --check-cfg 'cfg(__moddi3, values("optimized-c"))' --check-cfg 'cfg(__modsi3, values("optimized-c"))' --check-cfg 'cfg(__muldi3, values("optimized-c"))' --check-cfg 'cfg(__udivdi3, values("optimized-c"))' --check-cfg 'cfg(__udivmoddi4, values("optimized-c"))' --check-cfg 'cfg(__udivmodsi4, values("optimized-c"))' --check-cfg 'cfg(__udivsi3, values("optimized-c"))' --check-cfg 'cfg(__umoddi3, values("optimized-c"))' --check-cfg 'cfg(__umodsi3, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(target_feature, values("vis3"))' --check-cfg 'cfg(feature, values("checked"))' --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)' --check-cfg 'cfg(feature, values("unstable", "force-soft-floats"))' --check-cfg 'cfg(feature, values("mem-unaligned"))' --check-cfg 'cfg(thumb)' --check-cfg 'cfg(thumb_1)' --check-cfg 'cfg(kernel_user_helpers)'`
9812024-12-16T18:42:39.984Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
9822024-12-16T18:42:39.987Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name alloc --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_global_oom_handling)' --check-cfg 'cfg(no_rc)' --check-cfg 'cfg(no_sync)' --check-cfg 'cfg(randomized_layouts)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-no-f16-f128", "optimize_for_size", "panic_immediate_abort"))' -C metadata=56db8a5ee170432b -C extra-filename=-56db8a5ee170432b --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-f3886df8889cf263.rmeta --extern core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta --cap-lints allow`
9832024-12-16T18:42:42.987Z Compiling byteorder v1.5.0
9842024-12-16T18:42:42.987Z Compiling stable_deref_trait v1.2.0
9852024-12-16T18:42:42.990Z Compiling cfg-if v1.0.0
9862024-12-16T18:42:42.990Z Compiling macaddr v1.0.1
9872024-12-16T18:42:42.990Z Compiling cobs v0.2.3
9882024-12-16T18:42:42.990Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=d73d21f83a66dbb4 -C extra-filename=-d73d21f83a66dbb4 --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow`
9892024-12-16T18:42:42.990Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.216/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 linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=830c1806e9bb29b2 -C extra-filename=-830c1806e9bb29b2 --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern serde_derive=/work/oxidecomputer/opte/target/release/deps/libserde_derive-4a0fa5cff5b00976.so -Z unstable-options --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
9902024-12-16T18:42:42.990Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=db455a3a737a7286 -C extra-filename=-db455a3a737a7286 --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow`
9912024-12-16T18:42:42.990Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-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 opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=cbc6007355954cbb -C extra-filename=-cbc6007355954cbb --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow`
9922024-12-16T18:42:42.991Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.13/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 linker-plugin-lto -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=8e04a9e51ecc76ba -C extra-filename=-8e04a9e51ecc76ba --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern zerocopy_derive=/work/oxidecomputer/opte/target/release/deps/libzerocopy_derive-15236198094076ff.so -Z unstable-options --cap-lints allow --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
9932024-12-16T18:42:42.991Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=8ae92b0a05d8dbfc -C extra-filename=-8ae92b0a05d8dbfc --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow`
9942024-12-16T18:42:42.994Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=cbf283c7e89282fa -C extra-filename=-cbf283c7e89282fa --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow`
9952024-12-16T18:42:43.070Z Compiling bitflags v1.3.2
9962024-12-16T18:42:43.073Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=935d5af479360cca -C extra-filename=-935d5af479360cca --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow`
9972024-12-16T18:42:43.078Z Compiling bitflags v2.6.0
9982024-12-16T18:42:43.080Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=0604e4210f266c65 -C extra-filename=-0604e4210f266c65 --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow`
9992024-12-16T18:42:43.154Z Compiling managed v0.8.0
10002024-12-16T18:42:43.157Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /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 linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=6173c21c2449a6d8 -C extra-filename=-6173c21c2449a6d8 --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow`
10012024-12-16T18:42:43.293Z Compiling hash32 v0.3.1
10022024-12-16T18:42:43.296Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b44e3c4c0c62442 -C extra-filename=-0b44e3c4c0c62442 --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-56db8a5ee170432b.rmeta' --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbyteorder-d73d21f83a66dbb4.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow`
10032024-12-16T18:42:43.323Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
10042024-12-16T18:42:43.326Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=941e1561389d7bae -C extra-filename=-941e1561389d7bae --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options`
10052024-12-16T18:42:43.409Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=fcce82aa78a27f75 -C extra-filename=-fcce82aa78a27f75 --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow`
10062024-12-16T18:42:43.482Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=990f800d24857388 -C extra-filename=-990f800d24857388 --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern hash32=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libhash32-0b44e3c4c0c62442.rmeta --extern stable_deref_trait=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libstable_deref_trait-db455a3a737a7286.rmeta -Z unstable-options --cap-lints allow`
10072024-12-16T18:42:43.513Z Compiling crc32fast v1.4.2
10082024-12-16T18:42:43.516Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=0f1152e115e18722 -C extra-filename=-0f1152e115e18722 --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-56db8a5ee170432b.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow`
10092024-12-16T18:42:43.591Z Compiling dyn-clone v1.0.17
10102024-12-16T18:42:43.594Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd437f6d6c5e01a2 -C extra-filename=-cd437f6d6c5e01a2 --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow`
10112024-12-16T18:42:43.608Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10122024-12-16T18:42:43.611Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6538cdcc5149cc3f -C extra-filename=-6538cdcc5149cc3f --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow`
10132024-12-16T18:42:43.734Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=f9640bc15feb3c18 -C extra-filename=-f9640bc15feb3c18 --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern either=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libeither-fcce82aa78a27f75.rmeta -Z unstable-options --cap-lints allow`
10142024-12-16T18:42:44.266Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=7db15a5dfdd3ea5e -C extra-filename=-7db15a5dfdd3ea5e --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-56db8a5ee170432b.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-935d5af479360cca.rmeta --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbyteorder-d73d21f83a66dbb4.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libheapless-990f800d24857388.rmeta --extern managed=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libmanaged-6173c21c2449a6d8.rmeta -Z unstable-options --cap-lints allow`
10152024-12-16T18:42:45.499Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
10162024-12-16T18:42:45.502Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-types/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 linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=fd91fcfaa6a140c2 -C extra-filename=-fd91fcfaa6a140c2 --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/release/deps/libingot_macros-daedc27b1934e2c1.so --extern macaddr=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libmacaddr-cbc6007355954cbb.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-8e04a9e51ecc76ba.rmeta -Z unstable-options --cap-lints allow`
10172024-12-16T18:42:46.641Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
10182024-12-16T18:42:46.641Z Compiling postcard v1.1.1
10192024-12-16T18:42:46.641Z Compiling uuid v1.11.0
10202024-12-16T18:42:46.645Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot/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 linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=33816ae58e94167d -C extra-filename=-33816ae58e94167d --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-56db8a5ee170432b.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/release/deps/libingot_macros-daedc27b1934e2c1.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot_types-fd91fcfaa6a140c2.rmeta --extern macaddr=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libmacaddr-cbc6007355954cbb.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-830c1806e9bb29b2.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-8e04a9e51ecc76ba.rmeta -Z unstable-options --cap-lints allow`
10212024-12-16T18:42:46.645Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.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 linker-plugin-lto -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=a7c949e6a3efd399 -C extra-filename=-a7c949e6a3efd399 --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-830c1806e9bb29b2.rmeta -Z unstable-options --cap-lints allow`
10222024-12-16T18:42:46.645Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.1.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 linker-plugin-lto -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=df11d14dc3e4f128 -C extra-filename=-df11d14dc3e4f128 --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-56db8a5ee170432b.rmeta' --extern cobs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcobs-cbf283c7e89282fa.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-830c1806e9bb29b2.rmeta -Z unstable-options --cap-lints allow`
10232024-12-16T18:42:48.379Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
10242024-12-16T18:42:48.381Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=57a9ec073fc67282 -C extra-filename=-57a9ec073fc67282 --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-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-33816ae58e94167d.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-df11d14dc3e4f128.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-830c1806e9bb29b2.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta -Z unstable-options`
10252024-12-16T18:42:49.126Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=05a7e32e58850be7 -C extra-filename=-05a7e32e58850be7 --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-56db8a5ee170432b.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcrc32fast-0f1152e115e18722.rmeta --extern derror_macro=/work/oxidecomputer/opte/target/release/deps/libderror_macro-c0d81c8553407969.so --extern dyn_clone=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libdyn_clone-cd437f6d6c5e01a2.rmeta --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libheapless-990f800d24857388.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-33816ae58e94167d.rmeta --extern itertools=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libitertools-f9640bc15feb3c18.rmeta --extern kstat_macro=/work/oxidecomputer/opte/target/release/deps/libkstat_macro-c90f648ec8b0f3e7.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte_api-57a9ec073fc67282.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-df11d14dc3e4f128.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-830c1806e9bb29b2.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-8e04a9e51ecc76ba.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
10262024-12-16T18:42:53.534Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
10272024-12-16T18:42:53.538Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=c7ca599bb5fe6818 -C extra-filename=-c7ca599bb5fe6818 --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-56db8a5ee170432b.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-05a7e32e58850be7.rmeta --extern poptrie=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpoptrie-6538cdcc5149cc3f.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-830c1806e9bb29b2.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta --extern uuid=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libuuid-a7c949e6a3efd399.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-8e04a9e51ecc76ba.rmeta -Z unstable-options`
10282024-12-16T18:42:57.333Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
10292024-12-16T18:42:57.336Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ea66b515688ecca -C extra-filename=-3ea66b515688ecca --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-56db8a5ee170432b.rlib' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rlib --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rlib' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcrc32fast-0f1152e115e18722.rlib --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-33816ae58e94167d.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-05a7e32e58850be7.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liboxide_vpc-c7ca599bb5fe6818.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-df11d14dc3e4f128.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-830c1806e9bb29b2.rlib -Z unstable-options`
10302024-12-16T18:42:59.336Zwarning: creating a mutable reference to mutable static is discouraged
10312024-12-16T18:42:59.336Z --> xde/src/xde.rs:311:5
10322024-12-16T18:42:59.336Z |
10332024-12-16T18:42:59.336Z311 | xde_devs.init(KRwLockType::Driver);
10342024-12-16T18:42:59.336Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
10352024-12-16T18:42:59.336Z |
10362024-12-16T18:42:59.336Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10372024-12-16T18:42:59.336Z = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
10382024-12-16T18:42:59.336Z = note: `#[warn(static_mut_refs)]` on by default
10392024-12-16T18:42:59.336Z
10402024-12-16T18:42:59.339Zwarning: creating a shared reference to mutable static is discouraged
10412024-12-16T18:42:59.340Z --> xde/src/xde.rs:668:29
10422024-12-16T18:42:59.340Z |
10432024-12-16T18:42:59.340Z668 | let mut devs = unsafe { xde_devs.write() };
10442024-12-16T18:42:59.340Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
10452024-12-16T18:42:59.340Z |
10462024-12-16T18:42:59.340Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10472024-12-16T18:42:59.340Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
10482024-12-16T18:42:59.340Z
10492024-12-16T18:42:59.340Zwarning: creating a shared reference to mutable static is discouraged
10502024-12-16T18:42:59.340Z --> xde/src/xde.rs:824:29
10512024-12-16T18:42:59.340Z |
10522024-12-16T18:42:59.340Z824 | let mut devs = unsafe { xde_devs.write() };
10532024-12-16T18:42:59.340Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
10542024-12-16T18:42:59.340Z |
10552024-12-16T18:42:59.340Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10562024-12-16T18:42:59.340Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
10572024-12-16T18:42:59.340Z
10582024-12-16T18:42:59.340Zwarning: creating a shared reference to mutable static is discouraged
10592024-12-16T18:42:59.340Z --> xde/src/xde.rs:914:18
10602024-12-16T18:42:59.340Z |
10612024-12-16T18:42:59.340Z914 | if unsafe { !xde_devs.read().is_empty() } {
10622024-12-16T18:42:59.340Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
10632024-12-16T18:42:59.340Z |
10642024-12-16T18:42:59.340Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10652024-12-16T18:42:59.340Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
10662024-12-16T18:42:59.340Z
10672024-12-16T18:42:59.340Zwarning: creating a shared reference to mutable static is discouraged
10682024-12-16T18:42:59.340Z --> xde/src/xde.rs:1227:9
10692024-12-16T18:42:59.340Z |
10702024-12-16T18:42:59.340Z1227 | if !xde_devs.read().is_empty() {
10712024-12-16T18:42:59.340Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
10722024-12-16T18:42:59.340Z |
10732024-12-16T18:42:59.340Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10742024-12-16T18:42:59.340Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
10752024-12-16T18:42:59.340Z
10762024-12-16T18:42:59.345Zwarning: creating a shared reference to mutable static is discouraged
10772024-12-16T18:42:59.345Z --> xde/src/xde.rs:1631:33
10782024-12-16T18:42:59.345Z |
10792024-12-16T18:42:59.345Z1631 | let devs = unsafe { xde_devs.read() };
10802024-12-16T18:42:59.345Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
10812024-12-16T18:42:59.345Z |
10822024-12-16T18:42:59.345Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10832024-12-16T18:42:59.345Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
10842024-12-16T18:42:59.345Z
10852024-12-16T18:42:59.345Zwarning: creating a shared reference to mutable static is discouraged
10862024-12-16T18:42:59.345Z --> xde/src/xde.rs:1888:16
10872024-12-16T18:42:59.345Z |
10882024-12-16T18:42:59.345Z1888 | let devs = xde_devs.read();
10892024-12-16T18:42:59.345Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
10902024-12-16T18:42:59.345Z |
10912024-12-16T18:42:59.345Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10922024-12-16T18:42:59.345Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
10932024-12-16T18:42:59.345Z
10942024-12-16T18:42:59.345Zwarning: creating a shared reference to mutable static is discouraged
10952024-12-16T18:42:59.345Z --> xde/src/xde.rs:1939:25
10962024-12-16T18:42:59.345Z |
10972024-12-16T18:42:59.345Z1939 | let devs = unsafe { xde_devs.read() };
10982024-12-16T18:42:59.345Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
10992024-12-16T18:42:59.345Z |
11002024-12-16T18:42:59.345Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11012024-12-16T18:42:59.345Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11022024-12-16T18:42:59.345Z
11032024-12-16T18:42:59.345Zwarning: creating a shared reference to mutable static is discouraged
11042024-12-16T18:42:59.345Z --> xde/src/xde.rs:1954:25
11052024-12-16T18:42:59.345Z |
11062024-12-16T18:42:59.345Z1954 | let devs = unsafe { xde_devs.read() };
11072024-12-16T18:42:59.346Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11082024-12-16T18:42:59.346Z |
11092024-12-16T18:42:59.346Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11102024-12-16T18:42:59.346Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11112024-12-16T18:42:59.346Z
11122024-12-16T18:42:59.346Zwarning: creating a shared reference to mutable static is discouraged
11132024-12-16T18:42:59.346Z --> xde/src/xde.rs:1967:25
11142024-12-16T18:42:59.346Z |
11152024-12-16T18:42:59.346Z1967 | let devs = unsafe { xde_devs.read() };
11162024-12-16T18:42:59.346Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11172024-12-16T18:42:59.346Z |
11182024-12-16T18:42:59.346Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11192024-12-16T18:42:59.346Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11202024-12-16T18:42:59.346Z
11212024-12-16T18:42:59.346Zwarning: creating a shared reference to mutable static is discouraged
11222024-12-16T18:42:59.346Z --> xde/src/xde.rs:1981:25
11232024-12-16T18:42:59.346Z |
11242024-12-16T18:42:59.346Z1981 | let devs = unsafe { xde_devs.read() };
11252024-12-16T18:42:59.346Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11262024-12-16T18:42:59.346Z |
11272024-12-16T18:42:59.346Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11282024-12-16T18:42:59.346Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11292024-12-16T18:42:59.346Z
11302024-12-16T18:42:59.346Zwarning: creating a shared reference to mutable static is discouraged
11312024-12-16T18:42:59.346Z --> xde/src/xde.rs:1995:25
11322024-12-16T18:42:59.346Z |
11332024-12-16T18:42:59.346Z1995 | let devs = unsafe { xde_devs.read() };
11342024-12-16T18:42:59.346Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11352024-12-16T18:42:59.346Z |
11362024-12-16T18:42:59.346Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11372024-12-16T18:42:59.346Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11382024-12-16T18:42:59.346Z
11392024-12-16T18:42:59.346Zwarning: creating a shared reference to mutable static is discouraged
11402024-12-16T18:42:59.346Z --> xde/src/xde.rs:2061:25
11412024-12-16T18:42:59.346Z |
11422024-12-16T18:42:59.346Z2061 | let devs = unsafe { xde_devs.read() };
11432024-12-16T18:42:59.346Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11442024-12-16T18:42:59.347Z |
11452024-12-16T18:42:59.347Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11462024-12-16T18:42:59.347Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11472024-12-16T18:42:59.347Z
11482024-12-16T18:42:59.347Zwarning: creating a shared reference to mutable static is discouraged
11492024-12-16T18:42:59.347Z --> xde/src/xde.rs:2074:25
11502024-12-16T18:42:59.347Z |
11512024-12-16T18:42:59.347Z2074 | let devs = unsafe { xde_devs.read() };
11522024-12-16T18:42:59.347Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11532024-12-16T18:42:59.347Z |
11542024-12-16T18:42:59.347Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11552024-12-16T18:42:59.347Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11562024-12-16T18:42:59.347Z
11572024-12-16T18:42:59.347Zwarning: creating a shared reference to mutable static is discouraged
11582024-12-16T18:42:59.347Z --> xde/src/xde.rs:2088:25
11592024-12-16T18:42:59.347Z |
11602024-12-16T18:42:59.347Z2088 | let devs = unsafe { xde_devs.read() };
11612024-12-16T18:42:59.347Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11622024-12-16T18:42:59.347Z |
11632024-12-16T18:42:59.347Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11642024-12-16T18:42:59.347Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11652024-12-16T18:42:59.347Z
11662024-12-16T18:42:59.347Zwarning: creating a shared reference to mutable static is discouraged
11672024-12-16T18:42:59.347Z --> xde/src/xde.rs:2104:25
11682024-12-16T18:42:59.347Z |
11692024-12-16T18:42:59.347Z2104 | let devs = unsafe { xde_devs.read() };
11702024-12-16T18:42:59.347Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11712024-12-16T18:42:59.347Z |
11722024-12-16T18:42:59.347Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11732024-12-16T18:42:59.347Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11742024-12-16T18:42:59.347Z
11752024-12-16T18:42:59.347Zwarning: creating a shared reference to mutable static is discouraged
11762024-12-16T18:42:59.350Z --> xde/src/xde.rs:2119:25
11772024-12-16T18:42:59.350Z |
11782024-12-16T18:42:59.350Z2119 | let devs = unsafe { xde_devs.read() };
11792024-12-16T18:42:59.350Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11802024-12-16T18:42:59.350Z |
11812024-12-16T18:42:59.350Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11822024-12-16T18:42:59.350Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11832024-12-16T18:42:59.350Z
11842024-12-16T18:42:59.350Zwarning: creating a shared reference to mutable static is discouraged
11852024-12-16T18:42:59.350Z --> xde/src/xde.rs:2134:25
11862024-12-16T18:42:59.351Z |
11872024-12-16T18:42:59.351Z2134 | let devs = unsafe { xde_devs.read() };
11882024-12-16T18:42:59.351Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11892024-12-16T18:42:59.351Z |
11902024-12-16T18:42:59.351Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11912024-12-16T18:42:59.351Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11922024-12-16T18:42:59.351Z
11932024-12-16T18:42:59.351Zwarning: creating a shared reference to mutable static is discouraged
11942024-12-16T18:42:59.351Z --> xde/src/xde.rs:2147:25
11952024-12-16T18:42:59.351Z |
11962024-12-16T18:42:59.351Z2147 | let devs = unsafe { xde_devs.read() };
11972024-12-16T18:42:59.351Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11982024-12-16T18:42:59.351Z |
11992024-12-16T18:42:59.351Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12002024-12-16T18:42:59.351Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
12012024-12-16T18:42:59.351Z
12022024-12-16T18:42:59.351Zwarning: creating a shared reference to mutable static is discouraged
12032024-12-16T18:42:59.351Z --> xde/src/xde.rs:2161:25
12042024-12-16T18:42:59.351Z |
12052024-12-16T18:42:59.351Z2161 | let devs = unsafe { xde_devs.read() };
12062024-12-16T18:42:59.351Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
12072024-12-16T18:42:59.351Z |
12082024-12-16T18:42:59.351Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12092024-12-16T18:42:59.351Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
12102024-12-16T18:42:59.351Z
12112024-12-16T18:42:59.352Zwarning: creating a shared reference to mutable static is discouraged
12122024-12-16T18:42:59.352Z --> xde/src/xde.rs:2178:25
12132024-12-16T18:42:59.352Z |
12142024-12-16T18:42:59.352Z2178 | let devs = unsafe { xde_devs.read() };
12152024-12-16T18:42:59.352Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
12162024-12-16T18:42:59.352Z |
12172024-12-16T18:42:59.352Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12182024-12-16T18:42:59.352Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
12192024-12-16T18:42:59.353Z
12202024-12-16T18:42:59.353Zwarning: creating a shared reference to mutable static is discouraged
12212024-12-16T18:42:59.353Z --> xde/src/xde.rs:2192:25
12222024-12-16T18:42:59.353Z |
12232024-12-16T18:42:59.353Z2192 | let devs = unsafe { xde_devs.read() };
12242024-12-16T18:42:59.353Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
12252024-12-16T18:42:59.353Z |
12262024-12-16T18:42:59.353Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12272024-12-16T18:42:59.353Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
12282024-12-16T18:42:59.353Z
12292024-12-16T18:43:23.283Zwarning: `xde` (lib) generated 22 warnings
12302024-12-16T18:43:23.283Z Finished `release` profile [optimized + debuginfo] target(s) in 1m 04s
12312024-12-16T18:43:23.311Z+ 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
12322024-12-16T18:43:23.977Z+ pushd xde-link
12332024-12-16T18:43:23.980Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde
12342024-12-16T18:43:23.980Z+ cargo -v build --release
12352024-12-16T18:43:24.117Z Compiling compiler_builtins v0.1.138
12362024-12-16T18:43:24.117Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
12372024-12-16T18:43:24.117Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
12382024-12-16T18:43:24.120Z Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build`
12392024-12-16T18:43:24.120Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_fp_fmt_parse)' --check-cfg 'cfg(stdarch_intel_sde)' --check-cfg 'cfg(target_os, values("rtems"))' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug_refcell", "optimize_for_size", "panic_immediate_abort"))' -C metadata=2071de360e2c2282 -C extra-filename=-2071de360e2c2282 --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`
12402024-12-16T18:43:24.120Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f308dfab30c2146 -C extra-filename=-5f308dfab30c2146 --out-dir /work/oxidecomputer/opte/target/release/build/xde-link-5f308dfab30c2146 -L dependency=/work/oxidecomputer/opte/target/release/deps`
12412024-12-16T18:43:24.357Z Running `/work/oxidecomputer/opte/target/release/build/xde-link-5f308dfab30c2146/build-script-build`
12422024-12-16T18:43:40.609Z Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
12432024-12-16T18:43:40.698Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name rustc_std_workspace_core --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89532dd5889cf1c7 -C extra-filename=-89532dd5889cf1c7 --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-2071de360e2c2282.rmeta --cap-lints allow`
12442024-12-16T18:43:40.698Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name compiler_builtins --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.138/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 linker-plugin-lto -C debuginfo=2 --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "public-test-deps", "rustc-dep-of-std"))' -C metadata=9dda6d259dbe1788 -C extra-filename=-9dda6d259dbe1788 --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-89532dd5889cf1c7.rmeta --cap-lints allow --cfg f16_enabled --cfg f128_enabled --cfg 'feature="unstable"' --cfg 'feature="force-soft-floats"' --cfg 'feature="mem-unaligned"' --check-cfg 'cfg(__ashldi3, values("optimized-c"))' --check-cfg 'cfg(__ashlsi3, values("optimized-c"))' --check-cfg 'cfg(__ashrdi3, values("optimized-c"))' --check-cfg 'cfg(__ashrsi3, values("optimized-c"))' --check-cfg 'cfg(__bswapsi2, values("optimized-c"))' --check-cfg 'cfg(__bswapdi2, values("optimized-c"))' --check-cfg 'cfg(__bswapti2, values("optimized-c"))' --check-cfg 'cfg(__divdi3, values("optimized-c"))' --check-cfg 'cfg(__divsi3, values("optimized-c"))' --check-cfg 'cfg(__divmoddi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodti4, values("optimized-c"))' --check-cfg 'cfg(__lshrdi3, values("optimized-c"))' --check-cfg 'cfg(__lshrsi3, values("optimized-c"))' --check-cfg 'cfg(__moddi3, values("optimized-c"))' --check-cfg 'cfg(__modsi3, values("optimized-c"))' --check-cfg 'cfg(__muldi3, values("optimized-c"))' --check-cfg 'cfg(__udivdi3, values("optimized-c"))' --check-cfg 'cfg(__udivmoddi4, values("optimized-c"))' --check-cfg 'cfg(__udivmodsi4, values("optimized-c"))' --check-cfg 'cfg(__udivsi3, values("optimized-c"))' --check-cfg 'cfg(__umoddi3, values("optimized-c"))' --check-cfg 'cfg(__umodsi3, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(target_feature, values("vis3"))' --check-cfg 'cfg(feature, values("checked"))' --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)' --check-cfg 'cfg(feature, values("unstable", "force-soft-floats"))' --check-cfg 'cfg(feature, values("mem-unaligned"))' --check-cfg 'cfg(thumb)' --check-cfg 'cfg(thumb_1)' --check-cfg 'cfg(kernel_user_helpers)'`
12452024-12-16T18:43:41.450Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
12462024-12-16T18:43:41.453Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name alloc --edition=2021 /home/build/.rustup/toolchains/nightly-2024-11-18-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 linker-plugin-lto -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bootstrap)' --check-cfg 'cfg(no_global_oom_handling)' --check-cfg 'cfg(no_rc)' --check-cfg 'cfg(no_sync)' --check-cfg 'cfg(randomized_layouts)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler-builtins-c", "compiler-builtins-mangled-names", "compiler-builtins-mem", "compiler-builtins-no-asm", "compiler-builtins-no-f16-f128", "optimize_for_size", "panic_immediate_abort"))' -C metadata=db80c9a6ce1bf10b -C extra-filename=-db80c9a6ce1bf10b --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-9dda6d259dbe1788.rmeta --extern core=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcore-2071de360e2c2282.rmeta --cap-lints allow`
12472024-12-16T18:43:44.765Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-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 lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1541dba498bc837a --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-db80c9a6ce1bf10b.rlib' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcompiler_builtins-9dda6d259dbe1788.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/i686-unknown-illumos/release/deps/libcore-2071de360e2c2282.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`
12482024-12-16T18:43:45.061Z Finished `release` profile [optimized + debuginfo] target(s) in 21.03s
12492024-12-16T18:43:45.081Z+ set +e
12502024-12-16T18:43:45.084Z+ nm ../../target/i686-unknown-illumos/release/libxde_link.so
12512024-12-16T18:43:45.084Z+ grep panicking
12522024-12-16T18:43:45.087Z+ '[' 1 -eq 0 ']'
12532024-12-16T18:43:45.090Z+ popd
12542024-12-16T18:43:45.090Z/work/oxidecomputer/opte/xde
12552024-12-16T18:43:45.090Z
12562024-12-16T18:43:45.090Zreal 1:26.688001734
12572024-12-16T18:43:45.090Zuser 3:15.473261785
12582024-12-16T18:43:45.090Zsys 14.181296445
12592024-12-16T18:43:45.090Ztrap 0.060592558
12602024-12-16T18:43:45.090Ztflt 0.206057767
12612024-12-16T18:43:45.090Zdflt 0.631768683
12622024-12-16T18:43:45.090Zkflt 0.000018610
12632024-12-16T18:43:45.090Zlock 7:32.208149603
12642024-12-16T18:43:45.090Zslp 9:45.591680543
12652024-12-16T18:43:45.090Zlat 2.710949990
12662024-12-16T18:43:45.090Zstop 4.567687278
12672024-12-16T18:43:45.090Z+ popd
12682024-12-16T18:43:45.090Z/work/oxidecomputer/opte
12692024-12-16T18:43:45.090Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
12702024-12-16T18:43:45.093Z+ grep GOTPCREL
12712024-12-16T18:43:47.504Z+ elfdump target/x86_64-unknown-unknown/release/xde
12722024-12-16T18:43:47.506Z+ grep GOTPCREL
12732024-12-16T18:43:48.850Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
12742024-12-16T18:43:48.905Z+ sha256sum /work/debug/xde.dbg
12752024-12-16T18:43:49.051Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
12762024-12-16T18:43:49.054Z+ sha256sum /work/debug/xde_link.dbg.so
12772024-12-16T18:43:49.057Z+ cp target/x86_64-unknown-unknown/release/xde /work/release/
12782024-12-16T18:43:49.097Z+ sha256sum /work/release/xde
12792024-12-16T18:43:49.128Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
12802024-12-16T18:43:49.130Z+ sha256sum /work/release/xde_link.so
12812024-12-16T18:43:49.134Z+ header 'build xde integration tests'
12822024-12-16T18:43:49.136Z+ echo '# ==== build xde integration tests ==== #'
12832024-12-16T18:43:49.136Z# ==== build xde integration tests ==== #
12842024-12-16T18:43:49.136Z+ pushd xde-tests
12852024-12-16T18:43:49.136Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
12862024-12-16T18:43:49.136Z+ cargo +nightly-2024-11-18 fmt -- --check
12872024-12-16T18:43:49.295Z+ cargo clippy --all-targets
12882024-12-16T18:43:49.616Z Downloading crates ...
12892024-12-16T18:43:49.738Z Downloaded heck v0.5.0
12902024-12-16T18:43:49.743Z Downloaded foreign-types-shared v0.3.1
12912024-12-16T18:43:49.746Z Downloaded indexmap v2.7.0
12922024-12-16T18:43:49.749Z Downloaded clap_lex v0.7.4
12932024-12-16T18:43:49.752Z Downloaded autocfg v1.4.0
12942024-12-16T18:43:49.754Z Downloaded thiserror v1.0.69
12952024-12-16T18:43:49.758Z Downloaded cstr-argument v0.1.2
12962024-12-16T18:43:49.760Z Downloaded anstream v0.6.18
12972024-12-16T18:43:49.763Z Downloaded anstyle v1.0.10
12982024-12-16T18:43:49.775Z Downloaded ipnetwork v0.20.0
12992024-12-16T18:43:49.777Z Downloaded pretty-hex v0.2.1
13002024-12-16T18:43:49.782Z Downloaded terminal_size v0.4.1
13012024-12-16T18:43:49.784Z Downloaded foreign-types v0.5.0
13022024-12-16T18:43:49.787Z Downloaded tokio-macros v2.4.0
13032024-12-16T18:43:49.789Z Downloaded slog-scope v4.4.0
13042024-12-16T18:43:49.791Z Downloaded dirs-sys-next v0.1.2
13052024-12-16T18:43:49.791Z Downloaded itoa v1.0.14
13062024-12-16T18:43:49.791Z Downloaded dirs-next v2.0.0
13072024-12-16T18:43:49.792Z Downloaded colorchoice v1.0.3
13082024-12-16T18:43:49.794Z Downloaded num_enum v0.5.11
13092024-12-16T18:43:49.797Z Downloaded scopeguard v1.2.0
13102024-12-16T18:43:49.799Z Downloaded utf8parse v0.2.2
13112024-12-16T18:43:49.801Z Downloaded lazy_static v1.5.0
13122024-12-16T18:43:49.801Z Downloaded is_terminal_polyfill v1.70.1
13132024-12-16T18:43:49.804Z Downloaded arc-swap v1.7.1
13142024-12-16T18:43:49.806Z Downloaded time-core v0.1.2
13152024-12-16T18:43:49.809Z Downloaded equivalent v1.0.1
13162024-12-16T18:43:49.809Z Downloaded anstyle-query v1.1.2
13172024-12-16T18:43:49.811Z Downloaded errno v0.3.10
13182024-12-16T18:43:49.811Z Downloaded thiserror-impl v1.0.69
13192024-12-16T18:43:49.815Z Downloaded foreign-types-macros v0.2.3
13202024-12-16T18:43:49.815Z Downloaded anstyle-parse v0.2.6
13212024-12-16T18:43:49.817Z Downloaded heck v0.4.1
13222024-12-16T18:43:49.817Z Downloaded take_mut v0.2.2
13232024-12-16T18:43:49.820Z Downloaded num-conv v0.1.0
13242024-12-16T18:43:49.828Z Downloaded rand_chacha v0.3.1
13252024-12-16T18:43:49.830Z Downloaded rand_core v0.6.4
13262024-12-16T18:43:49.833Z Downloaded ppv-lite86 v0.2.20
13272024-12-16T18:43:49.835Z Downloaded clap_derive v4.5.18
13282024-12-16T18:43:49.838Z Downloaded term v0.7.0
13292024-12-16T18:43:49.841Z Downloaded slog-term v2.9.1
13302024-12-16T18:43:49.844Z Downloaded proc-macro-error-attr v1.0.4
13312024-12-16T18:43:49.846Z Downloaded lock_api v0.4.12
13322024-12-16T18:43:49.849Z Downloaded slog-envlogger v2.2.0
13332024-12-16T18:43:49.849Z Downloaded schemars_derive v0.8.21
13342024-12-16T18:43:49.851Z Downloaded num_enum_derive v0.5.11
13352024-12-16T18:43:49.851Z Downloaded slog-stdlog v4.1.1
13362024-12-16T18:43:49.854Z Downloaded signal-hook-registry v1.4.2
13372024-12-16T18:43:49.854Z Downloaded colored v2.2.0
13382024-12-16T18:43:49.856Z Downloaded deranged v0.3.11
13392024-12-16T18:43:49.859Z Downloaded proc-macro-crate v1.3.1
13402024-12-16T18:43:49.859Z Downloaded log v0.4.22
13412024-12-16T18:43:49.861Z Downloaded toml_datetime v0.6.8
13422024-12-16T18:43:49.863Z Downloaded slog-async v2.8.0
13432024-12-16T18:43:49.865Z Downloaded is-terminal v0.4.13
13442024-12-16T18:43:49.865Z Downloaded tabwriter v1.4.0
13452024-12-16T18:43:49.868Z Downloaded powerfmt v0.2.0
13462024-12-16T18:43:49.868Z Downloaded thread_local v1.1.8
13472024-12-16T18:43:49.870Z Downloaded getrandom v0.2.15
13482024-12-16T18:43:49.873Z Downloaded tracing-attributes v0.1.28
13492024-12-16T18:43:49.875Z Downloaded crossbeam-utils v0.8.21
13502024-12-16T18:43:49.878Z Downloaded zerocopy-derive v0.7.35
13512024-12-16T18:43:49.883Z Downloaded once_cell v1.20.2
13522024-12-16T18:43:49.885Z Downloaded ryu v1.0.18
13532024-12-16T18:43:49.888Z Downloaded parking_lot v0.12.3
13542024-12-16T18:43:49.891Z Downloaded bytes v1.9.0
13552024-12-16T18:43:49.895Z Downloaded smallvec v1.13.2
13562024-12-16T18:43:49.901Z Downloaded time-macros v0.2.19
13572024-12-16T18:43:49.901Z Downloaded schemars v0.8.21
13582024-12-16T18:43:49.912Z Downloaded serde_derive_internals v0.29.1
13592024-12-16T18:43:49.918Z Downloaded clap v4.5.23
13602024-12-16T18:43:49.923Z Downloaded rand v0.8.5
13612024-12-16T18:43:49.926Z Downloaded proc-macro-error v1.0.4
13622024-12-16T18:43:49.929Z Downloaded tracing-core v0.1.33
13632024-12-16T18:43:49.932Z Downloaded slog v2.7.0
13642024-12-16T18:43:49.935Z Downloaded parking_lot_core v0.9.10
13652024-12-16T18:43:49.937Z Downloaded socket2 v0.5.8
13662024-12-16T18:43:49.940Z Downloaded crossbeam-channel v0.5.14
13672024-12-16T18:43:49.944Z Downloaded pin-project-lite v0.2.15
13682024-12-16T18:43:49.949Z Downloaded hashbrown v0.15.2
13692024-12-16T18:43:49.954Z Downloaded tracing v0.1.41
13702024-12-16T18:43:49.959Z Downloaded toml_edit v0.19.15
13712024-12-16T18:43:49.975Z Downloaded itertools v0.12.1
13722024-12-16T18:43:49.982Z Downloaded mio v1.0.3
13732024-12-16T18:43:49.988Z Downloaded time v0.3.37
13742024-12-16T18:43:49.995Z Downloaded zerocopy v0.7.35
13752024-12-16T18:43:50.010Z Downloaded serde_json v1.0.133
13762024-12-16T18:43:50.017Z Downloaded winnow v0.5.40
13772024-12-16T18:43:50.025Z Downloaded clap_builder v4.5.23
13782024-12-16T18:43:50.031Z Downloaded anyhow v1.0.94
13792024-12-16T18:43:50.035Z Downloaded winnow v0.6.20
13802024-12-16T18:43:50.045Z Downloaded syn v1.0.109
13812024-12-16T18:43:50.064Z Downloaded rustix v0.38.42
13822024-12-16T18:43:50.126Z Downloaded libc v0.2.168
13832024-12-16T18:43:50.151Z Downloaded tokio v1.42.0
13842024-12-16T18:43:50.293Z Compiling proc-macro2 v1.0.92
13852024-12-16T18:43:50.293Z Compiling unicode-ident v1.0.14
13862024-12-16T18:43:50.295Z Compiling libc v0.2.168
13872024-12-16T18:43:50.295Z Checking cfg-if v1.0.0
13882024-12-16T18:43:50.295Z Compiling serde v1.0.216
13892024-12-16T18:43:50.295Z Checking byteorder v1.5.0
13902024-12-16T18:43:50.295Z Compiling version_check v0.9.5
13912024-12-16T18:43:50.304Z Compiling syn v1.0.109
13922024-12-16T18:43:50.402Z Checking memchr v2.7.4
13932024-12-16T18:43:50.522Z Compiling ident_case v1.0.1
13942024-12-16T18:43:50.587Z Compiling strsim v0.11.1
13952024-12-16T18:43:50.681Z Compiling fnv v1.0.7
13962024-12-16T18:43:50.793Z Compiling equivalent v1.0.1
13972024-12-16T18:43:50.889Z Checking itoa v1.0.14
13982024-12-16T18:43:50.928Z Checking once_cell v1.20.2
13992024-12-16T18:43:50.950Z Compiling autocfg v1.4.0
14002024-12-16T18:43:51.074Z Compiling hashbrown v0.15.2
14012024-12-16T18:43:51.192Z Compiling winnow v0.5.40
14022024-12-16T18:43:51.195Z Compiling regex-syntax v0.8.5
14032024-12-16T18:43:51.207Z Compiling toml_datetime v0.6.8
14042024-12-16T18:43:51.551Z Checking bitflags v2.6.0
14052024-12-16T18:43:51.675Z Compiling lock_api v0.4.12
14062024-12-16T18:43:51.798Z Compiling aho-corasick v1.1.3
14072024-12-16T18:43:52.038Z Compiling quote v1.0.37
14082024-12-16T18:43:52.041Z Compiling anyhow v1.0.94
14092024-12-16T18:43:52.176Z Compiling indexmap v2.7.0
14102024-12-16T18:43:52.257Z Compiling parking_lot_core v0.9.10
14112024-12-16T18:43:52.548Z Compiling syn v2.0.90
14122024-12-16T18:43:52.690Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14132024-12-16T18:43:53.169Z Checking scopeguard v1.2.0
14142024-12-16T18:43:53.210Z Checking smallvec v1.13.2
14152024-12-16T18:43:53.286Z Compiling thiserror v1.0.69
14162024-12-16T18:43:53.462Z Compiling zerocopy v0.8.13
14172024-12-16T18:43:53.552Z Checking lazy_static v1.5.0
14182024-12-16T18:43:53.865Z Checking dyn-clone v1.0.17
14192024-12-16T18:43:53.999Z Compiling serde_json v1.0.133
14202024-12-16T18:43:54.036Z Compiling either v1.13.0
14212024-12-16T18:43:54.384Z Compiling toml_edit v0.19.15
14222024-12-16T18:43:54.406Z Compiling itertools v0.13.0
14232024-12-16T18:43:54.890Z Compiling regex-automata v0.4.9
14242024-12-16T18:43:54.957Z Checking getrandom v0.2.15
14252024-12-16T18:43:55.163Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14262024-12-16T18:43:55.513Z Checking pin-project-lite v0.2.15
14272024-12-16T18:43:55.624Z Compiling schemars v0.8.21
14282024-12-16T18:43:55.756Z Checking ryu v1.0.18
14292024-12-16T18:43:55.999Z Compiling heapless v0.8.0
14302024-12-16T18:43:56.389Z Checking rand_core v0.6.4
14312024-12-16T18:43:56.662Z Checking parking_lot v0.12.3
14322024-12-16T18:43:56.729Z Checking signal-hook-registry v1.4.2
14332024-12-16T18:43:56.837Z Compiling proc-macro-crate v1.3.1
14342024-12-16T18:43:56.958Z Checking mio v1.0.3
14352024-12-16T18:43:56.960Z Checking socket2 v0.5.8
14362024-12-16T18:43:57.165Z Checking hash32 v0.3.1
14372024-12-16T18:43:57.354Z Checking stable_deref_trait v1.2.0
14382024-12-16T18:43:57.444Z Checking bytes v1.9.0
14392024-12-16T18:43:57.447Z Compiling smoltcp v0.11.0
14402024-12-16T18:43:57.550Z Checking foreign-types-shared v0.3.1
14412024-12-16T18:43:57.558Z Compiling slog v2.7.0
14422024-12-16T18:43:57.655Z Checking macaddr v1.0.1
14432024-12-16T18:43:58.185Z Checking cstr-argument v0.1.2
14442024-12-16T18:43:58.206Z Checking tracing-core v0.1.33
14452024-12-16T18:43:58.271Z Compiling proc-macro-error-attr v1.0.4
14462024-12-16T18:43:58.344Z Compiling rustix v0.38.42
14472024-12-16T18:43:58.633Z Compiling regex v1.11.1
14482024-12-16T18:43:58.694Z Checking bitflags v1.3.2
14492024-12-16T18:43:58.781Z Compiling darling_core v0.20.10
14502024-12-16T18:43:58.820Z Compiling serde_derive_internals v0.29.1
14512024-12-16T18:43:59.010Z Checking pretty-hex v0.2.1
14522024-12-16T18:43:59.165Z Checking managed v0.8.0
14532024-12-16T18:43:59.521Z Checking cobs v0.2.3
14542024-12-16T18:43:59.903Z Checking colored v2.2.0
14552024-12-16T18:44:00.259Z Checking errno v0.3.10
14562024-12-16T18:44:00.422Z Compiling proc-macro-error v1.0.4
14572024-12-16T18:44:00.626Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
14582024-12-16T18:44:00.746Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
14592024-12-16T18:44:00.792Z Checking winnow v0.6.20
14602024-12-16T18:44:00.890Zwarning: passing a unit value to a function
14612024-12-16T18:44:00.890Z --> crates/illumos-sys-hdrs/src/lib.rs:182:9
14622024-12-16T18:44:00.890Z |
14632024-12-16T18:44:00.890Z182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed));
14642024-12-16T18:44:00.890Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14652024-12-16T18:44:00.890Z |
14662024-12-16T18:44:00.890Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg
14672024-12-16T18:44:00.890Z = note: `#[warn(clippy::unit_arg)]` on by default
14682024-12-16T18:44:00.890Zhelp: move the expression in front of the call and replace it with the unit literal `()`
14692024-12-16T18:44:00.890Z |
14702024-12-16T18:44:00.890Z182 ~ self.as_u64().store(val, Ordering::Relaxed);
14712024-12-16T18:44:00.890Z183 ~ core::hint::black_box(());
14722024-12-16T18:44:00.890Z |
14732024-12-16T18:44:00.890Z
14742024-12-16T18:44:00.938Zwarning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion)
14752024-12-16T18:44:00.940Z Checking utf8parse v0.2.2
14762024-12-16T18:44:01.027Z Compiling crossbeam-utils v0.8.21
14772024-12-16T18:44:01.072Z Checking unicode-width v0.1.14
14782024-12-16T18:44:01.541Z Checking tabwriter v1.4.0
14792024-12-16T18:44:01.592Z Checking anstyle-parse v0.2.6
14802024-12-16T18:44:02.318Z Checking dirs-sys-next v0.1.2
14812024-12-16T18:44:02.469Z Compiling num_enum_derive v0.5.11
14822024-12-16T18:44:02.493Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
14832024-12-16T18:44:02.641Z Checking crc32fast v1.4.2
14842024-12-16T18:44:02.765Z Checking is_terminal_polyfill v1.70.1
14852024-12-16T18:44:02.846Z Checking anstyle-query v1.1.2
14862024-12-16T18:44:02.867Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
14872024-12-16T18:44:02.954Z Checking colorchoice v1.0.3
14882024-12-16T18:44:03.068Z Compiling time-core v0.1.2
14892024-12-16T18:44:03.201Z Checking anstyle v1.0.10
14902024-12-16T18:44:03.221Z Compiling num-conv v0.1.0
14912024-12-16T18:44:03.350Z Compiling serde_derive v1.0.216
14922024-12-16T18:44:03.391Z Compiling zerocopy-derive v0.7.35
14932024-12-16T18:44:03.477Z Compiling zerocopy-derive v0.8.13
14942024-12-16T18:44:03.490Z Compiling thiserror-impl v1.0.69
14952024-12-16T18:44:03.506Z Compiling foreign-types-macros v0.2.3
14962024-12-16T18:44:03.764Z Compiling schemars_derive v0.8.21
14972024-12-16T18:44:04.090Z Compiling darling_macro v0.20.10
14982024-12-16T18:44:04.557Z Compiling tokio-macros v2.4.0
14992024-12-16T18:44:04.788Z Checking foreign-types v0.5.0
15002024-12-16T18:44:04.883Z Checking num_enum v0.5.11
15012024-12-16T18:44:05.012Z Compiling tracing-attributes v0.1.28
15022024-12-16T18:44:05.075Z Compiling darling v0.20.10
15032024-12-16T18:44:05.181Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
15042024-12-16T18:44:05.251Z Checking zerocopy v0.7.35
15052024-12-16T18:44:05.978Z Checking tokio v1.42.0
15062024-12-16T18:44:06.265Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15072024-12-16T18:44:06.386Z Checking ppv-lite86 v0.2.20
15082024-12-16T18:44:06.520Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15092024-12-16T18:44:06.532Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
15102024-12-16T18:44:06.671Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
15112024-12-16T18:44:07.035Z Checking rand_chacha v0.3.1
15122024-12-16T18:44:07.446Z Checking rand v0.8.5
15132024-12-16T18:44:07.818Z Checking powerfmt v0.2.0
15142024-12-16T18:44:07.935Z Compiling thiserror v2.0.7
15152024-12-16T18:44:08.020Z Checking tracing v0.1.41
15162024-12-16T18:44:08.072Z Checking deranged v0.3.11
15172024-12-16T18:44:08.321Z Checking anstream v0.6.18
15182024-12-16T18:44:08.636Z Compiling time-macros v0.2.19
15192024-12-16T18:44:08.675Z Compiling thiserror-impl v2.0.7
15202024-12-16T18:44:08.820Z Checking terminal_size v0.4.1
15212024-12-16T18:44:08.972Z Checking dirs-next v2.0.0
15222024-12-16T18:44:09.779Z Checking thread_local v1.1.8
15232024-12-16T18:44:09.994Z Checking clap_lex v0.7.4
15242024-12-16T18:44:10.029Z Checking arc-swap v1.7.1
15252024-12-16T18:44:10.611Z Compiling heck v0.5.0
15262024-12-16T18:44:10.959Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
15272024-12-16T18:44:10.994Z Compiling heck v0.4.1
15282024-12-16T18:44:11.285Z Compiling slog-async v2.8.0
15292024-12-16T18:44:11.415Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15302024-12-16T18:44:11.449Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
15312024-12-16T18:44:11.468Z Checking time v0.3.37
15322024-12-16T18:44:11.626Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
15332024-12-16T18:44:11.675Z Compiling clap_derive v4.5.18
15342024-12-16T18:44:11.824Z Checking clap_builder v4.5.23
15352024-12-16T18:44:12.047Z Checking slog-scope v4.4.0
15362024-12-16T18:44:12.238Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
15372024-12-16T18:44:12.563Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15382024-12-16T18:44:12.814Z Checking crossbeam-channel v0.5.14
15392024-12-16T18:44:12.990Z Checking term v0.7.0
15402024-12-16T18:44:13.077Z Checking itertools v0.12.1
15412024-12-16T18:44:13.156Z Checking is-terminal v0.4.13
15422024-12-16T18:44:13.265Z Checking take_mut v0.2.2
15432024-12-16T18:44:13.390Z Checking log v0.4.22
15442024-12-16T18:44:13.399Z Checking slog-term v2.9.1
15452024-12-16T18:44:13.662Z Checking slog-stdlog v4.1.1
15462024-12-16T18:44:14.614Z Checking ipnetwork v0.20.0
15472024-12-16T18:44:14.616Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
15482024-12-16T18:44:14.616Z Checking postcard v1.1.1
15492024-12-16T18:44:14.641Z Checking uuid v1.11.0
15502024-12-16T18:44:14.861Z Checking clap v4.5.23
15512024-12-16T18:44:15.146Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
15522024-12-16T18:44:16.114Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
15532024-12-16T18:44:16.586Z Checking slog-envlogger v2.2.0
15542024-12-16T18:44:16.598Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
15552024-12-16T18:44:17.836Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
15562024-12-16T18:44:23.967Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
15572024-12-16T18:44:26.208Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
15582024-12-16T18:44:26.719Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
15592024-12-16T18:44:27.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.72s
15602024-12-16T18:44:27.218Z+ cargo build --test loopback
15612024-12-16T18:44:27.554Z Compiling cfg-if v1.0.0
15622024-12-16T18:44:27.554Z Compiling memchr v2.7.4
15632024-12-16T18:44:27.557Z Compiling byteorder v1.5.0
15642024-12-16T18:44:27.557Z Compiling once_cell v1.20.2
15652024-12-16T18:44:27.557Z Compiling libc v0.2.168
15662024-12-16T18:44:27.557Z Compiling strsim v0.11.1
15672024-12-16T18:44:27.567Z Compiling either v1.13.0
15682024-12-16T18:44:27.569Z Compiling serde v1.0.216
15692024-12-16T18:44:27.625Z Compiling regex-syntax v0.8.5
15702024-12-16T18:44:27.838Z Compiling darling_core v0.20.10
15712024-12-16T18:44:27.922Z Compiling itoa v1.0.14
15722024-12-16T18:44:27.931Z Compiling bitflags v2.6.0
15732024-12-16T18:44:28.115Z Compiling dyn-clone v1.0.17
15742024-12-16T18:44:28.252Z Compiling lazy_static v1.5.0
15752024-12-16T18:44:28.304Z Compiling scopeguard v1.2.0
15762024-12-16T18:44:28.363Z Compiling smallvec v1.13.2
15772024-12-16T18:44:28.384Z Compiling zerocopy v0.7.35
15782024-12-16T18:44:28.417Z Compiling aho-corasick v1.1.3
15792024-12-16T18:44:28.741Z Compiling parking_lot_core v0.9.10
15802024-12-16T18:44:28.838Z Compiling getrandom v0.2.15
15812024-12-16T18:44:29.138Z Compiling lock_api v0.4.12
15822024-12-16T18:44:29.232Z Compiling proc-macro-crate v1.3.1
15832024-12-16T18:44:29.310Z Compiling itertools v0.13.0
15842024-12-16T18:44:29.521Z Compiling pin-project-lite v0.2.15
15852024-12-16T18:44:29.640Z Compiling ryu v1.0.18
15862024-12-16T18:44:29.649Z Compiling ppv-lite86 v0.2.20
15872024-12-16T18:44:29.975Z Compiling zerocopy v0.8.13
15882024-12-16T18:44:29.978Z Compiling num_enum_derive v0.5.11
15892024-12-16T18:44:30.342Z Compiling thiserror v1.0.69
15902024-12-16T18:44:30.469Z Compiling parking_lot v0.12.3
15912024-12-16T18:44:31.363Z Compiling regex-automata v0.4.9
15922024-12-16T18:44:32.092Z Compiling rand_core v0.6.4
15932024-12-16T18:44:32.123Z Compiling mio v1.0.3
15942024-12-16T18:44:32.538Z Compiling socket2 v0.5.8
15952024-12-16T18:44:33.018Z Compiling ipnetwork v0.20.0
15962024-12-16T18:44:33.047Z Compiling serde_json v1.0.133
15972024-12-16T18:44:33.123Z Compiling darling_macro v0.20.10
15982024-12-16T18:44:33.350Z Compiling signal-hook-registry v1.4.2
15992024-12-16T18:44:33.491Z Compiling anyhow v1.0.94
16002024-12-16T18:44:33.553Z Compiling hash32 v0.3.1
16012024-12-16T18:44:33.742Z Compiling macaddr v1.0.1
16022024-12-16T18:44:33.824Z Compiling stable_deref_trait v1.2.0
16032024-12-16T18:44:33.917Z Compiling bytes v1.9.0
16042024-12-16T18:44:34.092Z Compiling foreign-types-shared v0.3.1
16052024-12-16T18:44:34.155Z Compiling darling v0.20.10
16062024-12-16T18:44:34.170Z Compiling foreign-types v0.5.0
16072024-12-16T18:44:34.194Z Compiling heapless v0.8.0
16082024-12-16T18:44:34.245Z Compiling rand_chacha v0.3.1
16092024-12-16T18:44:34.252Z Compiling num_enum v0.5.11
16102024-12-16T18:44:34.313Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16112024-12-16T18:44:34.381Z Compiling cstr-argument v0.1.2
16122024-12-16T18:44:34.443Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16132024-12-16T18:44:34.454Z Compiling tracing-core v0.1.33
16142024-12-16T18:44:34.582Z Compiling cobs v0.2.3
16152024-12-16T18:44:34.595Z Compiling managed v0.8.0
16162024-12-16T18:44:34.861Z Compiling tokio v1.42.0
16172024-12-16T18:44:34.986Z Compiling schemars v0.8.21
16182024-12-16T18:44:35.032Z Compiling pretty-hex v0.2.1
16192024-12-16T18:44:35.087Z Compiling regex v1.11.1
16202024-12-16T18:44:35.192Z Compiling bitflags v1.3.2
16212024-12-16T18:44:35.278Z Compiling smoltcp v0.11.0
16222024-12-16T18:44:35.382Z Compiling tracing v0.1.41
16232024-12-16T18:44:35.747Z Compiling postcard v1.1.1
16242024-12-16T18:44:35.769Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16252024-12-16T18:44:35.777Z Compiling rand v0.8.5
16262024-12-16T18:44:35.904Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16272024-12-16T18:44:36.111Z Compiling slog v2.7.0
16282024-12-16T18:44:36.323Z Compiling errno v0.3.10
16292024-12-16T18:44:36.409Z Compiling colored v2.2.0
16302024-12-16T18:44:36.532Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
16312024-12-16T18:44:36.759Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
16322024-12-16T18:44:36.918Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
16332024-12-16T18:44:37.098Z Compiling unicode-width v0.1.14
16342024-12-16T18:44:37.185Z Compiling winnow v0.6.20
16352024-12-16T18:44:37.232Z Compiling utf8parse v0.2.2
16362024-12-16T18:44:37.404Z Compiling anstyle-parse v0.2.6
16372024-12-16T18:44:37.606Z Compiling tabwriter v1.4.0
16382024-12-16T18:44:37.722Z Compiling rustix v0.38.42
16392024-12-16T18:44:37.735Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
16402024-12-16T18:44:38.063Z Compiling dirs-sys-next v0.1.2
16412024-12-16T18:44:38.792Z Compiling crc32fast v1.4.2
16422024-12-16T18:44:39.071Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
16432024-12-16T18:44:39.084Z Compiling anstyle-query v1.1.2
16442024-12-16T18:44:39.176Z Compiling colorchoice v1.0.3
16452024-12-16T18:44:39.214Z Compiling anstyle v1.0.10
16462024-12-16T18:44:39.326Z Compiling time-core v0.1.2
16472024-12-16T18:44:39.486Z Compiling is_terminal_polyfill v1.70.1
16482024-12-16T18:44:39.594Z Compiling num-conv v0.1.0
16492024-12-16T18:44:39.624Z Compiling powerfmt v0.2.0
16502024-12-16T18:44:39.831Z Compiling time-macros v0.2.19
16512024-12-16T18:44:39.991Z Compiling deranged v0.3.11
16522024-12-16T18:44:40.029Z Compiling anstream v0.6.18
16532024-12-16T18:44:40.133Z Compiling terminal_size v0.4.1
16542024-12-16T18:44:40.320Z Compiling dirs-next v2.0.0
16552024-12-16T18:44:40.491Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
16562024-12-16T18:44:40.500Z Compiling crossbeam-utils v0.8.21
16572024-12-16T18:44:40.521Z Compiling uuid v1.11.0
16582024-12-16T18:44:40.702Z Compiling thread_local v1.1.8
16592024-12-16T18:44:40.802Z Compiling clap_lex v0.7.4
16602024-12-16T18:44:41.203Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16612024-12-16T18:44:41.206Z Compiling arc-swap v1.7.1
16622024-12-16T18:44:41.250Z Compiling crossbeam-channel v0.5.14
16632024-12-16T18:44:41.345Z Compiling clap_builder v4.5.23
16642024-12-16T18:44:41.495Z Compiling thiserror v2.0.7
16652024-12-16T18:44:41.625Z Compiling slog-scope v4.4.0
16662024-12-16T18:44:41.723Z Compiling term v0.7.0
16672024-12-16T18:44:41.757Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
16682024-12-16T18:44:42.091Z Compiling is-terminal v0.4.13
16692024-12-16T18:44:42.206Z Compiling itertools v0.12.1
16702024-12-16T18:44:42.274Z Compiling take_mut v0.2.2
16712024-12-16T18:44:42.401Z Compiling log v0.4.22
16722024-12-16T18:44:42.590Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16732024-12-16T18:44:42.677Z Compiling time v0.3.37
16742024-12-16T18:44:42.813Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
16752024-12-16T18:44:42.945Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
16762024-12-16T18:44:43.308Z Compiling slog-stdlog v4.1.1
16772024-12-16T18:44:43.674Z Compiling slog-async v2.8.0
16782024-12-16T18:44:44.888Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
16792024-12-16T18:44:45.039Z Compiling clap v4.5.23
16802024-12-16T18:44:45.141Z Compiling slog-term v2.9.1
16812024-12-16T18:44:46.292Z Compiling slog-envlogger v2.2.0
16822024-12-16T18:44:46.414Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
16832024-12-16T18:44:47.330Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
16842024-12-16T18:44:47.871Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
16852024-12-16T18:44:49.114Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
16862024-12-16T18:44:54.781Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
16872024-12-16T18:44:56.819Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
16882024-12-16T18:44:57.509Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
16892024-12-16T18:45:00.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.72s
16902024-12-16T18:45:01.039Z++ cargo build -q --test loopback --message-format=json
16912024-12-16T18:45:01.041Z++ jq -r 'select(.profile.test == true) | .filenames[]'
16922024-12-16T18:45:02.448Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-265191e5e504c609
16932024-12-16T18:45:02.449Z+ mkdir -p /work/test
16942024-12-16T18:45:02.451Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-265191e5e504c609 /work/test/loopback
16952024-12-16T18:45:02.502Zprocess exited: duration 308578 ms, exit code 0
 
16962024-12-16T18:45:02.522Zfound 10 output files
16972024-12-16T18:45:02.522Zuploading: /work/debug/xde.dbg (66073624 bytes)
16982024-12-16T18:45:04.754Zuploaded: /work/debug/xde.dbg
16992024-12-16T18:45:04.754Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
17002024-12-16T18:45:05.763Zuploaded: /work/debug/xde.dbg.sha256
17012024-12-16T18:45:05.763Zuploading: /work/debug/xde_link.dbg.so (13492 bytes)
17022024-12-16T18:45:06.772Zuploaded: /work/debug/xde_link.dbg.so
17032024-12-16T18:45:06.772Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
17042024-12-16T18:45:07.780Zuploaded: /work/debug/xde_link.dbg.so.sha256
17052024-12-16T18:45:07.780Zuploading: /work/release/xde (40261912 bytes)
17062024-12-16T18:45:09.645Zuploaded: /work/release/xde
17072024-12-16T18:45:09.645Zuploading: /work/release/xde.sha256 (84 bytes)
17082024-12-16T18:45:10.655Zuploaded: /work/release/xde.sha256
17092024-12-16T18:45:10.655Zuploading: /work/release/xde_link.so (28092 bytes)
17102024-12-16T18:45:11.666Zuploaded: /work/release/xde_link.so
17112024-12-16T18:45:11.667Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
17122024-12-16T18:45:12.680Zuploaded: /work/release/xde_link.so.sha256
17132024-12-16T18:45:12.680Zuploading: /work/test/loopback (61663776 bytes)
17142024-12-16T18:45:14.752Zuploaded: /work/test/loopback
17152024-12-16T18:45:14.752Zuploading: /work/xde.conf (79 bytes)
17162024-12-16T18:45:15.762Zuploaded: /work/xde.conf