Hay
Date
Feb. 5, 2025, 2:09 p.m.

Environment
arm
i386

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/2/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~


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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~


make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~


make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1850:9: note: in expansion of macro 'ASSERT_NE'
 1850 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1316:17: note: in expansion of macro 'ASSERT_NE'
 1316 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:556:9: note: in expansion of macro 'ASSERT_NE'
  556 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:318:9: note: in expansion of macro 'ASSERT_NE'
  318 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
binderfs_test.c:409:17: note: in expansion of macro 'ASSERT_NE'
  409 |                 ASSERT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1076:9: note: in expansion of macro 'ASSERT_NE'
 1076 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/filesystems/binderfs'
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
binderfs_test.c:72:9: note: in expansion of macro 'EXPECT_NE'
   72 |         EXPECT_NE(mkdtemp(binderfs_mntpt), NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
 4422 |         ASSERT_NE(f, NULL) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:245:9: note: in expansion of macro 'ASSERT_NE'
  245 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1137:9: note: in expansion of macro 'ASSERT_NE'
 1137 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1216:9: note: in expansion of macro 'FILTER_ALLOC'
 1216 |         FILTER_ALLOC(error);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:309:9: note: in expansion of macro 'ASSERT_NE'
  309 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1197:9: note: in expansion of macro 'ASSERT_NE'
 1197 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1737:9: note: in expansion of macro 'ASSERT_NE'
 1737 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2571:9: note: in expansion of macro 'ASSERT_NE'
 2571 |         ASSERT_NE(NULL, self->apply_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:332:9: note: in expansion of macro 'ASSERT_NE'
  332 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1382:17: note: in expansion of macro 'ASSERT_NE'
 1382 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:54:9: note: in expansion of macro 'ASSERT_NE'
   54 |         ASSERT_NE(self->pids, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:434:9: note: in expansion of macro 'ASSERT_NE'
  434 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:117:17: note: in expansion of macro 'EXPECT_EQ'
  117 |                 EXPECT_EQ(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:312:9: note: in expansion of macro 'ASSERT_NE'
  312 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:703:9: note: in expansion of macro 'ASSERT_NE'
  703 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1126:9: note: in expansion of macro 'ASSERT_NE'
 1126 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
tls.c:204:9: note: in expansion of macro 'EXPECT_NE'
  204 |         EXPECT_NE(cmsg, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net/af_unix'
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
scm_pidfd.c:260:9: note: in expansion of macro 'ASSERT_NE'
  260 |         ASSERT_NE(MAP_FAILED, self->client_addr);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1085:9: note: in expansion of macro 'ASSERT_NE'
 1085 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1175:9: note: in expansion of macro 'ASSERT_NE'
 1175 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:644:9: note: in expansion of macro 'ASSERT_NE'
  644 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1217:9: note: in expansion of macro 'FILTER_ALLOC'
 1217 |         FILTER_ALLOC(trap);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:212:9: note: in expansion of macro 'EXPECT_EQ'
  212 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1213:9: note: in expansion of macro 'FILTER_ALLOC'
 1213 |         FILTER_ALLOC(allow);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1215:9: note: in expansion of macro 'FILTER_ALLOC'
 1215 |         FILTER_ALLOC(trace);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1062:9: note: in expansion of macro 'ASSERT_NE'
 1062 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:807:9: note: in expansion of macro 'ASSERT_NE'
  807 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:110:9: note: in expansion of macro 'EXPECT_NE'
  110 |         EXPECT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1486:9: note: in expansion of macro 'ASSERT_NE'
 1486 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:709:9: note: in expansion of macro 'ASSERT_NE'
  709 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:663:9: note: in expansion of macro 'ASSERT_NE'
  663 |         ASSERT_NE(NULL, rules[0].path)
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:623:9: note: in expansion of macro 'ASSERT_NE'
  623 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1025:9: note: in expansion of macro 'ASSERT_NE'
 1025 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:488:9: note: in expansion of macro 'ASSERT_NE'
  488 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1590:9: note: in expansion of macro 'ASSERT_NE'
 1590 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:930:9: note: in expansion of macro 'ASSERT_NE'
  930 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:381:9: note: in expansion of macro 'ASSERT_NE'
  381 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:477:9: note: in expansion of macro 'ASSERT_NE'
  477 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1922:9: note: in expansion of macro 'ASSERT_NE'
 1922 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1791:9: note: in expansion of macro 'ASSERT_NE'
 1791 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:972:9: note: in expansion of macro 'ASSERT_NE'
  972 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:154:9: note: in expansion of macro 'ASSERT_NE'
  154 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:919:9: note: in expansion of macro 'ASSERT_NE'
  919 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:204:9: note: in expansion of macro 'ASSERT_NE'
  204 |         ASSERT_NE(NULL, vec) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1441:9: note: in expansion of macro 'ASSERT_NE'
 1441 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:511:9: note: in expansion of macro '__EXPECT'
  511 |         __EXPECT(expected, #expected, seen, #seen, >=, 1)
      |         ^~~~~~~~
iommufd.c:1650:17: note: in expansion of macro 'ASSERT_GE'
 1650 |                 ASSERT_GE(buffer + cap->next, (void *)cap);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1327:17: note: in expansion of macro 'ASSERT_NE'
 1327 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1481:9: note: in expansion of macro 'ASSERT_NE'
 1481 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:164:9: note: in expansion of macro 'ASSERT_NE'
  164 |         ASSERT_NE(NULL, walker);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_init_caps':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1268:17: note: in expansion of macro 'ASSERT_NE'
 1268 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1786:9: note: in expansion of macro 'ASSERT_NE'
 1786 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'layout3_fs_setup':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:4585:9: note: in expansion of macro 'ASSERT_NE'
 4585 |         ASSERT_NE(slash, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1214:9: note: in expansion of macro 'FILTER_ALLOC'
 1214 |         FILTER_ALLOC(log);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_basic':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1176:9: note: in expansion of macro 'ASSERT_NE'
 1176 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1917:9: note: in expansion of macro 'ASSERT_NE'
 1917 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1257:17: note: in expansion of macro 'ASSERT_NE'
 1257 |                 ASSERT_NE(buffer, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1677:9: note: in expansion of macro 'ASSERT_NE'
 1677 |         ASSERT_NE(NULL, self->prog.filter);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:96:9: note: in expansion of macro 'ASSERT_NE'
   96 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:628:9: note: in expansion of macro 'ASSERT_NE'
  628 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:370:9: note: in expansion of macro 'ASSERT_NE'
  370 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from ftrace_test.c:18:
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
ftrace_test.c:402:9: note: in expansion of macro 'ASSERT_NE'
  402 |         ASSERT_NE(MAP_FAILED, anon);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1493:9: note: in expansion of macro 'ASSERT_NE'
 1493 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:634:9: note: in expansion of macro 'ASSERT_NE'
  634 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_init_caps':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:122:9: note: in expansion of macro 'EXPECT_NE'
  122 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:440:9: note: in expansion of macro 'ASSERT_NE'
  440 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
mdwe_test.c:174:9: note: in expansion of macro 'EXPECT_EQ'
  174 |         EXPECT_EQ(p, self->p);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2008:9: note: in expansion of macro 'ASSERT_NE'
 2008 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1393:17: note: in expansion of macro 'ASSERT_NE'
 1393 |                 ASSERT_NE(buffer->ptr, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:550:9: note: in expansion of macro 'ASSERT_NE'
  550 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1661:9: note: in expansion of macro 'ASSERT_NE'
 1661 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:2566:9: note: in expansion of macro 'ASSERT_NE'
 2566 |         ASSERT_NE(NULL, self->root_prog.filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1081:9: note: in expansion of macro 'ASSERT_NE'
 1081 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
common.h: In function '_effective_cap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1928:9: note: in expansion of macro 'ASSERT_NE'
 1928 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/net'
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
so_incoming_cpu.c:97:9: note: in expansion of macro 'ASSERT_NE'
   97 |         ASSERT_NE(self->servers, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from ptrace_test.c:20:
common.h: In function '_effective_cap':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:924:9: note: in expansion of macro 'ASSERT_NE'
  924 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:1210:9: note: in expansion of macro 'ASSERT_NE'
 1210 |         ASSERT_NE(NULL, self->_x.filter); \
      |         ^~~~~~~~~
seccomp_bpf.c:1218:9: note: in expansion of macro 'FILTER_ALLOC'
 1218 |         FILTER_ALLOC(kill);
      |         ^~~~~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:215:9: note: in expansion of macro 'ASSERT_NE'
  215 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:139:9: note: in expansion of macro 'ASSERT_NE'
  139 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1168:9: note: in expansion of macro 'ASSERT_NE'
 1168 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:882:9: note: in expansion of macro 'ASSERT_NE'
  882 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:176:9: note: in expansion of macro 'ASSERT_NE'
  176 |         ASSERT_NE(samples, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1780:9: note: in expansion of macro 'ASSERT_NE'
 1780 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:171:9: note: in expansion of macro 'ASSERT_NE'
  171 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
base_test.c:31:9: note: in expansion of macro 'ASSERT_NE'
   31 |         ASSERT_NE(NULL, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:128:9: note: in expansion of macro 'ASSERT_NE'
  128 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
common.h: In function '_effective_cap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
common.h:164:9: note: in expansion of macro 'EXPECT_NE'
  164 |         EXPECT_NE(NULL, cap_p)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:187:9: note: in expansion of macro 'ASSERT_NE'
  187 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
seccomp_bpf.c:769:9: note: in expansion of macro 'EXPECT_NE'
  769 |         EXPECT_NE(MAP_FAILED, map1);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1603:9: note: in expansion of macro 'ASSERT_NE'
 1603 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1844:9: note: in expansion of macro 'ASSERT_NE'
 1844 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:137:9: note: in expansion of macro 'ASSERT_NE'
  137 |         ASSERT_NE(card_name, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:429:9: note: in expansion of macro 'ASSERT_NE'
  429 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1321:17: note: in expansion of macro 'ASSERT_NE'
 1321 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1668:9: note: in expansion of macro 'ASSERT_NE'
 1668 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:482:9: note: in expansion of macro 'ASSERT_NE'
  482 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1387:17: note: in expansion of macro 'ASSERT_NE'
 1387 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1020:9: note: in expansion of macro 'ASSERT_NE'
 1020 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:188:9: note: in expansion of macro 'ASSERT_NE'
  188 |         ASSERT_NE(ptr, MAP_FAILED);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1656:9: note: in expansion of macro 'ASSERT_NE'
 1656 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1732:9: note: in expansion of macro 'ASSERT_NE'
 1732 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1262:17: note: in expansion of macro 'ASSERT_NE'
 1262 |                 ASSERT_NE(buffer->mirror, NULL);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
perf_test.c:233:9: note: in expansion of macro 'ASSERT_NE'
  233 |         ASSERT_NE(MAP_FAILED, perf_page);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1743:9: note: in expansion of macro 'ASSERT_NE'
 1743 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1131:9: note: in expansion of macro 'ASSERT_NE'
 1131 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1797:9: note: in expansion of macro 'ASSERT_NE'
 1797 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:585:9: note: in expansion of macro '__EXPECT'
  585 |         __EXPECT(expected, #expected, seen, #seen, !=, 0)
      |         ^~~~~~~~
mdwe_test.c:119:17: note: in expansion of macro 'EXPECT_NE'
  119 |                 EXPECT_NE(self->p, MAP_FAILED);
      |                 ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:173:9: note: in expansion of macro 'EXPECT_EQ'
  173 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mincore'
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mincore_selftest.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(MAP_FAILED, addr) {
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/user_events'
In file included from abi_test.c:21:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
abi_test.c:218:9: note: in expansion of macro 'ASSERT_NE'
  218 |         ASSERT_NE(MAP_FAILED, stack);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:192:9: note: in expansion of macro 'EXPECT_EQ'
  192 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:983:9: note: in expansion of macro 'ASSERT_NE'
  983 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1031:9: note: in expansion of macro 'ASSERT_NE'
 1031 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2003:9: note: in expansion of macro 'ASSERT_NE'
 2003 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:545:9: note: in expansion of macro 'ASSERT_NE'
  545 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/landlock'
In file included from common.h:19,
                 from fs_test.c:26:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
fs_test.c:659:9: note: in expansion of macro 'ASSERT_NE'
  659 |         ASSERT_NE(NULL, rules)
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:375:9: note: in expansion of macro 'ASSERT_NE'
  375 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:864:9: note: in expansion of macro 'ASSERT_NE'
  864 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1449:9: note: in expansion of macro 'ASSERT_NE'
 1449 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:738:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  738 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:977:9: note: in expansion of macro 'ASSERT_NE'
  977 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:432:9: note: in expansion of macro 'ASSERT_NE'
  432 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1163:9: note: in expansion of macro 'ASSERT_NE'
 1163 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:813:9: note: in expansion of macro 'ASSERT_NE'
  813 |         ASSERT_NE(NULL, tmp2);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1225:9: note: in expansion of macro 'ASSERT_NE'
 1225 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:698:9: note: in expansion of macro 'ASSERT_NE'
  698 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:721:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  721 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1839:9: note: in expansion of macro 'ASSERT_NE'
 1839 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:4359:9: note: in expansion of macro 'ASSERT_NE'
 4359 |         ASSERT_NE(NULL, caps);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:821:9: note: in expansion of macro 'ASSERT_NE'
  821 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
mdwe_test.c:169:9: note: in expansion of macro 'ASSERT_NE'
  169 |         ASSERT_NE(self->p, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:1436:9: note: in expansion of macro 'ASSERT_NE'
 1436 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:2014:9: note: in expansion of macro 'ASSERT_NE'
 2014 |         ASSERT_NE(buffer->ptr, MAP_FAILED);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
seccomp_bpf.c:773:9: note: in expansion of macro 'EXPECT_EQ'
  773 |         EXPECT_EQ(MAP_FAILED, map2);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/perf_events'
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:574:9: note: in expansion of macro '__EXPECT'
  574 |         __EXPECT(expected, #expected, seen, #seen, ==, 0)
      |         ^~~~~~~~
sigtrap_threads.c:235:9: note: in expansion of macro 'EXPECT_EQ'
  235 |         EXPECT_EQ(ctx.first_siginfo.si_addr, &ctx.iterate_on);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:713:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  713 |                         uintmax_t __exp_print = (uintmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
test-pcmtest-driver.c:280:9: note: in expansion of macro 'ASSERT_NE'
  280 |         ASSERT_NE(chan_samples, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:730:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  730 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
migration.c:52:9: note: in expansion of macro 'ASSERT_NE'
   52 |         ASSERT_NE(self->threads, NULL);
      |         ^~~~~~~~~

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- 'CC=sccache i686-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/iommu'
In file included from iommufd_utils.h:13:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:722:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  722 |                         intmax_t  __seen_print = (intmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
iommufd.c:1266:9: note: in expansion of macro 'ASSERT_NE'
 1266 |         ASSERT_NE(MAP_FAILED, buf);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:737:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  737 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:869:9: note: in expansion of macro 'ASSERT_NE'
  869 |         ASSERT_NE(buffer->mirror, NULL);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/seccomp'
In file included from seccomp_bpf.c:55:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:729:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  729 |                         intmax_t  __exp_print = (intmax_t)__exp; \
      |                                                 ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
seccomp_bpf.c:469:9: note: in expansion of macro 'ASSERT_NE'
  469 |         ASSERT_NE(NULL, filter);
      |         ^~~~~~~~~

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:714:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  714 |                         uintmax_t __seen_print = (uintmax_t)__seen; \
      |                                                  ^
../kselftest_harness.h:467:9: note: in expansion of macro '__EXPECT'
  467 |         __EXPECT(expected, #expected, seen, #seen, !=, 1)
      |         ^~~~~~~~
hmm-tests.c:307:9: note: in expansion of macro 'ASSERT_NE'
  307 |         ASSERT_NE(buffer, NULL);
      |         ^~~~~~~~~