01JGETR7HS6ADFF5XM4C7CWGYC: 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: 01JGETRGJ2NTZAWFD3NMS7PKGZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-31T17:05:41.007Zjob assigned to worker 01JGETRRJP2W5TV6CXQ79T3N4M [factory aws, i-0298e3b58ffb02a5a] (queued for 2 m 5 s)
 
22024-12-31T17:05:51.029Zstarting task 0: "setup"
32024-12-31T17:05:51.039Z++ uname -s
42024-12-31T17:05:51.042Z+ kern=SunOS
52024-12-31T17:05:51.042Z+ case "$kern" in
62024-12-31T17:05:51.042Z+ groupadd -g 12345 build
72024-12-31T17:05:51.044Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-31T17:05:53.052Z+ zfs create -o mountpoint=/work rpool/work
92024-12-31T17:05:53.169Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-31T17:05:53.172Z+ home_fs=zfs
112024-12-31T17:05:53.172Z+ [[ zfs == autofs ]]
122024-12-31T17:05:53.172Z+ mkdir -p /home/build
132024-12-31T17:05:53.175Z+ chown build:build /home/build /work
142024-12-31T17:05:55.176Z+ chmod 0700 /home/build /work
152024-12-31T17:05:55.179Zprocess exited: duration 4152 ms, exit code 0
 
162024-12-31T17:05:55.184Zstarting task 1: "rust-toolchain"
172024-12-31T17:05:55.190Z+ printf ' * toolchain channel = "%s"
182024-12-31T17:05:55.190Z' nightly-2024-11-18
192024-12-31T17:05:55.190Z * toolchain channel = "nightly-2024-11-18"
202024-12-31T17:05:55.190Z * toolchain profile = "default"
212024-12-31T17:05:55.190Z+ printf ' * toolchain profile = "%s"
222024-12-31T17:05:55.190Z' default
232024-12-31T17:05:55.194Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-31T17:05:55.194Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default
252024-12-31T17:05:55.313Zinfo: downloading installer
262024-12-31T17:05:56.730Zinfo: profile set to 'default'
272024-12-31T17:05:56.730Zinfo: default host triple is x86_64-unknown-illumos
282024-12-31T17:05:56.732Zinfo: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos'
292024-12-31T17:05:56.873Zinfo: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17)
302024-12-31T17:05:56.873Zinfo: downloading component 'cargo'
312024-12-31T17:05:57.616Zinfo: downloading component 'clippy'
322024-12-31T17:05:57.899Zinfo: downloading component 'rust-docs'
332024-12-31T17:05:58.910Zinfo: downloading component 'rust-std'
342024-12-31T17:06:00.544Zinfo: downloading component 'rustc'
352024-12-31T17:06:06.280Zinfo: downloading component 'rustfmt'
362024-12-31T17:06:06.496Zinfo: installing component 'cargo'
372024-12-31T17:06:07.352Zinfo: installing component 'clippy'
382024-12-31T17:06:07.736Zinfo: installing component 'rust-docs'
392024-12-31T17:06:09.406Zinfo: installing component 'rust-std'
402024-12-31T17:06:11.378Zinfo: installing component 'rustc'
412024-12-31T17:06:17.423Zinfo: installing component 'rustfmt'
422024-12-31T17:06:17.760Zinfo: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos'
432024-12-31T17:06:17.760Z
442024-12-31T17:06:18.152Z nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
452024-12-31T17:06:18.152Z
462024-12-31T17:06:18.155Z
472024-12-31T17:06:18.155ZRust is installed now. Great!
482024-12-31T17:06:18.155Z
492024-12-31T17:06:18.155ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-31T17:06:18.155Zenvironment variable. This has not been done automatically.
512024-12-31T17:06:18.155Z
522024-12-31T17:06:18.155ZTo configure your current shell, you need to source
532024-12-31T17:06:18.155Zthe corresponding env file under $HOME/.cargo.
542024-12-31T17:06:18.155Z
552024-12-31T17:06:18.155ZThis is usually done by running one of the following (note the leading DOT):
562024-12-31T17:06:18.155Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-31T17:06:18.155Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-31T17:06:18.235Z+ rustc --version
592024-12-31T17:06:18.308Zrustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
602024-12-31T17:06:18.311Zprocess exited: duration 23127 ms, exit code 0
 
612024-12-31T17:06:18.317Zstarting task 2: "authentication"
622024-12-31T17:06:18.338Zprocess exited: duration 21 ms, exit code 0
 
632024-12-31T17:06:18.343Zstarting task 3: "clone repository"
642024-12-31T17:06:18.348Z+ mkdir -p /work/oxidecomputer/opte
652024-12-31T17:06:18.351Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662024-12-31T17:06:18.391ZCloning into '/work/oxidecomputer/opte'...
672024-12-31T17:06:19.169Z+ cd /work/oxidecomputer/opte
682024-12-31T17:06:19.169Z+ git fetch origin b192d6e08d8f963e87e0887ec245f1ab536c262c
692024-12-31T17:06:19.432ZFrom https://github.com/oxidecomputer/opte
702024-12-31T17:06:19.434Z * branch b192d6e08d8f963e87e0887ec245f1ab536c262c -> FETCH_HEAD
712024-12-31T17:06:19.440Z+ [[ -n rwlock ]]
722024-12-31T17:06:19.443Z++ git branch --show-current
732024-12-31T17:06:19.446Z+ current=master
742024-12-31T17:06:19.446Z+ [[ master != rwlock ]]
752024-12-31T17:06:19.446Z+ git branch -f rwlock b192d6e08d8f963e87e0887ec245f1ab536c262c
762024-12-31T17:06:19.449Z+ git checkout -f rwlock
772024-12-31T17:06:19.472ZSwitched to branch 'rwlock'
782024-12-31T17:06:19.474Z+ git reset --hard b192d6e08d8f963e87e0887ec245f1ab536c262c
792024-12-31T17:06:19.496ZHEAD is now at b192d6e Some prose on RwLock strategy,
802024-12-31T17:06:19.498Zprocess exited: duration 1153 ms, exit code 0
 
