01JGER7QT19XFM6GW60082CZDN: 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: 01JGER7ZT1ETYXBFPWAD5Q4BPC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-31T16:21:15.420Zjob assigned to worker 01JGER8C9KNXHNCTQSYPR2XZKG [factory aws, i-08419fb0461af84b5] (queued for 1 m 38 s)
 
22024-12-31T16:21:26.301Zstarting task 0: "setup"
32024-12-31T16:21:26.311Z++ uname -s
42024-12-31T16:21:26.314Z+ kern=SunOS
52024-12-31T16:21:26.314Z+ case "$kern" in
62024-12-31T16:21:26.314Z+ groupadd -g 12345 build
72024-12-31T16:21:26.317Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-31T16:21:28.324Z+ zfs create -o mountpoint=/work rpool/work
92024-12-31T16:21:28.443Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-31T16:21:28.446Z+ home_fs=zfs
112024-12-31T16:21:28.446Z+ [[ zfs == autofs ]]
122024-12-31T16:21:28.446Z+ mkdir -p /home/build
132024-12-31T16:21:28.449Z+ chown build:build /home/build /work
142024-12-31T16:21:29.450Z+ chmod 0700 /home/build /work
152024-12-31T16:21:29.454Zprocess exited: duration 3151 ms, exit code 0
 
162024-12-31T16:21:29.459Zstarting task 1: "rust-toolchain"
172024-12-31T16:21:29.464Z+ printf ' * toolchain channel = "%s"
182024-12-31T16:21:29.464Z' nightly-2024-11-18
192024-12-31T16:21:29.464Z+ printf ' * toolchain profile = "%s"
202024-12-31T16:21:29.464Z * toolchain channel = "nightly-2024-11-18"
212024-12-31T16:21:29.464Z' default
222024-12-31T16:21:29.464Z * toolchain profile = "default"
232024-12-31T16:21:29.467Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-31T16:21:29.467Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default
252024-12-31T16:21:29.585Zinfo: downloading installer
262024-12-31T16:21:31.797Zinfo: profile set to 'default'
272024-12-31T16:21:31.797Zinfo: default host triple is x86_64-unknown-illumos
282024-12-31T16:21:31.800Zinfo: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos'
292024-12-31T16:21:31.959Zinfo: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17)
302024-12-31T16:21:31.959Zinfo: downloading component 'cargo'
312024-12-31T16:21:32.876Zinfo: downloading component 'clippy'
322024-12-31T16:21:33.230Zinfo: downloading component 'rust-docs'
332024-12-31T16:21:34.476Zinfo: downloading component 'rust-std'
342024-12-31T16:21:36.493Zinfo: downloading component 'rustc'
352024-12-31T16:21:43.616Zinfo: downloading component 'rustfmt'
362024-12-31T16:21:43.881Zinfo: installing component 'cargo'
372024-12-31T16:21:44.731Zinfo: installing component 'clippy'
382024-12-31T16:21:45.111Zinfo: installing component 'rust-docs'
392024-12-31T16:21:46.803Zinfo: installing component 'rust-std'
402024-12-31T16:21:48.580Zinfo: installing component 'rustc'
412024-12-31T16:21:54.490Zinfo: installing component 'rustfmt'
422024-12-31T16:21:54.836Zinfo: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos'
432024-12-31T16:21:54.837Z
442024-12-31T16:21:55.228Z nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
452024-12-31T16:21:55.228Z
462024-12-31T16:21:55.231Z
472024-12-31T16:21:55.231ZRust is installed now. Great!
482024-12-31T16:21:55.231Z
492024-12-31T16:21:55.231ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-31T16:21:55.231Zenvironment variable. This has not been done automatically.
512024-12-31T16:21:55.231Z
522024-12-31T16:21:55.231ZTo configure your current shell, you need to source
532024-12-31T16:21:55.231Zthe corresponding env file under $HOME/.cargo.
542024-12-31T16:21:55.231Z
552024-12-31T16:21:55.231ZThis is usually done by running one of the following (note the leading DOT):
562024-12-31T16:21:55.231Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-31T16:21:55.231Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-31T16:21:55.314Z+ rustc --version
592024-12-31T16:21:55.381Zrustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
602024-12-31T16:21:55.384Zprocess exited: duration 25923 ms, exit code 0
 
612024-12-31T16:21:55.390Zstarting task 2: "authentication"
622024-12-31T16:21:55.411Zprocess exited: duration 20 ms, exit code 0
 
632024-12-31T16:21:55.417Zstarting task 3: "clone repository"
642024-12-31T16:21:55.422Z+ mkdir -p /work/oxidecomputer/opte
652024-12-31T16:21:55.424Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662024-12-31T16:21:56.162ZCloning into '/work/oxidecomputer/opte'...
672024-12-31T16:21:57.320Z+ cd /work/oxidecomputer/opte
682024-12-31T16:21:57.323Z+ git fetch origin fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e
692024-12-31T16:21:57.608ZFrom https://github.com/oxidecomputer/opte
702024-12-31T16:21:57.608Z * branch fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e -> FETCH_HEAD
712024-12-31T16:21:57.617Z+ [[ -n ingot-and-offload ]]
722024-12-31T16:21:57.620Z++ git branch --show-current
732024-12-31T16:21:57.622Z+ current=master
742024-12-31T16:21:57.622Z+ [[ master != ingot-and-offload ]]
752024-12-31T16:21:57.623Z+ git branch -f ingot-and-offload fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e
762024-12-31T16:21:57.625Z+ git checkout -f ingot-and-offload
772024-12-31T16:21:57.649ZSwitched to branch 'ingot-and-offload'
782024-12-31T16:21:57.651Z+ git reset --hard fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e
792024-12-31T16:21:57.658ZHEAD is now at fab7c2b Further cleanup.
802024-12-31T16:21:57.661Zprocess exited: duration 2242 ms, exit code 0
 
