Hay
Date
Jan. 6, 2025, 4:10 p.m.

Environment
arm
arm64
i386
x86_64

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=0 kselftest-install
In file included from lib/x86_64/ucall.c:7:
In file included from include/kvm_util.h:12:
In file included from ../../../../usr/include/asm/kvm.h:23:
In file included from ../../../../tools/include/linux/types.h:10:
In file included from ../../../../usr/include/asm/types.h:5:
In file included from ../../../../usr/include/asm-generic/int-ll64.h:12:
In file included from ../../../../usr/include/asm/bitsperlong.h:1:
mq_perf_tests.c:336:41: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  336 |                 mq_receive(queue, buff, sizeof(buff), &priority);
      |                                                       ^~~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=0 kselftest-install
In file included from lib/x86_64/ucall.c:7:
In file included from include/kvm_util.h:12:
In file included from ../../../../usr/include/asm/kvm.h:23:
In file included from ../../../../tools/include/linux/types.h:10:
In file included from ../../../../usr/include/asm/types.h:5:
In file included from ../../../../usr/include/asm-generic/int-ll64.h:12:
In file included from ../../../../usr/include/asm/bitsperlong.h:1:
mq_perf_tests.c:515:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  515 |                 drain_queue();
      |                 ^~~~~~~~~~~~~
mq_perf_tests.c:341:43: note: expanded from macro 'drain_queue'
  341 |         while (mq_receive(queue, buff, MSG_SIZE, &prio_in) == MSG_SIZE)
      |                                                  ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=0 kselftest-install
In file included from lib/x86_64/ucall.c:7:
In file included from include/kvm_util.h:12:
In file included from ../../../../usr/include/asm/kvm.h:23:
In file included from ../../../../tools/include/linux/types.h:10:
In file included from ../../../../usr/include/asm/types.h:5:
In file included from ../../../../usr/include/asm-generic/int-ll64.h:12:
In file included from ../../../../usr/include/asm/bitsperlong.h:1:
mq_perf_tests.c:498:4: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  498 |                         do_send_recv();
      |                         ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=0 kselftest-install
In file included from lib/x86_64/ucall.c:7:
In file included from include/kvm_util.h:12:
In file included from ../../../../usr/include/asm/kvm.h:23:
In file included from ../../../../tools/include/linux/types.h:10:
In file included from ../../../../usr/include/asm/types.h:5:
In file included from ../../../../usr/include/asm-generic/int-ll64.h:12:
In file included from ../../../../usr/include/asm/bitsperlong.h:1:
mq_perf_tests.c:462:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  462 |                 do_send_recv();
      |                 ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^


make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=0 kselftest-install
In file included from lib/x86_64/ucall.c:7:
mq_perf_tests.c:336:41: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  336 |                 mq_receive(queue, buff, sizeof(buff), &priority);
      |                                                       ^~~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=0 kselftest-install
In file included from lib/x86_64/ucall.c:7:
mq_perf_tests.c:498:4: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  498 |                         do_send_recv();
      |                         ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=0 kselftest-install
In file included from lib/x86_64/ucall.c:7:
mq_perf_tests.c:462:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  462 |                 do_send_recv();
      |                 ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=0 kselftest-install
In file included from lib/x86_64/ucall.c:7:
mq_perf_tests.c:515:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  515 |                 drain_queue();
      |                 ^~~~~~~~~~~~~
mq_perf_tests.c:341:43: note: expanded from macro 'drain_queue'
  341 |         while (mq_receive(queue, buff, MSG_SIZE, &prio_in) == MSG_SIZE)
      |                                                  ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^


make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
In file included from lib/x86_64/ucall.c:7:
mq_perf_tests.c:336:41: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  336 |                 mq_receive(queue, buff, sizeof(buff), &priority);
      |                                                       ^~~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
In file included from lib/x86_64/ucall.c:7:
mq_perf_tests.c:498:4: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  498 |                         do_send_recv();
      |                         ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
In file included from lib/x86_64/ucall.c:7:
mq_perf_tests.c:462:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  462 |                 do_send_recv();
      |                 ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
In file included from lib/x86_64/ucall.c:7:
mq_perf_tests.c:515:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  515 |                 drain_queue();
      |                 ^~~~~~~~~~~~~