812024-12-31T17:06:19.506Zstarting task 4: "build"
822024-12-31T17:06:19.512Z+ TGT_BASE=/work
832024-12-31T17:06:19.512Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
842024-12-31T17:06:19.512Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
852024-12-31T17:06:19.512Z+ DBG_TGT=/work/debug
862024-12-31T17:06:19.512Z+ REL_SRC=target/x86_64-unknown-unknown/release
872024-12-31T17:06:19.512Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
882024-12-31T17:06:19.512Z+ REL_TGT=/work/release
892024-12-31T17:06:19.512Z+ mkdir -p /work/debug /work/release
902024-12-31T17:06:19.515Z+ cargo --version
912024-12-31T17:06:19.520Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
922024-12-31T17:06:19.676Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
932024-12-31T17:06:19.676Zinfo: downloading component 'cargo'
942024-12-31T17:06:20.521Zinfo: downloading component 'clippy'
952024-12-31T17:06:20.843Zinfo: downloading component 'rust-docs'
962024-12-31T17:06:22.027Zinfo: downloading component 'rust-std'
972024-12-31T17:06:23.723Zinfo: downloading component 'rustc'
982024-12-31T17:06:30.160Zinfo: downloading component 'rustfmt'
992024-12-31T17:06:30.405Zinfo: installing component 'cargo'
1002024-12-31T17:06:31.259Zinfo: installing component 'clippy'
1012024-12-31T17:06:31.639Zinfo: installing component 'rust-docs'
1022024-12-31T17:06:33.344Zinfo: installing component 'rust-std'
1032024-12-31T17:06:35.036Zinfo: installing component 'rustc'
1042024-12-31T17:06:40.822Zinfo: installing component 'rustfmt'
1052024-12-31T17:06:41.237Zcargo 1.83.0 (5ffbef321 2024-10-29)
1062024-12-31T17:06:41.240Z+ rustc --version
1072024-12-31T17:06:41.316Zrustc 1.83.0 (90b35a623 2024-11-26)
1082024-12-31T17:06:41.322Z+ install_pkg jq
1092024-12-31T17:06:41.326Z+ set +o errexit
1102024-12-31T17:06:41.326Z+ pfexec pkg install jq
1112024-12-31T17:06:49.893Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-12-31T17:06:53.765Z Startup: Caching catalogs ... Done
1132024-12-31T17:07:04.679ZPlanning: Solver setup ... Done
1142024-12-31T17:07:04.814ZPlanning: Running solver ... Done
1152024-12-31T17:07:04.920ZPlanning: Consolidating action changes ... Done
1162024-12-31T17:07:04.922ZPlanning: Evaluating mediators ... Done
1172024-12-31T17:07:04.922ZPlanning: Planning completed in 11.06 seconds
1182024-12-31T17:07:04.947ZNo updates necessary for this image.
1192024-12-31T17:07:05.675Z+ exit_code=4
1202024-12-31T17:07:05.675Z+ [[ 4 -ne 0 ]]
1212024-12-31T17:07:05.677Z+ [[ 4 -ne 4 ]]
1222024-12-31T17:07:05.677Z+ set -o errexit
1232024-12-31T17:07:05.677Z+ pushd xde
1242024-12-31T17:07:05.677Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1252024-12-31T17:07:05.677Z+ cp xde.conf /work/xde.conf
1262024-12-31T17:07:05.680Z+ header 'check style'
1272024-12-31T17:07:05.680Z+ echo '# ==== check style ==== #'
1282024-12-31T17:07:05.680Z# ==== check style ==== #
1292024-12-31T17:07:05.680Z+ ptime -m cargo +nightly-2024-11-18 fmt -p xde -p xde-link -- --check
1302024-12-31T17:07:06.066Z
1312024-12-31T17:07:06.066Zreal 0.384289343
1322024-12-31T17:07:06.066Zuser 0.264307789
1332024-12-31T17:07:06.066Zsys 0.109301410
1342024-12-31T17:07:06.070Ztrap 0.000018828
1352024-12-31T17:07:06.070Ztflt 0.000000000
1362024-12-31T17:07:06.070Zdflt 0.000000000
1372024-12-31T17:07:06.070Zkflt 0.000000000
1382024-12-31T17:07:06.070Zlock 0.000000000
1392024-12-31T17:07:06.070Zslp 0.295713077
1402024-12-31T17:07:06.070Zlat 0.000299500
1412024-12-31T17:07:06.070Zstop 0.000132143
1422024-12-31T17:07:06.070Z+ header analyze
1432024-12-31T17:07:06.070Z+ echo '# ==== analyze ==== #'
1442024-12-31T17:07:06.070Z# ==== analyze ==== #
1452024-12-31T17:07:06.070Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
1462024-12-31T17:07:06.200Zinfo: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos'
1472024-12-31T17:07:06.361Zinfo: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17)
1482024-12-31T17:07:06.384Zinfo: component 'clippy' for target 'x86_64-unknown-illumos' is up to date
1492024-12-31T17:07:06.384Zinfo: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date
1502024-12-31T17:07:06.387Zinfo: downloading component 'rust-src'
1512024-12-31T17:07:06.606Zinfo: installing component 'rust-src'
1522024-12-31T17:07:07.277Z Updating crates.io index
1532024-12-31T17:07:07.371Z Updating git repository `https://github.com/oxidecomputer/falcon`
1542024-12-31T17:07:08.205Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1552024-12-31T17:07:08.574Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1562024-12-31T17:07:08.877Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1572024-12-31T17:07:09.233Z Updating git repository `https://github.com/oxidecomputer/zone`
1582024-12-31T17:07:09.498Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1592024-12-31T17:07:09.826Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1602024-12-31T17:07:10.079Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1612024-12-31T17:07:10.384Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1622024-12-31T17:07:11.203Z Downloading crates ...
1632024-12-31T17:07:11.285Z Downloaded ident_case v1.0.1
1642024-12-31T17:07:11.295Z Downloaded darling_macro v0.20.10
1652024-12-31T17:07:11.300Z Downloaded hash32 v0.3.1
1662024-12-31T17:07:11.303Z Downloaded strsim v0.11.1
1672024-12-31T17:07:11.303Z Downloaded macaddr v1.0.1
1682024-12-31T17:07:11.305Z Downloaded managed v0.8.0
1692024-12-31T17:07:11.305Z Downloaded version_check v0.9.5
1702024-12-31T17:07:11.308Z Downloaded stable_deref_trait v1.2.0
1712024-12-31T17:07:11.308Z Downloaded cobs v0.2.3
1722024-12-31T17:07:11.308Z Downloaded cfg-if v1.0.0
1732024-12-31T17:07:11.311Z Downloaded embedded-io v0.4.0
1742024-12-31T17:07:11.314Z Downloaded byteorder v1.5.0
1752024-12-31T17:07:11.314Z Downloaded fnv v1.0.7
1762024-12-31T17:07:11.316Z Downloaded defmt-macros v0.4.0
1772024-12-31T17:07:11.319Z Downloaded thiserror-impl v2.0.9
1782024-12-31T17:07:11.321Z Downloaded defmt v0.3.10
1792024-12-31T17:07:11.324Z Downloaded darling v0.20.10
1802024-12-31T17:07:11.327Z Downloaded proc-macro-error-attr2 v2.0.0
1812024-12-31T17:07:11.330Z Downloaded embedded-io v0.6.1
1822024-12-31T17:07:11.330Z Downloaded either v1.13.0
1832024-12-31T17:07:11.333Z Downloaded bitflags v1.3.2
1842024-12-31T17:07:11.336Z Downloaded dyn-clone v1.0.17
1852024-12-31T17:07:11.336Z Downloaded defmt-parser v0.4.1
1862024-12-31T17:07:11.336Z Downloaded thiserror v2.0.9
1872024-12-31T17:07:11.340Z Downloaded proc-macro-error2 v2.0.1
1882024-12-31T17:07:11.343Z Downloaded crc32fast v1.4.2
1892024-12-31T17:07:11.346Z Downloaded quote v1.0.38
1902024-12-31T17:07:11.352Z Downloaded postcard v1.1.1
1912024-12-31T17:07:11.354Z Downloaded bitflags v2.6.0
1922024-12-31T17:07:11.361Z Downloaded uuid v1.11.0
1932024-12-31T17:07:11.364Z Downloaded unicode-ident v1.0.14
1942024-12-31T17:07:11.366Z Downloaded serde_derive v1.0.217
1952024-12-31T17:07:11.369Z Downloaded proc-macro2 v1.0.92
1962024-12-31T17:07:11.373Z Downloaded darling_core v0.20.10
1972024-12-31T17:07:11.386Z Downloaded zerocopy-derive v0.8.14
1982024-12-31T17:07:11.392Z Downloaded heapless v0.8.0
1992024-12-31T17:07:11.395Z Downloaded aho-corasick v1.1.3
2002024-12-31T17:07:11.401Z Downloaded serde v1.0.217
2012024-12-31T17:07:11.404Z Downloaded memchr v2.7.4
2022024-12-31T17:07:11.416Z Downloaded itertools v0.13.0
2032024-12-31T17:07:11.466Z Downloaded zerocopy v0.8.14
2042024-12-31T17:07:11.487Z Downloaded smoltcp v0.11.0
2052024-12-31T17:07:11.498Z Downloaded syn v2.0.93
2062024-12-31T17:07:11.509Z Downloaded regex v1.11.1
2072024-12-31T17:07:11.529Z Downloaded regex-syntax v0.8.5
2082024-12-31T17:07:11.546Z Downloaded regex-automata v0.4.9
2092024-12-31T17:07:11.568Z Updating crates.io index
2102024-12-31T17:07:11.786Z Downloading crates ...
2112024-12-31T17:07:11.857Z Downloaded addr2line v0.22.0
2122024-12-31T17:07:11.861Z Downloaded getopts v0.2.21
2132024-12-31T17:07:11.863Z Downloaded adler v1.0.2
2142024-12-31T17:07:11.879Z Downloaded rustc-demangle v0.1.24
2152024-12-31T17:07:11.881Z Downloaded hashbrown v0.15.0
2162024-12-31T17:07:11.885Z Downloaded miniz_oxide v0.7.4
2172024-12-31T17:07:11.888Z Downloaded allocator-api2 v0.2.18
2182024-12-31T17:07:11.941Z Downloaded compiler_builtins v0.1.138
2192024-12-31T17:07:11.959Z Downloaded unicode-width v0.1.14
2202024-12-31T17:07:11.964Z Downloaded gimli v0.29.0
2212024-12-31T17:07:11.973Z Downloaded object v0.36.5
2222024-12-31T17:07:12.003Z Downloaded libc v0.2.161
2232024-12-31T17:07:12.162Z Compiling compiler_builtins v0.1.138
2242024-12-31T17:07:12.164Z 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-31T17:07:12.164Z Compiling proc-macro2 v1.0.92
2262024-12-31T17:07:12.164Z Compiling unicode-ident v1.0.14
2272024-12-31T17:07:12.164Z Compiling fnv v1.0.7
2282024-12-31T17:07:12.178Z Compiling ident_case v1.0.1
2292024-12-31T17:07:12.183Z Compiling strsim v0.11.1
2302024-12-31T17:07:12.183Z Compiling memchr v2.7.4
2312024-12-31T17:07:12.366Z Compiling regex-syntax v0.8.5
2322024-12-31T17:07:12.393Z Compiling serde v1.0.217
2332024-12-31T17:07:12.416Z Compiling either v1.13.0
2342024-12-31T17:07:12.827Z Compiling zerocopy v0.8.14
2352024-12-31T17:07:13.079Z Compiling itertools v0.13.0
2362024-12-31T17:07:13.116Z Compiling heapless v0.8.0
2372024-12-31T17:07:13.432Z Compiling aho-corasick v1.1.3
2382024-12-31T17:07:13.854Z Compiling smoltcp v0.11.0
2392024-12-31T17:07:13.942Z Compiling version_check v0.9.5
2402024-12-31T17:07:14.112Z Compiling quote v1.0.38
2412024-12-31T17:07:14.661Z Compiling syn v2.0.93
2422024-12-31T17:07:14.785Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2432024-12-31T17:07:15.922Z Compiling regex-automata v0.4.9
2442024-12-31T17:07:18.853Z Compiling regex v1.11.1
2452024-12-31T17:07:19.615Z Compiling darling_core v0.20.10
2462024-12-31T17:07:21.468Z Compiling serde_derive v1.0.217
2472024-12-31T17:07:21.468Z Compiling zerocopy-derive v0.8.14
2482024-12-31T17:07:21.471Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2492024-12-31T17:07:23.613Z Compiling darling_macro v0.20.10
2502024-12-31T17:07:24.886Z Compiling darling v0.20.10
2512024-12-31T17:07:24.990Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
2522024-12-31T17:07:25.011Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2532024-12-31T17:07:31.794Z 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-31T17:07:32.615Z 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-31T17:07:35.309Z Checking byteorder v1.5.0
2562024-12-31T17:07:35.311Z Checking cfg-if v1.0.0
2572024-12-31T17:07:35.311Z Checking macaddr v1.0.1
2582024-12-31T17:07:35.311Z Checking stable_deref_trait v1.2.0
2592024-12-31T17:07:35.311Z Checking cobs v0.2.3
2602024-12-31T17:07:35.311Z Checking bitflags v1.3.2
2612024-12-31T17:07:35.396Z Checking bitflags v2.6.0
2622024-12-31T17:07:35.432Z Checking managed v0.8.0
2632024-12-31T17:07:35.443Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642024-12-31T17:07:35.554Z Checking crc32fast v1.4.2
2652024-12-31T17:07:35.578Z Checking hash32 v0.3.1
2662024-12-31T17:07:35.625Zwarning: passing a unit value to a function
2672024-12-31T17:07:35.625Z --> crates/illumos-sys-hdrs/src/lib.rs:182:9
2682024-12-31T17:07:35.625Z |
2692024-12-31T17:07:35.625Z182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed));
2702024-12-31T17:07:35.625Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2712024-12-31T17:07:35.625Z |
2722024-12-31T17:07:35.625Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg
2732024-12-31T17:07:35.625Z = note: `#[warn(clippy::unit_arg)]` on by default
2742024-12-31T17:07:35.625Zhelp: move the expression in front of the call and replace it with the unit literal `()`
2752024-12-31T17:07:35.625Z |
2762024-12-31T17:07:35.625Z182 ~ self.as_u64().store(val, Ordering::Relaxed);
2772024-12-31T17:07:35.625Z183 ~ core::hint::black_box(());
2782024-12-31T17:07:35.625Z |
2792024-12-31T17:07:35.625Z
2802024-12-31T17:07:35.628Z Checking dyn-clone v1.0.17
2812024-12-31T17:07:35.670Zwarning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion)
2822024-12-31T17:07:35.675Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
2832024-12-31T17:07:37.336Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
2842024-12-31T17:07:38.409Z Checking postcard v1.1.1
2852024-12-31T17:07:38.409Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
2862024-12-31T17:07:38.412Z Checking uuid v1.11.0
2872024-12-31T17:07:39.691Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2882024-12-31T17:07:46.672Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
2892024-12-31T17:07:48.726Z Checking xde v0.1.0 (/work/oxidecomputer/opte/xde)
2902024-12-31T17:07:52.175Zwarning: usage of an `Arc` that is not `Send` and `Sync`
2912024-12-31T17:07:52.175Z --> xde/src/xde.rs:254:20
2922024-12-31T17:07:52.175Z |
2932024-12-31T17:07:52.175Z254 | let ectx = Arc::new(ExecCtx { log: Box::new(opte::KernelLog {}) });
2942024-12-31T17:07:52.175Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2952024-12-31T17:07:52.175Z |
2962024-12-31T17:07:52.175Z = note: `Arc<ExecCtx>` is not `Send` and `Sync` as `ExecCtx` is neither `Send` nor `Sync`
2972024-12-31T17:07:52.175Z = help: if the `Arc` will not used be across threads replace it with an `Rc`
2982024-12-31T17:07:52.175Z = help: otherwise make `ExecCtx` `Send` and `Sync` or consider a wrapper type such as `Mutex`
2992024-12-31T17:07:52.175Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
3002024-12-31T17:07:52.175Z = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default
3012024-12-31T17:07:52.175Z
3022024-12-31T17:07:52.208Zwarning: usage of an `Arc` that is not `Send` and `Sync`
3032024-12-31T17:07:52.208Z --> xde/src/xde.rs:1050:9
3042024-12-31T17:07:52.208Z |
3052024-12-31T17:07:52.208Z1050 | / Arc::new(DlsStream::open(link_id).map_err(|e| OpteError::System {
3062024-12-31T17:07:52.208Z1051 | | errno: EFAULT,
3072024-12-31T17:07:52.208Z1052 | | msg: format!("failed to grab open stream for {link_name}: {e}"),
3082024-12-31T17:07:52.208Z1053 | | })?);
3092024-12-31T17:07:52.208Z | |____________^
3102024-12-31T17:07:52.208Z |
3112024-12-31T17:07:52.208Z = note: `Arc<DlsStream>` is not `Send` and `Sync` as `DlsStream` is neither `Send` nor `Sync`
3122024-12-31T17:07:52.208Z = help: if the `Arc` will not used be across threads replace it with an `Rc`
3132024-12-31T17:07:52.208Z = help: otherwise make `DlsStream` `Send` and `Sync` or consider a wrapper type such as `Mutex`
3142024-12-31T17:07:52.208Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
3152024-12-31T17:07:52.208Z
3162024-12-31T17:07:52.211Zwarning: usage of an `Arc` that is not `Send` and `Sync`
3172024-12-31T17:07:52.211Z --> xde/src/xde.rs:1091:14
3182024-12-31T17:07:52.211Z |
3192024-12-31T17:07:52.211Z1091 | let u1 = Arc::new(create_underlay_port(u1_name, "xdeu0")?);
3202024-12-31T17:07:52.211Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3212024-12-31T17:07:52.211Z |
3222024-12-31T17:07:52.211Z = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync`
3232024-12-31T17:07:52.212Z = help: if the `Arc` will not used be across threads replace it with an `Rc`
3242024-12-31T17:07:52.212Z = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex`
3252024-12-31T17:07:52.212Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
3262024-12-31T17:07:52.212Z
3272024-12-31T17:07:52.212Zwarning: usage of an `Arc` that is not `Send` and `Sync`
3282024-12-31T17:07:52.212Z --> xde/src/xde.rs:1092:14
3292024-12-31T17:07:52.212Z |
3302024-12-31T17:07:52.212Z1092 | let u2 = Arc::new(create_underlay_port(u2_name, "xdeu1")?);
3312024-12-31T17:07:52.212Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3322024-12-31T17:07:52.212Z |
3332024-12-31T17:07:52.212Z = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync`
3342024-12-31T17:07:52.212Z = help: if the `Arc` will not used be across threads replace it with an `Rc`
3352024-12-31T17:07:52.212Z = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex`
3362024-12-31T17:07:52.212Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
3372024-12-31T17:07:52.212Z
3382024-12-31T17:07:52.236Zwarning: usage of an `Arc` that is not `Send` and `Sync`
3392024-12-31T17:07:52.236Z --> xde/src/xde.rs:1793:8
3402024-12-31T17:07:52.236Z |
3412024-12-31T17:07:52.236Z1793 | Ok(Arc::new(pb.create(net, limit, limit)?))
3422024-12-31T17:07:52.236Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3432024-12-31T17:07:52.236Z |
3442024-12-31T17:07:52.236Z = note: `Arc<Port<VpcNetwork>>` is not `Send` and `Sync` as `Port<VpcNetwork>` is neither `Send` nor `Sync`
3452024-12-31T17:07:52.236Z = help: if the `Arc` will not used be across threads replace it with an `Rc`
3462024-12-31T17:07:52.236Z = help: otherwise make `Port<VpcNetwork>` `Send` and `Sync` or consider a wrapper type such as `Mutex`
3472024-12-31T17:07:52.236Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
3482024-12-31T17:07:52.236Z
3492024-12-31T17:07:52.383Zwarning: creating a mutable reference to mutable static is discouraged
3502024-12-31T17:07:52.383Z --> xde/src/xde.rs:318:5
3512024-12-31T17:07:52.383Z |
3522024-12-31T17:07:52.383Z318 | xde_devs.init(KRwLockType::Driver);
3532024-12-31T17:07:52.383Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
3542024-12-31T17:07:52.383Z |
3552024-12-31T17:07:52.383Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
3562024-12-31T17:07:52.383Z = 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
3572024-12-31T17:07:52.383Z = note: `#[warn(static_mut_refs)]` on by default
3582024-12-31T17:07:52.383Z
3592024-12-31T17:07:52.386Zwarning: creating a shared reference to mutable static is discouraged
3602024-12-31T17:07:52.386Z --> xde/src/xde.rs:642:25
3612024-12-31T17:07:52.386Z |
3622024-12-31T17:07:52.386Z642 | let devs = unsafe { xde_devs.read() };
3632024-12-31T17:07:52.386Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
3642024-12-31T17:07:52.386Z |
3652024-12-31T17:07:52.386Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
3662024-12-31T17:07:52.386Z = 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
3672024-12-31T17:07:52.387Z
3682024-12-31T17:07:52.387Zwarning: creating a shared reference to mutable static is discouraged
3692024-12-31T17:07:52.387Z --> xde/src/xde.rs:670:29
3702024-12-31T17:07:52.387Z |
3712024-12-31T17:07:52.387Z670 | let mut devs = unsafe { xde_devs.write() };
3722024-12-31T17:07:52.387Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
3732024-12-31T17:07:52.387Z |
3742024-12-31T17:07:52.387Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
3752024-12-31T17:07:52.387Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
3762024-12-31T17:07:52.387Z
3772024-12-31T17:07:52.387Zwarning: creating a shared reference to mutable static is discouraged
3782024-12-31T17:07:52.387Z --> xde/src/xde.rs:803:29
3792024-12-31T17:07:52.387Z |
3802024-12-31T17:07:52.387Z803 | let mut devs = unsafe { xde_devs.write() };
3812024-12-31T17:07:52.387Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
3822024-12-31T17:07:52.387Z |
3832024-12-31T17:07:52.387Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
3842024-12-31T17:07:52.387Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
3852024-12-31T17:07:52.387Z
3862024-12-31T17:07:52.387Zwarning: creating a shared reference to mutable static is discouraged
3872024-12-31T17:07:52.387Z --> xde/src/xde.rs:891:18
3882024-12-31T17:07:52.387Z |
3892024-12-31T17:07:52.387Z891 | if unsafe { !xde_devs.read().is_empty() } {
3902024-12-31T17:07:52.387Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
3912024-12-31T17:07:52.387Z |
3922024-12-31T17:07:52.388Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
3932024-12-31T17:07:52.388Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
3942024-12-31T17:07:52.388Z
3952024-12-31T17:07:52.391Zwarning: creating a shared reference to mutable static is discouraged
3962024-12-31T17:07:52.391Z --> xde/src/xde.rs:1204:9
3972024-12-31T17:07:52.391Z |
3982024-12-31T17:07:52.391Z1204 | if !xde_devs.read().is_empty() {
3992024-12-31T17:07:52.391Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4002024-12-31T17:07:52.391Z |
4012024-12-31T17:07:52.391Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4022024-12-31T17:07:52.391Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4032024-12-31T17:07:52.391Z
4042024-12-31T17:07:52.391Zwarning: creating a shared reference to mutable static is discouraged
4052024-12-31T17:07:52.391Z --> xde/src/xde.rs:1611:37
4062024-12-31T17:07:52.392Z |
4072024-12-31T17:07:52.392Z1611 | let devs = unsafe { xde_devs.read() };
4082024-12-31T17:07:52.392Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4092024-12-31T17:07:52.392Z |
4102024-12-31T17:07:52.392Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4112024-12-31T17:07:52.392Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4122024-12-31T17:07:52.392Z
4132024-12-31T17:07:52.392Zwarning: creating a shared reference to mutable static is discouraged
4142024-12-31T17:07:52.392Z --> xde/src/xde.rs:1861:16
4152024-12-31T17:07:52.392Z |
4162024-12-31T17:07:52.392Z1861 | let devs = xde_devs.read();
4172024-12-31T17:07:52.392Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4182024-12-31T17:07:52.392Z |
4192024-12-31T17:07:52.392Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4202024-12-31T17:07:52.392Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4212024-12-31T17:07:52.392Z
4222024-12-31T17:07:52.392Zwarning: creating a shared reference to mutable static is discouraged
4232024-12-31T17:07:52.392Z --> xde/src/xde.rs:1910:25
4242024-12-31T17:07:52.392Z |
4252024-12-31T17:07:52.392Z1910 | let devs = unsafe { xde_devs.read() };
4262024-12-31T17:07:52.392Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4272024-12-31T17:07:52.392Z |
4282024-12-31T17:07:52.392Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4292024-12-31T17:07:52.392Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4302024-12-31T17:07:52.392Z
4312024-12-31T17:07:52.392Zwarning: creating a shared reference to mutable static is discouraged
4322024-12-31T17:07:52.392Z --> xde/src/xde.rs:1923:25
4332024-12-31T17:07:52.393Z |
4342024-12-31T17:07:52.393Z1923 | let devs = unsafe { xde_devs.read() };
4352024-12-31T17:07:52.393Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4362024-12-31T17:07:52.393Z |
4372024-12-31T17:07:52.393Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4382024-12-31T17:07:52.393Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4392024-12-31T17:07:52.393Z
4402024-12-31T17:07:52.393Zwarning: creating a shared reference to mutable static is discouraged
4412024-12-31T17:07:52.393Z --> xde/src/xde.rs:1934:25
4422024-12-31T17:07:52.393Z |
4432024-12-31T17:07:52.393Z1934 | let devs = unsafe { xde_devs.read() };
4442024-12-31T17:07:52.393Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4452024-12-31T17:07:52.393Z |
4462024-12-31T17:07:52.393Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4472024-12-31T17:07:52.393Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4482024-12-31T17:07:52.393Z
4492024-12-31T17:07:52.393Zwarning: creating a shared reference to mutable static is discouraged
4502024-12-31T17:07:52.393Z --> xde/src/xde.rs:1946:25
4512024-12-31T17:07:52.393Z |
4522024-12-31T17:07:52.393Z1946 | let devs = unsafe { xde_devs.read() };
4532024-12-31T17:07:52.393Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4542024-12-31T17:07:52.393Z |
4552024-12-31T17:07:52.393Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4562024-12-31T17:07:52.393Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4572024-12-31T17:07:52.393Z
4582024-12-31T17:07:52.393Zwarning: creating a shared reference to mutable static is discouraged
4592024-12-31T17:07:52.393Z --> xde/src/xde.rs:1958:25
4602024-12-31T17:07:52.394Z |
4612024-12-31T17:07:52.394Z1958 | let devs = unsafe { xde_devs.read() };
4622024-12-31T17:07:52.394Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4632024-12-31T17:07:52.394Z |
4642024-12-31T17:07:52.394Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4652024-12-31T17:07:52.394Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4662024-12-31T17:07:52.394Z
4672024-12-31T17:07:52.397Zwarning: creating a shared reference to mutable static is discouraged
4682024-12-31T17:07:52.397Z --> xde/src/xde.rs:2022:25
4692024-12-31T17:07:52.397Z |
4702024-12-31T17:07:52.397Z2022 | let devs = unsafe { xde_devs.read() };
4712024-12-31T17:07:52.397Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4722024-12-31T17:07:52.397Z |
4732024-12-31T17:07:52.397Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4742024-12-31T17:07:52.397Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4752024-12-31T17:07:52.397Z
4762024-12-31T17:07:52.397Zwarning: creating a shared reference to mutable static is discouraged
4772024-12-31T17:07:52.397Z --> xde/src/xde.rs:2033:25
4782024-12-31T17:07:52.397Z |
4792024-12-31T17:07:52.397Z2033 | let devs = unsafe { xde_devs.read() };
4802024-12-31T17:07:52.398Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4812024-12-31T17:07:52.398Z |
4822024-12-31T17:07:52.398Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4832024-12-31T17:07:52.398Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4842024-12-31T17:07:52.398Z
4852024-12-31T17:07:52.398Zwarning: creating a shared reference to mutable static is discouraged
4862024-12-31T17:07:52.398Z --> xde/src/xde.rs:2045:25
4872024-12-31T17:07:52.398Z |
4882024-12-31T17:07:52.398Z2045 | let devs = unsafe { xde_devs.read() };
4892024-12-31T17:07:52.398Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4902024-12-31T17:07:52.398Z |
4912024-12-31T17:07:52.398Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
4922024-12-31T17:07:52.398Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
4932024-12-31T17:07:52.398Z
4942024-12-31T17:07:52.398Zwarning: creating a shared reference to mutable static is discouraged
4952024-12-31T17:07:52.398Z --> xde/src/xde.rs:2059:25
4962024-12-31T17:07:52.398Z |
4972024-12-31T17:07:52.398Z2059 | let devs = unsafe { xde_devs.read() };
4982024-12-31T17:07:52.398Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
4992024-12-31T17:07:52.398Z |
5002024-12-31T17:07:52.398Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5012024-12-31T17:07:52.398Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
5022024-12-31T17:07:52.398Z
5032024-12-31T17:07:52.398Zwarning: creating a shared reference to mutable static is discouraged
5042024-12-31T17:07:52.398Z --> xde/src/xde.rs:2072:25
5052024-12-31T17:07:52.398Z |
5062024-12-31T17:07:52.398Z2072 | let devs = unsafe { xde_devs.read() };
5072024-12-31T17:07:52.398Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5082024-12-31T17:07:52.398Z |
5092024-12-31T17:07:52.398Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5102024-12-31T17:07:52.398Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
5112024-12-31T17:07:52.398Z
5122024-12-31T17:07:52.398Zwarning: creating a shared reference to mutable static is discouraged
5132024-12-31T17:07:52.398Z --> xde/src/xde.rs:2085:25
5142024-12-31T17:07:52.398Z |
5152024-12-31T17:07:52.398Z2085 | let devs = unsafe { xde_devs.read() };
5162024-12-31T17:07:52.398Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5172024-12-31T17:07:52.398Z |
5182024-12-31T17:07:52.398Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5192024-12-31T17:07:52.399Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
5202024-12-31T17:07:52.399Z
5212024-12-31T17:07:52.399Zwarning: creating a shared reference to mutable static is discouraged
5222024-12-31T17:07:52.399Z --> xde/src/xde.rs:2096:25
5232024-12-31T17:07:52.399Z |
5242024-12-31T17:07:52.399Z2096 | let devs = unsafe { xde_devs.read() };
5252024-12-31T17:07:52.399Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5262024-12-31T17:07:52.399Z |
5272024-12-31T17:07:52.399Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5282024-12-31T17:07:52.399Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
5292024-12-31T17:07:52.399Z
5302024-12-31T17:07:52.399Zwarning: creating a shared reference to mutable static is discouraged
5312024-12-31T17:07:52.399Z --> xde/src/xde.rs:2108:25
5322024-12-31T17:07:52.399Z |
5332024-12-31T17:07:52.399Z2108 | let devs = unsafe { xde_devs.read() };
5342024-12-31T17:07:52.399Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5352024-12-31T17:07:52.399Z |
5362024-12-31T17:07:52.399Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5372024-12-31T17:07:52.399Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
5382024-12-31T17:07:52.399Z
5392024-12-31T17:07:52.399Zwarning: creating a shared reference to mutable static is discouraged
5402024-12-31T17:07:52.399Z --> xde/src/xde.rs:2123:25
5412024-12-31T17:07:52.399Z |
5422024-12-31T17:07:52.399Z2123 | let devs = unsafe { xde_devs.read() };
5432024-12-31T17:07:52.399Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5442024-12-31T17:07:52.399Z |
5452024-12-31T17:07:52.399Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5462024-12-31T17:07:52.399Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
5472024-12-31T17:07:52.399Z
5482024-12-31T17:07:52.399Zwarning: creating a shared reference to mutable static is discouraged
5492024-12-31T17:07:52.399Z --> xde/src/xde.rs:2137:25
5502024-12-31T17:07:52.399Z |
5512024-12-31T17:07:52.399Z2137 | let devs = unsafe { xde_devs.read() };
5522024-12-31T17:07:52.399Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
5532024-12-31T17:07:52.399Z |
5542024-12-31T17:07:52.399Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
5552024-12-31T17:07:52.399Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
5562024-12-31T17:07:52.399Z
5572024-12-31T17:07:52.562Zwarning: `xde` (lib) generated 28 warnings
5582024-12-31T17:07:52.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.43s
5592024-12-31T17:07:52.704Z
5602024-12-31T17:07:52.704Zreal 46.632600861
5612024-12-31T17:07:52.704Zuser 1:59.701994430
5622024-12-31T17:07:52.704Zsys 12.666360995
5632024-12-31T17:07:52.704Ztrap 0.052325993
5642024-12-31T17:07:52.704Ztflt 0.165370327
5652024-12-31T17:07:52.704Zdflt 0.414885978
5662024-12-31T17:07:52.704Zkflt 0.002339193
5672024-12-31T17:07:52.705Zlock 2:54.441253738
5682024-12-31T17:07:52.705Zslp 6:11.434929434
5692024-12-31T17:07:52.705Zlat 3.092934395
5702024-12-31T17:07:52.705Zstop 6.500750999
5712024-12-31T17:07:52.707Z+ pushd xde-link
5722024-12-31T17:07:52.707Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte
5732024-12-31T17:07:52.707Z+ ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask
5742024-12-31T17:07:52.970Z Compiling compiler_builtins v0.1.138
5752024-12-31T17:07:52.970Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5762024-12-31T17:07:52.973Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772024-12-31T17:08:08.315Z Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
5782024-12-31T17:08:09.072Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5792024-12-31T17:08:11.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.03s
5802024-12-31T17:08:11.900Z
5812024-12-31T17:08:11.902Zreal 19.188372267
5822024-12-31T17:08:11.902Zuser 22.070541520
5832024-12-31T17:08:11.902Zsys 1.438510246
5842024-12-31T17:08:11.902Ztrap 0.003741826
5852024-12-31T17:08:11.903Ztflt 0.002398889
5862024-12-31T17:08:11.903Zdflt 0.075632322
5872024-12-31T17:08:11.903Zkflt 0.000003390
5882024-12-31T17:08:11.903Zlock 56.480176228
5892024-12-31T17:08:11.903Zslp 1:19.774858074
5902024-12-31T17:08:11.903Zlat 0.093981244
5912024-12-31T17:08:11.903Zstop 0.150406395
5922024-12-31T17:08:11.903Z+ popd
5932024-12-31T17:08:11.903Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
5942024-12-31T17:08:11.903Z+ header 'build xde (debug)'
5952024-12-31T17:08:11.903Z+ echo '# ==== build xde (debug) ==== #'
5962024-12-31T17:08:11.903Z# ==== build xde (debug) ==== #
5972024-12-31T17:08:11.903Z+ ptime -m ./build-debug.sh
5982024-12-31T17:08:12.222Z Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5992024-12-31T17:08:12.222Z Fresh unicode-ident v1.0.14
6002024-12-31T17:08:12.222Z Fresh ident_case v1.0.1
6012024-12-31T17:08:12.222Z Fresh strsim v0.11.1
6022024-12-31T17:08:12.222Z Fresh fnv v1.0.7
6032024-12-31T17:08:12.222Z Fresh memchr v2.7.4
6042024-12-31T17:08:12.225Z Fresh rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
6052024-12-31T17:08:12.225Z Fresh aho-corasick v1.1.3
6062024-12-31T17:08:12.225Z Fresh regex-syntax v0.8.5
6072024-12-31T17:08:12.225Z Fresh compiler_builtins v0.1.138
6082024-12-31T17:08:12.225Z Fresh proc-macro2 v1.0.92
6092024-12-31T17:08:12.225Z Fresh regex-automata v0.4.9
6102024-12-31T17:08:12.225Z Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
6112024-12-31T17:08:12.225Z Fresh quote v1.0.38
6122024-12-31T17:08:12.225Z Fresh regex v1.11.1
6132024-12-31T17:08:12.225Z Fresh version_check v0.9.5
6142024-12-31T17:08:12.225Z Fresh syn v2.0.93
6152024-12-31T17:08:12.225Z Compiling byteorder v1.5.0
6162024-12-31T17:08:12.225Z Compiling cfg-if v1.0.0
6172024-12-31T17:08:12.225Z Compiling macaddr v1.0.1
6182024-12-31T17:08:12.225Z Compiling stable_deref_trait v1.2.0
6192024-12-31T17:08:12.225Z Compiling bitflags v1.3.2
6202024-12-31T17:08:12.225Z Compiling bitflags v2.6.0
6212024-12-31T17:08:12.225Z Compiling managed v0.8.0
6222024-12-31T17:08:12.225Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=55cd99557b60fd1a -C extra-filename=-55cd99557b60fd1a --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6232024-12-31T17:08:12.225Z 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`
6242024-12-31T17:08:12.225Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=4c89d4903250a70b -C extra-filename=-4c89d4903250a70b --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6252024-12-31T17:08:12.225Z 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-31T17:08:12.230Z 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`
6272024-12-31T17:08:12.233Z Fresh darling_core v0.20.10
6282024-12-31T17:08:12.233Z 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`
6292024-12-31T17:08:12.236Z Fresh darling_macro v0.20.10
6302024-12-31T17:08:12.236Z Fresh darling v0.20.10
6312024-12-31T17:08:12.239Z Fresh serde_derive v1.0.217
6322024-12-31T17:08:12.241Z Compiling serde v1.0.217
6332024-12-31T17:08:12.244Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=7e725605e5c47ecc -C extra-filename=-7e725605e5c47ecc --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6342024-12-31T17:08:12.244Z 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.217/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=b740e160e99286e5 -C extra-filename=-b740e160e99286e5 --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-0479754f9c684f91.so -Z unstable-options --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
6352024-12-31T17:08:12.327Z Fresh zerocopy-derive v0.8.14
6362024-12-31T17:08:12.327Z Compiling zerocopy v0.8.14
6372024-12-31T17:08:12.339Z 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.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 --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=4d97ff2fe39478f3 -C extra-filename=-4d97ff2fe39478f3 --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-e24e7e69055c8186.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-31T17:08:12.341Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6392024-12-31T17:08:12.341Z Compiling cobs v0.2.3
6402024-12-31T17:08:12.345Z 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`
6412024-12-31T17:08:12.349Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6422024-12-31T17:08:12.353Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=5ba3dae8f7e93c62 -C extra-filename=-5ba3dae8f7e93c62 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options`
6432024-12-31T17:08:12.554Z Compiling hash32 v0.3.1
6442024-12-31T17:08:12.574Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b9d8993ef7887b0 -C extra-filename=-2b9d8993ef7887b0 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbyteorder-55cd99557b60fd1a.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6452024-12-31T17:08:12.586Z Compiling either v1.13.0
6462024-12-31T17:08:12.598Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=44afdb97d2a99b98 -C extra-filename=-44afdb97d2a99b98 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6472024-12-31T17:08:12.603Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6482024-12-31T17:08:12.603Z Compiling crc32fast v1.4.2
6492024-12-31T17:08:12.634Z 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`
6502024-12-31T17:08:12.635Z 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`
6512024-12-31T17:08:12.641Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6522024-12-31T17:08:12.647Z 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=dcd44a1baf96b59c -C extra-filename=-dcd44a1baf96b59c --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-ee414245c91a6cfc.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/debug/deps/libproc_macro2-53eabccb74ec1f10.rlib --extern quote=/work/oxidecomputer/opte/target/debug/deps/libquote-105623c1ed64342b.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-55283de95170c5ab.rlib --extern proc_macro`
6532024-12-31T17:08:12.699Z Compiling heapless v0.8.0
6542024-12-31T17:08:12.704Z 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`
6552024-12-31T17:08:12.738Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6562024-12-31T17:08:12.763Z 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=bf9881f5846a79d6 -C extra-filename=-bf9881f5846a79d6 --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-105623c1ed64342b.rlib --extern syn=/work/oxidecomputer/opte/target/debug/deps/libsyn-55283de95170c5ab.rlib --extern proc_macro`
6572024-12-31T17:08:12.825Z Compiling dyn-clone v1.0.17
6582024-12-31T17:08:12.829Z 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`
6592024-12-31T17:08:12.901Z Compiling itertools v0.13.0
6602024-12-31T17:08:12.920Z 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`
6612024-12-31T17:08:13.023Z Running `/work/oxidecomputer/opte/target/debug/build/opte-6126db04ddcc38e2/build-script-build`
6622024-12-31T17:08:13.026Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
6632024-12-31T17:08:13.026Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45240ebfd9124c9a -C extra-filename=-45240ebfd9124c9a --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' -Z unstable-options --cap-lints allow`
6642024-12-31T17:08:13.503Z Compiling smoltcp v0.11.0
6652024-12-31T17:08:13.507Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=6a1db82142bd93d6 -C extra-filename=-6a1db82142bd93d6 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-ca1a770df1646419.rmeta --extern byteorder=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbyteorder-55cd99557b60fd1a.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libheapless-d1aaf73a0556a672.rmeta --extern managed=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libmanaged-80335bf60b9970d9.rmeta -Z unstable-options --cap-lints allow`
6662024-12-31T17:08:14.798Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6672024-12-31T17:08:14.801Z 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=6e917b00e6bb4cd8 -C extra-filename=-6e917b00e6bb4cd8 --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-e5fb70a6d99e7178.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-4d97ff2fe39478f3.rmeta -Z unstable-options --cap-lints allow`
6682024-12-31T17:08:16.271Z Compiling postcard v1.1.1
6692024-12-31T17:08:16.271Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6702024-12-31T17:08:16.273Z Compiling uuid v1.11.0
6712024-12-31T17:08:16.273Z 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=643dbb6220a98653 -C extra-filename=-643dbb6220a98653 --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-b740e160e99286e5.rmeta -Z unstable-options --cap-lints allow`
6722024-12-31T17:08:16.274Z 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=8fe4dd8512c59db4 -C extra-filename=-8fe4dd8512c59db4 --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-b740e160e99286e5.rmeta -Z unstable-options --cap-lints allow`
6732024-12-31T17:08:16.274Z 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=7c154d3e00661aa5 -C extra-filename=-7c154d3e00661aa5 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/debug/deps/libingot_macros-e5fb70a6d99e7178.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot_types-6e917b00e6bb4cd8.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-b740e160e99286e5.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-4d97ff2fe39478f3.rmeta -Z unstable-options --cap-lints allow`
6742024-12-31T17:08:17.668Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6752024-12-31T17:08:17.671Z 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=a045032ab6a3c7b0 -C extra-filename=-a045032ab6a3c7b0 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-7c154d3e00661aa5.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-643dbb6220a98653.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-b740e160e99286e5.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libsmoltcp-6a1db82142bd93d6.rmeta -Z unstable-options`
6762024-12-31T17:08:18.596Z 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=ec0031d5bd6b13cc -C extra-filename=-ec0031d5bd6b13cc --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcrc32fast-6fe0b239a821787c.rmeta --extern derror_macro=/work/oxidecomputer/opte/target/debug/deps/libderror_macro-dcd44a1baf96b59c.so --extern dyn_clone=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libdyn_clone-6367ac87608d28fa.rmeta --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libheapless-d1aaf73a0556a672.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-7c154d3e00661aa5.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-bf9881f5846a79d6.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte_api-a045032ab6a3c7b0.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-643dbb6220a98653.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-b740e160e99286e5.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-4d97ff2fe39478f3.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
6772024-12-31T17:08:23.983Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6782024-12-31T17:08:23.986Z 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=64601fa98e774499 -C extra-filename=-64601fa98e774499 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcfg_if-ca1f67cbe733d740.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-ec0031d5bd6b13cc.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-b740e160e99286e5.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-8fe4dd8512c59db4.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libzerocopy-4d97ff2fe39478f3.rmeta -Z unstable-options`
6792024-12-31T17:08:27.843Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
6802024-12-31T17:08:27.845Z 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=a5e5c96675ad19e5 -C extra-filename=-a5e5c96675ad19e5 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -C incremental=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/incremental -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps -L dependency=/work/oxidecomputer/opte/target/debug/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liballoc-cb31bbca881ef97c.rlib' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libbitflags-7e725605e5c47ecc.rlib --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcompiler_builtins-3615f4a65cdd8c40.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcore-8fbe937cd97c6a76.rlib' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libcrc32fast-6fe0b239a821787c.rlib --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libillumos_sys_hdrs-5ba3dae8f7e93c62.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libingot-7c154d3e00661aa5.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libopte-ec0031d5bd6b13cc.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/liboxide_vpc-64601fa98e774499.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libpostcard-643dbb6220a98653.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/libserde-b740e160e99286e5.rlib -Z unstable-options`
6812024-12-31T17:08:30.702Zwarning: creating a mutable reference to mutable static is discouraged
6822024-12-31T17:08:30.702Z --> xde/src/xde.rs:318:5
6832024-12-31T17:08:30.702Z |
6842024-12-31T17:08:30.702Z318 | xde_devs.init(KRwLockType::Driver);
6852024-12-31T17:08:30.702Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
6862024-12-31T17:08:30.702Z |
6872024-12-31T17:08:30.702Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
6882024-12-31T17:08:30.702Z = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
6892024-12-31T17:08:30.702Z = note: `#[warn(static_mut_refs)]` on by default
6902024-12-31T17:08:30.702Z
6912024-12-31T17:08:30.706Zwarning: creating a shared reference to mutable static is discouraged
6922024-12-31T17:08:30.706Z --> xde/src/xde.rs:642:25
6932024-12-31T17:08:30.706Z |
6942024-12-31T17:08:30.706Z642 | let devs = unsafe { xde_devs.read() };
6952024-12-31T17:08:30.706Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
6962024-12-31T17:08:30.706Z |
6972024-12-31T17:08:30.706Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
6982024-12-31T17:08:30.706Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
6992024-12-31T17:08:30.706Z
7002024-12-31T17:08:30.706Zwarning: creating a shared reference to mutable static is discouraged
7012024-12-31T17:08:30.706Z --> xde/src/xde.rs:670:29
7022024-12-31T17:08:30.706Z |
7032024-12-31T17:08:30.706Z670 | let mut devs = unsafe { xde_devs.write() };
7042024-12-31T17:08:30.706Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
7052024-12-31T17:08:30.707Z |
7062024-12-31T17:08:30.707Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7072024-12-31T17:08:30.707Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7082024-12-31T17:08:30.707Z
7092024-12-31T17:08:30.707Zwarning: creating a shared reference to mutable static is discouraged
7102024-12-31T17:08:30.707Z --> xde/src/xde.rs:803:29
7112024-12-31T17:08:30.707Z |
7122024-12-31T17:08:30.707Z803 | let mut devs = unsafe { xde_devs.write() };
7132024-12-31T17:08:30.707Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
7142024-12-31T17:08:30.707Z |
7152024-12-31T17:08:30.707Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7162024-12-31T17:08:30.707Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7172024-12-31T17:08:30.707Z
7182024-12-31T17:08:30.707Zwarning: creating a shared reference to mutable static is discouraged
7192024-12-31T17:08:30.707Z --> xde/src/xde.rs:891:18
7202024-12-31T17:08:30.707Z |
7212024-12-31T17:08:30.707Z891 | if unsafe { !xde_devs.read().is_empty() } {
7222024-12-31T17:08:30.707Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7232024-12-31T17:08:30.707Z |
7242024-12-31T17:08:30.707Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7252024-12-31T17:08:30.707Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7262024-12-31T17:08:30.707Z
7272024-12-31T17:08:30.707Zwarning: creating a shared reference to mutable static is discouraged
7282024-12-31T17:08:30.707Z --> xde/src/xde.rs:1204:9
7292024-12-31T17:08:30.707Z |
7302024-12-31T17:08:30.707Z1204 | if !xde_devs.read().is_empty() {
7312024-12-31T17:08:30.707Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7322024-12-31T17:08:30.707Z |
7332024-12-31T17:08:30.707Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7342024-12-31T17:08:30.707Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7352024-12-31T17:08:30.707Z
7362024-12-31T17:08:30.711Zwarning: creating a shared reference to mutable static is discouraged
7372024-12-31T17:08:30.711Z --> xde/src/xde.rs:1611:37
7382024-12-31T17:08:30.711Z |
7392024-12-31T17:08:30.711Z1611 | let devs = unsafe { xde_devs.read() };
7402024-12-31T17:08:30.711Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7412024-12-31T17:08:30.711Z |
7422024-12-31T17:08:30.711Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7432024-12-31T17:08:30.711Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7442024-12-31T17:08:30.711Z
7452024-12-31T17:08:30.711Zwarning: creating a shared reference to mutable static is discouraged
7462024-12-31T17:08:30.711Z --> xde/src/xde.rs:1861:16
7472024-12-31T17:08:30.711Z |
7482024-12-31T17:08:30.711Z1861 | let devs = xde_devs.read();
7492024-12-31T17:08:30.712Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7502024-12-31T17:08:30.712Z |
7512024-12-31T17:08:30.712Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7522024-12-31T17:08:30.712Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7532024-12-31T17:08:30.712Z
7542024-12-31T17:08:30.712Zwarning: creating a shared reference to mutable static is discouraged
7552024-12-31T17:08:30.712Z --> xde/src/xde.rs:1910:25
7562024-12-31T17:08:30.712Z |
7572024-12-31T17:08:30.712Z1910 | let devs = unsafe { xde_devs.read() };
7582024-12-31T17:08:30.712Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7592024-12-31T17:08:30.712Z |
7602024-12-31T17:08:30.712Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7612024-12-31T17:08:30.712Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7622024-12-31T17:08:30.712Z
7632024-12-31T17:08:30.712Zwarning: creating a shared reference to mutable static is discouraged
7642024-12-31T17:08:30.712Z --> xde/src/xde.rs:1923:25
7652024-12-31T17:08:30.712Z |
7662024-12-31T17:08:30.712Z1923 | let devs = unsafe { xde_devs.read() };
7672024-12-31T17:08:30.712Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7682024-12-31T17:08:30.712Z |
7692024-12-31T17:08:30.712Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7702024-12-31T17:08:30.712Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7712024-12-31T17:08:30.712Z
7722024-12-31T17:08:30.712Zwarning: creating a shared reference to mutable static is discouraged
7732024-12-31T17:08:30.712Z --> xde/src/xde.rs:1934:25
7742024-12-31T17:08:30.712Z |
7752024-12-31T17:08:30.712Z1934 | let devs = unsafe { xde_devs.read() };
7762024-12-31T17:08:30.712Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7772024-12-31T17:08:30.712Z |
7782024-12-31T17:08:30.712Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7792024-12-31T17:08:30.712Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7802024-12-31T17:08:30.712Z
7812024-12-31T17:08:30.712Zwarning: creating a shared reference to mutable static is discouraged
7822024-12-31T17:08:30.712Z --> xde/src/xde.rs:1946:25
7832024-12-31T17:08:30.712Z |
7842024-12-31T17:08:30.712Z1946 | let devs = unsafe { xde_devs.read() };
7852024-12-31T17:08:30.712Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7862024-12-31T17:08:30.712Z |
7872024-12-31T17:08:30.713Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7882024-12-31T17:08:30.713Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7892024-12-31T17:08:30.713Z
7902024-12-31T17:08:30.713Zwarning: creating a shared reference to mutable static is discouraged
7912024-12-31T17:08:30.713Z --> xde/src/xde.rs:1958:25
7922024-12-31T17:08:30.713Z |
7932024-12-31T17:08:30.713Z1958 | let devs = unsafe { xde_devs.read() };
7942024-12-31T17:08:30.713Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
7952024-12-31T17:08:30.713Z |
7962024-12-31T17:08:30.713Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
7972024-12-31T17:08:30.713Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
7982024-12-31T17:08:30.713Z
7992024-12-31T17:08:30.713Zwarning: creating a shared reference to mutable static is discouraged
8002024-12-31T17:08:30.713Z --> xde/src/xde.rs:2022:25
8012024-12-31T17:08:30.713Z |
8022024-12-31T17:08:30.713Z2022 | let devs = unsafe { xde_devs.read() };
8032024-12-31T17:08:30.713Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8042024-12-31T17:08:30.713Z |
8052024-12-31T17:08:30.713Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8062024-12-31T17:08:30.713Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8072024-12-31T17:08:30.713Z
8082024-12-31T17:08:30.713Zwarning: creating a shared reference to mutable static is discouraged
8092024-12-31T17:08:30.713Z --> xde/src/xde.rs:2033:25
8102024-12-31T17:08:30.713Z |
8112024-12-31T17:08:30.713Z2033 | let devs = unsafe { xde_devs.read() };
8122024-12-31T17:08:30.713Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8132024-12-31T17:08:30.713Z |
8142024-12-31T17:08:30.713Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8152024-12-31T17:08:30.713Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8162024-12-31T17:08:30.713Z
8172024-12-31T17:08:30.713Zwarning: creating a shared reference to mutable static is discouraged
8182024-12-31T17:08:30.713Z --> xde/src/xde.rs:2045:25
8192024-12-31T17:08:30.713Z |
8202024-12-31T17:08:30.713Z2045 | let devs = unsafe { xde_devs.read() };
8212024-12-31T17:08:30.713Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8222024-12-31T17:08:30.713Z |
8232024-12-31T17:08:30.713Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8242024-12-31T17:08:30.713Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8252024-12-31T17:08:30.713Z
8262024-12-31T17:08:30.714Zwarning: creating a shared reference to mutable static is discouraged
8272024-12-31T17:08:30.714Z --> xde/src/xde.rs:2059:25
8282024-12-31T17:08:30.714Z |
8292024-12-31T17:08:30.714Z2059 | let devs = unsafe { xde_devs.read() };
8302024-12-31T17:08:30.714Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8312024-12-31T17:08:30.714Z |
8322024-12-31T17:08:30.714Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8332024-12-31T17:08:30.714Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8342024-12-31T17:08:30.714Z
8352024-12-31T17:08:30.717Zwarning: creating a shared reference to mutable static is discouraged
8362024-12-31T17:08:30.717Z --> xde/src/xde.rs:2072:25
8372024-12-31T17:08:30.717Z |
8382024-12-31T17:08:30.717Z2072 | let devs = unsafe { xde_devs.read() };
8392024-12-31T17:08:30.717Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8402024-12-31T17:08:30.717Z |
8412024-12-31T17:08:30.717Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8422024-12-31T17:08:30.717Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8432024-12-31T17:08:30.717Z
8442024-12-31T17:08:30.717Zwarning: creating a shared reference to mutable static is discouraged
8452024-12-31T17:08:30.717Z --> xde/src/xde.rs:2085:25
8462024-12-31T17:08:30.717Z |
8472024-12-31T17:08:30.717Z2085 | let devs = unsafe { xde_devs.read() };
8482024-12-31T17:08:30.717Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8492024-12-31T17:08:30.717Z |
8502024-12-31T17:08:30.717Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8512024-12-31T17:08:30.717Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8522024-12-31T17:08:30.717Z
8532024-12-31T17:08:30.717Zwarning: creating a shared reference to mutable static is discouraged
8542024-12-31T17:08:30.717Z --> xde/src/xde.rs:2096:25
8552024-12-31T17:08:30.717Z |
8562024-12-31T17:08:30.717Z2096 | let devs = unsafe { xde_devs.read() };
8572024-12-31T17:08:30.717Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8582024-12-31T17:08:30.717Z |
8592024-12-31T17:08:30.717Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8602024-12-31T17:08:30.717Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8612024-12-31T17:08:30.717Z
8622024-12-31T17:08:30.718Zwarning: creating a shared reference to mutable static is discouraged
8632024-12-31T17:08:30.718Z --> xde/src/xde.rs:2108:25
8642024-12-31T17:08:30.718Z |
8652024-12-31T17:08:30.718Z2108 | let devs = unsafe { xde_devs.read() };
8662024-12-31T17:08:30.718Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8672024-12-31T17:08:30.718Z |
8682024-12-31T17:08:30.718Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8692024-12-31T17:08:30.718Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8702024-12-31T17:08:30.718Z
8712024-12-31T17:08:30.718Zwarning: creating a shared reference to mutable static is discouraged
8722024-12-31T17:08:30.718Z --> xde/src/xde.rs:2123:25
8732024-12-31T17:08:30.718Z |
8742024-12-31T17:08:30.718Z2123 | let devs = unsafe { xde_devs.read() };
8752024-12-31T17:08:30.718Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8762024-12-31T17:08:30.718Z |
8772024-12-31T17:08:30.718Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8782024-12-31T17:08:30.718Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
8792024-12-31T17:08:30.718Z
8802024-12-31T17:08:30.718Zwarning: creating a shared reference to mutable static is discouraged
8812024-12-31T17:08:30.718Z --> xde/src/xde.rs:2137:25
8822024-12-31T17:08:30.718Z |
8832024-12-31T17:08:30.718Z2137 | let devs = unsafe { xde_devs.read() };
8842024-12-31T17:08:30.718Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
8852024-12-31T17:08:30.718Z |
8862024-12-31T17:08:30.718Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
8872024-12-31T17:08:30.718Z = 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
8882024-12-31T17:08:30.718Z
8892024-12-31T17:08:33.510Zwarning: `xde` (lib) generated 23 warnings
8902024-12-31T17:08:33.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.55s
8912024-12-31T17:08:37.509Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde
8922024-12-31T17:08:37.695Z Fresh core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
8932024-12-31T17:08:37.695Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
8942024-12-31T17:08:37.695Z 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)
8952024-12-31T17:08:37.698Z Fresh compiler_builtins v0.1.138
8962024-12-31T17:08:37.698Z Fresh alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
8972024-12-31T17:08:37.698Z 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`
8982024-12-31T17:08:37.943Z Running `/work/oxidecomputer/opte/target/debug/build/xde-link-09e88eb23a6571b4/build-script-build`
8992024-12-31T17:08:37.950Z 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`
9002024-12-31T17:08:38.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
9012024-12-31T17:08:38.086Z
9022024-12-31T17:08:38.086Zreal 26.183395378
9032024-12-31T17:08:38.086Zuser 53.660423601
9042024-12-31T17:08:38.086Zsys 5.450310768
9052024-12-31T17:08:38.089Ztrap 0.025300721
9062024-12-31T17:08:38.089Ztflt 0.088654242
9072024-12-31T17:08:38.089Zdflt 0.061071236
9082024-12-31T17:08:38.089Zkflt 0.000003789
9092024-12-31T17:08:38.089Zlock 1:36.851624981
9102024-12-31T17:08:38.089Zslp 2:29.039403273
9112024-12-31T17:08:38.089Zlat 2.209779822
9122024-12-31T17:08:38.089Zstop 1.724885607
9132024-12-31T17:08:38.089Z+ header 'build xde (release)'
9142024-12-31T17:08:38.089Z+ echo '# ==== build xde (release) ==== #'
9152024-12-31T17:08:38.089Z# ==== build xde (release) ==== #
9162024-12-31T17:08:38.089Z+ ptime -m ./build.sh
9172024-12-31T17:08:38.093Z+ REL_DIR=../target/x86_64-unknown-unknown/release/
9182024-12-31T17:08:38.093Z+ cargo -v build --release
9192024-12-31T17:08:38.260Z Compiling compiler_builtins v0.1.138
9202024-12-31T17:08:38.260Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
9212024-12-31T17:08:38.261Z Compiling proc-macro2 v1.0.92
9222024-12-31T17:08:38.263Z Compiling unicode-ident v1.0.14
9232024-12-31T17:08:38.263Z Compiling strsim v0.11.1
9242024-12-31T17:08:38.263Z Compiling fnv v1.0.7
9252024-12-31T17:08:38.263Z Compiling ident_case v1.0.1
9262024-12-31T17:08:38.263Z Compiling memchr v2.7.4
9272024-12-31T17:08:38.263Z 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`
9282024-12-31T17:08:38.263Z 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`
9292024-12-31T17:08:38.263Z 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`
9302024-12-31T17:08:38.264Z 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`
9312024-12-31T17:08:38.264Z 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`
9322024-12-31T17:08:38.264Z 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`
9332024-12-31T17:08:38.288Z 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`
9342024-12-31T17:08:38.288Z 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`
9352024-12-31T17:08:38.389Z Compiling regex-syntax v0.8.5
9362024-12-31T17:08:38.417Z 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`
9372024-12-31T17:08:38.446Z Compiling serde v1.0.217
9382024-12-31T17:08:38.453Z 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.217/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=18f830251897a22e -C extra-filename=-18f830251897a22e --out-dir /work/oxidecomputer/opte/target/release/build/serde-18f830251897a22e -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9392024-12-31T17:08:38.456Z Compiling either v1.13.0
9402024-12-31T17:08:38.479Z 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`
9412024-12-31T17:08:38.824Z Compiling zerocopy v0.8.14
9422024-12-31T17:08:38.866Z 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.14/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=9d21412b8ae0fd26 -C extra-filename=-9d21412b8ae0fd26 --out-dir /work/oxidecomputer/opte/target/release/build/zerocopy-9d21412b8ae0fd26 -L dependency=/work/oxidecomputer/opte/target/release/deps --cap-lints allow`
9432024-12-31T17:08:38.983Z Running `/work/oxidecomputer/opte/target/release/build/proc-macro2-e9275e81496ee356/build-script-build`
9442024-12-31T17:08:39.068Z Compiling itertools v0.13.0
9452024-12-31T17:08:39.071Z 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`
9462024-12-31T17:08:39.083Z Compiling heapless v0.8.0
9472024-12-31T17:08:39.088Z 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`
9482024-12-31T17:08:39.121Z 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)'`
9492024-12-31T17:08:39.383Z Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build`
9502024-12-31T17:08:39.395Z Compiling aho-corasick v1.1.3
9512024-12-31T17:08:39.398Z 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`
9522024-12-31T17:08:39.727Z Running `/work/oxidecomputer/opte/target/release/build/serde-18f830251897a22e/build-script-build`
9532024-12-31T17:08:39.777Z Running `/work/oxidecomputer/opte/target/release/build/heapless-8f3b9133e62a1315/build-script-build`
9542024-12-31T17:08:39.790Z Running `/work/oxidecomputer/opte/target/release/build/zerocopy-9d21412b8ae0fd26/build-script-build`
9552024-12-31T17:08:39.833Z Compiling quote v1.0.38
9562024-12-31T17:08:39.836Z 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.38/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=9c5097cde0f8899c -C extra-filename=-9c5097cde0f8899c --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`
9572024-12-31T17:08:39.841Z Compiling smoltcp v0.11.0
9582024-12-31T17:08:39.843Z 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`
9592024-12-31T17:08:40.021Z Compiling version_check v0.9.5
9602024-12-31T17:08:40.024Z 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`
9612024-12-31T17:08:40.487Z Compiling syn v2.0.93
9622024-12-31T17:08:40.490Z 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.93/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=5655280552a75a0c -C extra-filename=-5655280552a75a0c --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-9c5097cde0f8899c.rmeta --extern unicode_ident=/work/oxidecomputer/opte/target/release/deps/libunicode_ident-b8abd5741be676a7.rmeta --cap-lints allow`
9632024-12-31T17:08:40.656Z Running `/work/oxidecomputer/opte/target/release/build/smoltcp-057e1984f25ade90/build-script-build`
9642024-12-31T17:08:40.799Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
9652024-12-31T17:08:40.802Z 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`
9662024-12-31T17:08:41.158Z Running `/work/oxidecomputer/opte/target/release/build/opte-7235dd196ab59649/build-script-build`
9672024-12-31T17:08:41.890Z Compiling regex-automata v0.4.9
9682024-12-31T17:08:41.892Z 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`
9692024-12-31T17:08:44.757Z Compiling regex v1.11.1
9702024-12-31T17:08:44.760Z 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`
9712024-12-31T17:08:45.280Z Compiling darling_core v0.20.10
9722024-12-31T17:08:45.282Z 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=65eb7c57620271f8 -C extra-filename=-65eb7c57620271f8 --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-9c5097cde0f8899c.rmeta --extern strsim=/work/oxidecomputer/opte/target/release/deps/libstrsim-abb45031f76369d6.rmeta --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-5655280552a75a0c.rmeta --cap-lints allow`
9732024-12-31T17:08:47.439Z Compiling serde_derive v1.0.217
9742024-12-31T17:08:47.439Z Compiling zerocopy-derive v0.8.14
9752024-12-31T17:08:47.442Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
9762024-12-31T17:08:47.442Z 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.14/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=7c4071ca3bbe46ab -C extra-filename=-7c4071ca3bbe46ab --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-9c5097cde0f8899c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-5655280552a75a0c.rlib --extern proc_macro --cap-lints allow`
9772024-12-31T17:08:47.442Z 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=6fb981e9596bee02 -C extra-filename=-6fb981e9596bee02 --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-9c5097cde0f8899c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-5655280552a75a0c.rlib --extern proc_macro`
9782024-12-31T17:08:47.442Z 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.217/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=387acac2b3365102 -C extra-filename=-387acac2b3365102 --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-9c5097cde0f8899c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-5655280552a75a0c.rlib --extern proc_macro --cap-lints allow`
9792024-12-31T17:08:49.281Z Compiling darling_macro v0.20.10
9802024-12-31T17:08:49.284Z 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=8ec023b5be8c7507 -C extra-filename=-8ec023b5be8c7507 --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-65eb7c57620271f8.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-9c5097cde0f8899c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-5655280552a75a0c.rlib --extern proc_macro --cap-lints allow`
9812024-12-31T17:08:50.441Z Compiling darling v0.20.10
9822024-12-31T17:08:50.444Z 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=704d9c7cc540153f -C extra-filename=-704d9c7cc540153f --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-65eb7c57620271f8.rmeta --extern darling_macro=/work/oxidecomputer/opte/target/release/deps/libdarling_macro-8ec023b5be8c7507.so --cap-lints allow`
9832024-12-31T17:08:50.521Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
9842024-12-31T17:08:50.524Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
9852024-12-31T17:08:50.524Z 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=063415be74d82e26 -C extra-filename=-063415be74d82e26 --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-704d9c7cc540153f.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-9c5097cde0f8899c.rlib --extern regex=/work/oxidecomputer/opte/target/release/deps/libregex-f1173f34eda5550c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-5655280552a75a0c.rlib --extern proc_macro --cap-lints allow`
9862024-12-31T17:08:50.524Z 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=8215aea5bddf7ece -C extra-filename=-8215aea5bddf7ece --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-704d9c7cc540153f.rlib --extern proc_macro2=/work/oxidecomputer/opte/target/release/deps/libproc_macro2-2f45901a78607851.rlib --extern quote=/work/oxidecomputer/opte/target/release/deps/libquote-9c5097cde0f8899c.rlib --extern syn=/work/oxidecomputer/opte/target/release/deps/libsyn-5655280552a75a0c.rlib --extern proc_macro`
9872024-12-31T17:08:59.060Z 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)
9882024-12-31T17:08:59.064Z 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`
9892024-12-31T17:08:59.103Z 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)'`
9902024-12-31T17:08:59.920Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
9912024-12-31T17:08:59.923Z 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`
9922024-12-31T17:09:02.960Z Compiling byteorder v1.5.0
9932024-12-31T17:09:02.963Z Compiling stable_deref_trait v1.2.0
9942024-12-31T17:09:02.963Z Compiling macaddr v1.0.1
9952024-12-31T17:09:02.963Z Compiling cfg-if v1.0.0
9962024-12-31T17:09:02.964Z Compiling bitflags v2.6.0
9972024-12-31T17:09:02.964Z 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`
9982024-12-31T17:09:02.964Z 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`
9992024-12-31T17:09:02.964Z 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.14/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=a9d98674fee05d66 -C extra-filename=-a9d98674fee05d66 --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-7c4071ca3bbe46ab.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)'`
10002024-12-31T17:09:02.969Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=0604e4210f266c65 -C extra-filename=-0604e4210f266c65 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options --cap-lints allow`
10012024-12-31T17:09:02.972Z 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`
10022024-12-31T17:09:02.972Z 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`
10032024-12-31T17:09:02.972Z 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.217/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=dc3d101a2342317a -C extra-filename=-dc3d101a2342317a --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-387acac2b3365102.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)'`
10042024-12-31T17:09:03.052Z Compiling bitflags v1.3.2
10052024-12-31T17:09:03.055Z 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`
10062024-12-31T17:09:03.059Z Compiling managed v0.8.0
10072024-12-31T17:09:03.061Z 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`
10082024-12-31T17:09:03.134Z Compiling cobs v0.2.3
10092024-12-31T17:09:03.137Z 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`
10102024-12-31T17:09:03.301Z Compiling hash32 v0.3.1
10112024-12-31T17:09:03.304Z 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`
10122024-12-31T17:09:03.397Z 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`
10132024-12-31T17:09:03.450Z 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`
10142024-12-31T17:09:03.489Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
10152024-12-31T17:09:03.492Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=941e1561389d7bae -C extra-filename=-941e1561389d7bae --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' -Z unstable-options`
10162024-12-31T17:09:03.499Z Compiling crc32fast v1.4.2
10172024-12-31T17:09:03.501Z 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`
10182024-12-31T17:09:03.505Z Compiling dyn-clone v1.0.17
10192024-12-31T17:09:03.507Z 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`
10202024-12-31T17:09:03.678Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10212024-12-31T17:09:03.681Z 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`
10222024-12-31T17:09:03.709Z 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`
10232024-12-31T17:09:04.216Z 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`
10242024-12-31T17:09:05.390Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
10252024-12-31T17:09:05.393Z 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=90b97d5985f2c7cd -C extra-filename=-90b97d5985f2c7cd --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-063415be74d82e26.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-a9d98674fee05d66.rmeta -Z unstable-options --cap-lints allow`
10262024-12-31T17:09:06.789Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
10272024-12-31T17:09:06.794Z 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=9081abb051697e8a -C extra-filename=-9081abb051697e8a --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern ingot_macros=/work/oxidecomputer/opte/target/release/deps/libingot_macros-063415be74d82e26.so --extern ingot_types=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot_types-90b97d5985f2c7cd.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-dc3d101a2342317a.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-a9d98674fee05d66.rmeta -Z unstable-options --cap-lints allow`
10282024-12-31T17:09:06.836Z Compiling postcard v1.1.1
10292024-12-31T17:09:06.839Z 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=4b9f4e159564e925 -C extra-filename=-4b9f4e159564e925 --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-dc3d101a2342317a.rmeta -Z unstable-options --cap-lints allow`
10302024-12-31T17:09:06.874Z Compiling uuid v1.11.0
10312024-12-31T17:09:06.876Z 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=ce06cbe2451298db -C extra-filename=-ce06cbe2451298db --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-dc3d101a2342317a.rmeta -Z unstable-options --cap-lints allow`
10322024-12-31T17:09:08.356Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
10332024-12-31T17:09:08.360Z 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=04bce24b1be31fe6 -C extra-filename=-04bce24b1be31fe6 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-9081abb051697e8a.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-4b9f4e159564e925.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-dc3d101a2342317a.rmeta --extern smoltcp=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libsmoltcp-7db15a5dfdd3ea5e.rmeta -Z unstable-options`
10342024-12-31T17:09:09.126Z Running `/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="engine"' --cfg 'feature="kernel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=9e5f99cd9e13c52d -C extra-filename=-9e5f99cd9e13c52d --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rmeta --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcrc32fast-0f1152e115e18722.rmeta --extern derror_macro=/work/oxidecomputer/opte/target/release/deps/libderror_macro-8215aea5bddf7ece.so --extern dyn_clone=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libdyn_clone-cd437f6d6c5e01a2.rmeta --extern heapless=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libheapless-990f800d24857388.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rmeta --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-9081abb051697e8a.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-6fb981e9596bee02.so --extern opte_api=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte_api-04bce24b1be31fe6.rmeta --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-4b9f4e159564e925.rmeta --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-dc3d101a2342317a.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-a9d98674fee05d66.rmeta -Z unstable-options --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
10352024-12-31T17:09:13.644Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
10362024-12-31T17:09:13.646Z 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=7b2bdbae5f9a1087 -C extra-filename=-7b2bdbae5f9a1087 --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rmeta' --extern cfg_if=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcfg_if-8ae92b0a05d8dbfc.rmeta --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rmeta' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rmeta' --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rmeta --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-9e5f99cd9e13c52d.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-dc3d101a2342317a.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-ce06cbe2451298db.rmeta --extern zerocopy=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libzerocopy-a9d98674fee05d66.rmeta -Z unstable-options`
10372024-12-31T17:09:17.538Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
10382024-12-31T17:09:17.541Z 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=44d8db60fb43d56c -C extra-filename=-44d8db60fb43d56c --out-dir /work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps --target /work/oxidecomputer/opte/xde/x86_64-unknown-unknown.json -L dependency=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps -L dependency=/work/oxidecomputer/opte/target/release/deps --extern 'noprelude:alloc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liballoc-56db8a5ee170432b.rlib' --extern bitflags=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libbitflags-0604e4210f266c65.rlib --extern 'noprelude:compiler_builtins=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcompiler_builtins-f3886df8889cf263.rlib' --extern 'noprelude:core=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcore-534c6e7fc51e19d9.rlib' --extern crc32fast=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libcrc32fast-0f1152e115e18722.rlib --extern illumos_sys_hdrs=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libillumos_sys_hdrs-941e1561389d7bae.rlib --extern ingot=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libingot-9081abb051697e8a.rlib --extern opte=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libopte-9e5f99cd9e13c52d.rlib --extern oxide_vpc=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/liboxide_vpc-7b2bdbae5f9a1087.rlib --extern postcard=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libpostcard-4b9f4e159564e925.rlib --extern serde=/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release/deps/libserde-dc3d101a2342317a.rlib -Z unstable-options`
10392024-12-31T17:09:19.568Zwarning: creating a mutable reference to mutable static is discouraged
10402024-12-31T17:09:19.569Z --> xde/src/xde.rs:318:5
10412024-12-31T17:09:19.569Z |
10422024-12-31T17:09:19.569Z318 | xde_devs.init(KRwLockType::Driver);
10432024-12-31T17:09:19.569Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
10442024-12-31T17:09:19.569Z |
10452024-12-31T17:09:19.569Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10462024-12-31T17:09:19.569Z = 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
10472024-12-31T17:09:19.569Z = note: `#[warn(static_mut_refs)]` on by default
10482024-12-31T17:09:19.569Z
10492024-12-31T17:09:19.572Zwarning: creating a shared reference to mutable static is discouraged
10502024-12-31T17:09:19.572Z --> xde/src/xde.rs:642:25
10512024-12-31T17:09:19.572Z |
10522024-12-31T17:09:19.572Z642 | let devs = unsafe { xde_devs.read() };
10532024-12-31T17:09:19.572Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
10542024-12-31T17:09:19.572Z |
10552024-12-31T17:09:19.572Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10562024-12-31T17:09:19.572Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
10572024-12-31T17:09:19.572Z
10582024-12-31T17:09:19.572Zwarning: creating a shared reference to mutable static is discouraged
10592024-12-31T17:09:19.572Z --> xde/src/xde.rs:670:29
10602024-12-31T17:09:19.572Z |
10612024-12-31T17:09:19.572Z670 | let mut devs = unsafe { xde_devs.write() };
10622024-12-31T17:09:19.572Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
10632024-12-31T17:09:19.572Z |
10642024-12-31T17:09:19.572Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10652024-12-31T17:09:19.573Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
10662024-12-31T17:09:19.573Z
10672024-12-31T17:09:19.573Zwarning: creating a shared reference to mutable static is discouraged
10682024-12-31T17:09:19.573Z --> xde/src/xde.rs:803:29
10692024-12-31T17:09:19.573Z |
10702024-12-31T17:09:19.573Z803 | let mut devs = unsafe { xde_devs.write() };
10712024-12-31T17:09:19.573Z | ^^^^^^^^^^^^^^^^ shared reference to mutable static
10722024-12-31T17:09:19.573Z |
10732024-12-31T17:09:19.573Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10742024-12-31T17:09:19.573Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
10752024-12-31T17:09:19.573Z
10762024-12-31T17:09:19.573Zwarning: creating a shared reference to mutable static is discouraged
10772024-12-31T17:09:19.573Z --> xde/src/xde.rs:891:18
10782024-12-31T17:09:19.573Z |
10792024-12-31T17:09:19.573Z891 | if unsafe { !xde_devs.read().is_empty() } {
10802024-12-31T17:09:19.573Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
10812024-12-31T17:09:19.573Z |
10822024-12-31T17:09:19.573Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10832024-12-31T17:09:19.573Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
10842024-12-31T17:09:19.573Z
10852024-12-31T17:09:19.573Zwarning: creating a shared reference to mutable static is discouraged
10862024-12-31T17:09:19.573Z --> xde/src/xde.rs:1204:9
10872024-12-31T17:09:19.573Z |
10882024-12-31T17:09:19.573Z1204 | if !xde_devs.read().is_empty() {
10892024-12-31T17:09:19.573Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
10902024-12-31T17:09:19.573Z |
10912024-12-31T17:09:19.573Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
10922024-12-31T17:09:19.573Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
10932024-12-31T17:09:19.573Z
10942024-12-31T17:09:19.577Zwarning: creating a shared reference to mutable static is discouraged
10952024-12-31T17:09:19.578Z --> xde/src/xde.rs:1611:37
10962024-12-31T17:09:19.578Z |
10972024-12-31T17:09:19.578Z1611 | let devs = unsafe { xde_devs.read() };
10982024-12-31T17:09:19.578Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
10992024-12-31T17:09:19.578Z |
11002024-12-31T17:09:19.578Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11012024-12-31T17:09:19.578Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11022024-12-31T17:09:19.578Z
11032024-12-31T17:09:19.578Zwarning: creating a shared reference to mutable static is discouraged
11042024-12-31T17:09:19.578Z --> xde/src/xde.rs:1861:16
11052024-12-31T17:09:19.578Z |
11062024-12-31T17:09:19.578Z1861 | let devs = xde_devs.read();
11072024-12-31T17:09:19.578Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11082024-12-31T17:09:19.578Z |
11092024-12-31T17:09:19.578Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11102024-12-31T17:09:19.578Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11112024-12-31T17:09:19.578Z
11122024-12-31T17:09:19.578Zwarning: creating a shared reference to mutable static is discouraged
11132024-12-31T17:09:19.578Z --> xde/src/xde.rs:1910:25
11142024-12-31T17:09:19.578Z |
11152024-12-31T17:09:19.578Z1910 | let devs = unsafe { xde_devs.read() };
11162024-12-31T17:09:19.578Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11172024-12-31T17:09:19.578Z |
11182024-12-31T17:09:19.578Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11192024-12-31T17:09:19.578Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11202024-12-31T17:09:19.578Z
11212024-12-31T17:09:19.578Zwarning: creating a shared reference to mutable static is discouraged
11222024-12-31T17:09:19.578Z --> xde/src/xde.rs:1923:25
11232024-12-31T17:09:19.578Z |
11242024-12-31T17:09:19.578Z1923 | let devs = unsafe { xde_devs.read() };
11252024-12-31T17:09:19.578Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11262024-12-31T17:09:19.578Z |
11272024-12-31T17:09:19.578Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11282024-12-31T17:09:19.578Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11292024-12-31T17:09:19.578Z
11302024-12-31T17:09:19.578Zwarning: creating a shared reference to mutable static is discouraged
11312024-12-31T17:09:19.578Z --> xde/src/xde.rs:1934:25
11322024-12-31T17:09:19.579Z |
11332024-12-31T17:09:19.579Z1934 | let devs = unsafe { xde_devs.read() };
11342024-12-31T17:09:19.579Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11352024-12-31T17:09:19.579Z |
11362024-12-31T17:09:19.579Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11372024-12-31T17:09:19.579Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11382024-12-31T17:09:19.579Z
11392024-12-31T17:09:19.579Zwarning: creating a shared reference to mutable static is discouraged
11402024-12-31T17:09:19.579Z --> xde/src/xde.rs:1946:25
11412024-12-31T17:09:19.579Z |
11422024-12-31T17:09:19.579Z1946 | let devs = unsafe { xde_devs.read() };
11432024-12-31T17:09:19.579Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11442024-12-31T17:09:19.579Z |
11452024-12-31T17:09:19.579Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11462024-12-31T17:09:19.579Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11472024-12-31T17:09:19.579Z
11482024-12-31T17:09:19.579Zwarning: creating a shared reference to mutable static is discouraged
11492024-12-31T17:09:19.579Z --> xde/src/xde.rs:1958:25
11502024-12-31T17:09:19.579Z |
11512024-12-31T17:09:19.579Z1958 | let devs = unsafe { xde_devs.read() };
11522024-12-31T17:09:19.579Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11532024-12-31T17:09:19.579Z |
11542024-12-31T17:09:19.579Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11552024-12-31T17:09:19.579Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11562024-12-31T17:09:19.579Z
11572024-12-31T17:09:19.579Zwarning: creating a shared reference to mutable static is discouraged
11582024-12-31T17:09:19.579Z --> xde/src/xde.rs:2022:25
11592024-12-31T17:09:19.579Z |
11602024-12-31T17:09:19.579Z2022 | let devs = unsafe { xde_devs.read() };
11612024-12-31T17:09:19.579Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11622024-12-31T17:09:19.579Z |
11632024-12-31T17:09:19.579Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11642024-12-31T17:09:19.579Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11652024-12-31T17:09:19.579Z
11662024-12-31T17:09:19.579Zwarning: creating a shared reference to mutable static is discouraged
11672024-12-31T17:09:19.579Z --> xde/src/xde.rs:2033:25
11682024-12-31T17:09:19.579Z |
11692024-12-31T17:09:19.579Z2033 | let devs = unsafe { xde_devs.read() };
11702024-12-31T17:09:19.579Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11712024-12-31T17:09:19.579Z |
11722024-12-31T17:09:19.580Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11732024-12-31T17:09:19.580Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11742024-12-31T17:09:19.580Z
11752024-12-31T17:09:19.580Zwarning: creating a shared reference to mutable static is discouraged
11762024-12-31T17:09:19.580Z --> xde/src/xde.rs:2045:25
11772024-12-31T17:09:19.580Z |
11782024-12-31T17:09:19.580Z2045 | let devs = unsafe { xde_devs.read() };
11792024-12-31T17:09:19.580Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11802024-12-31T17:09:19.580Z |
11812024-12-31T17:09:19.580Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11822024-12-31T17:09:19.580Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11832024-12-31T17:09:19.580Z
11842024-12-31T17:09:19.580Zwarning: creating a shared reference to mutable static is discouraged
11852024-12-31T17:09:19.580Z --> xde/src/xde.rs:2059:25
11862024-12-31T17:09:19.580Z |
11872024-12-31T17:09:19.580Z2059 | let devs = unsafe { xde_devs.read() };
11882024-12-31T17:09:19.580Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11892024-12-31T17:09:19.580Z |
11902024-12-31T17:09:19.580Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
11912024-12-31T17:09:19.580Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
11922024-12-31T17:09:19.580Z
11932024-12-31T17:09:19.580Zwarning: creating a shared reference to mutable static is discouraged
11942024-12-31T17:09:19.584Z --> xde/src/xde.rs:2072:25
11952024-12-31T17:09:19.584Z |
11962024-12-31T17:09:19.584Z2072 | let devs = unsafe { xde_devs.read() };
11972024-12-31T17:09:19.584Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
11982024-12-31T17:09:19.584Z |
11992024-12-31T17:09:19.584Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12002024-12-31T17:09:19.584Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
12012024-12-31T17:09:19.584Z
12022024-12-31T17:09:19.584Zwarning: creating a shared reference to mutable static is discouraged
12032024-12-31T17:09:19.584Z --> xde/src/xde.rs:2085:25
12042024-12-31T17:09:19.584Z |
12052024-12-31T17:09:19.584Z2085 | let devs = unsafe { xde_devs.read() };
12062024-12-31T17:09:19.584Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
12072024-12-31T17:09:19.584Z |
12082024-12-31T17:09:19.584Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12092024-12-31T17:09:19.584Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
12102024-12-31T17:09:19.584Z
12112024-12-31T17:09:19.584Zwarning: creating a shared reference to mutable static is discouraged
12122024-12-31T17:09:19.584Z --> xde/src/xde.rs:2096:25
12132024-12-31T17:09:19.584Z |
12142024-12-31T17:09:19.584Z2096 | let devs = unsafe { xde_devs.read() };
12152024-12-31T17:09:19.584Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
12162024-12-31T17:09:19.584Z |
12172024-12-31T17:09:19.584Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12182024-12-31T17:09:19.584Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
12192024-12-31T17:09:19.584Z
12202024-12-31T17:09:19.584Zwarning: creating a shared reference to mutable static is discouraged
12212024-12-31T17:09:19.584Z --> xde/src/xde.rs:2108:25
12222024-12-31T17:09:19.585Z |
12232024-12-31T17:09:19.585Z2108 | let devs = unsafe { xde_devs.read() };
12242024-12-31T17:09:19.585Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
12252024-12-31T17:09:19.585Z |
12262024-12-31T17:09:19.585Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12272024-12-31T17:09:19.585Z = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
12282024-12-31T17:09:19.585Z
12292024-12-31T17:09:19.585Zwarning: creating a shared reference to mutable static is discouraged
12302024-12-31T17:09:19.585Z --> xde/src/xde.rs:2123:25
12312024-12-31T17:09:19.585Z |
12322024-12-31T17:09:19.585Z2123 | let devs = unsafe { xde_devs.read() };
12332024-12-31T17:09:19.585Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
12342024-12-31T17:09:19.585Z |
12352024-12-31T17:09:19.585Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12362024-12-31T17:09:19.585Z = 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
12372024-12-31T17:09:19.585Z
12382024-12-31T17:09:19.585Zwarning: creating a shared reference to mutable static is discouraged
12392024-12-31T17:09:19.585Z --> xde/src/xde.rs:2137:25
12402024-12-31T17:09:19.585Z |
12412024-12-31T17:09:19.585Z2137 | let devs = unsafe { xde_devs.read() };
12422024-12-31T17:09:19.585Z | ^^^^^^^^^^^^^^^ shared reference to mutable static
12432024-12-31T17:09:19.585Z |
12442024-12-31T17:09:19.585Z = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
12452024-12-31T17:09:19.585Z = 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
12462024-12-31T17:09:19.585Z
12472024-12-31T17:09:45.392Zwarning: `xde` (lib) generated 23 warnings
12482024-12-31T17:09:45.392Z Finished `release` profile [optimized + debuginfo] target(s) in 1m 07s
12492024-12-31T17:09:45.422Z+ 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
12502024-12-31T17:09:46.154Z+ pushd xde-link
12512024-12-31T17:09:46.156Z/work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde
12522024-12-31T17:09:46.156Z+ cargo -v build --release
12532024-12-31T17:09:46.300Z Compiling compiler_builtins v0.1.138
12542024-12-31T17:09:46.300Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
12552024-12-31T17:09:46.300Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
12562024-12-31T17:09:46.303Z Running `/work/oxidecomputer/opte/target/release/build/compiler_builtins-21aa82c55820d0bf/build-script-build`
12572024-12-31T17:09:46.303Z 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`
12582024-12-31T17:09:46.303Z 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`
12592024-12-31T17:09:46.547Z Running `/work/oxidecomputer/opte/target/release/build/xde-link-5f308dfab30c2146/build-script-build`
12602024-12-31T17:10:02.881Z 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)
12612024-12-31T17:10:02.885Z 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`
12622024-12-31T17:10:02.925Z 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)'`
12632024-12-31T17:10:03.716Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-11-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
12642024-12-31T17:10:03.719Z 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`
12652024-12-31T17:10:07.138Z 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`
12662024-12-31T17:10:07.462Z Finished `release` profile [optimized + debuginfo] target(s) in 21.25s
12672024-12-31T17:10:07.485Z+ set +e
12682024-12-31T17:10:07.487Z+ nm ../../target/i686-unknown-illumos/release/libxde_link.so
12692024-12-31T17:10:07.487Z+ grep panicking
12702024-12-31T17:10:07.491Z+ '[' 1 -eq 0 ']'
12712024-12-31T17:10:07.494Z+ popd
12722024-12-31T17:10:07.494Z/work/oxidecomputer/opte/xde
12732024-12-31T17:10:07.494Z
12742024-12-31T17:10:07.494Zreal 1:29.404456915
12752024-12-31T17:10:07.494Zuser 3:19.256794205
12762024-12-31T17:10:07.494Zsys 14.460897616
12772024-12-31T17:10:07.494Ztrap 0.061231422
12782024-12-31T17:10:07.494Ztflt 0.213814467
12792024-12-31T17:10:07.494Zdflt 0.514371353
12802024-12-31T17:10:07.494Zkflt 0.000017370
12812024-12-31T17:10:07.494Zlock 7:48.025049922
12822024-12-31T17:10:07.494Zslp 9:58.015060950
12832024-12-31T17:10:07.494Zlat 2.874528174
12842024-12-31T17:10:07.494Zstop 4.815033156
12852024-12-31T17:10:07.494Z+ popd
12862024-12-31T17:10:07.494Z/work/oxidecomputer/opte
12872024-12-31T17:10:07.494Z+ elfdump target/x86_64-unknown-unknown/debug/xde.dbg
12882024-12-31T17:10:07.497Z+ grep GOTPCREL
12892024-12-31T17:10:09.821Z+ elfdump target/x86_64-unknown-unknown/release/xde
12902024-12-31T17:10:09.824Z+ grep GOTPCREL
12912024-12-31T17:10:11.199Z+ cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/
12922024-12-31T17:10:11.255Z+ sha256sum /work/debug/xde.dbg
12932024-12-31T17:10:11.307Z+ cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so
12942024-12-31T17:10:11.310Z+ sha256sum /work/debug/xde_link.dbg.so
12952024-12-31T17:10:11.313Z+ cp target/x86_64-unknown-unknown/release/xde /work/release/
12962024-12-31T17:10:11.356Z+ sha256sum /work/release/xde
12972024-12-31T17:10:11.388Z+ cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so
12982024-12-31T17:10:11.391Z+ sha256sum /work/release/xde_link.so
12992024-12-31T17:10:11.395Z+ header 'build xde integration tests'
13002024-12-31T17:10:11.395Z+ echo '# ==== build xde integration tests ==== #'
13012024-12-31T17:10:11.395Z# ==== build xde integration tests ==== #
13022024-12-31T17:10:11.395Z+ pushd xde-tests
13032024-12-31T17:10:11.395Z/work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte
13042024-12-31T17:10:11.395Z+ cargo +nightly-2024-11-18 fmt -- --check
13052024-12-31T17:10:11.567Z+ cargo clippy --all-targets
13062024-12-31T17:10:11.900Z Downloading crates ...
13072024-12-31T17:10:11.975Z Downloaded anstyle-parse v0.2.6
13082024-12-31T17:10:11.980Z Downloaded cstr-argument v0.1.2
13092024-12-31T17:10:11.986Z Downloaded equivalent v1.0.1
13102024-12-31T17:10:11.991Z Downloaded take_mut v0.2.2
13112024-12-31T17:10:11.994Z Downloaded foreign-types-shared v0.3.1
13122024-12-31T17:10:12.005Z Downloaded dirs-next v2.0.0
13132024-12-31T17:10:12.008Z Downloaded colorchoice v1.0.3
13142024-12-31T17:10:12.008Z Downloaded num-conv v0.1.0
13152024-12-31T17:10:12.016Z Downloaded time-core v0.1.2
13162024-12-31T17:10:12.024Z Downloaded dirs-sys-next v0.1.2
13172024-12-31T17:10:12.027Z Downloaded clap_lex v0.7.4
13182024-12-31T17:10:12.027Z Downloaded errno v0.3.10
13192024-12-31T17:10:12.029Z Downloaded signal-hook-registry v1.4.2
13202024-12-31T17:10:12.032Z Downloaded proc-macro-error-attr v1.0.4
13212024-12-31T17:10:12.032Z Downloaded foreign-types-macros v0.2.3
13222024-12-31T17:10:12.032Z Downloaded is_terminal_polyfill v1.70.1
13232024-12-31T17:10:12.034Z Downloaded utf8parse v0.2.2
13242024-12-31T17:10:12.034Z Downloaded ppv-lite86 v0.2.20
13252024-12-31T17:10:12.037Z Downloaded proc-macro-crate v1.3.1
13262024-12-31T17:10:12.037Z Downloaded is-terminal v0.4.13
13272024-12-31T17:10:12.039Z Downloaded deranged v0.3.11
13282024-12-31T17:10:12.039Z Downloaded anstyle-query v1.1.2
13292024-12-31T17:10:12.041Z Downloaded pretty-hex v0.2.1
13302024-12-31T17:10:12.041Z Downloaded itoa v1.0.14
13312024-12-31T17:10:12.044Z Downloaded tabwriter v1.4.0
13322024-12-31T17:10:12.044Z Downloaded schemars_derive v0.8.21
13332024-12-31T17:10:12.046Z Downloaded lazy_static v1.5.0
13342024-12-31T17:10:12.046Z Downloaded slog-envlogger v2.2.0
13352024-12-31T17:10:12.049Z Downloaded scopeguard v1.2.0
13362024-12-31T17:10:12.049Z Downloaded num_enum_derive v0.5.11
13372024-12-31T17:10:12.051Z Downloaded colored v2.2.0
13382024-12-31T17:10:12.054Z Downloaded anstream v0.6.18
13392024-12-31T17:10:12.057Z Downloaded heck v0.5.0
13402024-12-31T17:10:12.057Z Downloaded powerfmt v0.2.0
13412024-12-31T17:10:12.061Z Downloaded toml_datetime v0.6.8
13422024-12-31T17:10:12.063Z Downloaded terminal_size v0.4.1
13432024-12-31T17:10:12.065Z Downloaded rand_core v0.6.4
13442024-12-31T17:10:12.065Z Downloaded thiserror-impl v1.0.69
13452024-12-31T17:10:12.068Z Downloaded ipnetwork v0.20.0
13462024-12-31T17:10:12.068Z Downloaded foreign-types v0.5.0
13472024-12-31T17:10:12.070Z Downloaded slog-scope v4.4.0
13482024-12-31T17:10:12.070Z Downloaded slog-async v2.8.0
13492024-12-31T17:10:12.073Z Downloaded heck v0.4.1
13502024-12-31T17:10:12.073Z Downloaded thiserror v1.0.69
13512024-12-31T17:10:12.077Z Downloaded tokio-macros v2.4.0
13522024-12-31T17:10:12.079Z Downloaded rand_chacha v0.3.1
13532024-12-31T17:10:12.079Z Downloaded num_enum v0.5.11
13542024-12-31T17:10:12.083Z Downloaded serde_derive_internals v0.29.1
13552024-12-31T17:10:12.086Z Downloaded proc-macro-error v1.0.4
13562024-12-31T17:10:12.088Z Downloaded smallvec v1.13.2
13572024-12-31T17:10:12.091Z Downloaded once_cell v1.20.2
13582024-12-31T17:10:12.093Z Downloaded pin-project-lite v0.2.15
13592024-12-31T17:10:12.097Z Downloaded slog-term v2.9.1
13602024-12-31T17:10:12.099Z Downloaded anyhow v1.0.95
13612024-12-31T17:10:12.103Z Downloaded time-macros v0.2.19
13622024-12-31T17:10:12.105Z Downloaded zerocopy-derive v0.7.35
13632024-12-31T17:10:12.109Z Downloaded crossbeam-utils v0.8.21
13642024-12-31T17:10:12.112Z Downloaded thread_local v1.1.8
13652024-12-31T17:10:12.114Z Downloaded term v0.7.0
13662024-12-31T17:10:12.116Z Downloaded socket2 v0.5.8
13672024-12-31T17:10:12.119Z Downloaded ryu v1.0.18
13682024-12-31T17:10:12.121Z Downloaded parking_lot v0.12.3
13692024-12-31T17:10:12.123Z Downloaded parking_lot_core v0.9.10
13702024-12-31T17:10:12.126Z Downloaded bytes v1.9.0
13712024-12-31T17:10:12.129Z Downloaded log v0.4.22
13722024-12-31T17:10:12.131Z Downloaded tracing-core v0.1.33
13732024-12-31T17:10:12.134Z Downloaded tracing-attributes v0.1.28
13742024-12-31T17:10:12.136Z Downloaded schemars v0.8.21
13752024-12-31T17:10:12.148Z Downloaded arc-swap v1.7.1
13762024-12-31T17:10:12.151Z Downloaded slog v2.7.0
13772024-12-31T17:10:12.154Z Downloaded clap v4.5.23
13782024-12-31T17:10:12.162Z Downloaded tracing v0.1.41
13792024-12-31T17:10:12.167Z Downloaded rand v0.8.5
13802024-12-31T17:10:12.170Z Downloaded indexmap v2.7.0
13812024-12-31T17:10:12.174Z Downloaded mio v1.0.3
13822024-12-31T17:10:12.180Z Downloaded getrandom v0.2.15
13832024-12-31T17:10:12.182Z Downloaded crossbeam-channel v0.5.14
13842024-12-31T17:10:12.187Z Downloaded toml_edit v0.19.15
13852024-12-31T17:10:12.203Z Downloaded time v0.3.37
13862024-12-31T17:10:12.210Z Downloaded itertools v0.12.1
13872024-12-31T17:10:12.217Z Downloaded zerocopy v0.7.35
13882024-12-31T17:10:12.232Z Downloaded serde_json v1.0.134
13892024-12-31T17:10:12.239Z Downloaded winnow v0.6.20
13902024-12-31T17:10:12.254Z Downloaded hashbrown v0.15.2
13912024-12-31T17:10:12.261Z Downloaded winnow v0.5.40
13922024-12-31T17:10:12.272Z Downloaded clap_builder v4.5.23
13932024-12-31T17:10:12.280Z Downloaded slog-stdlog v4.1.1
13942024-12-31T17:10:12.283Z Downloaded syn v1.0.109
13952024-12-31T17:10:12.293Z Downloaded lock_api v0.4.12
13962024-12-31T17:10:12.295Z Downloaded clap_derive v4.5.18
13972024-12-31T17:10:12.297Z Downloaded autocfg v1.4.0
13982024-12-31T17:10:12.299Z Downloaded anstyle v1.0.10
13992024-12-31T17:10:12.316Z Downloaded rustix v0.38.42
14002024-12-31T17:10:12.377Z Downloaded libc v0.2.169
14012024-12-31T17:10:12.401Z Downloaded tokio v1.42.0
14022024-12-31T17:10:12.545Z Compiling proc-macro2 v1.0.92
14032024-12-31T17:10:12.545Z Compiling unicode-ident v1.0.14
14042024-12-31T17:10:12.549Z Compiling libc v0.2.169
14052024-12-31T17:10:12.549Z Checking cfg-if v1.0.0
14062024-12-31T17:10:12.549Z Compiling serde v1.0.217
14072024-12-31T17:10:12.549Z Compiling syn v1.0.109
14082024-12-31T17:10:12.557Z Checking byteorder v1.5.0
14092024-12-31T17:10:12.559Z Compiling version_check v0.9.5
14102024-12-31T17:10:12.656Z Checking memchr v2.7.4
14112024-12-31T17:10:12.779Z Compiling strsim v0.11.1
14122024-12-31T17:10:12.854Z Compiling fnv v1.0.7
14132024-12-31T17:10:12.976Z Compiling ident_case v1.0.1
14142024-12-31T17:10:13.148Z Compiling hashbrown v0.15.2
14152024-12-31T17:10:13.236Z Checking itoa v1.0.14
14162024-12-31T17:10:13.394Z Checking once_cell v1.20.2
14172024-12-31T17:10:13.404Z Compiling equivalent v1.0.1
14182024-12-31T17:10:13.484Z Compiling autocfg v1.4.0
14192024-12-31T17:10:13.492Z Compiling parking_lot_core v0.9.10
14202024-12-31T17:10:13.668Z Compiling anyhow v1.0.95
14212024-12-31T17:10:13.921Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14222024-12-31T17:10:14.151Z Compiling lock_api v0.4.12
14232024-12-31T17:10:14.175Z Compiling indexmap v2.7.0
14242024-12-31T17:10:14.183Z Compiling aho-corasick v1.1.3
14252024-12-31T17:10:14.265Z Compiling quote v1.0.38
14262024-12-31T17:10:14.274Z Checking bitflags v2.6.0
14272024-12-31T17:10:14.365Z Compiling winnow v0.5.40
14282024-12-31T17:10:14.397Z Compiling regex-syntax v0.8.5
14292024-12-31T17:10:14.520Z Compiling toml_datetime v0.6.8
14302024-12-31T17:10:14.652Z Compiling syn v2.0.93
14312024-12-31T17:10:14.877Z Compiling zerocopy v0.8.14
14322024-12-31T17:10:15.165Z Checking smallvec v1.13.2
14332024-12-31T17:10:15.317Z Checking dyn-clone v1.0.17
14342024-12-31T17:10:15.453Z Checking scopeguard v1.2.0
14352024-12-31T17:10:15.493Z Compiling serde_json v1.0.134
14362024-12-31T17:10:15.569Z Compiling either v1.13.0
14372024-12-31T17:10:15.599Z Checking lazy_static v1.5.0
14382024-12-31T17:10:15.861Z Compiling thiserror v1.0.69
14392024-12-31T17:10:15.927Z Compiling itertools v0.13.0
14402024-12-31T17:10:16.747Z Checking getrandom v0.2.15
14412024-12-31T17:10:16.798Z Compiling schemars v0.8.21
14422024-12-31T17:10:16.957Z Compiling heapless v0.8.0
14432024-12-31T17:10:17.202Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14442024-12-31T17:10:17.552Z Compiling toml_edit v0.19.15
14452024-12-31T17:10:17.659Z Checking ryu v1.0.18
14462024-12-31T17:10:17.894Z Compiling regex-automata v0.4.9
14472024-12-31T17:10:17.956Z Checking pin-project-lite v0.2.15
14482024-12-31T17:10:18.092Z Checking rand_core v0.6.4
14492024-12-31T17:10:18.353Z Checking parking_lot v0.12.3
14502024-12-31T17:10:18.376Z Checking socket2 v0.5.8
14512024-12-31T17:10:18.661Z Checking signal-hook-registry v1.4.2
14522024-12-31T17:10:18.765Z Checking mio v1.0.3
14532024-12-31T17:10:18.831Z Checking hash32 v0.3.1
14542024-12-31T17:10:18.895Z Checking stable_deref_trait v1.2.0
14552024-12-31T17:10:18.976Z Compiling slog v2.7.0
14562024-12-31T17:10:18.984Z Checking bytes v1.9.0
14572024-12-31T17:10:19.337Z Checking foreign-types-shared v0.3.1
14582024-12-31T17:10:19.450Z Compiling smoltcp v0.11.0
14592024-12-31T17:10:19.465Z Checking macaddr v1.0.1
14602024-12-31T17:10:19.907Z Checking tracing-core v0.1.33
14612024-12-31T17:10:20.024Z Checking cstr-argument v0.1.2
14622024-12-31T17:10:20.072Z Compiling proc-macro-error-attr v1.0.4
14632024-12-31T17:10:20.176Z Compiling proc-macro-crate v1.3.1
14642024-12-31T17:10:20.429Z Checking bitflags v1.3.2
14652024-12-31T17:10:20.475Z Checking pretty-hex v0.2.1
14662024-12-31T17:10:20.508Z Checking cobs v0.2.3
14672024-12-31T17:10:20.517Z Compiling rustix v0.38.42
14682024-12-31T17:10:20.615Z Checking managed v0.8.0
14692024-12-31T17:10:20.911Z Checking colored v2.2.0
14702024-12-31T17:10:20.955Z Compiling darling_core v0.20.10
14712024-12-31T17:10:21.146Z Compiling serde_derive_internals v0.29.1
14722024-12-31T17:10:21.672Z Compiling regex v1.11.1
14732024-12-31T17:10:22.592Z Checking errno v0.3.10
14742024-12-31T17:10:22.766Z Compiling proc-macro-error v1.0.4
14752024-12-31T17:10:23.114Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
14762024-12-31T17:10:23.133Z Checking winnow v0.6.20
14772024-12-31T17:10:23.174Z Checking utf8parse v0.2.2
14782024-12-31T17:10:23.307Z Compiling crossbeam-utils v0.8.21
14792024-12-31T17:10:23.506Z Checking unicode-width v0.1.14
14802024-12-31T17:10:23.824Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
14812024-12-31T17:10:23.968Z Checking tabwriter v1.4.0
14822024-12-31T17:10:23.986Zwarning: passing a unit value to a function
14832024-12-31T17:10:23.986Z --> crates/illumos-sys-hdrs/src/lib.rs:182:9
14842024-12-31T17:10:23.986Z |
14852024-12-31T17:10:23.986Z182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed));
14862024-12-31T17:10:23.987Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14872024-12-31T17:10:23.987Z |
14882024-12-31T17:10:23.987Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg
14892024-12-31T17:10:23.987Z = note: `#[warn(clippy::unit_arg)]` on by default
14902024-12-31T17:10:23.987Zhelp: move the expression in front of the call and replace it with the unit literal `()`
14912024-12-31T17:10:23.987Z |
14922024-12-31T17:10:23.987Z182 ~ self.as_u64().store(val, Ordering::Relaxed);
14932024-12-31T17:10:23.987Z183 ~ core::hint::black_box(());
14942024-12-31T17:10:23.987Z |
14952024-12-31T17:10:23.987Z
14962024-12-31T17:10:24.038Zwarning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion)
14972024-12-31T17:10:24.110Z Checking anstyle-parse v0.2.6
14982024-12-31T17:10:24.314Z Compiling num_enum_derive v0.5.11
14992024-12-31T17:10:24.348Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15002024-12-31T17:10:25.058Z Checking dirs-sys-next v0.1.2
15012024-12-31T17:10:25.141Z Checking crc32fast v1.4.2
15022024-12-31T17:10:25.229Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15032024-12-31T17:10:25.237Z Checking powerfmt v0.2.0
15042024-12-31T17:10:25.346Z Checking anstyle v1.0.10
15052024-12-31T17:10:25.370Z Checking is_terminal_polyfill v1.70.1
15062024-12-31T17:10:25.473Z Compiling time-core v0.1.2
15072024-12-31T17:10:25.481Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
15082024-12-31T17:10:25.504Z Compiling serde_derive v1.0.217
15092024-12-31T17:10:25.624Z Compiling zerocopy-derive v0.7.35
15102024-12-31T17:10:25.666Z Compiling thiserror-impl v1.0.69
15112024-12-31T17:10:25.809Z Compiling zerocopy-derive v0.8.14
15122024-12-31T17:10:25.827Z Compiling tokio-macros v2.4.0
15132024-12-31T17:10:26.214Z Compiling darling_macro v0.20.10
15142024-12-31T17:10:26.430Z Compiling schemars_derive v0.8.21
15152024-12-31T17:10:26.529Z Compiling foreign-types-macros v0.2.3
15162024-12-31T17:10:27.191Z Compiling darling v0.20.10
15172024-12-31T17:10:27.251Z Checking tokio v1.42.0
15182024-12-31T17:10:27.305Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
15192024-12-31T17:10:27.527Z Checking zerocopy v0.7.35
15202024-12-31T17:10:27.815Z Checking foreign-types v0.5.0
15212024-12-31T17:10:27.910Z Checking num_enum v0.5.11
15222024-12-31T17:10:28.054Z Compiling tracing-attributes v0.1.28
15232024-12-31T17:10:28.490Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15242024-12-31T17:10:28.687Z Checking ppv-lite86 v0.2.20
15252024-12-31T17:10:28.749Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
15262024-12-31T17:10:29.264Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
15272024-12-31T17:10:29.343Z Checking rand_chacha v0.3.1
15282024-12-31T17:10:29.703Z Checking rand v0.8.5
15292024-12-31T17:10:30.126Z Compiling num-conv v0.1.0
15302024-12-31T17:10:30.359Z Checking anstyle-query v1.1.2
15312024-12-31T17:10:30.381Z Checking colorchoice v1.0.3
15322024-12-31T17:10:30.481Z Compiling thiserror v2.0.9
15332024-12-31T17:10:30.505Z Checking anstream v0.6.18
15342024-12-31T17:10:30.823Z Compiling time-macros v0.2.19
15352024-12-31T17:10:30.863Z Compiling thiserror-impl v2.0.9
15362024-12-31T17:10:31.041Z Checking tracing v0.1.41
15372024-12-31T17:10:31.239Z Checking deranged v0.3.11
15382024-12-31T17:10:31.330Z Checking dirs-next v2.0.0
15392024-12-31T17:10:31.424Z Checking terminal_size v0.4.1
15402024-12-31T17:10:32.223Z Checking thread_local v1.1.8
15412024-12-31T17:10:32.572Z Compiling slog-async v2.8.0
15422024-12-31T17:10:32.619Z Checking arc-swap v1.7.1
15432024-12-31T17:10:33.064Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15442024-12-31T17:10:33.259Z Compiling heck v0.4.1
15452024-12-31T17:10:33.577Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
15462024-12-31T17:10:33.627Z Checking clap_lex v0.7.4
15472024-12-31T17:10:33.722Z Compiling heck v0.5.0
15482024-12-31T17:10:33.983Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
15492024-12-31T17:10:34.023Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15502024-12-31T17:10:34.043Z Checking time v0.3.37
15512024-12-31T17:10:34.094Z Compiling clap_derive v4.5.18
15522024-12-31T17:10:34.125Z Checking clap_builder v4.5.23
15532024-12-31T17:10:34.254Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
15542024-12-31T17:10:34.325Z Checking slog-scope v4.4.0
15552024-12-31T17:10:34.333Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
15562024-12-31T17:10:34.490Z Checking crossbeam-channel v0.5.14
15572024-12-31T17:10:35.121Z Checking term v0.7.0
15582024-12-31T17:10:35.187Z Checking itertools v0.12.1
15592024-12-31T17:10:35.504Z Checking is-terminal v0.4.13
15602024-12-31T17:10:35.618Z Checking log v0.4.22
15612024-12-31T17:10:35.642Z Checking take_mut v0.2.2
15622024-12-31T17:10:35.755Z Checking slog-term v2.9.1
15632024-12-31T17:10:35.891Z Checking slog-stdlog v4.1.1
15642024-12-31T17:10:36.812Z Checking ipnetwork v0.20.0
15652024-12-31T17:10:36.812Z Checking postcard v1.1.1
15662024-12-31T17:10:36.814Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
15672024-12-31T17:10:36.876Z Checking uuid v1.11.0
15682024-12-31T17:10:37.179Z Checking clap v4.5.23
15692024-12-31T17:10:37.466Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
15702024-12-31T17:10:38.377Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
15712024-12-31T17:10:38.996Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
15722024-12-31T17:10:39.097Z Checking slog-envlogger v2.2.0
15732024-12-31T17:10:40.218Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
15742024-12-31T17:10:46.469Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
15752024-12-31T17:10:48.831Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
15762024-12-31T17:10:49.361Z Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
15772024-12-31T17:10:49.640Zwarning: this expression borrows a value the compiler would automatically borrow
15782024-12-31T17:10:49.640Z --> xde-tests/src/lib.rs:451:9
15792024-12-31T17:10:49.640Z |
15802024-12-31T17:10:49.640Z451 | (&[my_info]).iter().chain(peers).map(|v| v.mac).collect();
15812024-12-31T17:10:49.640Z | ^^^^^^^^^^^^ help: change this to: `[my_info]`
15822024-12-31T17:10:49.640Z |
15832024-12-31T17:10:49.640Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
15842024-12-31T17:10:49.640Z = note: `#[warn(clippy::needless_borrow)]` on by default
15852024-12-31T17:10:49.640Z
15862024-12-31T17:10:49.644Zwarning: this expression creates a reference which is immediately dereferenced by the compiler
15872024-12-31T17:10:49.644Z --> xde-tests/src/lib.rs:483:13
15882024-12-31T17:10:49.644Z |
15892024-12-31T17:10:49.644Z483 | &"172.20.0.1",
15902024-12-31T17:10:49.644Z | ^^^^^^^^^^^^^ help: change this to: `"172.20.0.1"`
15912024-12-31T17:10:49.644Z |
15922024-12-31T17:10:49.644Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
15932024-12-31T17:10:49.644Z
15942024-12-31T17:10:49.695Zwarning: `xde-tests` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p xde-tests` to apply 2 suggestions)
15952024-12-31T17:10:49.712Zwarning: `xde-tests` (lib test) generated 2 warnings (2 duplicates)
15962024-12-31T17:10:49.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.14s
15972024-12-31T17:10:49.915Z+ cargo build --test loopback
15982024-12-31T17:10:50.263Z Compiling cfg-if v1.0.0
15992024-12-31T17:10:50.264Z Compiling memchr v2.7.4
16002024-12-31T17:10:50.266Z Compiling byteorder v1.5.0
16012024-12-31T17:10:50.266Z Compiling once_cell v1.20.2
16022024-12-31T17:10:50.266Z Compiling libc v0.2.169
16032024-12-31T17:10:50.266Z Compiling strsim v0.11.1
16042024-12-31T17:10:50.266Z Compiling either v1.13.0
16052024-12-31T17:10:50.266Z Compiling serde v1.0.217
16062024-12-31T17:10:50.338Z Compiling regex-syntax v0.8.5
16072024-12-31T17:10:50.626Z Compiling darling_core v0.20.10
16082024-12-31T17:10:50.637Z Compiling itoa v1.0.14
16092024-12-31T17:10:50.812Z Compiling bitflags v2.6.0
16102024-12-31T17:10:51.104Z Compiling aho-corasick v1.1.3
16112024-12-31T17:10:51.116Z Compiling scopeguard v1.2.0
16122024-12-31T17:10:51.219Z Compiling lazy_static v1.5.0
16132024-12-31T17:10:51.324Z Compiling dyn-clone v1.0.17
16142024-12-31T17:10:51.464Z Compiling smallvec v1.13.2
16152024-12-31T17:10:51.532Z Compiling getrandom v0.2.15
16162024-12-31T17:10:51.793Z Compiling parking_lot_core v0.9.10
16172024-12-31T17:10:51.825Z Compiling lock_api v0.4.12
16182024-12-31T17:10:51.836Z Compiling zerocopy v0.7.35
16192024-12-31T17:10:51.859Z Compiling proc-macro-crate v1.3.1
16202024-12-31T17:10:52.207Z Compiling itertools v0.13.0
16212024-12-31T17:10:52.389Z Compiling pin-project-lite v0.2.15
16222024-12-31T17:10:52.501Z Compiling ryu v1.0.18
16232024-12-31T17:10:52.612Z Compiling num_enum_derive v0.5.11
16242024-12-31T17:10:52.841Z Compiling thiserror v1.0.69
16252024-12-31T17:10:52.967Z Compiling zerocopy v0.8.14
16262024-12-31T17:10:53.185Z Compiling ppv-lite86 v0.2.20
16272024-12-31T17:10:53.883Z Compiling regex-automata v0.4.9
16282024-12-31T17:10:54.725Z Compiling parking_lot v0.12.3
16292024-12-31T17:10:55.010Z Compiling rand_core v0.6.4
16302024-12-31T17:10:55.414Z Compiling ipnetwork v0.20.0
16312024-12-31T17:10:55.644Z Compiling serde_json v1.0.134
16322024-12-31T17:10:55.664Z Compiling anyhow v1.0.95
16332024-12-31T17:10:55.800Z Compiling darling_macro v0.20.10
16342024-12-31T17:10:55.963Z Compiling signal-hook-registry v1.4.2
16352024-12-31T17:10:55.986Z Compiling mio v1.0.3
16362024-12-31T17:10:56.497Z Compiling socket2 v0.5.8
16372024-12-31T17:10:56.546Z Compiling hash32 v0.3.1
16382024-12-31T17:10:56.752Z Compiling foreign-types-shared v0.3.1
16392024-12-31T17:10:56.785Z Compiling macaddr v1.0.1
16402024-12-31T17:10:56.820Z Compiling darling v0.20.10
16412024-12-31T17:10:56.853Z Compiling bytes v1.9.0
16422024-12-31T17:10:56.919Z Compiling stable_deref_trait v1.2.0
16432024-12-31T17:10:57.008Z Compiling heapless v0.8.0
16442024-12-31T17:10:57.072Z Compiling foreign-types v0.5.0
16452024-12-31T17:10:57.139Z Compiling rand_chacha v0.3.1
16462024-12-31T17:10:57.153Z Compiling num_enum v0.5.11
16472024-12-31T17:10:57.166Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16482024-12-31T17:10:57.310Z Compiling schemars v0.8.21
16492024-12-31T17:10:57.331Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16502024-12-31T17:10:57.461Z Compiling cstr-argument v0.1.2
16512024-12-31T17:10:57.476Z Compiling tracing-core v0.1.33
16522024-12-31T17:10:57.681Z Compiling regex v1.11.1
16532024-12-31T17:10:57.922Z Compiling tokio v1.42.0
16542024-12-31T17:10:58.061Z Compiling cobs v0.2.3
16552024-12-31T17:10:58.336Z Compiling managed v0.8.0
16562024-12-31T17:10:58.357Z Compiling bitflags v1.3.2
16572024-12-31T17:10:58.411Z Compiling pretty-hex v0.2.1
16582024-12-31T17:10:58.442Z Compiling postcard v1.1.1
16592024-12-31T17:10:58.573Z Compiling tracing v0.1.41
16602024-12-31T17:10:58.732Z Compiling smoltcp v0.11.0
16612024-12-31T17:10:58.735Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16622024-12-31T17:10:58.851Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16632024-12-31T17:10:58.875Z Compiling rand v0.8.5
16642024-12-31T17:10:58.971Z Compiling slog v2.7.0
16652024-12-31T17:10:59.018Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
16662024-12-31T17:10:59.349Z Compiling colored v2.2.0
16672024-12-31T17:10:59.617Z Compiling errno v0.3.10
16682024-12-31T17:10:59.836Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
16692024-12-31T17:10:59.860Z Compiling utf8parse v0.2.2
16702024-12-31T17:11:00.013Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
16712024-12-31T17:11:00.163Z Compiling winnow v0.6.20
16722024-12-31T17:11:00.172Z Compiling unicode-width v0.1.14
16732024-12-31T17:11:00.265Z Compiling anstyle-parse v0.2.6
16742024-12-31T17:11:00.331Z Compiling rustix v0.38.42
16752024-12-31T17:11:00.573Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
16762024-12-31T17:11:00.672Z Compiling tabwriter v1.4.0
16772024-12-31T17:11:01.024Z Compiling dirs-sys-next v0.1.2
16782024-12-31T17:11:01.642Z Compiling crc32fast v1.4.2
16792024-12-31T17:11:01.773Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
16802024-12-31T17:11:01.880Z Compiling time-core v0.1.2
16812024-12-31T17:11:01.931Z Compiling anstyle v1.0.10
16822024-12-31T17:11:02.029Z Compiling is_terminal_polyfill v1.70.1
16832024-12-31T17:11:02.140Z Compiling colorchoice v1.0.3
16842024-12-31T17:11:02.330Z Compiling num-conv v0.1.0
16852024-12-31T17:11:02.354Z Compiling powerfmt v0.2.0
16862024-12-31T17:11:02.597Z Compiling anstyle-query v1.1.2
16872024-12-31T17:11:02.714Z Compiling anstream v0.6.18
16882024-12-31T17:11:02.739Z Compiling time-macros v0.2.19
16892024-12-31T17:11:02.861Z Compiling deranged v0.3.11
16902024-12-31T17:11:03.076Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
16912024-12-31T17:11:03.202Z Compiling terminal_size v0.4.1
16922024-12-31T17:11:03.375Z Compiling dirs-next v2.0.0
16932024-12-31T17:11:03.403Z Compiling crossbeam-utils v0.8.21
16942024-12-31T17:11:03.517Z Compiling uuid v1.11.0
16952024-12-31T17:11:03.526Z Compiling thread_local v1.1.8
16962024-12-31T17:11:03.546Z Compiling clap_lex v0.7.4
16972024-12-31T17:11:03.974Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16982024-12-31T17:11:04.003Z Compiling arc-swap v1.7.1
16992024-12-31T17:11:04.191Z Compiling crossbeam-channel v0.5.14
17002024-12-31T17:11:04.199Z Compiling clap_builder v4.5.23
17012024-12-31T17:11:04.280Z Compiling thiserror v2.0.9
17022024-12-31T17:11:04.408Z Compiling slog-scope v4.4.0
17032024-12-31T17:11:04.569Z Compiling term v0.7.0
17042024-12-31T17:11:04.604Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
17052024-12-31T17:11:04.892Z Compiling is-terminal v0.4.13
17062024-12-31T17:11:05.005Z Compiling itertools v0.12.1
17072024-12-31T17:11:05.216Z Compiling take_mut v0.2.2
17082024-12-31T17:11:05.352Z Compiling log v0.4.22
17092024-12-31T17:11:05.394Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17102024-12-31T17:11:05.528Z Compiling time v0.3.37
17112024-12-31T17:11:05.735Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
17122024-12-31T17:11:05.750Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
17132024-12-31T17:11:06.063Z Compiling slog-stdlog v4.1.1
17142024-12-31T17:11:06.438Z Compiling slog-async v2.8.0
17152024-12-31T17:11:07.678Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
17162024-12-31T17:11:07.848Z Compiling clap v4.5.23
17172024-12-31T17:11:07.952Z Compiling slog-term v2.9.1
17182024-12-31T17:11:09.093Z Compiling slog-envlogger v2.2.0
17192024-12-31T17:11:09.217Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
17202024-12-31T17:11:09.913Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
17212024-12-31T17:11:10.526Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
17222024-12-31T17:11:11.841Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
17232024-12-31T17:11:17.839Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
17242024-12-31T17:11:19.925Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
17252024-12-31T17:11:20.577Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
17262024-12-31T17:11:24.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.15s
17272024-12-31T17:11:24.169Z++ cargo build -q --test loopback --message-format=json
17282024-12-31T17:11:24.172Z++ jq -r 'select(.profile.test == true) | .filenames[]'
17292024-12-31T17:11:24.395Z+ loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-3037a5e4b4289cca
17302024-12-31T17:11:24.395Z+ mkdir -p /work/test
17312024-12-31T17:11:24.398Z+ cp /work/oxidecomputer/opte/target/debug/deps/loopback-3037a5e4b4289cca /work/test/loopback
17322024-12-31T17:11:24.454Zprocess exited: duration 304955 ms, exit code 0
 
17332024-12-31T17:11:24.474Zfound 10 output files
17342024-12-31T17:11:24.474Zuploading: /work/debug/xde.dbg (68068680 bytes)
17352024-12-31T17:11:26.261Zuploaded: /work/debug/xde.dbg
17362024-12-31T17:11:26.261Zuploading: /work/debug/xde.dbg.sha256 (86 bytes)
17372024-12-31T17:11:27.269Zuploaded: /work/debug/xde.dbg.sha256
17382024-12-31T17:11:27.269Zuploading: /work/debug/xde_link.dbg.so (13492 bytes)
17392024-12-31T17:11:28.278Zuploaded: /work/debug/xde_link.dbg.so
17402024-12-31T17:11:28.278Zuploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes)
17412024-12-31T17:11:29.286Zuploaded: /work/debug/xde_link.dbg.so.sha256
17422024-12-31T17:11:29.287Zuploading: /work/release/xde (41644592 bytes)
17432024-12-31T17:11:30.813Zuploaded: /work/release/xde
17442024-12-31T17:11:30.816Zuploading: /work/release/xde.sha256 (84 bytes)
17452024-12-31T17:11:31.821Zuploaded: /work/release/xde.sha256
17462024-12-31T17:11:31.824Zuploading: /work/release/xde_link.so (28092 bytes)
17472024-12-31T17:11:32.832Zuploaded: /work/release/xde_link.so
17482024-12-31T17:11:32.832Zuploading: /work/release/xde_link.so.sha256 (92 bytes)
17492024-12-31T17:11:33.841Zuploaded: /work/release/xde_link.so.sha256
17502024-12-31T17:11:33.841Zuploading: /work/test/loopback (61865448 bytes)
17512024-12-31T17:11:35.464Zuploaded: /work/test/loopback
17522024-12-31T17:11:35.464Zuploading: /work/xde.conf (79 bytes)
17532024-12-31T17:11:36.472Zuploaded: /work/xde.conf