812024-12-31T16:21:57.667Zstarting task 4: "build"
822024-12-31T16:21:57.672Z+ TGT_BASE=/work
832024-12-31T16:21:57.672Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
842024-12-31T16:21:57.672Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
852024-12-31T16:21:57.672Z+ DBG_TGT=/work/debug
862024-12-31T16:21:57.672Z+ REL_SRC=target/x86_64-unknown-unknown/release
872024-12-31T16:21:57.673Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
882024-12-31T16:21:57.673Z+ REL_TGT=/work/release
892024-12-31T16:21:57.673Z+ mkdir -p /work/debug /work/release
902024-12-31T16:21:57.677Z+ cargo --version
912024-12-31T16:21:57.679Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
922024-12-31T16:21:57.829Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
932024-12-31T16:21:57.829Zinfo: downloading component 'cargo'
942024-12-31T16:21:58.574Zinfo: downloading component 'clippy'
952024-12-31T16:21:58.860Zinfo: downloading component 'rust-docs'
962024-12-31T16:21:59.899Zinfo: downloading component 'rust-std'
972024-12-31T16:22:01.443Zinfo: downloading component 'rustc'
982024-12-31T16:22:07.152Zinfo: downloading component 'rustfmt'
992024-12-31T16:22:07.370Zinfo: installing component 'cargo'
1002024-12-31T16:22:08.197Zinfo: installing component 'clippy'
1012024-12-31T16:22:08.573Zinfo: installing component 'rust-docs'
1022024-12-31T16:22:10.177Zinfo: installing component 'rust-std'
1032024-12-31T16:22:11.829Zinfo: installing component 'rustc'
1042024-12-31T16:22:17.691Zinfo: installing component 'rustfmt'
1052024-12-31T16:22:18.116Zcargo 1.83.0 (5ffbef321 2024-10-29)
1062024-12-31T16:22:18.118Z+ rustc --version
1072024-12-31T16:22:18.194Zrustc 1.83.0 (90b35a623 2024-11-26)
1082024-12-31T16:22:18.199Z+ install_pkg jq
1092024-12-31T16:22:18.202Z+ set +o errexit
1102024-12-31T16:22:18.202Z+ pfexec pkg install jq
1112024-12-31T16:22:37.716Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-12-31T16:22:42.042Z Startup: Caching catalogs ... Done
1132024-12-31T16:22:52.806ZPlanning: Solver setup ... Done
1142024-12-31T16:22:52.941ZPlanning: Running solver ... Done
1152024-12-31T16:22:53.040ZPlanning: Consolidating action changes ... Done
1162024-12-31T16:22:53.043ZPlanning: Evaluating mediators ... Done
1172024-12-31T16:22:53.043ZPlanning: Planning completed in 10.90 seconds
1182024-12-31T16:22:53.067ZNo updates necessary for this image.
1192024-12-31T16:22:53.799Z+ exit_code=4
1202024-12-31T16:22:53.799Z+ [[ 4 -ne 0 ]]
1212024-12-31T16:22:53.801Z+ [[ 4 -ne 4 ]]
1222024-12-31T16:22:53.802Z+ set -o errexit
1232024-12-31T16:22:53.802Z+ pushd xde
1242024-12-31T16:22:53.802Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1252024-12-31T16:22:53.802Z+ cp xde.conf /work/xde.conf
1262024-12-31T16:22:53.804Z+ header 'check style'
1272024-12-31T16:22:53.804Z+ echo '# ==== check style ==== #'
1282024-12-31T16:22:53.804Z# ==== check style ==== #
1292024-12-31T16:22:53.804Z+ ptime -m cargo +nightly-2024-11-18 fmt -p xde -p xde-link -- --check
1302024-12-31T16:22:54.192Z
1312024-12-31T16:22:54.192Zreal 0.384138019
1322024-12-31T16:22:54.192Zuser 0.266375133
1332024-12-31T16:22:54.192Zsys 0.107397679
1342024-12-31T16:22:54.192Ztrap 0.000028696
1352024-12-31T16:22:54.192Ztflt 0.000000000
1362024-12-31T16:22:54.192Zdflt 0.000000000
1372024-12-31T16:22:54.192Zkflt 0.000000000
1382024-12-31T16:22:54.192Zlock 0.000000000
1392024-12-31T16:22:54.192Zslp 0.296352474
1402024-12-31T16:22:54.195Zlat 0.000278174
1412024-12-31T16:22:54.195Zstop 0.000127011
1422024-12-31T16:22:54.195Z+ header analyze
1432024-12-31T16:22:54.195Z+ echo '# ==== analyze ==== #'
1442024-12-31T16:22:54.195Z# ==== analyze ==== #
1452024-12-31T16:22:54.195Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1462024-12-31T16:22:54.325Zinfo: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos'
1472024-12-31T16:22:54.481Zinfo: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17)
1482024-12-31T16:22:54.503Zinfo: component 'clippy' for target 'x86_64-unknown-illumos' is up to date
1492024-12-31T16:22:54.503Zinfo: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date
1502024-12-31T16:22:54.506Zinfo: downloading component 'rust-src'
1512024-12-31T16:22:54.723Zinfo: installing component 'rust-src'
1522024-12-31T16:22:55.369Z Updating crates.io index
1532024-12-31T16:22:55.465Z Updating git repository `https://github.com/oxidecomputer/falcon`
1542024-12-31T16:22:56.250Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1552024-12-31T16:22:56.553Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1562024-12-31T16:22:56.840Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1572024-12-31T16:22:57.230Z Updating git repository `https://github.com/oxidecomputer/zone`
1582024-12-31T16:22:57.515Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1592024-12-31T16:22:57.780Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1602024-12-31T16:22:58.043Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1612024-12-31T16:22:58.362Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1622024-12-31T16:22:59.180Z Downloading crates ...
1632024-12-31T16:22:59.228Z Downloaded bitflags v1.3.2
1642024-12-31T16:22:59.236Z Downloaded bitflags v2.6.0
1652024-12-31T16:22:59.247Z Downloaded ident_case v1.0.1
1662024-12-31T16:22:59.255Z Downloaded darling_macro v0.20.10
1672024-12-31T16:22:59.264Z Downloaded cobs v0.2.3
1682024-12-31T16:22:59.267Z Downloaded either v1.13.0
1692024-12-31T16:22:59.267Z Downloaded byteorder v1.5.0
1702024-12-31T16:22:59.270Z Downloaded hash32 v0.3.1
1712024-12-31T16:22:59.270Z Downloaded version_check v0.9.5
1722024-12-31T16:22:59.274Z Downloaded cfg-if v1.0.0
1732024-12-31T16:22:59.274Z Downloaded strsim v0.11.1
1742024-12-31T16:22:59.277Z Downloaded thiserror-impl v2.0.9
1752024-12-31T16:22:59.280Z Downloaded dyn-clone v1.0.17
1762024-12-31T16:22:59.282Z Downloaded managed v0.8.0
1772024-12-31T16:22:59.285Z Downloaded stable_deref_trait v1.2.0
1782024-12-31T16:22:59.285Z Downloaded embedded-io v0.6.1
1792024-12-31T16:22:59.285Z Downloaded embedded-io v0.4.0
1802024-12-31T16:22:59.288Z Downloaded proc-macro-error-attr2 v2.0.0
1812024-12-31T16:22:59.296Z Downloaded macaddr v1.0.1
1822024-12-31T16:22:59.300Z Downloaded thiserror v2.0.9
1832024-12-31T16:22:59.305Z Downloaded defmt-macros v0.4.0
1842024-12-31T16:22:59.308Z Downloaded proc-macro-error2 v2.0.1
1852024-12-31T16:22:59.311Z Downloaded postcard v1.1.1
1862024-12-31T16:22:59.314Z Downloaded unicode-ident v1.0.14
1872024-12-31T16:22:59.317Z Downloaded crc32fast v1.4.2
1882024-12-31T16:22:59.320Z Downloaded defmt v0.3.10
1892024-12-31T16:22:59.322Z Downloaded darling v0.20.10
1902024-12-31T16:22:59.325Z Downloaded uuid v1.11.0
1912024-12-31T16:22:59.331Z Downloaded proc-macro2 v1.0.92
1922024-12-31T16:22:59.341Z Downloaded serde_derive v1.0.216
1932024-12-31T16:22:59.348Z Downloaded heapless v0.8.0
1942024-12-31T16:22:59.358Z Downloaded zerocopy-derive v0.8.13
1952024-12-31T16:22:59.364Z Downloaded serde v1.0.216
1962024-12-31T16:22:59.367Z Downloaded fnv v1.0.7
1972024-12-31T16:22:59.370Z Downloaded darling_core v0.20.10
1982024-12-31T16:22:59.372Z Downloaded defmt-parser v0.4.1
1992024-12-31T16:22:59.376Z Downloaded quote v1.0.37
2002024-12-31T16:22:59.379Z Downloaded memchr v2.7.4
2012024-12-31T16:22:59.394Z Downloaded itertools v0.13.0
2022024-12-31T16:22:59.400Z Downloaded aho-corasick v1.1.3
2032024-12-31T16:22:59.429Z Downloaded zerocopy v0.8.13
2042024-12-31T16:22:59.451Z Downloaded syn v2.0.91
2052024-12-31T16:22:59.461Z Downloaded regex v1.11.1
2062024-12-31T16:22:59.472Z Downloaded smoltcp v0.11.0
2072024-12-31T16:22:59.483Z Downloaded regex-syntax v0.8.5
2082024-12-31T16:22:59.505Z Downloaded regex-automata v0.4.9
2092024-12-31T16:22:59.526Z Updating crates.io index
2102024-12-31T16:22:59.585Z Downloading crates ...
2112024-12-31T16:22:59.639Z Downloaded addr2line v0.22.0
2122024-12-31T16:22:59.656Z Downloaded rustc-demangle v0.1.24
2132024-12-31T16:22:59.658Z Downloaded getopts v0.2.21
2142024-12-31T16:22:59.661Z Downloaded adler v1.0.2
2152024-12-31T16:22:59.667Z Downloaded miniz_oxide v0.7.4
2162024-12-31T16:22:59.688Z Downloaded allocator-api2 v0.2.18
2172024-12-31T16:22:59.719Z Downloaded hashbrown v0.15.0
2182024-12-31T16:22:59.760Z Downloaded compiler_builtins v0.1.138
2192024-12-31T16:22:59.781Z Downloaded unicode-width v0.1.14
2202024-12-31T16:22:59.786Z Downloaded gimli v0.29.0
2212024-12-31T16:22:59.796Z Downloaded object v0.36.5
2222024-12-31T16:22:59.822Z Downloaded libc v0.2.161
2232024-12-31T16:22:59.980Z Compiling compiler_builtins v0.1.138
2242024-12-31T16:22:59.983Z 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-31T16:22:59.983Z Compiling proc-macro2 v1.0.92
2262024-12-31T16:22:59.983Z Compiling unicode-ident v1.0.14
2272024-12-31T16:22:59.983Z Compiling fnv v1.0.7
2282024-12-31T16:22:59.983Z Compiling serde v1.0.216
2292024-12-31T16:22:59.984Z Compiling ident_case v1.0.1
2302024-12-31T16:22:59.995Z Compiling strsim v0.11.1
2312024-12-31T16:23:00.165Z Compiling memchr v2.7.4
2322024-12-31T16:23:00.198Z Compiling regex-syntax v0.8.5
2332024-12-31T16:23:00.208Z Compiling either v1.13.0
2342024-12-31T16:23:00.579Z Compiling zerocopy v0.8.13
2352024-12-31T16:23:00.864Z Compiling itertools v0.13.0
2362024-12-31T16:23:01.650Z Compiling aho-corasick v1.1.3
2372024-12-31T16:23:02.126Z Compiling heapless v0.8.0
2382024-12-31T16:23:02.149Z Compiling smoltcp v0.11.0
2392024-12-31T16:23:02.290Z Compiling version_check v0.9.5
2402024-12-31T16:23:03.049Z Compiling quote v1.0.37
2412024-12-31T16:23:03.111Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2422024-12-31T16:23:03.387Z Compiling regex-automata v0.4.9
2432024-12-31T16:23:03.480Z Compiling syn v2.0.91
2442024-12-31T16:23:06.483Z Compiling regex v1.11.1
2452024-12-31T16:23:08.308Z Compiling darling_core v0.20.10
2462024-12-31T16:23:10.113Z Compiling serde_derive v1.0.216
2472024-12-31T16:23:10.113Z Compiling zerocopy-derive v0.8.13
2482024-12-31T16:23:10.116Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2492024-12-31T16:23:11.869Z Compiling darling_macro v0.20.10
2502024-12-31T16:23:13.091Z Compiling darling v0.20.10
2512024-12-31T16:23:13.190Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
2522024-12-31T16:23:13.190Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2532024-12-31T16:23:19.322Z 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-31T16:23:20.110Z 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-31T16:23:22.857Z Checking byteorder v1.5.0
2562024-12-31T16:23:22.857Z Checking stable_deref_trait v1.2.0
2572024-12-31T16:23:22.860Z Checking macaddr v1.0.1
2582024-12-31T16:23:22.860Z Checking cfg-if v1.0.0
2592024-12-31T16:23:22.860Z Checking bitflags v1.3.2
2602024-12-31T16:23:22.860Z Checking managed v0.8.0
2612024-12-31T16:23:22.931Z Checking cobs v0.2.3
2622024-12-31T16:23:22.977Z Checking crc32fast v1.4.2
2632024-12-31T16:23:23.092Z Checking dyn-clone v1.0.17
2642024-12-31T16:23:23.133Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
2652024-12-31T16:23:23.146Z Checking hash32 v0.3.1
2662024-12-31T16:23:24.841Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
2672024-12-31T16:23:25.852Z Checking bitflags v2.6.0
2682024-12-31T16:23:25.852Z Checking postcard v1.1.1
2692024-12-31T16:23:25.855Z Checking uuid v1.11.0
2702024-12-31T16:23:26.031Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
2712024-12-31T16:23:26.032Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2722024-12-31T16:23:27.313Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2732024-12-31T16:23:33.575Zwarning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)`
2742024-12-31T16:23:33.575Z --> lib/opte/src/engine/port/meta.rs:103:9
2752024-12-31T16:23:33.576Z |
2762024-12-31T16:23:33.576Z103 | / self.get(Self::INTERNAL_TARGET)
2772024-12-31T16:23:33.576Z104 | | .and_then(|v| Some(v == "1"))
2782024-12-31T16:23:33.576Z | |_________________________________________^ help: try: `self.get(Self::INTERNAL_TARGET).map(|v| v == "1")`
2792024-12-31T16:23:33.576Z |
2802024-12-31T16:23:33.576Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map
2812024-12-31T16:23:33.576Z = note: `#[warn(clippy::bind_instead_of_map)]` on by default
2822024-12-31T16:23:33.576Z
2832024-12-31T16:23:34.354Zwarning: `opte` (lib) generated 1 warning (run `cargo clippy --fix --lib -p opte` to apply 1 suggestion)
2842024-12-31T16:23:34.358Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2852024-12-31T16:23:36.359Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2862024-12-31T16:23:40.060Zwarning: this `let...else` may be rewritten with the `?` operator
2872024-12-31T16:23:40.060Z --> xde/src/mac/mod.rs:256:9
2882024-12-31T16:23:40.060Z |
2892024-12-31T16:23:40.060Z256 | / let Some(mblk) = pkt.unwrap_mblk() else {
2902024-12-31T16:23:40.060Z257 | | return None;
2912024-12-31T16:23:40.060Z258 | | };
2922024-12-31T16:23:40.060Z | |__________^ help: replace it with: `let mblk = pkt.unwrap_mblk()?;`
2932024-12-31T16:23:40.060Z |
2942024-12-31T16:23:40.060Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#question_mark
2952024-12-31T16:23:40.060Z = note: `#[warn(clippy::question_mark)]` on by default
2962024-12-31T16:23:40.060Z
2972024-12-31T16:23:40.184Zwarning: usage of an `Arc` that is not `Send` and `Sync`
2982024-12-31T16:23:40.184Z --> xde/src/xde.rs:393:20
2992024-12-31T16:23:40.184Z |
3002024-12-31T16:23:40.184Z393 | let ectx = Arc::new(ExecCtx { log: Box::new(opte::KernelLog {}) });
3012024-12-31T16:23:40.184Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3022024-12-31T16:23:40.184Z |
3032024-12-31T16:23:40.184Z = note: `Arc<ExecCtx>` is not `Send` and `Sync` as `ExecCtx` is neither `Send` nor `Sync`
3042024-12-31T16:23:40.184Z = help: if the `Arc` will not used be across threads replace it with an `Rc`
3052024-12-31T16:23:40.184Z = help: otherwise make `ExecCtx` `Send` and `Sync` or consider a wrapper type such as `Mutex`
3062024-12-31T16:23:40.184Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
3072024-12-31T16:23:40.184Z = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default
3082024-12-31T16:23:40.184Z
3092024-12-31T16:23:40.214Zwarning: usage of an `Arc` that is not `Send` and `Sync`
3102024-12-31T16:23:40.215Z --> xde/src/xde.rs:1191:9
3112024-12-31T16:23:40.215Z |
3122024-12-31T16:23:40.215Z1191 | / Arc::new(DlsStream::open(link_id).map_err(|e| OpteError::System {
3132024-12-31T16:23:40.215Z1192 | | errno: EFAULT,
3142024-12-31T16:23:40.215Z1193 | | msg: format!("failed to grab open stream for {link_name}: {e}"),
3152024-12-31T16:23:40.215Z1194 | | })?);
3162024-12-31T16:23:40.215Z | |____________^
3172024-12-31T16:23:40.215Z |
3182024-12-31T16:23:40.215Z = note: `Arc<DlsStream>` is not `Send` and `Sync` as `DlsStream` is neither `Send` nor `Sync`
3192024-12-31T16:23:40.215Z = help: if the `Arc` will not used be across threads replace it with an `Rc`
3202024-12-31T16:23:40.215Z = help: otherwise make `DlsStream` `Send` and `Sync` or consider a wrapper type such as `Mutex`
3212024-12-31T16:23:40.215Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
3222024-12-31T16:23:40.215Z
3232024-12-31T16:23:40.240Zwarning: struct update has no effect, all the fields in the struct have already been specified
3242024-12-31T16:23:40.240Z --> xde/src/xde.rs:1757:11
3252024-12-31T16:23:40.240Z |
3262024-12-31T16:23:40.240Z1757 | ..Default::default()
3272024-12-31T16:23:40.240Z | ^^^^^^^^^^^^^^^^^^
3282024-12-31T16:23:40.240Z |
3292024-12-31T16:23:40.240Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update
3302024-12-31T16:23:40.240Z = note: `#[warn(clippy::needless_update)]` on by default
3312024-12-31T16:23:40.240Z
3322024-12-31T16:23:40.243Zwarning: struct update has no effect, all the fields in the struct have already been specified
3332024-12-31T16:23:40.243Z --> xde/src/xde.rs:1851:23
3342024-12-31T16:23:40.243Z |
3352024-12-31T16:23:40.243Z1851 | ..Default::default()
3362024-12-31T16:23:40.243Z | ^^^^^^^^^^^^^^^^^^
3372024-12-31T16:23:40.243Z |
3382024-12-31T16:23:40.243Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update
3392024-12-31T16:23:40.243Z
3402024-12-31T16:23:40.248Zwarning: usage of an `Arc` that is not `Send` and `Sync`
3412024-12-31T16:23:40.248Z --> xde/src/xde.rs:2074:8
3422024-12-31T16:23:40.248Z |
3432024-12-31T16:23:40.248Z2074 | Ok(Arc::new(pb.create(net, limit, limit)?))
3442024-12-31T16:23:40.248Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3452024-12-31T16:23:40.248Z |
3462024-12-31T16:23:40.248Z = note: `Arc<Port<VpcNetwork>>` is not `Send` and `Sync` as `Port<VpcNetwork>` is neither `Send` nor `Sync`
3472024-12-31T16:23:40.249Z = help: if the `Arc` will not used be across threads replace it with an `Rc`
3482024-12-31T16:23:40.249Z = help: otherwise make `Port<VpcNetwork>` `Send` and `Sync` or consider a wrapper type such as `Mutex`
3492024-12-31T16:23:40.249Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
3502024-12-31T16:23:40.249Z
3512024-12-31T16:23:40.401Zwarning: creating a mutable reference to mutable static is discouraged
3522024-12-31T16:23:40.401Z --> xde/src/xde.rs:458:5
3532024-12-31T16:23:40.402Z |
3542024-12-31T16:23:40.402Z458 | xde_devs.init(KRwLockType::Driver);
3552024-12-31T16:23:40.402Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
3562024-12-31T16:23:40.402Z |
3572024-12-31T16:23:40.402Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
3582024-12-31T16:23:40.402Z = 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
3592024-12-31T16:23:40.402Z = note: `#[warn(static_mut_refs)]` on by default
3602024-12-31T16:23:40.402Z
3612024-12-31T16:23:40.405Zwarning: creating a shared reference to mutable static is discouraged
3622024-12-31T16:23:40.405Z --> xde/src/xde.rs:782:25
3632024-12-31T16:23:40.405Z |
3642024-12-31T16:23:40.405Z782 | let devs = unsafe { xde_devs.read() };
3652024-12-31T16:23:40.405Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
3662024-12-31T16:23:40.405Z |
3672024-12-31T16:23:40.405Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
3682024-12-31T16:23:40.405Z = 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
3692024-12-31T16:23:40.405Z
3702024-12-31T16:23:40.405Zwarning: creating a shared reference to mutable static is discouraged
3712024-12-31T16:23:40.405Z --> xde/src/xde.rs:810:29
3722024-12-31T16:23:40.405Z |
3732024-12-31T16:23:40.405Z810 | let mut devs = unsafe { xde_devs.write() };
3742024-12-31T16:23:40.405Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
3752024-12-31T16:23:40.405Z |
3762024-12-31T16:23:40.405Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
3772024-12-31T16:23:40.405Z = 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
3782024-12-31T16:23:40.405Z
3792024-12-31T16:23:40.405Zwarning: creating a shared reference to mutable static is discouraged
3802024-12-31T16:23:40.405Z --> xde/src/xde.rs:944:29
3812024-12-31T16:23:40.405Z |
3822024-12-31T16:23:40.405Z944 | let mut devs = unsafe { xde_devs.write() };
3832024-12-31T16:23:40.405Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
3842024-12-31T16:23:40.405Z |
3852024-12-31T16:23:40.405Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
3862024-12-31T16:23:40.405Z = 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
3872024-12-31T16:23:40.405Z
3882024-12-31T16:23:40.406Zwarning: creating a shared reference to mutable static is discouraged
3892024-12-31T16:23:40.406Z --> xde/src/xde.rs:1032:18
3902024-12-31T16:23:40.406Z |
3912024-12-31T16:23:40.406Z1032 | if unsafe { !xde_devs.read().is_empty() } {
3922024-12-31T16:23:40.406Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
3932024-12-31T16:23:40.406Z |
3942024-12-31T16:23:40.406Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
3952024-12-31T16:23:40.406Z = 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
3962024-12-31T16:23:40.406Z
3972024-12-31T16:23:40.409Zwarning: creating a shared reference to mutable static is discouraged
3982024-12-31T16:23:40.409Z --> xde/src/xde.rs:1359:9
3992024-12-31T16:23:40.409Z |
4002024-12-31T16:23:40.409Z1359 | if !xde_devs.read().is_empty() {
4012024-12-31T16:23:40.409Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4022024-12-31T16:23:40.409Z |
4032024-12-31T16:23:40.409Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4042024-12-31T16:23:40.409Z = 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
4052024-12-31T16:23:40.409Z
4062024-12-31T16:23:40.409Zwarning: creating a shared reference to mutable static is discouraged
4072024-12-31T16:23:40.409Z --> xde/src/xde.rs:1816:37
4082024-12-31T16:23:40.409Z |
4092024-12-31T16:23:40.409Z1816 | let devs = unsafe { xde_devs.read() };
4102024-12-31T16:23:40.409Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4112024-12-31T16:23:40.409Z |
4122024-12-31T16:23:40.409Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4132024-12-31T16:23:40.409Z = 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
4142024-12-31T16:23:40.409Z
4152024-12-31T16:23:40.409Zwarning: creating a shared reference to mutable static is discouraged
4162024-12-31T16:23:40.409Z --> xde/src/xde.rs:2142:16
4172024-12-31T16:23:40.409Z |
4182024-12-31T16:23:40.409Z2142 | let devs = xde_devs.read();
4192024-12-31T16:23:40.409Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4202024-12-31T16:23:40.409Z |
4212024-12-31T16:23:40.409Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4222024-12-31T16:23:40.409Z = 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
4232024-12-31T16:23:40.409Z
4242024-12-31T16:23:40.409Zwarning: creating a shared reference to mutable static is discouraged
4252024-12-31T16:23:40.409Z --> xde/src/xde.rs:2191:25
4262024-12-31T16:23:40.409Z |
4272024-12-31T16:23:40.409Z2191 | let devs = unsafe { xde_devs.read() };
4282024-12-31T16:23:40.409Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4292024-12-31T16:23:40.410Z |
4302024-12-31T16:23:40.410Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4312024-12-31T16:23:40.410Z = 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
4322024-12-31T16:23:40.410Z
4332024-12-31T16:23:40.410Zwarning: creating a shared reference to mutable static is discouraged
4342024-12-31T16:23:40.410Z --> xde/src/xde.rs:2204:25
4352024-12-31T16:23:40.410Z |
4362024-12-31T16:23:40.410Z2204 | let devs = unsafe { xde_devs.read() };
4372024-12-31T16:23:40.410Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4382024-12-31T16:23:40.410Z |
4392024-12-31T16:23:40.410Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4402024-12-31T16:23:40.410Z = 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
4412024-12-31T16:23:40.410Z
4422024-12-31T16:23:40.410Zwarning: creating a shared reference to mutable static is discouraged
4432024-12-31T16:23:40.410Z --> xde/src/xde.rs:2215:25
4442024-12-31T16:23:40.410Z |
4452024-12-31T16:23:40.410Z2215 | let devs = unsafe { xde_devs.read() };
4462024-12-31T16:23:40.410Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4472024-12-31T16:23:40.410Z |
4482024-12-31T16:23:40.410Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4492024-12-31T16:23:40.410Z = 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
4502024-12-31T16:23:40.410Z
4512024-12-31T16:23:40.414Zwarning: creating a shared reference to mutable static is discouraged
4522024-12-31T16:23:40.414Z --> xde/src/xde.rs:2227:25
4532024-12-31T16:23:40.414Z |
4542024-12-31T16:23:40.414Z2227 | let devs = unsafe { xde_devs.read() };
4552024-12-31T16:23:40.414Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4562024-12-31T16:23:40.414Z |
4572024-12-31T16:23:40.414Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4582024-12-31T16:23:40.414Z = 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
4592024-12-31T16:23:40.414Z
4602024-12-31T16:23:40.414Zwarning: creating a shared reference to mutable static is discouraged
4612024-12-31T16:23:40.414Z --> xde/src/xde.rs:2239:25
4622024-12-31T16:23:40.414Z |
4632024-12-31T16:23:40.414Z2239 | let devs = unsafe { xde_devs.read() };
4642024-12-31T16:23:40.414Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4652024-12-31T16:23:40.414Z |
4662024-12-31T16:23:40.415Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4672024-12-31T16:23:40.415Z = 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
4682024-12-31T16:23:40.415Z
4692024-12-31T16:23:40.415Zwarning: creating a shared reference to mutable static is discouraged
4702024-12-31T16:23:40.415Z --> xde/src/xde.rs:2303:25
4712024-12-31T16:23:40.415Z |
4722024-12-31T16:23:40.415Z2303 | let devs = unsafe { xde_devs.read() };
4732024-12-31T16:23:40.415Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4742024-12-31T16:23:40.415Z |
4752024-12-31T16:23:40.415Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4762024-12-31T16:23:40.415Z = 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
4772024-12-31T16:23:40.415Z
4782024-12-31T16:23:40.415Zwarning: creating a shared reference to mutable static is discouraged
4792024-12-31T16:23:40.415Z --> xde/src/xde.rs:2314:25
4802024-12-31T16:23:40.415Z |
4812024-12-31T16:23:40.415Z2314 | let devs = unsafe { xde_devs.read() };
4822024-12-31T16:23:40.415Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4832024-12-31T16:23:40.415Z |
4842024-12-31T16:23:40.415Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4852024-12-31T16:23:40.415Z = 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
4862024-12-31T16:23:40.415Z
4872024-12-31T16:23:40.415Zwarning: creating a shared reference to mutable static is discouraged
4882024-12-31T16:23:40.415Z --> xde/src/xde.rs:2326:25
4892024-12-31T16:23:40.415Z |
4902024-12-31T16:23:40.415Z2326 | let devs = unsafe { xde_devs.read() };
4912024-12-31T16:23:40.415Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4922024-12-31T16:23:40.415Z |
4932024-12-31T16:23:40.415Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4942024-12-31T16:23:40.415Z = 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
4952024-12-31T16:23:40.415Z
4962024-12-31T16:23:40.415Zwarning: creating a shared reference to mutable static is discouraged
4972024-12-31T16:23:40.415Z --> xde/src/xde.rs:2340:25
4982024-12-31T16:23:40.415Z |
4992024-12-31T16:23:40.415Z2340 | let devs = unsafe { xde_devs.read() };
5002024-12-31T16:23:40.415Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5012024-12-31T16:23:40.415Z |
5022024-12-31T16:23:40.415Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5032024-12-31T16:23:40.415Z = 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
5042024-12-31T16:23:40.415Z
5052024-12-31T16:23:40.415Zwarning: creating a shared reference to mutable static is discouraged
5062024-12-31T16:23:40.416Z --> xde/src/xde.rs:2353:25
5072024-12-31T16:23:40.416Z |
5082024-12-31T16:23:40.416Z2353 | let devs = unsafe { xde_devs.read() };
5092024-12-31T16:23:40.416Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5102024-12-31T16:23:40.416Z |
5112024-12-31T16:23:40.416Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5122024-12-31T16:23:40.416Z = 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
5132024-12-31T16:23:40.416Z
5142024-12-31T16:23:40.416Zwarning: creating a shared reference to mutable static is discouraged
5152024-12-31T16:23:40.416Z --> xde/src/xde.rs:2366:25
5162024-12-31T16:23:40.416Z |
5172024-12-31T16:23:40.416Z2366 | let devs = unsafe { xde_devs.read() };
5182024-12-31T16:23:40.416Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5192024-12-31T16:23:40.416Z |
5202024-12-31T16:23:40.416Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5212024-12-31T16:23:40.416Z = 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
5222024-12-31T16:23:40.416Z
5232024-12-31T16:23:40.416Zwarning: creating a shared reference to mutable static is discouraged
5242024-12-31T16:23:40.416Z --> xde/src/xde.rs:2377:25
5252024-12-31T16:23:40.416Z |
5262024-12-31T16:23:40.416Z2377 | let devs = unsafe { xde_devs.read() };
5272024-12-31T16:23:40.416Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5282024-12-31T16:23:40.416Z |
5292024-12-31T16:23:40.416Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5302024-12-31T16:23:40.416Z = 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
5312024-12-31T16:23:40.416Z
5322024-12-31T16:23:40.416Zwarning: creating a shared reference to mutable static is discouraged
5332024-12-31T16:23:40.416Z --> xde/src/xde.rs:2389:25
5342024-12-31T16:23:40.416Z |
5352024-12-31T16:23:40.416Z2389 | let devs = unsafe { xde_devs.read() };
5362024-12-31T16:23:40.416Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5372024-12-31T16:23:40.416Z |
5382024-12-31T16:23:40.416Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5392024-12-31T16:23:40.416Z = 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
5402024-12-31T16:23:40.416Z
5412024-12-31T16:23:40.416Zwarning: creating a shared reference to mutable static is discouraged
5422024-12-31T16:23:40.416Z --> xde/src/xde.rs:2404:25
5432024-12-31T16:23:40.416Z |
5442024-12-31T16:23:40.416Z2404 | let devs = unsafe { xde_devs.read() };
5452024-12-31T16:23:40.416Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5462024-12-31T16:23:40.416Z |
5472024-12-31T16:23:40.417Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5482024-12-31T16:23:40.417Z = 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
5492024-12-31T16:23:40.417Z
5502024-12-31T16:23:40.417Zwarning: creating a shared reference to mutable static is discouraged
5512024-12-31T16:23:40.420Z --> xde/src/xde.rs:2418:25
5522024-12-31T16:23:40.420Z |
5532024-12-31T16:23:40.420Z2418 | let devs = unsafe { xde_devs.read() };
5542024-12-31T16:23:40.420Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5552024-12-31T16:23:40.420Z |
5562024-12-31T16:23:40.420Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5572024-12-31T16:23:40.421Z = 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
5582024-12-31T16:23:40.421Z
5592024-12-31T16:23:40.586Zwarning: `xde` (lib) generated 29 warnings
5602024-12-31T16:23:40.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.35s
5612024-12-31T16:23:40.723Z
5622024-12-31T16:23:40.723Zreal 46.521208461
5632024-12-31T16:23:40.723Zuser 1:59.159534900
5642024-12-31T16:23:40.723Zsys 12.446883278
5652024-12-31T16:23:40.723Ztrap 0.043942313
5662024-12-31T16:23:40.723Ztflt 0.363998870
5672024-12-31T16:23:40.723Zdflt 1.315860258
5682024-12-31T16:23:40.723Zkflt 0.007754579
5692024-12-31T16:23:40.723Zlock 2:54.377061908
5702024-12-31T16:23:40.726Zslp 6:35.539571327
5712024-12-31T16:23:40.726Zlat 1.810117893
5722024-12-31T16:23:40.726Zstop 5.689944678
5732024-12-31T16:23:40.726Z+ pushd xde-link
5742024-12-31T16:23:40.726Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
5752024-12-31T16:23:40.726Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
5762024-12-31T16:23:40.981Z Compiling compiler_builtins v0.1.138
5772024-12-31T16:23:40.981Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5782024-12-31T16:23:40.981Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5792024-12-31T16:23:56.197Z 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)
5802024-12-31T16:23:56.964Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5812024-12-31T16:23:59.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.87s
5822024-12-31T16:23:59.758Z
5832024-12-31T16:23:59.760Zreal 19.027592850
5842024-12-31T16:23:59.760Zuser 21.863564805
5852024-12-31T16:23:59.760Zsys 1.430525601
5862024-12-31T16:23:59.760Ztrap 0.003671635
5872024-12-31T16:23:59.761Ztflt 0.005446001
5882024-12-31T16:23:59.761Zdflt 0.055934977
5892024-12-31T16:23:59.761Zkflt 0.000000000
5902024-12-31T16:23:59.761Zlock 56.098859016
5912024-12-31T16:23:59.761Zslp 1:19.120706563
5922024-12-31T16:23:59.761Zlat 0.070457904
5932024-12-31T16:23:59.761Zstop 0.148750362
5942024-12-31T16:23:59.761Z+ popd
5952024-12-31T16:23:59.761Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
5962024-12-31T16:23:59.761Z+ header 'build xde (debug)'
5972024-12-31T16:23:59.761Z# ==== build xde (debug) ==== #
5982024-12-31T16:23:59.761Z+ echo '# ==== build xde (debug) ==== #'
5992024-12-31T16:23:59.761Z+ ptime -m ./build-debug.sh
6002024-12-31T16:24:00.075Z Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
6012024-12-31T16:24:00.075Z Fresh unicode-ident v1.0.14
6022024-12-31T16:24:00.075Z Fresh ident_case v1.0.1
6032024-12-31T16:24:00.075Z Fresh fnv v1.0.7
6042024-12-31T16:24:00.075Z Fresh strsim v0.11.1
6052024-12-31T16:24:00.079Z 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)
6062024-12-31T16:24:00.079Z Fresh memchr v2.7.4
6072024-12-31T16:24:00.079Z Fresh regex-syntax v0.8.5
6082024-12-31T16:24:00.079Z Fresh compiler_builtins v0.1.138
6092024-12-31T16:24:00.079Z Fresh proc-macro2 v1.0.92
6102024-12-31T16:24:00.079Z Fresh aho-corasick v1.1.3
6112024-12-31T16:24:00.079Z Fresh version_check v0.9.5
6122024-12-31T16:24:00.079Z Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
6132024-12-31T16:24:00.079Z Fresh quote v1.0.37
6142024-12-31T16:24:00.079Z Fresh regex-automata v0.4.9
6152024-12-31T16:24:00.079Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6162024-12-31T16:24:00.079Z Fresh syn v2.0.91
6172024-12-31T16:24:00.079Z Compiling byteorder v1.5.0
6182024-12-31T16:24:00.079Z Fresh regex v1.11.1
6192024-12-31T16:24:00.079Z Compiling stable_deref_trait v1.2.0
6202024-12-31T16:24:00.079Z Compiling macaddr v1.0.1
6212024-12-31T16:24:00.079Z Compiling cfg-if v1.0.0
6222024-12-31T16:24:00.079Z Compiling managed v0.8.0
6232024-12-31T16:24:00.079Z 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`
6242024-12-31T16:24:00.079Z 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`
6252024-12-31T16:24:00.079Z 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`
6262024-12-31T16:24:00.079Z Fresh darling_core v0.20.10
6272024-12-31T16:24:00.079Z Fresh serde_derive v1.0.216
6282024-12-31T16:24:00.079Z 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`
6292024-12-31T16:24:00.079Z Fresh darling_macro v0.20.10
6302024-12-31T16:24:00.079Z Compiling serde v1.0.216
6312024-12-31T16:24:00.079Z 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`
6322024-12-31T16:24:00.079Z 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`
6332024-12-31T16:24:00.083Z Fresh darling v0.20.10
6342024-12-31T16:24:00.085Z Fresh zerocopy-derive v0.8.13
6352024-12-31T16:24:00.088Z Compiling zerocopy v0.8.13
6362024-12-31T16:24:00.093Z 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=67369f17432ce8a9 -C extra-filename=-67369f17432ce8a9 --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-d1a01ff643c587c0.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)'`
6372024-12-31T16:24:00.096Z 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=5ef188305418a48c -C extra-filename=-5ef188305418a48c --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-12dd84f3017c09dd.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)'`
6382024-12-31T16:24:00.150Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6392024-12-31T16:24:00.151Z Compiling bitflags v1.3.2
6402024-12-31T16:24:00.161Z 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`
6412024-12-31T16:24:00.164Z Compiling cobs v0.2.3
6422024-12-31T16:24:00.167Z 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`
6432024-12-31T16:24:00.239Z Compiling either v1.13.0
6442024-12-31T16:24:00.265Z 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`
6452024-12-31T16:24:00.362Z Compiling hash32 v0.3.1
6462024-12-31T16:24:00.387Z 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`
6472024-12-31T16:24:00.426Z Compiling crc32fast v1.4.2
6482024-12-31T16:24:00.439Z 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`
6492024-12-31T16:24:00.442Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6502024-12-31T16:24:00.449Z 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=ee614d7b170dc1ef -C extra-filename=-ee614d7b170dc1ef --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-dfbf814761511153.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-42398394b6843b84.rlib --extern proc_macro`
6512024-12-31T16:24:00.480Z Running `/work/oxidecomputer/opte/target/debug/build/opte-6126db04ddcc38e2/build-script-build`
6522024-12-31T16:24:00.485Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6532024-12-31T16:24:00.488Z 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=276c3c687e0a0b0c -C extra-filename=-276c3c687e0a0b0c --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-42398394b6843b84.rlib --extern proc_macro`
6542024-12-31T16:24:00.511Z Compiling heapless v0.8.0
6552024-12-31T16:24:00.525Z 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`
6562024-12-31T16:24:00.527Z Compiling itertools v0.13.0
6572024-12-31T16:24:00.530Z 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`
6582024-12-31T16:24:00.548Z Compiling dyn-clone v1.0.17
6592024-12-31T16:24:00.553Z 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`
6602024-12-31T16:24:00.639Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
6612024-12-31T16:24:00.665Z 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`
6622024-12-31T16:24:01.282Z Compiling smoltcp v0.11.0
6632024-12-31T16:24:01.285Z 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`
6642024-12-31T16:24:02.599Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6652024-12-31T16:24:02.602Z 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=7b3b78c6fbb4f11d -C extra-filename=-7b3b78c6fbb4f11d --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-d8dcfdec01235cb3.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-5ef188305418a48c.rmeta -Z unstable-options --cap-lints allow`
6662024-12-31T16:24:03.828Z Compiling bitflags v2.6.0
6672024-12-31T16:24:03.828Z Compiling postcard v1.1.1
6682024-12-31T16:24:03.830Z 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 --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=42bfd745eb23846b -C extra-filename=-42bfd745eb23846b --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-67369f17432ce8a9.rmeta -Z unstable-options --cap-lints allow`
6692024-12-31T16:24:03.830Z 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=4d8a1e41b66be499 -C extra-filename=-4d8a1e41b66be499 --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-67369f17432ce8a9.rmeta -Z unstable-options --cap-lints allow`
6702024-12-31T16:24:03.874Z Compiling uuid v1.11.0
6712024-12-31T16:24:03.878Z 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=73c8d1c979de9227 -C extra-filename=-73c8d1c979de9227 --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-67369f17432ce8a9.rmeta -Z unstable-options --cap-lints allow`
6722024-12-31T16:24:04.062Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6732024-12-31T16:24:04.062Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6742024-12-31T16:24:04.068Z 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=cf51872df01d8722 -C extra-filename=-cf51872df01d8722 --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-42bfd745eb23846b.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-d8dcfdec01235cb3.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot_types-7b3b78c6fbb4f11d.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-67369f17432ce8a9.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-5ef188305418a48c.rmeta -Z unstable-options --cap-lints allow`
6752024-12-31T16:24:04.068Z 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=010c9f6e1587d891 -C extra-filename=-010c9f6e1587d891 --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-42bfd745eb23846b.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`
6762024-12-31T16:24:05.445Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6772024-12-31T16:24:05.448Z 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=9de3d5e478e8fa99 -C extra-filename=-9de3d5e478e8fa99 --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-010c9f6e1587d891.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-cf51872df01d8722.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-4d8a1e41b66be499.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-67369f17432ce8a9.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta -Z unstable-options`
6782024-12-31T16:24:06.397Z 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=bdbba8fa8119ebc3 -C extra-filename=-bdbba8fa8119ebc3 --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-42bfd745eb23846b.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-ee614d7b170dc1ef.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-010c9f6e1587d891.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-cf51872df01d8722.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-276c3c687e0a0b0c.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte_api-9de3d5e478e8fa99.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-4d8a1e41b66be499.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-67369f17432ce8a9.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-5ef188305418a48c.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
6792024-12-31T16:24:11.681Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6802024-12-31T16:24:11.689Z 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=10f16a0cc20dcd58 -C extra-filename=-10f16a0cc20dcd58 --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-010c9f6e1587d891.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-bdbba8fa8119ebc3.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-67369f17432ce8a9.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-73c8d1c979de9227.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-5ef188305418a48c.rmeta -Z unstable-options`
6812024-12-31T16:24:15.503Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
6822024-12-31T16:24:15.506Z 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=e6ee9d071318ddfb -C extra-filename=-e6ee9d071318ddfb --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-42bfd745eb23846b.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-010c9f6e1587d891.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-cf51872df01d8722.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-bdbba8fa8119ebc3.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liboxide_vpc-10f16a0cc20dcd58.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-4d8a1e41b66be499.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-67369f17432ce8a9.rlib -Z unstable-options`
6832024-12-31T16:24:18.637Zwarning: creating a mutable reference to mutable static is discouraged
6842024-12-31T16:24:18.637Z --> xde/src/xde.rs:458:5
6852024-12-31T16:24:18.637Z |
6862024-12-31T16:24:18.637Z458 | xde_devs.init(KRwLockType::Driver);
6872024-12-31T16:24:18.637Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
6882024-12-31T16:24:18.637Z |
6892024-12-31T16:24:18.637Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
6902024-12-31T16:24:18.637Z = 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
6912024-12-31T16:24:18.637Z = note: `#[warn(static_mut_refs)]` on by default
6922024-12-31T16:24:18.637Z
6932024-12-31T16:24:18.640Zwarning: creating a shared reference to mutable static is discouraged
6942024-12-31T16:24:18.640Z --> xde/src/xde.rs:782:25
6952024-12-31T16:24:18.640Z |
6962024-12-31T16:24:18.640Z782 | let devs = unsafe { xde_devs.read() };
6972024-12-31T16:24:18.640Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
6982024-12-31T16:24:18.640Z |
6992024-12-31T16:24:18.640Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7002024-12-31T16:24:18.640Z = 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
7012024-12-31T16:24:18.640Z
7022024-12-31T16:24:18.640Zwarning: creating a shared reference to mutable static is discouraged
7032024-12-31T16:24:18.640Z --> xde/src/xde.rs:810:29
7042024-12-31T16:24:18.640Z |
7052024-12-31T16:24:18.640Z810 | let mut devs = unsafe { xde_devs.write() };
7062024-12-31T16:24:18.640Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
7072024-12-31T16:24:18.640Z |
7082024-12-31T16:24:18.640Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7092024-12-31T16:24:18.640Z = 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
7102024-12-31T16:24:18.641Z
7112024-12-31T16:24:18.641Zwarning: creating a shared reference to mutable static is discouraged
7122024-12-31T16:24:18.641Z --> xde/src/xde.rs:944:29
7132024-12-31T16:24:18.641Z |
7142024-12-31T16:24:18.641Z944 | let mut devs = unsafe { xde_devs.write() };
7152024-12-31T16:24:18.641Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
7162024-12-31T16:24:18.641Z |
7172024-12-31T16:24:18.641Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7182024-12-31T16:24:18.641Z = 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
7192024-12-31T16:24:18.641Z
7202024-12-31T16:24:18.641Zwarning: creating a shared reference to mutable static is discouraged
7212024-12-31T16:24:18.641Z --> xde/src/xde.rs:1032:18
7222024-12-31T16:24:18.641Z |
7232024-12-31T16:24:18.641Z1032 | if unsafe { !xde_devs.read().is_empty() } {
7242024-12-31T16:24:18.641Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7252024-12-31T16:24:18.641Z |
7262024-12-31T16:24:18.641Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7272024-12-31T16:24:18.641Z = 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
7282024-12-31T16:24:18.641Z
7292024-12-31T16:24:18.644Zwarning: creating a shared reference to mutable static is discouraged
7302024-12-31T16:24:18.644Z --> xde/src/xde.rs:1359:9
7312024-12-31T16:24:18.644Z |
7322024-12-31T16:24:18.644Z1359 | if !xde_devs.read().is_empty() {
7332024-12-31T16:24:18.644Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7342024-12-31T16:24:18.644Z |
7352024-12-31T16:24:18.644Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7362024-12-31T16:24:18.644Z = 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
7372024-12-31T16:24:18.644Z
7382024-12-31T16:24:18.644Zwarning: creating a shared reference to mutable static is discouraged
7392024-12-31T16:24:18.644Z --> xde/src/xde.rs:1816:37
7402024-12-31T16:24:18.644Z |
7412024-12-31T16:24:18.644Z1816 | let devs = unsafe { xde_devs.read() };
7422024-12-31T16:24:18.644Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7432024-12-31T16:24:18.644Z |
7442024-12-31T16:24:18.644Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7452024-12-31T16:24:18.644Z = 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
7462024-12-31T16:24:18.644Z
7472024-12-31T16:24:18.648Zwarning: creating a shared reference to mutable static is discouraged
7482024-12-31T16:24:18.648Z --> xde/src/xde.rs:2142:16
7492024-12-31T16:24:18.648Z |
7502024-12-31T16:24:18.648Z2142 | let devs = xde_devs.read();
7512024-12-31T16:24:18.648Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7522024-12-31T16:24:18.648Z |
7532024-12-31T16:24:18.648Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7542024-12-31T16:24:18.648Z = 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
7552024-12-31T16:24:18.648Z
7562024-12-31T16:24:18.648Zwarning: creating a shared reference to mutable static is discouraged
7572024-12-31T16:24:18.648Z --> xde/src/xde.rs:2191:25
7582024-12-31T16:24:18.648Z |
7592024-12-31T16:24:18.648Z2191 | let devs = unsafe { xde_devs.read() };
7602024-12-31T16:24:18.648Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7612024-12-31T16:24:18.648Z |
7622024-12-31T16:24:18.648Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7632024-12-31T16:24:18.648Z = 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
7642024-12-31T16:24:18.648Z
7652024-12-31T16:24:18.648Zwarning: creating a shared reference to mutable static is discouraged
7662024-12-31T16:24:18.648Z --> xde/src/xde.rs:2204:25
7672024-12-31T16:24:18.648Z |
7682024-12-31T16:24:18.648Z2204 | let devs = unsafe { xde_devs.read() };
7692024-12-31T16:24:18.648Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7702024-12-31T16:24:18.648Z |
7712024-12-31T16:24:18.648Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7722024-12-31T16:24:18.648Z = 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
7732024-12-31T16:24:18.648Z
7742024-12-31T16:24:18.648Zwarning: creating a shared reference to mutable static is discouraged
7752024-12-31T16:24:18.648Z --> xde/src/xde.rs:2215:25
7762024-12-31T16:24:18.649Z |
7772024-12-31T16:24:18.649Z2215 | let devs = unsafe { xde_devs.read() };
7782024-12-31T16:24:18.649Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7792024-12-31T16:24:18.649Z |
7802024-12-31T16:24:18.649Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7812024-12-31T16:24:18.649Z = 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
7822024-12-31T16:24:18.649Z
7832024-12-31T16:24:18.649Zwarning: creating a shared reference to mutable static is discouraged
7842024-12-31T16:24:18.649Z --> xde/src/xde.rs:2227:25
7852024-12-31T16:24:18.649Z |
7862024-12-31T16:24:18.649Z2227 | let devs = unsafe { xde_devs.read() };
7872024-12-31T16:24:18.649Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7882024-12-31T16:24:18.649Z |
7892024-12-31T16:24:18.649Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7902024-12-31T16:24:18.649Z = 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
7912024-12-31T16:24:18.649Z
7922024-12-31T16:24:18.649Zwarning: creating a shared reference to mutable static is discouraged
7932024-12-31T16:24:18.649Z --> xde/src/xde.rs:2239:25
7942024-12-31T16:24:18.649Z |
7952024-12-31T16:24:18.649Z2239 | let devs = unsafe { xde_devs.read() };
7962024-12-31T16:24:18.649Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7972024-12-31T16:24:18.649Z |
7982024-12-31T16:24:18.649Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7992024-12-31T16:24:18.649Z = 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
8002024-12-31T16:24:18.649Z
8012024-12-31T16:24:18.649Zwarning: creating a shared reference to mutable static is discouraged
8022024-12-31T16:24:18.649Z --> xde/src/xde.rs:2303:25
8032024-12-31T16:24:18.649Z |
8042024-12-31T16:24:18.649Z2303 | let devs = unsafe { xde_devs.read() };
8052024-12-31T16:24:18.649Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8062024-12-31T16:24:18.649Z |
8072024-12-31T16:24:18.649Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8082024-12-31T16:24:18.649Z = 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
8092024-12-31T16:24:18.649Z
8102024-12-31T16:24:18.649Zwarning: creating a shared reference to mutable static is discouraged
8112024-12-31T16:24:18.649Z --> xde/src/xde.rs:2314:25
8122024-12-31T16:24:18.649Z |
8132024-12-31T16:24:18.649Z2314 | let devs = unsafe { xde_devs.read() };
8142024-12-31T16:24:18.649Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8152024-12-31T16:24:18.649Z |
8162024-12-31T16:24:18.650Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8172024-12-31T16:24:18.650Z = 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
8182024-12-31T16:24:18.650Z
8192024-12-31T16:24:18.650Zwarning: creating a shared reference to mutable static is discouraged
8202024-12-31T16:24:18.650Z --> xde/src/xde.rs:2326:25
8212024-12-31T16:24:18.650Z |
8222024-12-31T16:24:18.650Z2326 | let devs = unsafe { xde_devs.read() };
8232024-12-31T16:24:18.650Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8242024-12-31T16:24:18.650Z |
8252024-12-31T16:24:18.650Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8262024-12-31T16:24:18.650Z = 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
8272024-12-31T16:24:18.650Z
8282024-12-31T16:24:18.650Zwarning: creating a shared reference to mutable static is discouraged
8292024-12-31T16:24:18.650Z --> xde/src/xde.rs:2340:25
8302024-12-31T16:24:18.650Z |
8312024-12-31T16:24:18.650Z2340 | let devs = unsafe { xde_devs.read() };
8322024-12-31T16:24:18.650Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8332024-12-31T16:24:18.650Z |
8342024-12-31T16:24:18.650Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8352024-12-31T16:24:18.650Z = 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
8362024-12-31T16:24:18.650Z
8372024-12-31T16:24:18.650Zwarning: creating a shared reference to mutable static is discouraged
8382024-12-31T16:24:18.650Z --> xde/src/xde.rs:2353:25
8392024-12-31T16:24:18.650Z |
8402024-12-31T16:24:18.650Z2353 | let devs = unsafe { xde_devs.read() };
8412024-12-31T16:24:18.650Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8422024-12-31T16:24:18.650Z |
8432024-12-31T16:24:18.650Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8442024-12-31T16:24:18.650Z = 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
8452024-12-31T16:24:18.650Z
8462024-12-31T16:24:18.650Zwarning: creating a shared reference to mutable static is discouraged
8472024-12-31T16:24:18.653Z --> xde/src/xde.rs:2366:25
8482024-12-31T16:24:18.653Z |
8492024-12-31T16:24:18.653Z2366 | let devs = unsafe { xde_devs.read() };
8502024-12-31T16:24:18.654Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8512024-12-31T16:24:18.654Z |
8522024-12-31T16:24:18.654Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8532024-12-31T16:24:18.654Z = 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
8542024-12-31T16:24:18.654Z
8552024-12-31T16:24:18.654Zwarning: creating a shared reference to mutable static is discouraged
8562024-12-31T16:24:18.654Z --> xde/src/xde.rs:2377:25
8572024-12-31T16:24:18.654Z |
8582024-12-31T16:24:18.654Z2377 | let devs = unsafe { xde_devs.read() };
8592024-12-31T16:24:18.654Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8602024-12-31T16:24:18.654Z |
8612024-12-31T16:24:18.654Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8622024-12-31T16:24:18.654Z = 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
8632024-12-31T16:24:18.654Z
8642024-12-31T16:24:18.654Zwarning: creating a shared reference to mutable static is discouraged
8652024-12-31T16:24:18.654Z --> xde/src/xde.rs:2389:25
8662024-12-31T16:24:18.654Z |
8672024-12-31T16:24:18.654Z2389 | let devs = unsafe { xde_devs.read() };
8682024-12-31T16:24:18.654Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8692024-12-31T16:24:18.654Z |
8702024-12-31T16:24:18.654Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8712024-12-31T16:24:18.654Z = 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
8722024-12-31T16:24:18.654Z
8732024-12-31T16:24:18.654Zwarning: creating a shared reference to mutable static is discouraged
8742024-12-31T16:24:18.654Z --> xde/src/xde.rs:2404:25
8752024-12-31T16:24:18.654Z |
8762024-12-31T16:24:18.654Z2404 | let devs = unsafe { xde_devs.read() };
8772024-12-31T16:24:18.654Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8782024-12-31T16:24:18.654Z |
8792024-12-31T16:24:18.654Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8802024-12-31T16:24:18.654Z = 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
8812024-12-31T16:24:18.654Z
8822024-12-31T16:24:18.654Zwarning: creating a shared reference to mutable static is discouraged
8832024-12-31T16:24:18.654Z --> xde/src/xde.rs:2418:25
8842024-12-31T16:24:18.654Z |
8852024-12-31T16:24:18.654Z2418 | let devs = unsafe { xde_devs.read() };
8862024-12-31T16:24:18.654Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8872024-12-31T16:24:18.654Z |
8882024-12-31T16:24:18.654Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8892024-12-31T16:24:18.655Z = 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
8902024-12-31T16:24:18.655Z
8912024-12-31T16:24:21.451Zwarning: `xde` (lib) generated 23 warnings
8922024-12-31T16:24:21.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.63s
8932024-12-31T16:24:25.458Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde
8942024-12-31T16:24:25.637Z Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
8952024-12-31T16:24:25.637Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
8962024-12-31T16:24:25.637Z 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)
8972024-12-31T16:24:25.640Z Fresh compiler_builtins v0.1.138
8982024-12-31T16:24:25.640Z 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`
8992024-12-31T16:24:25.640Z Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
9002024-12-31T16:24:25.877Z Running `/work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4/build-script-build`
9012024-12-31T16:24:25.885Z 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`
9022024-12-31T16:24:26.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
9032024-12-31T16:24:26.132Z
9042024-12-31T16:24:26.134Zreal 26.368661184
9052024-12-31T16:24:26.134Zuser 54.334418553
9062024-12-31T16:24:26.134Zsys 5.428244606
9072024-12-31T16:24:26.134Ztrap 0.021128865
9082024-12-31T16:24:26.135Ztflt 0.067326732
9092024-12-31T16:24:26.135Zdflt 0.108045043
9102024-12-31T16:24:26.135Zkflt 0.000010888
9112024-12-31T16:24:26.135Zlock 1:34.734844254
9122024-12-31T16:24:26.135Zslp 2:29.253092002
9132024-12-31T16:24:26.135Zlat 1.956372022
9142024-12-31T16:24:26.135Zstop 1.719608836
9152024-12-31T16:24:26.135Z+ header 'build xde (release)'
9162024-12-31T16:24:26.135Z+ echo '# ==== build xde (release) ==== #'
9172024-12-31T16:24:26.135Z# ==== build xde (release) ==== #
9182024-12-31T16:24:26.135Z+ ptime -m ./build.sh
9192024-12-31T16:24:26.138Z+ REL_DIR=../target/x86_64-unknown-unknown/release/
9202024-12-31T16:24:26.138Z+ cargo -v build --release
9212024-12-31T16:24:26.305Z Compiling compiler_builtins v0.1.138
9222024-12-31T16:24:26.305Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
9232024-12-31T16:24:26.308Z Compiling proc-macro2 v1.0.92
9242024-12-31T16:24:26.308Z Compiling unicode-ident v1.0.14
9252024-12-31T16:24:26.308Z Compiling ident_case v1.0.1
9262024-12-31T16:24:26.308Z Compiling fnv v1.0.7
9272024-12-31T16:24:26.308Z Compiling strsim v0.11.1
9282024-12-31T16:24:26.332Z Compiling serde v1.0.216
9292024-12-31T16:24:26.335Z 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`
9302024-12-31T16:24:26.335Z 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`
9312024-12-31T16:24:26.335Z 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`
9322024-12-31T16:24:26.335Z 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`
9332024-12-31T16:24:26.335Z 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`
9342024-12-31T16:24:26.338Z 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`
9352024-12-31T16:24:26.338Z 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`
9362024-12-31T16:24:26.338Z 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`
9372024-12-31T16:24:26.439Z Compiling memchr v2.7.4
9382024-12-31T16:24:26.445Z 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`
9392024-12-31T16:24:26.465Z Compiling regex-syntax v0.8.5
9402024-12-31T16:24:26.486Z 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`
9412024-12-31T16:24:26.486Z Compiling zerocopy v0.8.13
9422024-12-31T16:24:26.491Z 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`
9432024-12-31T16:24:26.924Z Compiling either v1.13.0
9442024-12-31T16:24:26.954Z 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`
9452024-12-31T16:24:27.032Z Running `/work/oxidecomputer/opte/target/release/build/proc-macro2-e9275e81496ee356/build-script-build`
9462024-12-31T16:24:27.156Z 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)'`
9472024-12-31T16:24:27.184Z Compiling heapless v0.8.0
9482024-12-31T16:24:27.187Z 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`
9492024-12-31T16:24:27.268Z Compiling itertools v0.13.0
9502024-12-31T16:24:27.270Z 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`
9512024-12-31T16:24:27.430Z Compiling aho-corasick v1.1.3
9522024-12-31T16:24:27.434Z 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`
9532024-12-31T16:24:27.434Z Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build`
9542024-12-31T16:24:27.449Z Running `/work/oxidecomputer/opte/target/release/build/serde-207cc3a648e9ee9e/build-script-build`
9552024-12-31T16:24:27.501Z Running `/work/oxidecomputer/opte/target/release/build/zerocopy-c3fd1f19c6c80433/build-script-build`
9562024-12-31T16:24:27.552Z Compiling smoltcp v0.11.0
9572024-12-31T16:24:27.555Z 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`
9582024-12-31T16:24:27.801Z Running `/work/oxidecomputer/opte/target/release/build/heapless-8f3b9133e62a1315/build-script-build`
9592024-12-31T16:24:27.964Z Compiling quote v1.0.37
9602024-12-31T16:24:27.967Z 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`
9612024-12-31T16:24:28.035Z Compiling version_check v0.9.5
9622024-12-31T16:24:28.039Z 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`
9632024-12-31T16:24:28.329Z Compiling syn v2.0.91
9642024-12-31T16:24:28.331Z 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.91/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=e0dd5a6a658e3d65 -C extra-filename=-e0dd5a6a658e3d65 --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`
9652024-12-31T16:24:28.653Z Running `/work/oxidecomputer/opte/target/release/build/smoltcp-057e1984f25ade90/build-script-build`
9662024-12-31T16:24:28.815Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
9672024-12-31T16:24:28.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 -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`
9682024-12-31T16:24:29.179Z Running `/work/oxidecomputer/opte/target/release/build/opte-7235dd196ab59649/build-script-build`
9692024-12-31T16:24:29.929Z Compiling regex-automata v0.4.9
9702024-12-31T16:24:29.932Z 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`
9712024-12-31T16:24:32.865Z Compiling regex v1.11.1
9722024-12-31T16:24:32.867Z 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`
9732024-12-31T16:24:32.960Z Compiling darling_core v0.20.10
9742024-12-31T16:24:32.963Z 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=8e8349ab7cddfda6 -C extra-filename=-8e8349ab7cddfda6 --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-e0dd5a6a658e3d65.rmeta --cap-lints allow`
9752024-12-31T16:24:35.625Z Compiling serde_derive v1.0.216
9762024-12-31T16:24:35.625Z Compiling zerocopy-derive v0.8.13
9772024-12-31T16:24:35.628Z 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=efed9820dd560e91 -C extra-filename=-efed9820dd560e91 --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-e0dd5a6a658e3d65.rlib --extern proc_macro --cap-lints allow`
9782024-12-31T16:24:35.628Z 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=bef8114f8c33237b -C extra-filename=-bef8114f8c33237b --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-e0dd5a6a658e3d65.rlib --extern proc_macro --cap-lints allow`
9792024-12-31T16:24:35.967Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
9802024-12-31T16:24:35.970Z 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=97a4f4f9410dc799 -C extra-filename=-97a4f4f9410dc799 --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-e0dd5a6a658e3d65.rlib --extern proc_macro`
9812024-12-31T16:24:36.763Z Compiling darling_macro v0.20.10
9822024-12-31T16:24:36.766Z 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=4a462e04ec6a835c -C extra-filename=-4a462e04ec6a835c --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-8e8349ab7cddfda6.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-ce75eac782dac26a.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-e0dd5a6a658e3d65.rlib --extern proc_macro --cap-lints allow`
9832024-12-31T16:24:38.045Z Compiling darling v0.20.10
9842024-12-31T16:24:38.048Z 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=f48af8fc06a08eaa -C extra-filename=-f48af8fc06a08eaa --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-8e8349ab7cddfda6.rmeta --extern darling_macro=/work/oxidecomputer/opte/target/release/deps/libdarling_macro-4a462e04ec6a835c.so --cap-lints allow`
9852024-12-31T16:24:38.109Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
9862024-12-31T16:24:38.111Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
9872024-12-31T16:24:38.112Z 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=497f68e2fe41eaf5 -C extra-filename=-497f68e2fe41eaf5 --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-f48af8fc06a08eaa.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-e0dd5a6a658e3d65.rlib --extern proc_macro --cap-lints allow`
9882024-12-31T16:24:38.112Z 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=cab3ac2555b4274d -C extra-filename=-cab3ac2555b4274d --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-f48af8fc06a08eaa.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-e0dd5a6a658e3d65.rlib --extern proc_macro`
9892024-12-31T16:24:47.254Z 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)
9902024-12-31T16:24:47.257Z 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`
9912024-12-31T16:24:47.295Z 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)'`
9922024-12-31T16:24:48.070Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
9932024-12-31T16:24:48.070Z 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`
9942024-12-31T16:24:51.082Z Compiling byteorder v1.5.0
9952024-12-31T16:24:51.082Z Compiling macaddr v1.0.1
9962024-12-31T16:24:51.086Z Compiling stable_deref_trait v1.2.0
9972024-12-31T16:24:51.086Z Compiling cfg-if v1.0.0
9982024-12-31T16:24:51.086Z Compiling bitflags v1.3.2
9992024-12-31T16:24:51.086Z 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=c2431c31e459e0e0 -C extra-filename=-c2431c31e459e0e0 --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-efed9820dd560e91.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)'`
10002024-12-31T16:24:51.086Z 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`
10012024-12-31T16:24:51.086Z 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=75061e15bd142b0d -C extra-filename=-75061e15bd142b0d --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-bef8114f8c33237b.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)'`
10022024-12-31T16:24:51.086Z 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`
10032024-12-31T16:24:51.089Z 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`
10042024-12-31T16:24:51.089Z 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`
10052024-12-31T16:24:51.089Z 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`
10062024-12-31T16:24:51.160Z Compiling cobs v0.2.3
10072024-12-31T16:24:51.163Z 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`
10082024-12-31T16:24:51.167Z Compiling managed v0.8.0
10092024-12-31T16:24:51.173Z 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`
10102024-12-31T16:24:51.176Z 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`
10112024-12-31T16:24:51.435Z Compiling hash32 v0.3.1
10122024-12-31T16:24:51.438Z 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`
10132024-12-31T16:24:51.485Z 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-31T16:24:51.507Z Compiling crc32fast v1.4.2
10152024-12-31T16:24:51.510Z 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`
10162024-12-31T16:24:51.517Z Compiling dyn-clone v1.0.17
10172024-12-31T16:24:51.520Z 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`
10182024-12-31T16:24:51.633Z 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`
10192024-12-31T16:24:51.635Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10202024-12-31T16:24:51.635Z 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`
10212024-12-31T16:24:52.381Z 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`
10222024-12-31T16:24:53.495Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
10232024-12-31T16:24:53.497Z 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=e2e10eef12a6ff0c -C extra-filename=-e2e10eef12a6ff0c --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-497f68e2fe41eaf5.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-75061e15bd142b0d.rmeta -Z unstable-options --cap-lints allow`
10242024-12-31T16:24:54.711Z Compiling bitflags v2.6.0
10252024-12-31T16:24:54.711Z Compiling postcard v1.1.1
10262024-12-31T16:24:54.711Z Compiling uuid v1.11.0
10272024-12-31T16:24:54.714Z 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 --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=da93aa6fe24a42c1 -C extra-filename=-da93aa6fe24a42c1 --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-c2431c31e459e0e0.rmeta -Z unstable-options --cap-lints allow`
10282024-12-31T16:24:54.714Z 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=dc8cc9e9a9fbce0e -C extra-filename=-dc8cc9e9a9fbce0e --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-c2431c31e459e0e0.rmeta -Z unstable-options --cap-lints allow`
10292024-12-31T16:24:54.715Z 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=4b886ad1f244a8c4 -C extra-filename=-4b886ad1f244a8c4 --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-c2431c31e459e0e0.rmeta -Z unstable-options --cap-lints allow`
10302024-12-31T16:24:54.998Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
10312024-12-31T16:24:55.002Z 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=b6f4b9146900cb80 -C extra-filename=-b6f4b9146900cb80 --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-da93aa6fe24a42c1.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`
10322024-12-31T16:24:55.036Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
10332024-12-31T16:24:55.039Z 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=41a2f8d1e7490693 -C extra-filename=-41a2f8d1e7490693 --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-da93aa6fe24a42c1.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-497f68e2fe41eaf5.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot_types-e2e10eef12a6ff0c.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-c2431c31e459e0e0.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-75061e15bd142b0d.rmeta -Z unstable-options --cap-lints allow`
10342024-12-31T16:24:56.670Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
10352024-12-31T16:24:56.673Z 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=a75aa9c25bdf0dbc -C extra-filename=-a75aa9c25bdf0dbc --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-b6f4b9146900cb80.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-41a2f8d1e7490693.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-4b886ad1f244a8c4.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-c2431c31e459e0e0.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta -Z unstable-options`
10362024-12-31T16:24:57.427Z 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=0f0489194201e412 -C extra-filename=-0f0489194201e412 --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-da93aa6fe24a42c1.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-cab3ac2555b4274d.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-b6f4b9146900cb80.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-41a2f8d1e7490693.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-97a4f4f9410dc799.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte_api-a75aa9c25bdf0dbc.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-4b886ad1f244a8c4.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-c2431c31e459e0e0.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-75061e15bd142b0d.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
10372024-12-31T16:25:02.099Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
10382024-12-31T16:25:02.102Z 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=ac03c4c1678f6401 -C extra-filename=-ac03c4c1678f6401 --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-b6f4b9146900cb80.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-0f0489194201e412.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-c2431c31e459e0e0.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-dc8cc9e9a9fbce0e.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-75061e15bd142b0d.rmeta -Z unstable-options`
10392024-12-31T16:25:06.024Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
10402024-12-31T16:25:06.027Z 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=a66c9cbe3ccffff1 -C extra-filename=-a66c9cbe3ccffff1 --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-da93aa6fe24a42c1.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-b6f4b9146900cb80.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-41a2f8d1e7490693.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-0f0489194201e412.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liboxide_vpc-ac03c4c1678f6401.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-4b886ad1f244a8c4.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-c2431c31e459e0e0.rlib -Z unstable-options`
10412024-12-31T16:25:08.301Zwarning: creating a mutable reference to mutable static is discouraged
10422024-12-31T16:25:08.302Z --> xde/src/xde.rs:458:5
10432024-12-31T16:25:08.302Z |
10442024-12-31T16:25:08.302Z458 | xde_devs.init(KRwLockType::Driver);
10452024-12-31T16:25:08.302Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
10462024-12-31T16:25:08.302Z |
10472024-12-31T16:25:08.302Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10482024-12-31T16:25:08.302Z = 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
10492024-12-31T16:25:08.302Z = note: `#[warn(static_mut_refs)]` on by default
10502024-12-31T16:25:08.302Z
10512024-12-31T16:25:08.306Zwarning: creating a shared reference to mutable static is discouraged
10522024-12-31T16:25:08.306Z --> xde/src/xde.rs:782:25
10532024-12-31T16:25:08.306Z |
10542024-12-31T16:25:08.306Z782 | let devs = unsafe { xde_devs.read() };
10552024-12-31T16:25:08.306Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
10562024-12-31T16:25:08.306Z |
10572024-12-31T16:25:08.306Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10582024-12-31T16:25:08.306Z = 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
10592024-12-31T16:25:08.306Z
10602024-12-31T16:25:08.306Zwarning: creating a shared reference to mutable static is discouraged
10612024-12-31T16:25:08.306Z --> xde/src/xde.rs:810:29
10622024-12-31T16:25:08.306Z |
10632024-12-31T16:25:08.306Z810 | let mut devs = unsafe { xde_devs.write() };
10642024-12-31T16:25:08.306Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
10652024-12-31T16:25:08.306Z |
10662024-12-31T16:25:08.306Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10672024-12-31T16:25:08.306Z = 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
10682024-12-31T16:25:08.306Z
10692024-12-31T16:25:08.306Zwarning: creating a shared reference to mutable static is discouraged
10702024-12-31T16:25:08.306Z --> xde/src/xde.rs:944:29
10712024-12-31T16:25:08.306Z |
10722024-12-31T16:25:08.306Z944 | let mut devs = unsafe { xde_devs.write() };
10732024-12-31T16:25:08.306Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
10742024-12-31T16:25:08.306Z |
10752024-12-31T16:25:08.306Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10762024-12-31T16:25:08.306Z = 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
10772024-12-31T16:25:08.306Z
10782024-12-31T16:25:08.307Zwarning: creating a shared reference to mutable static is discouraged
10792024-12-31T16:25:08.307Z --> xde/src/xde.rs:1032:18
10802024-12-31T16:25:08.307Z |
10812024-12-31T16:25:08.307Z1032 | if unsafe { !xde_devs.read().is_empty() } {
10822024-12-31T16:25:08.307Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
10832024-12-31T16:25:08.307Z |
10842024-12-31T16:25:08.307Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10852024-12-31T16:25:08.307Z = 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
10862024-12-31T16:25:08.307Z
10872024-12-31T16:25:08.307Zwarning: creating a shared reference to mutable static is discouraged
10882024-12-31T16:25:08.307Z --> xde/src/xde.rs:1359:9
10892024-12-31T16:25:08.307Z |
10902024-12-31T16:25:08.307Z1359 | if !xde_devs.read().is_empty() {
10912024-12-31T16:25:08.307Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
10922024-12-31T16:25:08.307Z |
10932024-12-31T16:25:08.307Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10942024-12-31T16:25:08.307Z = 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
10952024-12-31T16:25:08.307Z
10962024-12-31T16:25:08.311Zwarning: creating a shared reference to mutable static is discouraged
10972024-12-31T16:25:08.311Z --> xde/src/xde.rs:1816:37
10982024-12-31T16:25:08.311Z |
10992024-12-31T16:25:08.311Z1816 | let devs = unsafe { xde_devs.read() };
11002024-12-31T16:25:08.311Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11012024-12-31T16:25:08.311Z |
11022024-12-31T16:25:08.311Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11032024-12-31T16:25:08.311Z = 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
11042024-12-31T16:25:08.311Z
11052024-12-31T16:25:08.311Zwarning: creating a shared reference to mutable static is discouraged
11062024-12-31T16:25:08.311Z --> xde/src/xde.rs:2142:16
11072024-12-31T16:25:08.311Z |
11082024-12-31T16:25:08.311Z2142 | let devs = xde_devs.read();
11092024-12-31T16:25:08.311Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11102024-12-31T16:25:08.311Z |
11112024-12-31T16:25:08.311Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11122024-12-31T16:25:08.311Z = 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
11132024-12-31T16:25:08.311Z
11142024-12-31T16:25:08.311Zwarning: creating a shared reference to mutable static is discouraged
11152024-12-31T16:25:08.311Z --> xde/src/xde.rs:2191:25
11162024-12-31T16:25:08.311Z |
11172024-12-31T16:25:08.311Z2191 | let devs = unsafe { xde_devs.read() };
11182024-12-31T16:25:08.312Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11192024-12-31T16:25:08.312Z |
11202024-12-31T16:25:08.312Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11212024-12-31T16:25:08.312Z = 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
11222024-12-31T16:25:08.312Z
11232024-12-31T16:25:08.312Zwarning: creating a shared reference to mutable static is discouraged
11242024-12-31T16:25:08.312Z --> xde/src/xde.rs:2204:25
11252024-12-31T16:25:08.312Z |
11262024-12-31T16:25:08.312Z2204 | let devs = unsafe { xde_devs.read() };
11272024-12-31T16:25:08.312Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11282024-12-31T16:25:08.312Z |
11292024-12-31T16:25:08.312Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11302024-12-31T16:25:08.312Z = 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
11312024-12-31T16:25:08.312Z
11322024-12-31T16:25:08.312Zwarning: creating a shared reference to mutable static is discouraged
11332024-12-31T16:25:08.312Z --> xde/src/xde.rs:2215:25
11342024-12-31T16:25:08.312Z |
11352024-12-31T16:25:08.312Z2215 | let devs = unsafe { xde_devs.read() };
11362024-12-31T16:25:08.312Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11372024-12-31T16:25:08.312Z |
11382024-12-31T16:25:08.312Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11392024-12-31T16:25:08.312Z = 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
11402024-12-31T16:25:08.312Z
11412024-12-31T16:25:08.312Zwarning: creating a shared reference to mutable static is discouraged
11422024-12-31T16:25:08.312Z --> xde/src/xde.rs:2227:25
11432024-12-31T16:25:08.312Z |
11442024-12-31T16:25:08.312Z2227 | let devs = unsafe { xde_devs.read() };
11452024-12-31T16:25:08.312Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11462024-12-31T16:25:08.312Z |
11472024-12-31T16:25:08.312Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11482024-12-31T16:25:08.312Z = 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
11492024-12-31T16:25:08.312Z
11502024-12-31T16:25:08.312Zwarning: creating a shared reference to mutable static is discouraged
11512024-12-31T16:25:08.312Z --> xde/src/xde.rs:2239:25
11522024-12-31T16:25:08.312Z |
11532024-12-31T16:25:08.312Z2239 | let devs = unsafe { xde_devs.read() };
11542024-12-31T16:25:08.312Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11552024-12-31T16:25:08.312Z |
11562024-12-31T16:25:08.312Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11572024-12-31T16:25:08.313Z = 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
11582024-12-31T16:25:08.313Z
11592024-12-31T16:25:08.313Zwarning: creating a shared reference to mutable static is discouraged
11602024-12-31T16:25:08.313Z --> xde/src/xde.rs:2303:25
11612024-12-31T16:25:08.313Z |
11622024-12-31T16:25:08.313Z2303 | let devs = unsafe { xde_devs.read() };
11632024-12-31T16:25:08.313Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11642024-12-31T16:25:08.313Z |
11652024-12-31T16:25:08.313Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11662024-12-31T16:25:08.313Z = 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
11672024-12-31T16:25:08.313Z
11682024-12-31T16:25:08.313Zwarning: creating a shared reference to mutable static is discouraged
11692024-12-31T16:25:08.313Z --> xde/src/xde.rs:2314:25
11702024-12-31T16:25:08.313Z |
11712024-12-31T16:25:08.313Z2314 | let devs = unsafe { xde_devs.read() };
11722024-12-31T16:25:08.313Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11732024-12-31T16:25:08.313Z |
11742024-12-31T16:25:08.313Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11752024-12-31T16:25:08.313Z = 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
11762024-12-31T16:25:08.313Z
11772024-12-31T16:25:08.313Zwarning: creating a shared reference to mutable static is discouraged
11782024-12-31T16:25:08.313Z --> xde/src/xde.rs:2326:25
11792024-12-31T16:25:08.313Z |
11802024-12-31T16:25:08.313Z2326 | let devs = unsafe { xde_devs.read() };
11812024-12-31T16:25:08.313Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11822024-12-31T16:25:08.313Z |
11832024-12-31T16:25:08.313Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11842024-12-31T16:25:08.313Z = 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
11852024-12-31T16:25:08.313Z
11862024-12-31T16:25:08.313Zwarning: creating a shared reference to mutable static is discouraged
11872024-12-31T16:25:08.313Z --> xde/src/xde.rs:2340:25
11882024-12-31T16:25:08.313Z |
11892024-12-31T16:25:08.313Z2340 | let devs = unsafe { xde_devs.read() };
11902024-12-31T16:25:08.313Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11912024-12-31T16:25:08.313Z |
11922024-12-31T16:25:08.313Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11932024-12-31T16:25:08.313Z = 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
11942024-12-31T16:25:08.313Z
11952024-12-31T16:25:08.313Zwarning: creating a shared reference to mutable static is discouraged
11962024-12-31T16:25:08.317Z --> xde/src/xde.rs:2353:25
11972024-12-31T16:25:08.317Z |
11982024-12-31T16:25:08.317Z2353 | let devs = unsafe { xde_devs.read() };
11992024-12-31T16:25:08.317Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
12002024-12-31T16:25:08.317Z |
12012024-12-31T16:25:08.317Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12022024-12-31T16:25:08.317Z = 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
12032024-12-31T16:25:08.317Z
12042024-12-31T16:25:08.317Zwarning: creating a shared reference to mutable static is discouraged
12052024-12-31T16:25:08.317Z --> xde/src/xde.rs:2366:25
12062024-12-31T16:25:08.317Z |
12072024-12-31T16:25:08.317Z2366 | let devs = unsafe { xde_devs.read() };
12082024-12-31T16:25:08.317Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
12092024-12-31T16:25:08.317Z |
12102024-12-31T16:25:08.317Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12112024-12-31T16:25:08.317Z = 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
12122024-12-31T16:25:08.317Z
12132024-12-31T16:25:08.317Zwarning: creating a shared reference to mutable static is discouraged
12142024-12-31T16:25:08.317Z --> xde/src/xde.rs:2377:25
12152024-12-31T16:25:08.317Z |
12162024-12-31T16:25:08.317Z2377 | let devs = unsafe { xde_devs.read() };
12172024-12-31T16:25:08.317Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
12182024-12-31T16:25:08.317Z |
12192024-12-31T16:25:08.317Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12202024-12-31T16:25:08.317Z = 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
12212024-12-31T16:25:08.317Z
12222024-12-31T16:25:08.317Zwarning: creating a shared reference to mutable static is discouraged
12232024-12-31T16:25:08.317Z --> xde/src/xde.rs:2389:25
12242024-12-31T16:25:08.317Z |
12252024-12-31T16:25:08.317Z2389 | let devs = unsafe { xde_devs.read() };
12262024-12-31T16:25:08.317Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
12272024-12-31T16:25:08.317Z |
12282024-12-31T16:25:08.317Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12292024-12-31T16:25:08.317Z = 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
12302024-12-31T16:25:08.317Z
12312024-12-31T16:25:08.317Zwarning: creating a shared reference to mutable static is discouraged
12322024-12-31T16:25:08.318Z --> xde/src/xde.rs:2404:25
12332024-12-31T16:25:08.318Z |
12342024-12-31T16:25:08.318Z2404 | let devs = unsafe { xde_devs.read() };
12352024-12-31T16:25:08.318Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
12362024-12-31T16:25:08.318Z |
12372024-12-31T16:25:08.318Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12382024-12-31T16:25:08.318Z = 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
12392024-12-31T16:25:08.318Z
12402024-12-31T16:25:08.318Zwarning: creating a shared reference to mutable static is discouraged
12412024-12-31T16:25:08.318Z --> xde/src/xde.rs:2418:25
12422024-12-31T16:25:08.318Z |
12432024-12-31T16:25:08.318Z2418 | let devs = unsafe { xde_devs.read() };
12442024-12-31T16:25:08.318Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
12452024-12-31T16:25:08.318Z |
12462024-12-31T16:25:08.318Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12472024-12-31T16:25:08.318Z = 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
12482024-12-31T16:25:08.318Z
12492024-12-31T16:25:33.713Zwarning: `xde` (lib) generated 23 warnings
12502024-12-31T16:25:33.713Z Finished `release` profile [optimized + debuginfo] target(s) in 1m 07s
12512024-12-31T16:25:33.743Z+ 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
12522024-12-31T16:25:34.431Z+ pushd xde-link
12532024-12-31T16:25:34.434Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde
12542024-12-31T16:25:34.434Z+ cargo -v build --release
12552024-12-31T16:25:34.576Z Compiling compiler_builtins v0.1.138
12562024-12-31T16:25:34.576Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
12572024-12-31T16:25:34.576Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
12582024-12-31T16:25:34.579Z Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build`
12592024-12-31T16:25:34.579Z 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`
12602024-12-31T16:25:34.579Z 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`
12612024-12-31T16:25:34.818Z Running `/work/oxidecomputer/opte/target/release/build/xde-link-5f308dfab30c2146/build-script-build`
12622024-12-31T16:25:50.983Z 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)
12632024-12-31T16:25:50.986Z 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`
12642024-12-31T16:25:51.025Z 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)'`
12652024-12-31T16:25:51.805Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
12662024-12-31T16:25:51.808Z 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`
12672024-12-31T16:25:55.101Z 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`
12682024-12-31T16:25:55.414Z Finished `release` profile [optimized + debuginfo] target(s) in 20.93s
12692024-12-31T16:25:55.437Z+ set +e
12702024-12-31T16:25:55.442Z+ nm ../../target/i686-unknown-illumos/release/libxde_link.so
12712024-12-31T16:25:55.442Z+ grep panicking
12722024-12-31T16:25:55.445Z+ '[' 1 -eq 0 ']'
12732024-12-31T16:25:55.445Z+ popd
12742024-12-31T16:25:55.445Z/work/oxidecomputer/opte/xde
12752024-12-31T16:25:55.445Z
12762024-12-31T16:25:55.445Zreal 1:29.301827999
12772024-12-31T16:25:55.445Zuser 3:20.274654780
12782024-12-31T16:25:55.445Zsys 14.602428167
12792024-12-31T16:25:55.445Ztrap 0.065834401
12802024-12-31T16:25:55.445Ztflt 0.225594459
12812024-12-31T16:25:55.445Zdflt 0.574516266
12822024-12-31T16:25:55.445Zkflt 0.000039647
12832024-12-31T16:25:55.445Zlock 7:49.560403479
12842024-12-31T16:25:55.445Zslp 10:04.817853527
12852024-12-31T16:25:55.445Zlat 2.795522773
12862024-12-31T16:25:55.445Zstop 4.713983734
12872024-12-31T16:25:55.445Z+ popd
12882024-12-31T16:25:55.445Z/work/oxidecomputer/opte
12892024-12-31T16:25:55.448Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
12902024-12-31T16:25:55.448Z+ grep GOTPCREL
12912024-12-31T16:25:57.969Z+ elfdump target/x86_64-unknown-unknown/release/xde
12922024-12-31T16:25:57.972Z+ grep GOTPCREL
12932024-12-31T16:25:59.374Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
12942024-12-31T16:25:59.432Z+ sha256sum /work/debug/xde.dbg
12952024-12-31T16:25:59.588Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
12962024-12-31T16:25:59.590Z+ sha256sum /work/debug/xde_link.dbg.so
12972024-12-31T16:25:59.594Z+ cp target/x86_64-unknown-unknown/release/xde /work/release/
12982024-12-31T16:25:59.635Z+ sha256sum /work/release/xde
12992024-12-31T16:25:59.666Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
13002024-12-31T16:25:59.669Z+ sha256sum /work/release/xde_link.so
13012024-12-31T16:25:59.672Z+ header 'build xde integration tests'
13022024-12-31T16:25:59.674Z+ echo '# ==== build xde integration tests ==== #'
13032024-12-31T16:25:59.674Z# ==== build xde integration tests ==== #
13042024-12-31T16:25:59.674Z+ pushd xde-tests
13052024-12-31T16:25:59.674Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
13062024-12-31T16:25:59.674Z+ cargo +nightly-2024-11-18 fmt -- --check
13072024-12-31T16:25:59.834Z+ cargo clippy --all-targets
13082024-12-31T16:26:00.163Z Downloading crates ...
13092024-12-31T16:26:00.247Z Downloaded anstream v0.6.18
13102024-12-31T16:26:00.251Z Downloaded dirs-sys-next v0.1.2
13112024-12-31T16:26:00.254Z Downloaded colorchoice v1.0.3
13122024-12-31T16:26:00.257Z Downloaded autocfg v1.4.0
13132024-12-31T16:26:00.267Z Downloaded foreign-types-shared v0.3.1
13142024-12-31T16:26:00.270Z Downloaded cstr-argument v0.1.2
13152024-12-31T16:26:00.270Z Downloaded foreign-types v0.5.0
13162024-12-31T16:26:00.274Z Downloaded equivalent v1.0.1
13172024-12-31T16:26:00.284Z Downloaded pretty-hex v0.2.1
13182024-12-31T16:26:00.294Z Downloaded time-core v0.1.2
13192024-12-31T16:26:00.308Z Downloaded num-conv v0.1.0
13202024-12-31T16:26:00.317Z Downloaded anstyle-query v1.1.2
13212024-12-31T16:26:00.320Z Downloaded clap_lex v0.7.4
13222024-12-31T16:26:00.326Z Downloaded anstyle v1.0.10
13232024-12-31T16:26:00.328Z Downloaded dirs-next v2.0.0
13242024-12-31T16:26:00.331Z Downloaded foreign-types-macros v0.2.3
13252024-12-31T16:26:00.331Z Downloaded anstyle-parse v0.2.6
13262024-12-31T16:26:00.334Z Downloaded errno v0.3.10
13272024-12-31T16:26:00.337Z Downloaded rand_chacha v0.3.1
13282024-12-31T16:26:00.337Z Downloaded num_enum v0.5.11
13292024-12-31T16:26:00.346Z Downloaded scopeguard v1.2.0
13302024-12-31T16:26:00.348Z Downloaded slog-stdlog v4.1.1
13312024-12-31T16:26:00.348Z Downloaded heck v0.4.1
13322024-12-31T16:26:00.351Z Downloaded powerfmt v0.2.0
13332024-12-31T16:26:00.351Z Downloaded is_terminal_polyfill v1.70.1
13342024-12-31T16:26:00.356Z Downloaded tokio-macros v2.4.0
13352024-12-31T16:26:00.359Z Downloaded signal-hook-registry v1.4.2
13362024-12-31T16:26:00.359Z Downloaded lazy_static v1.5.0
13372024-12-31T16:26:00.364Z Downloaded ipnetwork v0.20.0
13382024-12-31T16:26:00.367Z Downloaded toml_datetime v0.6.8
13392024-12-31T16:26:00.369Z Downloaded heck v0.5.0
13402024-12-31T16:26:00.369Z Downloaded thread_local v1.1.8
13412024-12-31T16:26:00.372Z Downloaded terminal_size v0.4.1
13422024-12-31T16:26:00.372Z Downloaded proc-macro-error-attr v1.0.4
13432024-12-31T16:26:00.375Z Downloaded itoa v1.0.14
13442024-12-31T16:26:00.378Z Downloaded schemars_derive v0.8.21
13452024-12-31T16:26:00.380Z Downloaded tabwriter v1.4.0
13462024-12-31T16:26:00.380Z Downloaded rand_core v0.6.4
13472024-12-31T16:26:00.383Z Downloaded thiserror-impl v1.0.69
13482024-12-31T16:26:00.383Z Downloaded ppv-lite86 v0.2.20
13492024-12-31T16:26:00.386Z Downloaded num_enum_derive v0.5.11
13502024-12-31T16:26:00.386Z Downloaded is-terminal v0.4.13
13512024-12-31T16:26:00.386Z Downloaded clap v4.5.23
13522024-12-31T16:26:00.394Z Downloaded slog-envlogger v2.2.0
13532024-12-31T16:26:00.397Z Downloaded slog-async v2.8.0
13542024-12-31T16:26:00.397Z Downloaded clap_derive v4.5.18
13552024-12-31T16:26:00.400Z Downloaded utf8parse v0.2.2
13562024-12-31T16:26:00.402Z Downloaded take_mut v0.2.2
13572024-12-31T16:26:00.402Z Downloaded slog-scope v4.4.0
13582024-12-31T16:26:00.402Z Downloaded deranged v0.3.11
13592024-12-31T16:26:00.405Z Downloaded colored v2.2.0
13602024-12-31T16:26:00.411Z Downloaded serde_derive_internals v0.29.1
13612024-12-31T16:26:00.414Z Downloaded proc-macro-crate v1.3.1
13622024-12-31T16:26:00.427Z Downloaded time-macros v0.2.19
13632024-12-31T16:26:00.429Z Downloaded getrandom v0.2.15
13642024-12-31T16:26:00.432Z Downloaded thiserror v1.0.69
13652024-12-31T16:26:00.440Z Downloaded proc-macro-error v1.0.4
13662024-12-31T16:26:00.444Z Downloaded zerocopy-derive v0.7.35
13672024-12-31T16:26:00.446Z Downloaded ryu v1.0.18
13682024-12-31T16:26:00.449Z Downloaded term v0.7.0
13692024-12-31T16:26:00.452Z Downloaded log v0.4.22
13702024-12-31T16:26:00.455Z Downloaded crossbeam-utils v0.8.21
13712024-12-31T16:26:00.458Z Downloaded tracing-attributes v0.1.28
13722024-12-31T16:26:00.458Z Downloaded slog-term v2.9.1
13732024-12-31T16:26:00.460Z Downloaded parking_lot v0.12.3
13742024-12-31T16:26:00.464Z Downloaded pin-project-lite v0.2.15
13752024-12-31T16:26:00.467Z Downloaded smallvec v1.13.2
13762024-12-31T16:26:00.469Z Downloaded lock_api v0.4.12
13772024-12-31T16:26:00.472Z Downloaded socket2 v0.5.8
13782024-12-31T16:26:00.474Z Downloaded once_cell v1.20.2
13792024-12-31T16:26:00.477Z Downloaded bytes v1.9.0
13802024-12-31T16:26:00.479Z Downloaded arc-swap v1.7.1
13812024-12-31T16:26:00.482Z Downloaded slog v2.7.0
13822024-12-31T16:26:00.485Z Downloaded anyhow v1.0.95
13832024-12-31T16:26:00.489Z Downloaded schemars v0.8.21
13842024-12-31T16:26:00.500Z Downloaded parking_lot_core v0.9.10
13852024-12-31T16:26:00.505Z Downloaded indexmap v2.7.0
13862024-12-31T16:26:00.521Z Downloaded tracing-core v0.1.33
13872024-12-31T16:26:00.532Z Downloaded tracing v0.1.41
13882024-12-31T16:26:00.537Z Downloaded mio v1.0.3
13892024-12-31T16:26:00.543Z Downloaded rand v0.8.5
13902024-12-31T16:26:00.546Z Downloaded toml_edit v0.19.15
13912024-12-31T16:26:00.562Z Downloaded time v0.3.37
13922024-12-31T16:26:00.570Z Downloaded crossbeam-channel v0.5.14
13932024-12-31T16:26:00.574Z Downloaded hashbrown v0.15.2
13942024-12-31T16:26:00.580Z Downloaded serde_json v1.0.134
13952024-12-31T16:26:00.587Z Downloaded zerocopy v0.7.35
13962024-12-31T16:26:00.603Z Downloaded itertools v0.12.1
13972024-12-31T16:26:00.610Z Downloaded winnow v0.6.20
13982024-12-31T16:26:00.619Z Downloaded winnow v0.5.40
13992024-12-31T16:26:00.627Z Downloaded clap_builder v4.5.23
14002024-12-31T16:26:00.634Z Downloaded syn v1.0.109
14012024-12-31T16:26:00.669Z Downloaded rustix v0.38.42
14022024-12-31T16:26:00.745Z Downloaded libc v0.2.169
14032024-12-31T16:26:00.770Z Downloaded tokio v1.42.0
14042024-12-31T16:26:00.909Z Compiling proc-macro2 v1.0.92
14052024-12-31T16:26:00.909Z Compiling unicode-ident v1.0.14
14062024-12-31T16:26:00.912Z Compiling libc v0.2.169
14072024-12-31T16:26:00.912Z Checking cfg-if v1.0.0
14082024-12-31T16:26:00.912Z Compiling serde v1.0.216
14092024-12-31T16:26:00.912Z Compiling version_check v0.9.5
14102024-12-31T16:26:00.912Z Compiling syn v1.0.109
14112024-12-31T16:26:00.912Z Checking byteorder v1.5.0
14122024-12-31T16:26:01.038Z Checking memchr v2.7.4
14132024-12-31T16:26:01.167Z Compiling strsim v0.11.1
14142024-12-31T16:26:01.242Z Compiling ident_case v1.0.1
14152024-12-31T16:26:01.410Z Compiling fnv v1.0.7
14162024-12-31T16:26:01.532Z Compiling hashbrown v0.15.2
14172024-12-31T16:26:01.608Z Checking itoa v1.0.14
14182024-12-31T16:26:01.611Z Compiling equivalent v1.0.1
14192024-12-31T16:26:01.623Z Compiling autocfg v1.4.0
14202024-12-31T16:26:01.711Z Checking once_cell v1.20.2
14212024-12-31T16:26:01.808Z Compiling toml_datetime v0.6.8
14222024-12-31T16:26:01.940Z Compiling anyhow v1.0.95
14232024-12-31T16:26:01.994Z Compiling parking_lot_core v0.9.10
14242024-12-31T16:26:02.183Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14252024-12-31T16:26:02.408Z Compiling lock_api v0.4.12
14262024-12-31T16:26:02.463Z Compiling regex-syntax v0.8.5
14272024-12-31T16:26:02.525Z Compiling winnow v0.5.40
14282024-12-31T16:26:02.564Z Compiling indexmap v2.7.0
14292024-12-31T16:26:02.760Z Compiling quote v1.0.37
14302024-12-31T16:26:02.768Z Compiling aho-corasick v1.1.3
14312024-12-31T16:26:03.124Z Compiling syn v2.0.91
14322024-12-31T16:26:03.202Z Checking smallvec v1.13.2
14332024-12-31T16:26:03.523Z Compiling either v1.13.0
14342024-12-31T16:26:03.662Z Compiling serde_json v1.0.134
14352024-12-31T16:26:03.713Z Checking dyn-clone v1.0.17
14362024-12-31T16:26:03.844Z Checking scopeguard v1.2.0
14372024-12-31T16:26:03.877Z Compiling zerocopy v0.8.13
14382024-12-31T16:26:03.955Z Compiling thiserror v1.0.69
14392024-12-31T16:26:04.040Z Checking lazy_static v1.5.0
14402024-12-31T16:26:04.506Z Compiling itertools v0.13.0
14412024-12-31T16:26:04.823Z Checking getrandom v0.2.15
14422024-12-31T16:26:04.978Z Compiling schemars v0.8.21
14432024-12-31T16:26:05.369Z Checking ryu v1.0.18
14442024-12-31T16:26:05.397Z Checking pin-project-lite v0.2.15
14452024-12-31T16:26:05.510Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14462024-12-31T16:26:05.593Z Compiling toml_edit v0.19.15
14472024-12-31T16:26:05.796Z Compiling heapless v0.8.0
14482024-12-31T16:26:05.855Z Compiling regex-automata v0.4.9
14492024-12-31T16:26:06.685Z Checking rand_core v0.6.4
14502024-12-31T16:26:06.710Z Checking parking_lot v0.12.3
14512024-12-31T16:26:06.955Z Checking signal-hook-registry v1.4.2
14522024-12-31T16:26:07.035Z Checking mio v1.0.3
14532024-12-31T16:26:07.191Z Checking socket2 v0.5.8
14542024-12-31T16:26:07.405Z Checking hash32 v0.3.1
14552024-12-31T16:26:07.563Z Checking bytes v1.9.0
14562024-12-31T16:26:07.620Z Compiling slog v2.7.0
14572024-12-31T16:26:07.641Z Checking stable_deref_trait v1.2.0
14582024-12-31T16:26:07.731Z Checking macaddr v1.0.1
14592024-12-31T16:26:07.878Z Checking foreign-types-shared v0.3.1
14602024-12-31T16:26:07.977Z Compiling smoltcp v0.11.0
14612024-12-31T16:26:08.128Z Compiling proc-macro-crate v1.3.1
14622024-12-31T16:26:08.608Z Checking tracing-core v0.1.33
14632024-12-31T16:26:08.625Z Checking cstr-argument v0.1.2
14642024-12-31T16:26:08.763Z Compiling proc-macro-error-attr v1.0.4
14652024-12-31T16:26:08.786Z Checking pretty-hex v0.2.1
14662024-12-31T16:26:08.866Z Checking bitflags v1.3.2
14672024-12-31T16:26:08.931Z Checking managed v0.8.0
14682024-12-31T16:26:08.950Z Checking cobs v0.2.3
14692024-12-31T16:26:09.122Z Compiling rustix v0.38.42
14702024-12-31T16:26:09.199Z Checking colored v2.2.0
14712024-12-31T16:26:09.545Z Compiling darling_core v0.20.10
14722024-12-31T16:26:09.572Z Compiling regex v1.11.1
14732024-12-31T16:26:09.786Z Compiling serde_derive_internals v0.29.1
14742024-12-31T16:26:10.945Z Checking errno v0.3.10
14752024-12-31T16:26:11.064Z Compiling proc-macro-error v1.0.4
14762024-12-31T16:26:11.114Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
14772024-12-31T16:26:11.447Z Checking unicode-width v0.1.14
14782024-12-31T16:26:11.527Z Checking utf8parse v0.2.2
14792024-12-31T16:26:11.661Z Compiling crossbeam-utils v0.8.21
14802024-12-31T16:26:11.765Z Checking winnow v0.6.20
14812024-12-31T16:26:11.901Z Checking tabwriter v1.4.0
14822024-12-31T16:26:12.122Z Checking anstyle-parse v0.2.6
14832024-12-31T16:26:12.374Z Checking dirs-sys-next v0.1.2
14842024-12-31T16:26:12.547Z Checking crc32fast v1.4.2
14852024-12-31T16:26:12.743Z Checking anstyle v1.0.10
14862024-12-31T16:26:12.751Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
14872024-12-31T16:26:12.801Z Compiling num_enum_derive v0.5.11
14882024-12-31T16:26:12.989Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
14892024-12-31T16:26:13.075Z Compiling num-conv v0.1.0
14902024-12-31T16:26:13.097Z Checking anstyle-query v1.1.2
14912024-12-31T16:26:13.208Z Checking powerfmt v0.2.0
14922024-12-31T16:26:13.321Z Compiling time-core v0.1.2
14932024-12-31T16:26:13.454Z Checking is_terminal_polyfill v1.70.1
14942024-12-31T16:26:13.484Z Compiling thiserror v2.0.9
14952024-12-31T16:26:13.561Z Checking colorchoice v1.0.3
14962024-12-31T16:26:13.688Z Checking anstream v0.6.18
14972024-12-31T16:26:13.864Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
14982024-12-31T16:26:13.963Z Compiling serde_derive v1.0.216
14992024-12-31T16:26:13.999Z Compiling zerocopy-derive v0.7.35
15002024-12-31T16:26:14.038Z Compiling thiserror-impl v1.0.69
15012024-12-31T16:26:14.051Z Compiling zerocopy-derive v0.8.13
15022024-12-31T16:26:14.092Z Compiling tokio-macros v2.4.0
15032024-12-31T16:26:14.451Z Compiling foreign-types-macros v0.2.3
15042024-12-31T16:26:14.854Z Compiling schemars_derive v0.8.21
15052024-12-31T16:26:14.878Z Compiling darling_macro v0.20.10
15062024-12-31T16:26:15.561Z Checking tokio v1.42.0
15072024-12-31T16:26:15.732Z Checking foreign-types v0.5.0
15082024-12-31T16:26:15.816Z Checking num_enum v0.5.11
15092024-12-31T16:26:15.843Z Compiling darling v0.20.10
15102024-12-31T16:26:15.859Z Checking zerocopy v0.7.35
15112024-12-31T16:26:15.949Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
15122024-12-31T16:26:15.967Z Compiling tracing-attributes v0.1.28
15132024-12-31T16:26:16.785Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15142024-12-31T16:26:17.075Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
15152024-12-31T16:26:17.091Z Checking ppv-lite86 v0.2.20
15162024-12-31T16:26:17.727Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
15172024-12-31T16:26:17.784Z Checking rand_chacha v0.3.1
15182024-12-31T16:26:18.115Z Checking rand v0.8.5
15192024-12-31T16:26:18.728Z Compiling thiserror-impl v2.0.9
15202024-12-31T16:26:18.835Z Compiling time-macros v0.2.19
15212024-12-31T16:26:19.006Z Checking tracing v0.1.41
15222024-12-31T16:26:19.238Z Checking deranged v0.3.11
15232024-12-31T16:26:19.449Z Checking dirs-next v2.0.0
15242024-12-31T16:26:20.262Z Checking thread_local v1.1.8
15252024-12-31T16:26:20.649Z Checking clap_lex v0.7.4
15262024-12-31T16:26:20.834Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15272024-12-31T16:26:20.874Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
15282024-12-31T16:26:21.066Z Compiling heck v0.5.0
15292024-12-31T16:26:21.633Z Compiling slog-async v2.8.0
15302024-12-31T16:26:21.648Z Checking arc-swap v1.7.1
15312024-12-31T16:26:21.656Z Compiling heck v0.4.1
15322024-12-31T16:26:21.997Z Checking slog-scope v4.4.0
15332024-12-31T16:26:22.010Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
15342024-12-31T16:26:22.053Z Checking time v0.3.37
15352024-12-31T16:26:22.176Z Compiling clap_derive v4.5.18
15362024-12-31T16:26:22.179Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15372024-12-31T16:26:22.249Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
15382024-12-31T16:26:22.288Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
15392024-12-31T16:26:22.409Z Checking crossbeam-channel v0.5.14
15402024-12-31T16:26:22.891Z Checking term v0.7.0
15412024-12-31T16:26:23.037Z Checking itertools v0.12.1
15422024-12-31T16:26:23.111Z Checking is-terminal v0.4.13
15432024-12-31T16:26:23.218Z Checking log v0.4.22
15442024-12-31T16:26:23.292Z Checking take_mut v0.2.2
15452024-12-31T16:26:23.486Z Checking slog-stdlog v4.1.1
15462024-12-31T16:26:23.689Z Checking slog-term v2.9.1
15472024-12-31T16:26:24.900Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
15482024-12-31T16:26:25.082Z Checking bitflags v2.6.0
15492024-12-31T16:26:25.082Z Checking ipnetwork v0.20.0
15502024-12-31T16:26:25.085Z Checking postcard v1.1.1
15512024-12-31T16:26:25.085Z Checking uuid v1.11.0
15522024-12-31T16:26:25.360Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
15532024-12-31T16:26:25.360Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
15542024-12-31T16:26:26.086Z Checking terminal_size v0.4.1
15552024-12-31T16:26:26.210Z Checking clap_builder v4.5.23
15562024-12-31T16:26:26.948Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
15572024-12-31T16:26:27.080Z Checking slog-envlogger v2.2.0
15582024-12-31T16:26:27.403Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
15592024-12-31T16:26:28.219Z Checking clap v4.5.23
15602024-12-31T16:26:28.646Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
15612024-12-31T16:26:34.026Zwarning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)`
15622024-12-31T16:26:34.026Z --> lib/opte/src/engine/port/meta.rs:103:9
15632024-12-31T16:26:34.026Z |
15642024-12-31T16:26:34.026Z103 | / self.get(Self::INTERNAL_TARGET)
15652024-12-31T16:26:34.026Z104 | | .and_then(|v| Some(v == "1"))
15662024-12-31T16:26:34.026Z | |_________________________________________^ help: try: `self.get(Self::INTERNAL_TARGET).map(|v| v == "1")`
15672024-12-31T16:26:34.026Z |
15682024-12-31T16:26:34.026Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map
15692024-12-31T16:26:34.026Z = note: `#[warn(clippy::bind_instead_of_map)]` on by default
15702024-12-31T16:26:34.026Z
15712024-12-31T16:26:34.988Zwarning: `opte` (lib) generated 1 warning (run `cargo clippy --fix --lib -p opte` to apply 1 suggestion)
15722024-12-31T16:26:34.990Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
15732024-12-31T16:26:37.337Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
15742024-12-31T16:26:37.865Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
15752024-12-31T16:26:38.148Zwarning: this expression borrows a value the compiler would automatically borrow
15762024-12-31T16:26:38.148Z --> xde-tests/src/lib.rs:451:9
15772024-12-31T16:26:38.148Z |
15782024-12-31T16:26:38.148Z451 | (&[my_info]).iter().chain(peers).map(|v| v.mac).collect();
15792024-12-31T16:26:38.148Z | ^^^^^^^^^^^^ help: change this to: `[my_info]`
15802024-12-31T16:26:38.148Z |
15812024-12-31T16:26:38.148Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
15822024-12-31T16:26:38.148Z = note: `#[warn(clippy::needless_borrow)]` on by default
15832024-12-31T16:26:38.148Z
15842024-12-31T16:26:38.151Zwarning: this expression creates a reference which is immediately dereferenced by the compiler
15852024-12-31T16:26:38.151Z --> xde-tests/src/lib.rs:483:13
15862024-12-31T16:26:38.151Z |
15872024-12-31T16:26:38.151Z483 | &"172.20.0.1",
15882024-12-31T16:26:38.151Z | ^^^^^^^^^^^^^ help: change this to: `"172.20.0.1"`
15892024-12-31T16:26:38.151Z |
15902024-12-31T16:26:38.151Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
15912024-12-31T16:26:38.151Z
15922024-12-31T16:26:38.201Zwarning: `xde-tests` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p xde-tests` to apply 2 suggestions)
15932024-12-31T16:26:38.207Zwarning: `xde-tests` (lib test) generated 2 warnings (2 duplicates)
15942024-12-31T16:26:38.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.37s
15952024-12-31T16:26:38.414Z+ cargo build --test loopback
15962024-12-31T16:26:38.743Z Compiling cfg-if v1.0.0
15972024-12-31T16:26:38.743Z Compiling memchr v2.7.4
15982024-12-31T16:26:38.746Z Compiling once_cell v1.20.2
15992024-12-31T16:26:38.746Z Compiling byteorder v1.5.0
16002024-12-31T16:26:38.746Z Compiling libc v0.2.169
16012024-12-31T16:26:38.746Z Compiling strsim v0.11.1
16022024-12-31T16:26:38.753Z Compiling either v1.13.0
16032024-12-31T16:26:38.763Z Compiling serde v1.0.216
16042024-12-31T16:26:38.812Z Compiling itoa v1.0.14
16052024-12-31T16:26:38.994Z Compiling regex-syntax v0.8.5
16062024-12-31T16:26:39.037Z Compiling darling_core v0.20.10
16072024-12-31T16:26:39.103Z Compiling lazy_static v1.5.0
16082024-12-31T16:26:39.115Z Compiling dyn-clone v1.0.17
16092024-12-31T16:26:39.219Z Compiling smallvec v1.13.2
16102024-12-31T16:26:39.302Z Compiling scopeguard v1.2.0
16112024-12-31T16:26:39.415Z Compiling lock_api v0.4.12
16122024-12-31T16:26:39.584Z Compiling zerocopy v0.7.35
16132024-12-31T16:26:39.591Z Compiling proc-macro-crate v1.3.1
16142024-12-31T16:26:39.801Z Compiling aho-corasick v1.1.3
16152024-12-31T16:26:40.052Z Compiling getrandom v0.2.15
16162024-12-31T16:26:40.296Z Compiling parking_lot_core v0.9.10
16172024-12-31T16:26:40.360Z Compiling itertools v0.13.0
16182024-12-31T16:26:40.389Z Compiling ryu v1.0.18
16192024-12-31T16:26:40.743Z Compiling pin-project-lite v0.2.15
16202024-12-31T16:26:40.860Z Compiling ppv-lite86 v0.2.20
16212024-12-31T16:26:40.875Z Compiling parking_lot v0.12.3
16222024-12-31T16:26:40.888Z Compiling thiserror v1.0.69
16232024-12-31T16:26:41.004Z Compiling zerocopy v0.8.13
16242024-12-31T16:26:41.594Z Compiling num_enum_derive v0.5.11
16252024-12-31T16:26:41.818Z Compiling rand_core v0.6.4
16262024-12-31T16:26:42.221Z Compiling signal-hook-registry v1.4.2
16272024-12-31T16:26:43.046Z Compiling regex-automata v0.4.9
16282024-12-31T16:26:43.206Z Compiling mio v1.0.3
16292024-12-31T16:26:43.705Z Compiling socket2 v0.5.8
16302024-12-31T16:26:44.047Z Compiling bitflags v2.6.0
16312024-12-31T16:26:44.209Z Compiling ipnetwork v0.20.0
16322024-12-31T16:26:44.268Z Compiling darling_macro v0.20.10
16332024-12-31T16:26:44.390Z Compiling serde_json v1.0.134
16342024-12-31T16:26:44.399Z Compiling anyhow v1.0.95
16352024-12-31T16:26:44.695Z Compiling hash32 v0.3.1
16362024-12-31T16:26:44.759Z Compiling stable_deref_trait v1.2.0
16372024-12-31T16:26:44.850Z Compiling foreign-types-shared v0.3.1
16382024-12-31T16:26:44.887Z Compiling bytes v1.9.0
16392024-12-31T16:26:44.947Z Compiling macaddr v1.0.1
16402024-12-31T16:26:45.215Z Compiling foreign-types v0.5.0
16412024-12-31T16:26:45.235Z Compiling heapless v0.8.0
16422024-12-31T16:26:45.300Z Compiling num_enum v0.5.11
16432024-12-31T16:26:45.303Z Compiling darling v0.20.10
16442024-12-31T16:26:45.303Z Compiling rand_chacha v0.3.1
16452024-12-31T16:26:45.400Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16462024-12-31T16:26:45.440Z Compiling cstr-argument v0.1.2
16472024-12-31T16:26:45.533Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16482024-12-31T16:26:45.665Z Compiling tokio v1.42.0
16492024-12-31T16:26:45.677Z Compiling tracing-core v0.1.33
16502024-12-31T16:26:45.687Z Compiling managed v0.8.0
16512024-12-31T16:26:46.086Z Compiling schemars v0.8.21
16522024-12-31T16:26:46.106Z Compiling bitflags v1.3.2
16532024-12-31T16:26:46.124Z Compiling pretty-hex v0.2.1
16542024-12-31T16:26:46.190Z Compiling cobs v0.2.3
16552024-12-31T16:26:46.288Z Compiling smoltcp v0.11.0
16562024-12-31T16:26:46.479Z Compiling tracing v0.1.41
16572024-12-31T16:26:46.514Z Compiling postcard v1.1.1
16582024-12-31T16:26:46.877Z Compiling regex v1.11.1
16592024-12-31T16:26:47.083Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16602024-12-31T16:26:47.098Z Compiling rand v0.8.5
16612024-12-31T16:26:47.162Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16622024-12-31T16:26:47.227Z Compiling slog v2.7.0
16632024-12-31T16:26:47.669Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
16642024-12-31T16:26:47.871Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
16652024-12-31T16:26:47.896Z Compiling errno v0.3.10
16662024-12-31T16:26:48.117Z Compiling colored v2.2.0
16672024-12-31T16:26:48.449Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
16682024-12-31T16:26:48.545Z Compiling unicode-width v0.1.14
16692024-12-31T16:26:48.728Z Compiling winnow v0.6.20
16702024-12-31T16:26:48.813Z Compiling utf8parse v0.2.2
16712024-12-31T16:26:48.957Z Compiling tabwriter v1.4.0
16722024-12-31T16:26:48.964Z Compiling anstyle-parse v0.2.6
16732024-12-31T16:26:49.034Z Compiling rustix v0.38.42
16742024-12-31T16:26:49.272Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
16752024-12-31T16:26:49.387Z Compiling dirs-sys-next v0.1.2
16762024-12-31T16:26:50.007Z Compiling crc32fast v1.4.2
16772024-12-31T16:26:50.295Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
16782024-12-31T16:26:50.549Z Compiling anstyle-query v1.1.2
16792024-12-31T16:26:50.607Z Compiling is_terminal_polyfill v1.70.1
16802024-12-31T16:26:50.686Z Compiling anstyle v1.0.10
16812024-12-31T16:26:50.719Z Compiling colorchoice v1.0.3
16822024-12-31T16:26:50.870Z Compiling powerfmt v0.2.0
16832024-12-31T16:26:50.916Z Compiling num-conv v0.1.0
16842024-12-31T16:26:51.148Z Compiling time-core v0.1.2
16852024-12-31T16:26:51.187Z Compiling deranged v0.3.11
16862024-12-31T16:26:51.236Z Compiling anstream v0.6.18
16872024-12-31T16:26:51.298Z Compiling time-macros v0.2.19
16882024-12-31T16:26:51.410Z Compiling terminal_size v0.4.1
16892024-12-31T16:26:51.603Z Compiling dirs-next v2.0.0
16902024-12-31T16:26:51.777Z Compiling crossbeam-utils v0.8.21
16912024-12-31T16:26:51.889Z Compiling uuid v1.11.0
16922024-12-31T16:26:51.913Z Compiling thread_local v1.1.8
16932024-12-31T16:26:52.099Z Compiling arc-swap v1.7.1
16942024-12-31T16:26:52.253Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
16952024-12-31T16:26:52.377Z Compiling clap_lex v0.7.4
16962024-12-31T16:26:52.545Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16972024-12-31T16:26:52.574Z Compiling crossbeam-channel v0.5.14
16982024-12-31T16:26:52.630Z Compiling clap_builder v4.5.23
16992024-12-31T16:26:52.817Z Compiling slog-scope v4.4.0
17002024-12-31T16:26:52.856Z Compiling thiserror v2.0.9
17012024-12-31T16:26:52.981Z Compiling term v0.7.0
17022024-12-31T16:26:52.997Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
17032024-12-31T16:26:53.283Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17042024-12-31T16:26:53.613Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
17052024-12-31T16:26:53.622Z Compiling is-terminal v0.4.13
17062024-12-31T16:26:53.723Z Compiling itertools v0.12.1
17072024-12-31T16:26:53.804Z Compiling take_mut v0.2.2
17082024-12-31T16:26:53.934Z Compiling log v0.4.22
17092024-12-31T16:26:54.097Z Compiling time v0.3.37
17102024-12-31T16:26:54.335Z Compiling slog-stdlog v4.1.1
17112024-12-31T16:26:54.500Z Compiling slog-async v2.8.0
17122024-12-31T16:26:54.705Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
17132024-12-31T16:26:56.152Z Compiling slog-term v2.9.1
17142024-12-31T16:26:56.619Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
17152024-12-31T16:26:57.269Z Compiling clap v4.5.23
17162024-12-31T16:26:57.306Z Compiling slog-envlogger v2.2.0
17172024-12-31T16:26:57.373Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
17182024-12-31T16:26:58.950Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
17192024-12-31T16:26:59.338Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
17202024-12-31T16:27:00.600Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
17212024-12-31T16:27:06.507Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
17222024-12-31T16:27:08.566Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
17232024-12-31T16:27:09.235Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
17242024-12-31T16:27:12.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.35s
17252024-12-31T16:27:12.870Z++ cargo build -q --test loopback --message-format=json
17262024-12-31T16:27:12.873Z++ jq -r 'select(.profile.test == true) | .filenames[]'
17272024-12-31T16:27:14.517Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-de100259a654f5b6
17282024-12-31T16:27:14.517Z+ mkdir -p /work/test
17292024-12-31T16:27:14.520Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-de100259a654f5b6 /work/test/loopback
17302024-12-31T16:27:14.574Zprocess exited: duration 316883 ms, exit code 0
 
17312024-12-31T16:27:14.595Zfound 10 output files
17322024-12-31T16:27:14.595Zuploading: /work/debug/xde.dbg (68837120 bytes)
17332024-12-31T16:27:16.831Zuploaded: /work/debug/xde.dbg
17342024-12-31T16:27:16.831Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
17352024-12-31T16:27:17.839Zuploaded: /work/debug/xde.dbg.sha256
17362024-12-31T16:27:17.839Zuploading: /work/debug/xde_link.dbg.so (13492 bytes)
17372024-12-31T16:27:18.850Zuploaded: /work/debug/xde_link.dbg.so
17382024-12-31T16:27:18.852Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
17392024-12-31T16:27:19.859Zuploaded: /work/debug/xde_link.dbg.so.sha256
17402024-12-31T16:27:19.859Zuploading: /work/release/xde (41307816 bytes)
17412024-12-31T16:27:21.660Zuploaded: /work/release/xde
17422024-12-31T16:27:21.660Zuploading: /work/release/xde.sha256 (84 bytes)
17432024-12-31T16:27:22.669Zuploaded: /work/release/xde.sha256
17442024-12-31T16:27:22.669Zuploading: /work/release/xde_link.so (28092 bytes)
17452024-12-31T16:27:23.681Zuploaded: /work/release/xde_link.so
17462024-12-31T16:27:23.681Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
17472024-12-31T16:27:24.690Zuploaded: /work/release/xde_link.so.sha256
17482024-12-31T16:27:24.690Zuploading: /work/test/loopback (62207728 bytes)
17492024-12-31T16:27:26.790Zuploaded: /work/test/loopback
17502024-12-31T16:27:26.790Zuploading: /work/xde.conf (79 bytes)
17512024-12-31T16:27:27.798Zuploaded: /work/xde.conf