mq_perf_tests.c:341:43: note: expanded from macro 'drain_queue'
  341 |         while (mq_receive(queue, buff, MSG_SIZE, &prio_in) == MSG_SIZE)
      |                                                  ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^


make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
In file included from lib/x86_64/ucall.c:7:
mq_perf_tests.c:498:4: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  498 |                         do_send_recv();
      |                         ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
In file included from lib/x86_64/ucall.c:7:
mq_perf_tests.c:462:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  462 |                 do_send_recv();
      |                 ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
In file included from lib/x86_64/ucall.c:7:
mq_perf_tests.c:336:41: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  336 |                 mq_receive(queue, buff, sizeof(buff), &priority);
      |                                                       ^~~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
In file included from lib/x86_64/ucall.c:7:
mq_perf_tests.c:515:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  515 |                 drain_queue();
      |                 ^~~~~~~~~~~~~
mq_perf_tests.c:341:43: note: expanded from macro 'drain_queue'
  341 |         while (mq_receive(queue, buff, MSG_SIZE, &prio_in) == MSG_SIZE)
      |                                                  ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^


make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=i386 SRCARCH=x86 CROSS_COMPILE=i686-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:498:4: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  498 |                         do_send_recv();
      |                         ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=i386 SRCARCH=x86 CROSS_COMPILE=i686-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:515:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  515 |                 drain_queue();
      |                 ^~~~~~~~~~~~~
mq_perf_tests.c:341:43: note: expanded from macro 'drain_queue'
  341 |         while (mq_receive(queue, buff, MSG_SIZE, &prio_in) == MSG_SIZE)
      |                                                  ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=i386 SRCARCH=x86 CROSS_COMPILE=i686-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:336:41: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  336 |                 mq_receive(queue, buff, sizeof(buff), &priority);
      |                                                       ^~~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=i386 SRCARCH=x86 CROSS_COMPILE=i686-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:462:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  462 |                 do_send_recv();
      |                 ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^


make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=i386 SRCARCH=x86 CROSS_COMPILE=i686-linux-gnu- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:498:4: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  498 |                         do_send_recv();
      |                         ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=i386 SRCARCH=x86 CROSS_COMPILE=i686-linux-gnu- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:515:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  515 |                 drain_queue();
      |                 ^~~~~~~~~~~~~
mq_perf_tests.c:341:43: note: expanded from macro 'drain_queue'
  341 |         while (mq_receive(queue, buff, MSG_SIZE, &prio_in) == MSG_SIZE)
      |                                                  ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=i386 SRCARCH=x86 CROSS_COMPILE=i686-linux-gnu- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:336:41: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  336 |                 mq_receive(queue, buff, sizeof(buff), &priority);
      |                                                       ^~~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=i386 SRCARCH=x86 CROSS_COMPILE=i686-linux-gnu- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:462:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  462 |                 do_send_recv();
      |                 ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^


make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:336:41: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  336 |                 mq_receive(queue, buff, sizeof(buff), &priority);
      |                                                       ^~~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:462:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  462 |                 do_send_recv();
      |                 ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:498:4: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  498 |                         do_send_recv();
      |                         ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:515:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  515 |                 drain_queue();
      |                 ^~~~~~~~~~~~~
mq_perf_tests.c:341:43: note: expanded from macro 'drain_queue'
  341 |         while (mq_receive(queue, buff, MSG_SIZE, &prio_in) == MSG_SIZE)
      |                                                  ^~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^


make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:515:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  515 |                 drain_queue();
      |                 ^~~~~~~~~~~~~
mq_perf_tests.c:341:43: note: expanded from macro 'drain_queue'
  341 |         while (mq_receive(queue, buff, MSG_SIZE, &prio_in) == MSG_SIZE)
      |                                                  ^~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:336:41: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  336 |                 mq_receive(queue, buff, sizeof(buff), &priority);
      |                                                       ^~~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:498:4: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  498 |                         do_send_recv();
      |                         ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
In file included from dirty_log_test.c:20:
mq_perf_tests.c:462:3: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  462 |                 do_send_recv();
      |                 ^~~~~~~~~~~~~~
mq_perf_tests.c:355:41: note: expanded from macro 'do_send_recv'
  355 |                 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
      |                                                       ^~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include/mqueue.h:67:21: note: passing argument to parameter '__msg_prio' here
   67 |                            unsigned int *__msg_prio) __nonnull ((2));
      |                                          ^