make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_change_cap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1226:9: note: in expansion of macro 'FILTER_ALLOC'
1226 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_truncation':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1809:9: note: in expansion of macro 'ASSERT_NE'
1809 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:53:9: note: in expansion of macro 'ASSERT_NE'
53 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_child_pidns':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:199:9: note: in expansion of macro 'ASSERT_NE'
199 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap_scan':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2101:9: note: in expansion of macro 'ASSERT_NE'
2101 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:981:9: note: in expansion of macro 'ASSERT_NE'
981 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_htlb':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:259:9: note: in expansion of macro 'ASSERT_NE'
259 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1723:9: note: in expansion of macro 'ASSERT_NE'
1723 | 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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:768:9: note: in expansion of macro 'ASSERT_NE'
768 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:193:9: note: in expansion of macro 'ASSERT_NE'
193 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1939:9: note: in expansion of macro 'ASSERT_NE'
1939 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1027:9: note: in expansion of macro 'ASSERT_NE'
1027 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:981:9: note: in expansion of macro 'ASSERT_NE'
981 | 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
In file included from abi_test.c:23:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
abi_test.c:405:9: note: in expansion of macro 'ASSERT_NE'
405 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1279:9: note: in expansion of macro 'ASSERT_NE'
1279 | 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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:201:9: note: in expansion of macro 'ASSERT_NE'
201 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1090:9: note: in expansion of macro 'ASSERT_NE'
1090 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1569:9: note: in expansion of macro 'ASSERT_NE'
1569 | ASSERT_NE(ptr_private, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_file':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1695:9: note: in expansion of macro 'ASSERT_NE'
1695 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1051:9: note: in expansion of macro 'ASSERT_NE'
1051 | ASSERT_NE(ptr_new, 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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'check_mounted':
../../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:229:9: note: in expansion of macro 'ASSERT_NE'
229 | ASSERT_NE(list, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:445:9: note: in expansion of macro 'ASSERT_NE'
445 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1721:9: note: in expansion of macro 'ASSERT_NE'
1721 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1110:9: note: in expansion of macro 'ASSERT_NE'
1110 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_populate':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1374:9: note: in expansion of macro 'ASSERT_NE'
1374 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1227:9: note: in expansion of macro 'FILTER_ALLOC'
1227 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:149:9: note: in expansion of macro 'ASSERT_NE'
149 | ASSERT_NE(ret, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
seccomp_bpf.c:782:9: note: in expansion of macro 'EXPECT_NE'
782 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:94:9: note: in expansion of macro 'ASSERT_NE'
94 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(self->fd_proc_pid, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:53:9: note: in expansion of macro 'ASSERT_NE'
53 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_valid_name_to_handle_at_flags':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:486:9: note: in expansion of macro 'ASSERT_NE'
486 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:559:9: note: in expansion of macro 'ASSERT_NE'
559 | ASSERT_NE(ptr2, 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left_faulted_right':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1110:9: note: in expansion of macro 'ASSERT_NE'
1110 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:25:9: note: in expansion of macro 'ASSERT_NE'
25 | ASSERT_NE(self->carveout, 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_overset_lsm_get_self_attr':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:122:9: note: in expansion of macro 'ASSERT_NE'
122 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_too_small_lsm_get_self_attr':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_change_cap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:365:9: note: in expansion of macro 'ASSERT_NE'
365 | ASSERT_NE(ptr2, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1755:9: note: in expansion of macro 'ASSERT_NE'
1755 | 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
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_change_cap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:549:9: note: in expansion of macro 'ASSERT_NE'
549 | ASSERT_NE(ptr1, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:559:9: note: in expansion of macro 'ASSERT_NE'
559 | ASSERT_NE(ptr2, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1041:9: note: in expansion of macro 'ASSERT_NE'
1041 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_lazyfree':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1339:9: note: in expansion of macro 'ASSERT_NE'
1339 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:758:9: note: in expansion of macro 'ASSERT_NE'
758 | ASSERT_NE(ptr_new, 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_null_lsm_list_modules':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:23:9: note: in expansion of macro 'ASSERT_NE'
23 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap_scan':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2101:9: note: in expansion of macro 'ASSERT_NE'
2101 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1807:9: note: in expansion of macro 'ASSERT_NE'
1807 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1229:9: note: in expansion of macro 'FILTER_ALLOC'
1229 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_htlb':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:285:9: note: in expansion of macro 'ASSERT_NE'
285 | 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
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_expand':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
pfnmap.c:170:9: note: in expansion of macro 'ASSERT_EQ'
170 | ASSERT_EQ(self->addr2, 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:365:9: note: in expansion of macro 'ASSERT_NE'
365 | ASSERT_NE(ptr2, 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_overset_lsm_get_self_attr':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:122:9: note: in expansion of macro 'ASSERT_NE'
122 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from epoll_busy_poll.c:26:
epoll_busy_poll.c: In function 'epoll_busy_poll_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
epoll_busy_poll.c:111:9: note: in expansion of macro 'EXPECT_NE'
111 | EXPECT_NE(NULL, self->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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_uffd':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1465:9: note: in expansion of macro 'ASSERT_NE'
1465 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:94:9: note: in expansion of macro 'ASSERT_NE'
94 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
seccomp_bpf.c:782:9: note: in expansion of macro 'EXPECT_NE'
782 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:646:9: note: in expansion of macro 'ASSERT_NE'
646 | ASSERT_NE(ptr_new1, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:412:9: note: in expansion of macro 'ASSERT_NE'
412 | ASSERT_NE(ptr1, 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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_invalid_name_to_handle_at_flags':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:464:9: note: in expansion of macro 'ASSERT_NE'
464 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1772:9: note: in expansion of macro 'ASSERT_NE'
1772 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:496:9: note: in expansion of macro 'ASSERT_NE'
496 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_populate':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1374:9: note: in expansion of macro 'ASSERT_NE'
1374 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1721:9: note: in expansion of macro 'ASSERT_NE'
1721 | 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
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_flags_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:338:9: note: in expansion of macro 'ASSERT_NE'
338 | ASSERT_NE(MAP_FAILED, self->domain_id);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:568:9: note: in expansion of macro 'ASSERT_NE'
568 | ASSERT_NE(ptr3, 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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_overset_lsm_set_self_attr':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:94:9: note: in expansion of macro 'ASSERT_NE'
94 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_anon_zeropage':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2001:9: note: in expansion of macro 'ASSERT_NE'
2001 | 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
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_detached_mount_fds':
../../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:684:9: note: in expansion of macro 'ASSERT_NE'
684 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:758:9: note: in expansion of macro 'ASSERT_NE'
758 | ASSERT_NE(ptr_new, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:279:9: note: in expansion of macro 'ASSERT_NE'
279 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:559:9: note: in expansion of macro 'ASSERT_NE'
559 | ASSERT_NE(ptr2, 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
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
seccomp_bpf.c:782:9: note: in expansion of macro 'EXPECT_NE'
782 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_init_caps':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(NULL, sysfs_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
seccomp_bpf.c:786:9: note: in expansion of macro 'EXPECT_EQ'
786 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:568:9: note: in expansion of macro 'ASSERT_NE'
568 | ASSERT_NE(ptr3, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:568:9: note: in expansion of macro '__EXPECT'
568 | __EXPECT(expected, #expected, seen, #seen, >=, 1)
| ^~~~~~~~
iommufd.c:2499:17: note: in expansion of macro 'ASSERT_GE'
2499 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:229:17: note: in expansion of macro 'EXPECT_NE'
229 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1102:9: note: in expansion of macro 'ASSERT_NE'
1102 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:568:9: note: in expansion of macro '__EXPECT'
568 | __EXPECT(expected, #expected, seen, #seen, >=, 1)
| ^~~~~~~~
iommufd.c:2499:17: note: in expansion of macro 'ASSERT_GE'
2499 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_wipeonfork':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1287:9: note: in expansion of macro 'ASSERT_NE'
1287 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_too_small_lsm_get_self_attr':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:758:9: note: in expansion of macro 'ASSERT_NE'
758 | ASSERT_NE(ptr_new, 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap_scan':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2101:9: note: in expansion of macro 'ASSERT_NE'
2101 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_wipeonfork':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1287:9: note: in expansion of macro 'ASSERT_NE'
1287 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
seccomp_bpf.c:782:9: note: in expansion of macro 'EXPECT_NE'
782 | 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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'fanotify_setup':
../../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:60:9: note: in expansion of macro 'ASSERT_NE'
60 | ASSERT_NE(mkdtemp(self->root_mntpoint), NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from ftrace_test.c:18:
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
ftrace_test.c:410:9: note: in expansion of macro 'ASSERT_NE'
410 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_init_caps':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:79:9: note: in expansion of macro 'ASSERT_NE'
79 | ASSERT_NE(self->pids_openers, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_wipeonfork':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1287:9: note: in expansion of macro 'ASSERT_NE'
1287 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1772:9: note: in expansion of macro 'ASSERT_NE'
1772 | 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
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_flags_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:338:9: note: in expansion of macro 'ASSERT_NE'
338 | ASSERT_NE(MAP_FAILED, self->domain_id);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1228:9: note: in expansion of macro 'FILTER_ALLOC'
1228 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_cold_pageout':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1401:9: note: in expansion of macro 'ASSERT_NE'
1401 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_hole_punch':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1867:9: note: in expansion of macro 'ASSERT_NE'
1867 | 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
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:758:9: note: in expansion of macro 'ASSERT_NE'
758 | ASSERT_NE(ptr_new, 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:540:9: note: in expansion of macro 'ASSERT_NE'
540 | ASSERT_NE(ptr_region, 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_right':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:104:9: note: in expansion of macro 'ASSERT_NE'
104 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:325:9: note: in expansion of macro 'ASSERT_NE'
325 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_munmap_split':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | ASSERT_NE(self->addr2, 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
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:79:9: note: in expansion of macro 'ASSERT_NE'
79 | ASSERT_NE(self->pids_openers, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:772:9: note: in expansion of macro 'ASSERT_NE'
772 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:229:17: note: in expansion of macro 'EXPECT_NE'
229 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(self->fd_proc_pid, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:144:9: note: in expansion of macro 'ASSERT_NE'
144 | ASSERT_NE(self->addr2, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_anon_zeropage':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2001:9: note: in expansion of macro 'ASSERT_NE'
2001 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:297:9: note: in expansion of macro 'ASSERT_NE'
297 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_exited':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:281:9: note: in expansion of macro 'ASSERT_NE'
281 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1227:9: note: in expansion of macro 'FILTER_ALLOC'
1227 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:482:9: note: in expansion of macro 'ASSERT_NE'
482 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:761:9: note: in expansion of macro 'ASSERT_NE'
761 | ASSERT_NE(ptr_new, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1027:9: note: in expansion of macro 'ASSERT_NE'
1027 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_null_lsm_get_self_attr':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:32:9: note: in expansion of macro 'ASSERT_NE'
32 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2573:9: note: in expansion of macro 'ASSERT_NE'
2573 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:646:9: note: in expansion of macro 'ASSERT_NE'
646 | ASSERT_NE(ptr_new1, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap_scan':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2101:9: note: in expansion of macro 'ASSERT_NE'
2101 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_dontneed':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:847:9: note: in expansion of macro 'ASSERT_NE'
847 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:149:9: note: in expansion of macro 'ASSERT_NE'
149 | ASSERT_NE(ret, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_lazyfree':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1339:9: note: in expansion of macro 'ASSERT_NE'
1339 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1948:9: note: in expansion of macro 'ASSERT_NE'
1948 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:429:9: note: in expansion of macro 'ASSERT_NE'
429 | ASSERT_NE(ptr2, 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_zero_lsm_set_self_attr':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:46:9: note: in expansion of macro 'ASSERT_NE'
46 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_lookup_must_fail':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:438:9: note: in expansion of macro 'ASSERT_NE'
438 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:365:9: note: in expansion of macro 'ASSERT_NE'
365 | ASSERT_NE(ptr2, 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_munmap_split':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | ASSERT_NE(self->addr2, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_too_small_lsm_get_self_attr':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1807:9: note: in expansion of macro 'ASSERT_NE'
1807 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'fanotify_setup':
../../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:60:9: note: in expansion of macro 'ASSERT_NE'
60 | ASSERT_NE(mkdtemp(self->root_mntpoint), NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_valid_name_to_handle_at_flags':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:486:9: note: in expansion of macro 'ASSERT_NE'
486 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:768:9: note: in expansion of macro 'ASSERT_NE'
768 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1807:9: note: in expansion of macro 'ASSERT_NE'
1807 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mlock':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:908:9: note: in expansion of macro 'ASSERT_NE'
908 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | 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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_zero_lsm_set_self_attr':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:46:9: note: in expansion of macro 'ASSERT_NE'
46 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:284:9: note: in expansion of macro 'EXPECT_EQ'
284 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:193:9: note: in expansion of macro 'ASSERT_NE'
193 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_htlb':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:259:9: note: in expansion of macro 'ASSERT_NE'
259 | 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
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_fds':
../../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:130:9: note: in expansion of macro 'ASSERT_NE'
130 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:568:9: note: in expansion of macro '__EXPECT'
568 | __EXPECT(expected, #expected, seen, #seen, >=, 1)
| ^~~~~~~~
iommufd.c:2499:17: note: in expansion of macro 'ASSERT_GE'
2499 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_hole_punch':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1867:9: note: in expansion of macro 'ASSERT_NE'
1867 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:568:9: note: in expansion of macro 'ASSERT_NE'
568 | ASSERT_NE(ptr3, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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_capture':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_both':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_same_pidns':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:152:9: note: in expansion of macro 'ASSERT_NE'
152 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:1056:9: note: in expansion of macro 'ASSERT_EQ'
1056 | ASSERT_EQ(ptr, ptr_new);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(self->fd_proc_pid, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'fanotify_setup':
../../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:60:9: note: in expansion of macro 'ASSERT_NE'
60 | ASSERT_NE(mkdtemp(self->root_mntpoint), NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_same_pidns':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:152:9: note: in expansion of macro 'ASSERT_NE'
152 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:238:9: note: in expansion of macro 'ASSERT_NE'
238 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1757:9: note: in expansion of macro 'ASSERT_NE'
1757 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_cow':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1213:9: note: in expansion of macro 'ASSERT_NE'
1213 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:297:9: note: in expansion of macro 'ASSERT_NE'
297 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1075:9: note: in expansion of macro 'ASSERT_NE'
1075 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
4422 | 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
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_change_cap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1569:9: note: in expansion of macro 'ASSERT_NE'
1569 | ASSERT_NE(ptr_private, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_cold_pageout':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1401:9: note: in expansion of macro 'ASSERT_NE'
1401 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_mmap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1668:9: note: in expansion of macro 'ASSERT_NE'
1668 | 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
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_fds':
../../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:130:9: note: in expansion of macro 'ASSERT_NE'
130 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_expand':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
pfnmap.c:170:9: note: in expansion of macro 'ASSERT_EQ'
170 | ASSERT_EQ(self->addr2, 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:284:9: note: in expansion of macro 'EXPECT_EQ'
284 | 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
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_dontneed':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:847:9: note: in expansion of macro 'ASSERT_NE'
847 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'tsync_vs_dead_thread_leader':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4881:17: note: in expansion of macro 'ASSERT_NE'
4881 | ASSERT_NE(NULL, args);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:629:9: note: in expansion of macro 'ASSERT_NE'
629 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_valid_flags':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:359:9: note: in expansion of macro 'ASSERT_NE'
359 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
seccomp_bpf.c:782:9: note: in expansion of macro 'EXPECT_NE'
782 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:997:9: note: in expansion of macro 'ASSERT_EQ'
997 | ASSERT_EQ(mremap(ptr, 5 * page_size, 5 * page_size,
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(ptr2, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:412:9: note: in expansion of macro 'ASSERT_NE'
412 | ASSERT_NE(ptr1, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:1056:9: note: in expansion of macro 'ASSERT_EQ'
1056 | ASSERT_EQ(ptr, ptr_new);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:649:9: note: in expansion of macro 'ASSERT_NE'
649 | ASSERT_NE(ptr_new2, 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
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_init_caps':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_file':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1695:9: note: in expansion of macro 'ASSERT_NE'
1695 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:25:9: note: in expansion of macro 'ASSERT_NE'
25 | ASSERT_NE(self->carveout, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1565:9: note: in expansion of macro 'ASSERT_NE'
1565 | ASSERT_NE(ptr_shared, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1027:9: note: in expansion of macro 'ASSERT_NE'
1027 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mlock':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:908:9: note: in expansion of macro 'ASSERT_NE'
908 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:649:9: note: in expansion of macro 'ASSERT_NE'
649 | ASSERT_NE(ptr_new2, 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(NULL, sysfs_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_cold_pageout':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1401:9: note: in expansion of macro 'ASSERT_NE'
1401 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_init_caps':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1027:9: note: in expansion of macro 'ASSERT_NE'
1027 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1051:9: note: in expansion of macro 'ASSERT_NE'
1051 | ASSERT_NE(ptr_new, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1125:9: note: in expansion of macro 'ASSERT_NE'
1125 | 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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:81:9: note: in expansion of macro 'ASSERT_NE'
81 | ASSERT_NE(self->pids_getdents, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:716:9: note: in expansion of macro 'ASSERT_NE'
716 | 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
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_change_cap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1721:9: note: in expansion of macro 'ASSERT_NE'
1721 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'flags_set_lsm_list_modules':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:63:9: note: in expansion of macro 'ASSERT_NE'
63 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:227:17: note: in expansion of macro 'EXPECT_EQ'
227 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:995:9: note: in expansion of macro 'ASSERT_NE'
995 | ASSERT_NE(ptr_new, 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_too_small_lsm_get_self_attr':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_layers':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(MAP_FAILED, domain_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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:568:9: note: in expansion of macro '__EXPECT'
568 | __EXPECT(expected, #expected, seen, #seen, >=, 1)
| ^~~~~~~~
iommufd.c:2499:17: note: in expansion of macro 'ASSERT_GE'
2499 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4485:9: note: in expansion of macro 'ASSERT_NE'
4485 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1230:9: note: in expansion of macro 'FILTER_ALLOC'
1230 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_change_cap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_cold_pageout':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1401:9: note: in expansion of macro 'ASSERT_NE'
1401 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:53:9: note: in expansion of macro 'ASSERT_NE'
53 | 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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(self->fd_proc_pid, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_expand':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
pfnmap.c:170:9: note: in expansion of macro 'ASSERT_EQ'
170 | ASSERT_EQ(self->addr2, 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
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:53:9: note: in expansion of macro 'ASSERT_NE'
53 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_lookup_must_fail':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:438:9: note: in expansion of macro 'ASSERT_NE'
438 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:758:9: note: in expansion of macro 'ASSERT_NE'
758 | ASSERT_NE(ptr_new, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_htlb':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:285:9: note: in expansion of macro 'ASSERT_NE'
285 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_uffd':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1465:9: note: in expansion of macro 'ASSERT_NE'
1465 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_right':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:104:9: note: in expansion of macro 'ASSERT_NE'
104 | 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
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_change_cap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1710:9: note: in expansion of macro 'ASSERT_NE'
1710 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_uffd':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1465:9: note: in expansion of macro 'ASSERT_NE'
1465 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_madvise_sequential':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1509:9: note: in expansion of macro 'ASSERT_NE'
1509 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1772:9: note: in expansion of macro 'ASSERT_NE'
1772 | 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
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_init_caps':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:716:9: note: in expansion of macro 'ASSERT_NE'
716 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1723:9: note: in expansion of macro 'ASSERT_NE'
1723 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_populate':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1374:9: note: in expansion of macro 'ASSERT_NE'
1374 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:238:9: note: in expansion of macro 'ASSERT_NE'
238 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2048:9: note: in expansion of macro 'ASSERT_NE'
2048 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:407:9: note: in expansion of macro 'ASSERT_NE'
407 | ASSERT_NE(ptr_region, 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
4422 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_invalid_flags':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:445:9: note: in expansion of macro 'ASSERT_NE'
445 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_null_lsm_list_modules':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:23:9: note: in expansion of macro 'ASSERT_NE'
23 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
4422 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mlock':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:908:9: note: in expansion of macro 'ASSERT_NE'
908 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_wipeonfork':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1287:9: note: in expansion of macro 'ASSERT_NE'
1287 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:540:9: note: in expansion of macro 'ASSERT_NE'
540 | ASSERT_NE(ptr_region, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_child_pidns':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:199:9: note: in expansion of macro 'ASSERT_NE'
199 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_munmap_split':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | ASSERT_NE(self->addr2, 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
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_init_caps':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1279:9: note: in expansion of macro 'ASSERT_NE'
1279 | 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
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:249:9: note: in expansion of macro 'ASSERT_NE'
249 | 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_playback':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2573:9: note: in expansion of macro 'ASSERT_NE'
2573 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:761:9: note: in expansion of macro 'ASSERT_NE'
761 | ASSERT_NE(ptr_new, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_cow':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1213:9: note: in expansion of macro 'ASSERT_NE'
1213 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_shrink':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(ret, 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:568:9: note: in expansion of macro 'ASSERT_NE'
568 | ASSERT_NE(ptr3, 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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(self->fd_proc_pid, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from perf_test.c:19:
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_foreign_pidns':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:245:9: note: in expansion of macro 'ASSERT_NE'
245 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:201:9: note: in expansion of macro 'ASSERT_NE'
201 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:629:9: note: in expansion of macro 'ASSERT_NE'
629 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_foreign_pidns':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:245:9: note: in expansion of macro 'ASSERT_NE'
245 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_shrink':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(ret, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_hole_punch':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1867:9: note: in expansion of macro 'ASSERT_NE'
1867 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1772:9: note: in expansion of macro 'ASSERT_NE'
1772 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1757:9: note: in expansion of macro 'ASSERT_NE'
1757 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:496:9: note: in expansion of macro 'ASSERT_NE'
496 | 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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'check_mounted':
../../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:229:9: note: in expansion of macro 'ASSERT_NE'
229 | ASSERT_NE(list, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:304:9: note: in expansion of macro 'ASSERT_NE'
304 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_null_lsm_get_self_attr':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:32:9: note: in expansion of macro 'ASSERT_NE'
32 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:149:9: note: in expansion of macro 'ASSERT_NE'
149 | ASSERT_NE(ret, 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:297:9: note: in expansion of macro 'ASSERT_NE'
297 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:249:9: note: in expansion of macro 'ASSERT_NE'
249 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1569:9: note: in expansion of macro 'ASSERT_NE'
1569 | ASSERT_NE(ptr_private, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_flags_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:338:9: note: in expansion of macro 'ASSERT_NE'
338 | ASSERT_NE(MAP_FAILED, self->domain_id);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'flags_set_lsm_list_modules':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:63:9: note: in expansion of macro 'ASSERT_NE'
63 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1755:9: note: in expansion of macro 'ASSERT_NE'
1755 | 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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'fanotify_setup':
../../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:60:9: note: in expansion of macro 'ASSERT_NE'
60 | ASSERT_NE(mkdtemp(self->root_mntpoint), NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_thp':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:222:9: note: in expansion of macro 'ASSERT_NE'
222 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_too_small_lsm_list_modules':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:48:9: note: in expansion of macro 'ASSERT_NE'
48 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
seccomp_bpf.c:786:9: note: in expansion of macro 'EXPECT_EQ'
786 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mlock':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:908:9: note: in expansion of macro 'ASSERT_NE'
908 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_exited':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:281:9: note: in expansion of macro 'ASSERT_NE'
281 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
seccomp_bpf.c:786:9: note: in expansion of macro 'EXPECT_EQ'
786 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_null_lsm_get_self_attr':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:32:9: note: in expansion of macro 'ASSERT_NE'
32 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:422:9: note: in expansion of macro 'ASSERT_NE'
422 | ASSERT_NE(ptr3, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:220:9: note: in expansion of macro 'EXPECT_NE'
220 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:981:9: note: in expansion of macro 'ASSERT_NE'
981 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_detached_mount_fds':
../../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:684:9: note: in expansion of macro 'ASSERT_NE'
684 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:772:9: note: in expansion of macro 'ASSERT_NE'
772 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1684:9: note: in expansion of macro 'ASSERT_NE'
1684 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1051:9: note: in expansion of macro 'ASSERT_NE'
1051 | ASSERT_NE(ptr_new, 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
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_change_cap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1226:9: note: in expansion of macro 'FILTER_ALLOC'
1226 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:220:9: note: in expansion of macro 'EXPECT_NE'
220 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:496:9: note: in expansion of macro 'ASSERT_NE'
496 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_too_small_lsm_list_modules':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:48:9: note: in expansion of macro 'ASSERT_NE'
48 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_valid_name_to_handle_at_flags':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:486:9: note: in expansion of macro 'ASSERT_NE'
486 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:768:9: note: in expansion of macro 'ASSERT_NE'
768 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:764:9: note: in expansion of macro 'ASSERT_NE'
764 | ASSERT_NE(ptr_new, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/alsa'
In file included from utimer-test.c:9:
utimer-test.c: In function 'timer_f_utimer':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:113:9: note: in expansion of macro 'ASSERT_NE'
113 | ASSERT_NE(buf, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_lazyfree':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1339:9: note: in expansion of macro 'ASSERT_NE'
1339 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(NULL, sysfs_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_fds':
../../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:130:9: note: in expansion of macro 'ASSERT_NE'
130 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_change_cap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap_scan':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2101:9: note: in expansion of macro 'ASSERT_NE'
2101 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4485:9: note: in expansion of macro 'ASSERT_NE'
4485 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:81:9: note: in expansion of macro 'ASSERT_NE'
81 | ASSERT_NE(self->pids_getdents, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_init_caps':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_basic':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:313:9: note: in expansion of macro 'ASSERT_NE'
313 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1757:9: note: in expansion of macro 'ASSERT_NE'
1757 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_anon_zeropage':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2001:9: note: in expansion of macro 'ASSERT_NE'
2001 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1939:9: note: in expansion of macro 'ASSERT_NE'
1939 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1229:9: note: in expansion of macro 'FILTER_ALLOC'
1229 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'drop_cap_ipc_lock':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | ASSERT_NE(caps, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1229:9: note: in expansion of macro 'FILTER_ALLOC'
1229 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:304:9: note: in expansion of macro 'ASSERT_NE'
304 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1948:9: note: in expansion of macro 'ASSERT_NE'
1948 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:389:9: note: in expansion of macro 'ASSERT_NE'
389 | 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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'check_mounted':
../../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:229:9: note: in expansion of macro 'ASSERT_NE'
229 | ASSERT_NE(list, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_anon_zeropage':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2001:9: note: in expansion of macro 'ASSERT_NE'
2001 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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 utimer-test.c:9:
utimer-test.c: In function 'timer_f_utimer':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:113:9: note: in expansion of macro 'ASSERT_NE'
113 | ASSERT_NE(buf, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_valid_flags':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:359:9: note: in expansion of macro 'ASSERT_NE'
359 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:284:9: note: in expansion of macro 'EXPECT_EQ'
284 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_flags_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:338:9: note: in expansion of macro 'ASSERT_NE'
338 | ASSERT_NE(MAP_FAILED, self->domain_id);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1710:9: note: in expansion of macro 'ASSERT_NE'
1710 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_null_lsm_list_modules':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:23:9: note: in expansion of macro 'ASSERT_NE'
23 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:1056:9: note: in expansion of macro 'ASSERT_EQ'
1056 | ASSERT_EQ(ptr, ptr_new);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:81:9: note: in expansion of macro 'ASSERT_NE'
81 | ASSERT_NE(self->pids_getdents, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1075:9: note: in expansion of macro 'ASSERT_NE'
1075 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'tsync_vs_dead_thread_leader':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4881:17: note: in expansion of macro 'ASSERT_NE'
4881 | ASSERT_NE(NULL, args);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:79:9: note: in expansion of macro 'ASSERT_NE'
79 | ASSERT_NE(self->pids_openers, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_lookup_must_fail':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:438:9: note: in expansion of macro 'ASSERT_NE'
438 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2578:9: note: in expansion of macro 'ASSERT_NE'
2578 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:997:9: note: in expansion of macro 'ASSERT_EQ'
997 | ASSERT_EQ(mremap(ptr, 5 * page_size, 5 * page_size,
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:325:9: note: in expansion of macro 'ASSERT_NE'
325 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1755:9: note: in expansion of macro 'ASSERT_NE'
1755 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:327:9: note: in expansion of macro 'ASSERT_NE'
327 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1228:9: note: in expansion of macro 'FILTER_ALLOC'
1228 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:549:9: note: in expansion of macro 'ASSERT_NE'
549 | ASSERT_NE(ptr1, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1110:9: note: in expansion of macro 'ASSERT_NE'
1110 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1565:9: note: in expansion of macro 'ASSERT_NE'
1565 | ASSERT_NE(ptr_shared, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_truncation':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1809:9: note: in expansion of macro 'ASSERT_NE'
1809 | 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
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/alsa'
In file included from utimer-test.c:9:
utimer-test.c: In function 'timer_f_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:47:9: note: in expansion of macro 'ASSERT_NE'
47 | ASSERT_NE(NULL, self->utimer_info);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1279:9: note: in expansion of macro 'ASSERT_NE'
1279 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:238:9: note: in expansion of macro 'ASSERT_NE'
238 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_null_lsm_get_self_attr':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:32:9: note: in expansion of macro 'ASSERT_NE'
32 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_lazyfree':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1339:9: note: in expansion of macro 'ASSERT_NE'
1339 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1227:9: note: in expansion of macro 'FILTER_ALLOC'
1227 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_mmap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1668:9: note: in expansion of macro 'ASSERT_NE'
1668 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_madvise_sequential':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1509:9: note: in expansion of macro 'ASSERT_NE'
1509 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_both':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:629:9: note: in expansion of macro 'ASSERT_NE'
629 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2578:9: note: in expansion of macro 'ASSERT_NE'
2578 | 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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:768:9: note: in expansion of macro 'ASSERT_NE'
768 | 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
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_anon_zeropage':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2001:9: note: in expansion of macro 'ASSERT_NE'
2001 | 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
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:407:9: note: in expansion of macro 'ASSERT_NE'
407 | ASSERT_NE(ptr_region, 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1110:9: note: in expansion of macro 'ASSERT_NE'
1110 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1755:9: note: in expansion of macro 'ASSERT_NE'
1755 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_too_small_lsm_list_modules':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:48:9: note: in expansion of macro 'ASSERT_NE'
48 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:772:9: note: in expansion of macro 'ASSERT_NE'
772 | 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/alsa'
In file included from utimer-test.c:9:
utimer-test.c: In function 'timer_f_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:47:9: note: in expansion of macro 'ASSERT_NE'
47 | ASSERT_NE(NULL, self->utimer_info);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1230:9: note: in expansion of macro 'FILTER_ALLOC'
1230 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:238:9: note: in expansion of macro 'ASSERT_NE'
238 | 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
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_init_caps':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_munmap_split':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | ASSERT_NE(self->addr2, 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_lookup_must_fail':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:438:9: note: in expansion of macro 'ASSERT_NE'
438 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_child_pidns':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:199:9: note: in expansion of macro 'ASSERT_NE'
199 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:284:9: note: in expansion of macro 'EXPECT_EQ'
284 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:407:9: note: in expansion of macro 'ASSERT_NE'
407 | ASSERT_NE(ptr_region, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mprotect':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:668:9: note: in expansion of macro 'ASSERT_NE'
668 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:2629:9: note: in expansion of macro 'ASSERT_NE'
2629 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mprotect':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:668:9: note: in expansion of macro 'ASSERT_NE'
668 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1041:9: note: in expansion of macro 'ASSERT_NE'
1041 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_lazyfree':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1339:9: note: in expansion of macro 'ASSERT_NE'
1339 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1041:9: note: in expansion of macro 'ASSERT_NE'
1041 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:761:9: note: in expansion of macro 'ASSERT_NE'
761 | ASSERT_NE(ptr_new, 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
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:2629:9: note: in expansion of macro 'ASSERT_NE'
2629 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1102:9: note: in expansion of macro 'ASSERT_NE'
1102 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_flags_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:338:9: note: in expansion of macro 'ASSERT_NE'
338 | ASSERT_NE(MAP_FAILED, self->domain_id);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_overset_lsm_get_self_attr':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:122:9: note: in expansion of macro 'ASSERT_NE'
122 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_been_reaped':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:320:9: note: in expansion of macro 'ASSERT_NE'
320 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1569:9: note: in expansion of macro 'ASSERT_NE'
1569 | ASSERT_NE(ptr_private, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_hole_punch':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1867:9: note: in expansion of macro 'ASSERT_NE'
1867 | 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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'check_mounted':
../../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:229:9: note: in expansion of macro 'ASSERT_NE'
229 | ASSERT_NE(list, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_right':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:104:9: note: in expansion of macro 'ASSERT_NE'
104 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:325:9: note: in expansion of macro 'ASSERT_NE'
325 | 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
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'flags_set_lsm_list_modules':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:63:9: note: in expansion of macro 'ASSERT_NE'
63 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:761:9: note: in expansion of macro 'ASSERT_NE'
761 | ASSERT_NE(ptr_new, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1027:9: note: in expansion of macro 'ASSERT_NE'
1027 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1102:9: note: in expansion of macro 'ASSERT_NE'
1102 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:389:9: note: in expansion of macro 'ASSERT_NE'
389 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
seccomp_bpf.c:786:9: note: in expansion of macro 'EXPECT_EQ'
786 | 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
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:412:9: note: in expansion of macro 'ASSERT_NE'
412 | ASSERT_NE(ptr1, 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1279:9: note: in expansion of macro 'ASSERT_NE'
1279 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1565:9: note: in expansion of macro 'ASSERT_NE'
1565 | ASSERT_NE(ptr_shared, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'check_mounted':
../../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:229:9: note: in expansion of macro 'ASSERT_NE'
229 | ASSERT_NE(list, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:193:9: note: in expansion of macro 'ASSERT_NE'
193 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1565:9: note: in expansion of macro 'ASSERT_NE'
1565 | ASSERT_NE(ptr_shared, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'size_too_small_lsm_set_self_attr':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:30:9: note: in expansion of macro 'ASSERT_NE'
30 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from perf_test.c:19:
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2048:9: note: in expansion of macro 'ASSERT_NE'
2048 | 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
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_init_caps':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:327:9: note: in expansion of macro 'ASSERT_NE'
327 | 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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_zero_lsm_set_self_attr':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:46:9: note: in expansion of macro 'ASSERT_NE'
46 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/alsa'
In file included from utimer-test.c:9:
utimer-test.c: In function 'timer_f_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:47:9: note: in expansion of macro 'ASSERT_NE'
47 | ASSERT_NE(NULL, self->utimer_info);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1948:9: note: in expansion of macro 'ASSERT_NE'
1948 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:540:9: note: in expansion of macro 'ASSERT_NE'
540 | ASSERT_NE(ptr_region, 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:149:9: note: in expansion of macro 'ASSERT_NE'
149 | ASSERT_NE(ret, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:249:9: note: in expansion of macro 'ASSERT_NE'
249 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1231:9: note: in expansion of macro 'FILTER_ALLOC'
1231 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:429:9: note: in expansion of macro 'ASSERT_NE'
429 | ASSERT_NE(ptr2, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1090:9: note: in expansion of macro 'ASSERT_NE'
1090 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:229:17: note: in expansion of macro 'EXPECT_NE'
229 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1041:9: note: in expansion of macro 'ASSERT_NE'
1041 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_dontneed':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:847:9: note: in expansion of macro 'ASSERT_NE'
847 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:482:9: note: in expansion of macro 'ASSERT_NE'
482 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
4422 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_valid_name_to_handle_at_flags':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:486:9: note: in expansion of macro 'ASSERT_NE'
486 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1710:9: note: in expansion of macro 'ASSERT_NE'
1710 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:389:9: note: in expansion of macro 'ASSERT_NE'
389 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_cold_pageout':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1401:9: note: in expansion of macro 'ASSERT_NE'
1401 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:981:9: note: in expansion of macro 'ASSERT_NE'
981 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_expand':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
pfnmap.c:170:9: note: in expansion of macro 'ASSERT_EQ'
170 | ASSERT_EQ(self->addr2, 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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:79:9: note: in expansion of macro 'ASSERT_NE'
79 | ASSERT_NE(self->pids_openers, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mprotect':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:668:9: note: in expansion of macro 'ASSERT_NE'
668 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1075:9: note: in expansion of macro 'ASSERT_NE'
1075 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:304:9: note: in expansion of macro 'ASSERT_NE'
304 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1228:9: note: in expansion of macro 'FILTER_ALLOC'
1228 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1721:9: note: in expansion of macro 'ASSERT_NE'
1721 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_child_pidns':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:199:9: note: in expansion of macro 'ASSERT_NE'
199 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:79:9: note: in expansion of macro 'ASSERT_NE'
79 | ASSERT_NE(self->pids_openers, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1757:9: note: in expansion of macro 'ASSERT_NE'
1757 | 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
In file included from common.h:20,
from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:193:9: note: in expansion of macro 'ASSERT_NE'
193 | 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
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_init_caps':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:249:9: note: in expansion of macro 'ASSERT_NE'
249 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_invalid_flags':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:764:9: note: in expansion of macro 'ASSERT_NE'
764 | ASSERT_NE(ptr_new, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1155:9: note: in expansion of macro 'ASSERT_NE'
1155 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1090:9: note: in expansion of macro 'ASSERT_NE'
1090 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_foreign_pidns':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:245:9: note: in expansion of macro 'ASSERT_NE'
245 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1027:9: note: in expansion of macro 'ASSERT_NE'
1027 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1051:9: note: in expansion of macro 'ASSERT_NE'
1051 | ASSERT_NE(ptr_new, 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
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_init_caps':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_overset_lsm_get_self_attr':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:122:9: note: in expansion of macro 'ASSERT_NE'
122 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_wipeonfork':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1287:9: note: in expansion of macro 'ASSERT_NE'
1287 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:25:9: note: in expansion of macro 'ASSERT_NE'
25 | ASSERT_NE(self->carveout, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_change_cap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1807:9: note: in expansion of macro 'ASSERT_NE'
1807 | 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
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_exited':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:281:9: note: in expansion of macro 'ASSERT_NE'
281 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_thp':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:222:9: note: in expansion of macro 'ASSERT_NE'
222 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:445:9: note: in expansion of macro 'ASSERT_NE'
445 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1027:9: note: in expansion of macro 'ASSERT_NE'
1027 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:482:9: note: in expansion of macro 'ASSERT_NE'
482 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_madvise_sequential':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1509:9: note: in expansion of macro 'ASSERT_NE'
1509 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:559:9: note: in expansion of macro 'ASSERT_NE'
559 | ASSERT_NE(ptr2, 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:279:9: note: in expansion of macro 'ASSERT_NE'
279 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/alsa'
In file included from utimer-test.c:9:
utimer-test.c: In function 'timer_f_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:47:9: note: in expansion of macro 'ASSERT_NE'
47 | ASSERT_NE(NULL, self->utimer_info);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_init_caps':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_foreign_pidns':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:245:9: note: in expansion of macro 'ASSERT_NE'
245 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_hole_punch':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1867:9: note: in expansion of macro 'ASSERT_NE'
1867 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_basic':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:313:9: note: in expansion of macro 'ASSERT_NE'
313 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_htlb':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:285:9: note: in expansion of macro 'ASSERT_NE'
285 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:764:9: note: in expansion of macro 'ASSERT_NE'
764 | ASSERT_NE(ptr_new, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:238:9: note: in expansion of macro 'ASSERT_NE'
238 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_uffd':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1465:9: note: in expansion of macro 'ASSERT_NE'
1465 | 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
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_flags_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:338:9: note: in expansion of macro 'ASSERT_NE'
338 | ASSERT_NE(MAP_FAILED, self->domain_id);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:249:9: note: in expansion of macro 'ASSERT_NE'
249 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2048:9: note: in expansion of macro 'ASSERT_NE'
2048 | 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
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:629:9: note: in expansion of macro 'ASSERT_NE'
629 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_dontneed':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:847:9: note: in expansion of macro 'ASSERT_NE'
847 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_invalid_name_to_handle_at_flags':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:464:9: note: in expansion of macro 'ASSERT_NE'
464 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2048:9: note: in expansion of macro 'ASSERT_NE'
2048 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1279:9: note: in expansion of macro 'ASSERT_NE'
1279 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:284:9: note: in expansion of macro 'EXPECT_EQ'
284 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_exited':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:281:9: note: in expansion of macro 'ASSERT_NE'
281 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1041:9: note: in expansion of macro 'ASSERT_NE'
1041 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_cold_pageout':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1401:9: note: in expansion of macro 'ASSERT_NE'
1401 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:761:9: note: in expansion of macro 'ASSERT_NE'
761 | ASSERT_NE(ptr_new, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:25:9: note: in expansion of macro 'ASSERT_NE'
25 | ASSERT_NE(self->carveout, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:981:9: note: in expansion of macro 'ASSERT_NE'
981 | 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
In file included from abi_test.c:23:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
abi_test.c:405:9: note: in expansion of macro 'ASSERT_NE'
405 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_init_caps':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:646:9: note: in expansion of macro 'ASSERT_NE'
646 | ASSERT_NE(ptr_new1, 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:144:9: note: in expansion of macro 'ASSERT_NE'
144 | ASSERT_NE(self->addr2, 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:981:9: note: in expansion of macro 'ASSERT_NE'
981 | 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
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:389:9: note: in expansion of macro 'ASSERT_NE'
389 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:327:9: note: in expansion of macro 'ASSERT_NE'
327 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_mmap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1668:9: note: in expansion of macro 'ASSERT_NE'
1668 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1231:9: note: in expansion of macro 'FILTER_ALLOC'
1231 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2573:9: note: in expansion of macro 'ASSERT_NE'
2573 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left_faulted_right':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1721:9: note: in expansion of macro 'ASSERT_NE'
1721 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_dontneed':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:847:9: note: in expansion of macro 'ASSERT_NE'
847 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'size_too_small_lsm_set_self_attr':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:30:9: note: in expansion of macro 'ASSERT_NE'
30 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:764:9: note: in expansion of macro 'ASSERT_NE'
764 | ASSERT_NE(ptr_new, 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_same_pidns':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:152:9: note: in expansion of macro 'ASSERT_NE'
152 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_been_reaped':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:320:9: note: in expansion of macro 'ASSERT_NE'
320 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_been_reaped':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:320:9: note: in expansion of macro 'ASSERT_NE'
320 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_valid_flags':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:359:9: note: in expansion of macro 'ASSERT_NE'
359 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1102:9: note: in expansion of macro 'ASSERT_NE'
1102 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:389:9: note: in expansion of macro 'ASSERT_NE'
389 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mprotect':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:668:9: note: in expansion of macro 'ASSERT_NE'
668 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:407:9: note: in expansion of macro 'ASSERT_NE'
407 | ASSERT_NE(ptr_region, 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
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_munmap_split':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | ASSERT_NE(self->addr2, 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
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1684:9: note: in expansion of macro 'ASSERT_NE'
1684 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_htlb':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:259:9: note: in expansion of macro 'ASSERT_NE'
259 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:144:9: note: in expansion of macro 'ASSERT_NE'
144 | ASSERT_NE(self->addr2, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1231:9: note: in expansion of macro 'FILTER_ALLOC'
1231 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:568:9: note: in expansion of macro 'ASSERT_NE'
568 | ASSERT_NE(ptr3, 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:220:9: note: in expansion of macro 'EXPECT_NE'
220 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:229:17: note: in expansion of macro 'EXPECT_NE'
229 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_too_small_lsm_list_modules':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:48:9: note: in expansion of macro 'ASSERT_NE'
48 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_file':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1695:9: note: in expansion of macro 'ASSERT_NE'
1695 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:227:17: note: in expansion of macro 'EXPECT_EQ'
227 | 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
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_change_cap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2578:9: note: in expansion of macro 'ASSERT_NE'
2578 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:365:9: note: in expansion of macro 'ASSERT_NE'
365 | ASSERT_NE(ptr2, 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
In file included from ftrace_test.c:18:
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
ftrace_test.c:410:9: note: in expansion of macro 'ASSERT_NE'
410 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2573:9: note: in expansion of macro 'ASSERT_NE'
2573 | 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
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
seccomp_bpf.c:786:9: note: in expansion of macro 'EXPECT_EQ'
786 | 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
In file included from perf_test.c:19:
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:365:9: note: in expansion of macro 'ASSERT_NE'
365 | ASSERT_NE(ptr2, 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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:981:9: note: in expansion of macro 'ASSERT_NE'
981 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mprotect':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:668:9: note: in expansion of macro 'ASSERT_NE'
668 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:758:9: note: in expansion of macro 'ASSERT_NE'
758 | ASSERT_NE(ptr_new, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1757:9: note: in expansion of macro 'ASSERT_NE'
1757 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1755:9: note: in expansion of macro 'ASSERT_NE'
1755 | 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
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_overset_lsm_get_self_attr':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:122:9: note: in expansion of macro 'ASSERT_NE'
122 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_htlb':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:285:9: note: in expansion of macro 'ASSERT_NE'
285 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2573:9: note: in expansion of macro 'ASSERT_NE'
2573 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1125:9: note: in expansion of macro 'ASSERT_NE'
1125 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:995:9: note: in expansion of macro 'ASSERT_NE'
995 | ASSERT_NE(ptr_new, 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1755:9: note: in expansion of macro 'ASSERT_NE'
1755 | 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
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_change_cap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:220:9: note: in expansion of macro 'EXPECT_NE'
220 | 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
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1155:9: note: in expansion of macro 'ASSERT_NE'
1155 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1948:9: note: in expansion of macro 'ASSERT_NE'
1948 | 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
In file included from abi_test.c:23:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
abi_test.c:405:9: note: in expansion of macro 'ASSERT_NE'
405 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_faulted_left_unfaulted_right':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mprotect':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:668:9: note: in expansion of macro 'ASSERT_NE'
668 | 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
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_too_small_lsm_get_self_attr':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'drop_cap_ipc_lock':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | ASSERT_NE(caps, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:389:9: note: in expansion of macro 'ASSERT_NE'
389 | 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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'fanotify_setup':
../../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:60:9: note: in expansion of macro 'ASSERT_NE'
60 | ASSERT_NE(mkdtemp(self->root_mntpoint), NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4485:9: note: in expansion of macro 'ASSERT_NE'
4485 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_file':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1695:9: note: in expansion of macro 'ASSERT_NE'
1695 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_uffd':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1465:9: note: in expansion of macro 'ASSERT_NE'
1465 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1565:9: note: in expansion of macro 'ASSERT_NE'
1565 | ASSERT_NE(ptr_shared, 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'tsync_vs_dead_thread_leader':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4881:17: note: in expansion of macro 'ASSERT_NE'
4881 | ASSERT_NE(NULL, args);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:365:9: note: in expansion of macro 'ASSERT_NE'
365 | ASSERT_NE(ptr2, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1102:9: note: in expansion of macro 'ASSERT_NE'
1102 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_valid_name_to_handle_at_flags':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:486:9: note: in expansion of macro 'ASSERT_NE'
486 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_init_caps':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_both':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_cold_pageout':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1401:9: note: in expansion of macro 'ASSERT_NE'
1401 | 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
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:227:17: note: in expansion of macro 'EXPECT_EQ'
227 | 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
In file included from perf_test.c:19:
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:144:9: note: in expansion of macro 'ASSERT_NE'
144 | ASSERT_NE(self->addr2, 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:279:9: note: in expansion of macro 'ASSERT_NE'
279 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:997:9: note: in expansion of macro 'ASSERT_EQ'
997 | ASSERT_EQ(mremap(ptr, 5 * page_size, 5 * page_size,
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1090:9: note: in expansion of macro 'ASSERT_NE'
1090 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_thp':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:222:9: note: in expansion of macro 'ASSERT_NE'
222 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_populate':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1374:9: note: in expansion of macro 'ASSERT_NE'
1374 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:2629:9: note: in expansion of macro 'ASSERT_NE'
2629 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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 utimer-test.c:9:
utimer-test.c: In function 'timer_f_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:47:9: note: in expansion of macro 'ASSERT_NE'
47 | ASSERT_NE(NULL, self->utimer_info);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:646:9: note: in expansion of macro 'ASSERT_NE'
646 | ASSERT_NE(ptr_new1, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_null_lsm_get_self_attr':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:32:9: note: in expansion of macro 'ASSERT_NE'
32 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | 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
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_init_caps':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_expand':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
pfnmap.c:170:9: note: in expansion of macro 'ASSERT_EQ'
170 | ASSERT_EQ(self->addr2, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:629:9: note: in expansion of macro 'ASSERT_NE'
629 | 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
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_fds':
../../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:130:9: note: in expansion of macro 'ASSERT_NE'
130 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'check_mounted':
../../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:229:9: note: in expansion of macro 'ASSERT_NE'
229 | ASSERT_NE(list, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1125:9: note: in expansion of macro 'ASSERT_NE'
1125 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4485:9: note: in expansion of macro 'ASSERT_NE'
4485 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_flags_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:338:9: note: in expansion of macro 'ASSERT_NE'
338 | ASSERT_NE(MAP_FAILED, self->domain_id);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mlock':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:908:9: note: in expansion of macro 'ASSERT_NE'
908 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_foreign_pidns':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:245:9: note: in expansion of macro 'ASSERT_NE'
245 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from abi_test.c:23:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
abi_test.c:405:9: note: in expansion of macro 'ASSERT_NE'
405 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2573:9: note: in expansion of macro 'ASSERT_NE'
2573 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:279:9: note: in expansion of macro 'ASSERT_NE'
279 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:279:9: note: in expansion of macro 'ASSERT_NE'
279 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:646:9: note: in expansion of macro 'ASSERT_NE'
646 | ASSERT_NE(ptr_new1, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:758:9: note: in expansion of macro 'ASSERT_NE'
758 | ASSERT_NE(ptr_new, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mlock':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:908:9: note: in expansion of macro 'ASSERT_NE'
908 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:304:9: note: in expansion of macro 'ASSERT_NE'
304 | 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
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_file':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1695:9: note: in expansion of macro 'ASSERT_NE'
1695 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1229:9: note: in expansion of macro 'FILTER_ALLOC'
1229 | 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
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_detached_mount_fds':
../../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:684:9: note: in expansion of macro 'ASSERT_NE'
684 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1110:9: note: in expansion of macro 'ASSERT_NE'
1110 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:407:9: note: in expansion of macro 'ASSERT_NE'
407 | ASSERT_NE(ptr_region, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:365:9: note: in expansion of macro 'ASSERT_NE'
365 | ASSERT_NE(ptr2, 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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:496:9: note: in expansion of macro 'ASSERT_NE'
496 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2573:9: note: in expansion of macro 'ASSERT_NE'
2573 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1723:9: note: in expansion of macro 'ASSERT_NE'
1723 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1155:9: note: in expansion of macro 'ASSERT_NE'
1155 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_invalid_flags':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1721:9: note: in expansion of macro 'ASSERT_NE'
1721 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:646:9: note: in expansion of macro 'ASSERT_NE'
646 | ASSERT_NE(ptr_new1, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:716:9: note: in expansion of macro 'ASSERT_NE'
716 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1051:9: note: in expansion of macro 'ASSERT_NE'
1051 | ASSERT_NE(ptr_new, 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
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_truncation':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1809:9: note: in expansion of macro 'ASSERT_NE'
1809 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:559:9: note: in expansion of macro 'ASSERT_NE'
559 | ASSERT_NE(ptr2, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_faulted_left_unfaulted_right':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:568:9: note: in expansion of macro '__EXPECT'
568 | __EXPECT(expected, #expected, seen, #seen, >=, 1)
| ^~~~~~~~
iommufd.c:2499:17: note: in expansion of macro 'ASSERT_GE'
2499 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4485:9: note: in expansion of macro 'ASSERT_NE'
4485 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1710:9: note: in expansion of macro 'ASSERT_NE'
1710 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1155:9: note: in expansion of macro 'ASSERT_NE'
1155 | 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
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_change_cap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:422:9: note: in expansion of macro 'ASSERT_NE'
422 | ASSERT_NE(ptr3, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:764:9: note: in expansion of macro 'ASSERT_NE'
764 | ASSERT_NE(ptr_new, 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_invalid_flags':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_change_cap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
tls.c:206:9: note: in expansion of macro 'EXPECT_NE'
206 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:761:9: note: in expansion of macro 'ASSERT_NE'
761 | ASSERT_NE(ptr_new, 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
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_htlb':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:259:9: note: in expansion of macro 'ASSERT_NE'
259 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_exited':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:281:9: note: in expansion of macro 'ASSERT_NE'
281 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:981:9: note: in expansion of macro 'ASSERT_NE'
981 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_truncation':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1809:9: note: in expansion of macro 'ASSERT_NE'
1809 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:493:9: note: in expansion of macro 'ASSERT_NE'
493 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1684:9: note: in expansion of macro 'ASSERT_NE'
1684 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:94:9: note: in expansion of macro 'ASSERT_NE'
94 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:297:9: note: in expansion of macro 'ASSERT_NE'
297 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1684:9: note: in expansion of macro 'ASSERT_NE'
1684 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_thp':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:222:9: note: in expansion of macro 'ASSERT_NE'
222 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_anon_zeropage':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2001:9: note: in expansion of macro 'ASSERT_NE'
2001 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2578:9: note: in expansion of macro 'ASSERT_NE'
2578 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_cow':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1213:9: note: in expansion of macro 'ASSERT_NE'
1213 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_invalid_flags':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1231:9: note: in expansion of macro 'FILTER_ALLOC'
1231 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(ptr2, 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
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_init_caps':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1230:9: note: in expansion of macro 'FILTER_ALLOC'
1230 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:2629:9: note: in expansion of macro 'ASSERT_NE'
2629 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_init_caps':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:220:9: note: in expansion of macro 'EXPECT_NE'
220 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:412:9: note: in expansion of macro 'ASSERT_NE'
412 | ASSERT_NE(ptr1, 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
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_layers':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(MAP_FAILED, domain_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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_htlb':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:285:9: note: in expansion of macro 'ASSERT_NE'
285 | 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
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_change_cap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_been_reaped':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:320:9: note: in expansion of macro 'ASSERT_NE'
320 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_both':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1279:9: note: in expansion of macro 'ASSERT_NE'
1279 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_mmap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1668:9: note: in expansion of macro 'ASSERT_NE'
1668 | 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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:768:9: note: in expansion of macro 'ASSERT_NE'
768 | 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
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1125:9: note: in expansion of macro 'ASSERT_NE'
1125 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_cow':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1213:9: note: in expansion of macro 'ASSERT_NE'
1213 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1228:9: note: in expansion of macro 'FILTER_ALLOC'
1228 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1948:9: note: in expansion of macro 'ASSERT_NE'
1948 | 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
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1757:9: note: in expansion of macro 'ASSERT_NE'
1757 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1710:9: note: in expansion of macro 'ASSERT_NE'
1710 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:25:9: note: in expansion of macro 'ASSERT_NE'
25 | ASSERT_NE(self->carveout, 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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_overset_lsm_set_self_attr':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
tls.c:206:9: note: in expansion of macro 'EXPECT_NE'
206 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:629:9: note: in expansion of macro 'ASSERT_NE'
629 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1090:9: note: in expansion of macro 'ASSERT_NE'
1090 | 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
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_change_cap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left_faulted_right':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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/alsa'
In file included from utimer-test.c:9:
utimer-test.c: In function 'timer_f_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:47:9: note: in expansion of macro 'ASSERT_NE'
47 | ASSERT_NE(NULL, self->utimer_info);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'size_too_small_lsm_set_self_attr':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:30:9: note: in expansion of macro 'ASSERT_NE'
30 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:1056:9: note: in expansion of macro 'ASSERT_EQ'
1056 | ASSERT_EQ(ptr, ptr_new);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from scm_rights.c:13:
scm_rights.c: In function 'count_sockets':
../../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
scm_rights.c:77:9: note: in expansion of macro 'ASSERT_NE'
77 | ASSERT_NE(NULL, f);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_init_caps':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:496:9: note: in expansion of macro 'ASSERT_NE'
496 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:716:9: note: in expansion of macro 'ASSERT_NE'
716 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:995:9: note: in expansion of macro 'ASSERT_NE'
995 | ASSERT_NE(ptr_new, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:1056:9: note: in expansion of macro 'ASSERT_EQ'
1056 | ASSERT_EQ(ptr, ptr_new);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_expand':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
pfnmap.c:170:9: note: in expansion of macro 'ASSERT_EQ'
170 | ASSERT_EQ(self->addr2, 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
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_change_cap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1684:9: note: in expansion of macro 'ASSERT_NE'
1684 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'tsync_vs_dead_thread_leader':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4881:17: note: in expansion of macro 'ASSERT_NE'
4881 | ASSERT_NE(NULL, args);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:325:9: note: in expansion of macro 'ASSERT_NE'
325 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_valid_flags':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:359:9: note: in expansion of macro 'ASSERT_NE'
359 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_shrink':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(ret, 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:238:9: note: in expansion of macro 'ASSERT_NE'
238 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:279:9: note: in expansion of macro 'ASSERT_NE'
279 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_faulted_left_unfaulted_right':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:389:9: note: in expansion of macro 'ASSERT_NE'
389 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1226:9: note: in expansion of macro 'FILTER_ALLOC'
1226 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from epoll_busy_poll.c:26:
epoll_busy_poll.c: In function 'epoll_busy_poll_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
epoll_busy_poll.c:111:9: note: in expansion of macro 'EXPECT_NE'
111 | EXPECT_NE(NULL, self->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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:540:9: note: in expansion of macro 'ASSERT_NE'
540 | ASSERT_NE(ptr_region, 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1125:9: note: in expansion of macro 'ASSERT_NE'
1125 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:445:9: note: in expansion of macro 'ASSERT_NE'
445 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_madvise_sequential':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1509:9: note: in expansion of macro 'ASSERT_NE'
1509 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:493:9: note: in expansion of macro 'ASSERT_NE'
493 | 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
In file included from epoll_busy_poll.c:26:
epoll_busy_poll.c: In function 'epoll_busy_poll_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
epoll_busy_poll.c:111:9: note: in expansion of macro 'EXPECT_NE'
111 | EXPECT_NE(NULL, self->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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:493:9: note: in expansion of macro 'ASSERT_NE'
493 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:249:9: note: in expansion of macro 'ASSERT_NE'
249 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2578:9: note: in expansion of macro 'ASSERT_NE'
2578 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_basic':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:313:9: note: in expansion of macro 'ASSERT_NE'
313 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_madvise_sequential':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1509:9: note: in expansion of macro 'ASSERT_NE'
1509 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_child_pidns':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:199:9: note: in expansion of macro 'ASSERT_NE'
199 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:496:9: note: in expansion of macro 'ASSERT_NE'
496 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1279:9: note: in expansion of macro 'ASSERT_NE'
1279 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:445:9: note: in expansion of macro 'ASSERT_NE'
445 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1125:9: note: in expansion of macro 'ASSERT_NE'
1125 | 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
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_layers':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(MAP_FAILED, domain_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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1075:9: note: in expansion of macro 'ASSERT_NE'
1075 | 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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:768:9: note: in expansion of macro 'ASSERT_NE'
768 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_truncation':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1809:9: note: in expansion of macro 'ASSERT_NE'
1809 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(ptr2, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1569:9: note: in expansion of macro 'ASSERT_NE'
1569 | ASSERT_NE(ptr_private, 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_valid_name_to_handle_at_flags':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:486:9: note: in expansion of macro 'ASSERT_NE'
486 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_wipeonfork':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1287:9: note: in expansion of macro 'ASSERT_NE'
1287 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_mmap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1668:9: note: in expansion of macro 'ASSERT_NE'
1668 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_same_pidns':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:152:9: note: in expansion of macro 'ASSERT_NE'
152 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(NULL, sysfs_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:229:17: note: in expansion of macro 'EXPECT_NE'
229 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1230:9: note: in expansion of macro 'FILTER_ALLOC'
1230 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_faulted_left_unfaulted_right':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | 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
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_truncation':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1809:9: note: in expansion of macro 'ASSERT_NE'
1809 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'flags_set_lsm_list_modules':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:63:9: note: in expansion of macro 'ASSERT_NE'
63 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:81:9: note: in expansion of macro 'ASSERT_NE'
81 | ASSERT_NE(self->pids_getdents, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mprotect':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:668:9: note: in expansion of macro 'ASSERT_NE'
668 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1027:9: note: in expansion of macro 'ASSERT_NE'
1027 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'flags_set_lsm_list_modules':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:63:9: note: in expansion of macro 'ASSERT_NE'
63 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from scm_rights.c:13:
scm_rights.c: In function 'count_sockets':
../../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
scm_rights.c:77:9: note: in expansion of macro 'ASSERT_NE'
77 | ASSERT_NE(NULL, f);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_foreign_pidns':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:245:9: note: in expansion of macro 'ASSERT_NE'
245 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_detached_mount_fds':
../../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:684:9: note: in expansion of macro 'ASSERT_NE'
684 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1939:9: note: in expansion of macro 'ASSERT_NE'
1939 | 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
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_change_cap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_too_small_lsm_list_modules':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:48:9: note: in expansion of macro 'ASSERT_NE'
48 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_too_small_lsm_list_modules':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:48:9: note: in expansion of macro 'ASSERT_NE'
48 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_foreign_pidns':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:245:9: note: in expansion of macro 'ASSERT_NE'
245 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:94:9: note: in expansion of macro 'ASSERT_NE'
94 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_uffd':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1465:9: note: in expansion of macro 'ASSERT_NE'
1465 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from perf_test.c:19:
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
seccomp_bpf.c:786:9: note: in expansion of macro 'EXPECT_EQ'
786 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:649:9: note: in expansion of macro 'ASSERT_NE'
649 | ASSERT_NE(ptr_new2, 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:284:9: note: in expansion of macro 'EXPECT_EQ'
284 | 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
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4485:9: note: in expansion of macro 'ASSERT_NE'
4485 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:81:9: note: in expansion of macro 'ASSERT_NE'
81 | ASSERT_NE(self->pids_getdents, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:429:9: note: in expansion of macro 'ASSERT_NE'
429 | ASSERT_NE(ptr2, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1051:9: note: in expansion of macro 'ASSERT_NE'
1051 | ASSERT_NE(ptr_new, 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_file':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1695:9: note: in expansion of macro 'ASSERT_NE'
1695 | 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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:772:9: note: in expansion of macro 'ASSERT_NE'
772 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_mmap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1668:9: note: in expansion of macro 'ASSERT_NE'
1668 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1684:9: note: in expansion of macro 'ASSERT_NE'
1684 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_htlb':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:285:9: note: in expansion of macro 'ASSERT_NE'
285 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_wipeonfork':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1287:9: note: in expansion of macro 'ASSERT_NE'
1287 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:238:9: note: in expansion of macro 'ASSERT_NE'
238 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_lazyfree':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1339:9: note: in expansion of macro 'ASSERT_NE'
1339 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:327:9: note: in expansion of macro 'ASSERT_NE'
327 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1102:9: note: in expansion of macro 'ASSERT_NE'
1102 | 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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_fds':
../../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:130:9: note: in expansion of macro 'ASSERT_NE'
130 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_both':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1684:9: note: in expansion of macro 'ASSERT_NE'
1684 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_shrink':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(ret, 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
4422 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_invalid_name_to_handle_at_flags':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:464:9: note: in expansion of macro 'ASSERT_NE'
464 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_overset_lsm_set_self_attr':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_shrink':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(ret, 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_layers':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(MAP_FAILED, domain_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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:540:9: note: in expansion of macro 'ASSERT_NE'
540 | ASSERT_NE(ptr_region, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:496:9: note: in expansion of macro 'ASSERT_NE'
496 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_null_lsm_get_self_attr':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:32:9: note: in expansion of macro 'ASSERT_NE'
32 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1939:9: note: in expansion of macro 'ASSERT_NE'
1939 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_exited':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:281:9: note: in expansion of macro 'ASSERT_NE'
281 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_basic':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:313:9: note: in expansion of macro 'ASSERT_NE'
313 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_cow':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1213:9: note: in expansion of macro 'ASSERT_NE'
1213 | 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
In file included from ftrace_test.c:18:
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
ftrace_test.c:410:9: note: in expansion of macro 'ASSERT_NE'
410 | 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
In file included from common.h:20,
from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_change_cap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_expand':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
pfnmap.c:170:9: note: in expansion of macro 'ASSERT_EQ'
170 | ASSERT_EQ(self->addr2, 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:325:9: note: in expansion of macro 'ASSERT_NE'
325 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1721:9: note: in expansion of macro 'ASSERT_NE'
1721 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:149:9: note: in expansion of macro 'ASSERT_NE'
149 | ASSERT_NE(ret, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:249:9: note: in expansion of macro 'ASSERT_NE'
249 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1569:9: note: in expansion of macro 'ASSERT_NE'
1569 | ASSERT_NE(ptr_private, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_cow':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1213:9: note: in expansion of macro 'ASSERT_NE'
1213 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1723:9: note: in expansion of macro 'ASSERT_NE'
1723 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(NULL, sysfs_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:496:9: note: in expansion of macro 'ASSERT_NE'
496 | 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
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_fds':
../../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:130:9: note: in expansion of macro 'ASSERT_NE'
130 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:201:9: note: in expansion of macro 'ASSERT_NE'
201 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_munmap_split':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | ASSERT_NE(self->addr2, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1041:9: note: in expansion of macro 'ASSERT_NE'
1041 | 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
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_layers':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(MAP_FAILED, domain_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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:493:9: note: in expansion of macro 'ASSERT_NE'
493 | 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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'fanotify_setup':
../../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:60:9: note: in expansion of macro 'ASSERT_NE'
60 | ASSERT_NE(mkdtemp(self->root_mntpoint), NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_invalid_name_to_handle_at_flags':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:464:9: note: in expansion of macro 'ASSERT_NE'
464 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_cow':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1213:9: note: in expansion of macro 'ASSERT_NE'
1213 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:649:9: note: in expansion of macro 'ASSERT_NE'
649 | ASSERT_NE(ptr_new2, 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
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1227:9: note: in expansion of macro 'FILTER_ALLOC'
1227 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_init_caps':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:201:9: note: in expansion of macro 'ASSERT_NE'
201 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:568:9: note: in expansion of macro '__EXPECT'
568 | __EXPECT(expected, #expected, seen, #seen, >=, 1)
| ^~~~~~~~
iommufd.c:2499:17: note: in expansion of macro 'ASSERT_GE'
2499 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_invalid_name_to_handle_at_flags':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:464:9: note: in expansion of macro 'ASSERT_NE'
464 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1757:9: note: in expansion of macro 'ASSERT_NE'
1757 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_htlb':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:259:9: note: in expansion of macro 'ASSERT_NE'
259 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:325:9: note: in expansion of macro 'ASSERT_NE'
325 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(NULL, sysfs_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'size_too_small_lsm_set_self_attr':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:30:9: note: in expansion of macro 'ASSERT_NE'
30 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:193:9: note: in expansion of macro 'ASSERT_NE'
193 | 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
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1710:9: note: in expansion of macro 'ASSERT_NE'
1710 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_faulted_left_unfaulted_right':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_expand':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
pfnmap.c:170:9: note: in expansion of macro 'ASSERT_EQ'
170 | ASSERT_EQ(self->addr2, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_populate':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1374:9: note: in expansion of macro 'ASSERT_NE'
1374 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_lookup_must_fail':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:438:9: note: in expansion of macro 'ASSERT_NE'
438 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:149:9: note: in expansion of macro 'ASSERT_NE'
149 | ASSERT_NE(ret, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:297:9: note: in expansion of macro 'ASSERT_NE'
297 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:144:9: note: in expansion of macro 'ASSERT_NE'
144 | ASSERT_NE(self->addr2, 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_right':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:104:9: note: in expansion of macro 'ASSERT_NE'
104 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(self->fd_proc_pid, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:304:9: note: in expansion of macro 'ASSERT_NE'
304 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_null_lsm_get_self_attr':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:32:9: note: in expansion of macro 'ASSERT_NE'
32 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_detached_mount_fds':
../../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:684:9: note: in expansion of macro 'ASSERT_NE'
684 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_fds':
../../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:130:9: note: in expansion of macro 'ASSERT_NE'
130 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:716:9: note: in expansion of macro 'ASSERT_NE'
716 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:79:9: note: in expansion of macro 'ASSERT_NE'
79 | ASSERT_NE(self->pids_openers, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1227:9: note: in expansion of macro 'FILTER_ALLOC'
1227 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
4422 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_been_reaped':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:320:9: note: in expansion of macro 'ASSERT_NE'
320 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1075:9: note: in expansion of macro 'ASSERT_NE'
1075 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4485:9: note: in expansion of macro 'ASSERT_NE'
4485 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:493:9: note: in expansion of macro 'ASSERT_NE'
493 | 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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_valid_name_to_handle_at_flags':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:486:9: note: in expansion of macro 'ASSERT_NE'
486 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:422:9: note: in expansion of macro 'ASSERT_NE'
422 | ASSERT_NE(ptr3, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_populate':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1374:9: note: in expansion of macro 'ASSERT_NE'
1374 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_truncation':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1809:9: note: in expansion of macro 'ASSERT_NE'
1809 | 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
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_init_caps':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left_faulted_right':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:540:9: note: in expansion of macro 'ASSERT_NE'
540 | ASSERT_NE(ptr_region, 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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_dontneed':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:847:9: note: in expansion of macro 'ASSERT_NE'
847 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:568:9: note: in expansion of macro '__EXPECT'
568 | __EXPECT(expected, #expected, seen, #seen, >=, 1)
| ^~~~~~~~
iommufd.c:2499:17: note: in expansion of macro 'ASSERT_GE'
2499 | 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
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_layers':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(MAP_FAILED, domain_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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_wipeonfork':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1287:9: note: in expansion of macro 'ASSERT_NE'
1287 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_right':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:104:9: note: in expansion of macro 'ASSERT_NE'
104 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2573:9: note: in expansion of macro 'ASSERT_NE'
2573 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2048:9: note: in expansion of macro 'ASSERT_NE'
2048 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:559:9: note: in expansion of macro 'ASSERT_NE'
559 | ASSERT_NE(ptr2, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left_faulted_right':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:629:9: note: in expansion of macro 'ASSERT_NE'
629 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress_with_disable':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_shrink':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(ret, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:716:9: note: in expansion of macro 'ASSERT_NE'
716 | 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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'drop_cap_ipc_lock':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | ASSERT_NE(caps, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1772:9: note: in expansion of macro 'ASSERT_NE'
1772 | 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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_overset_lsm_set_self_attr':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_detached_mount_fds':
../../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:684:9: note: in expansion of macro 'ASSERT_NE'
684 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_too_small_lsm_get_self_attr':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1231:9: note: in expansion of macro 'FILTER_ALLOC'
1231 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_invalid_flags':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1230:9: note: in expansion of macro 'FILTER_ALLOC'
1230 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:482:9: note: in expansion of macro 'ASSERT_NE'
482 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1075:9: note: in expansion of macro 'ASSERT_NE'
1075 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:2629:9: note: in expansion of macro 'ASSERT_NE'
2629 | 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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1710:9: note: in expansion of macro 'ASSERT_NE'
1710 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:764:9: note: in expansion of macro 'ASSERT_NE'
764 | ASSERT_NE(ptr_new, 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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:81:9: note: in expansion of macro 'ASSERT_NE'
81 | ASSERT_NE(self->pids_getdents, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1155:9: note: in expansion of macro 'ASSERT_NE'
1155 | 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
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_change_cap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_invalid_name_to_handle_at_flags':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:464:9: note: in expansion of macro 'ASSERT_NE'
464 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1227:9: note: in expansion of macro 'FILTER_ALLOC'
1227 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
tls.c:206:9: note: in expansion of macro 'EXPECT_NE'
206 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1229:9: note: in expansion of macro 'FILTER_ALLOC'
1229 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_thp':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:193:9: note: in expansion of macro 'ASSERT_NE'
193 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:144:9: note: in expansion of macro 'ASSERT_NE'
144 | ASSERT_NE(self->addr2, 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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:81:9: note: in expansion of macro 'ASSERT_NE'
81 | ASSERT_NE(self->pids_getdents, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:549:9: note: in expansion of macro 'ASSERT_NE'
549 | ASSERT_NE(ptr1, 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:53:9: note: in expansion of macro 'ASSERT_NE'
53 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_null_lsm_list_modules':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:23:9: note: in expansion of macro 'ASSERT_NE'
23 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:227:17: note: in expansion of macro 'EXPECT_EQ'
227 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:559:9: note: in expansion of macro 'ASSERT_NE'
559 | ASSERT_NE(ptr2, 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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:482:9: note: in expansion of macro 'ASSERT_NE'
482 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_dontneed':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:847:9: note: in expansion of macro 'ASSERT_NE'
847 | 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
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_change_cap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:422:9: note: in expansion of macro 'ASSERT_NE'
422 | ASSERT_NE(ptr3, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1229:9: note: in expansion of macro 'FILTER_ALLOC'
1229 | 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
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_change_cap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from epoll_busy_poll.c:26:
epoll_busy_poll.c: In function 'epoll_busy_poll_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
epoll_busy_poll.c:111:9: note: in expansion of macro 'EXPECT_NE'
111 | EXPECT_NE(NULL, self->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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1227:9: note: in expansion of macro 'FILTER_ALLOC'
1227 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:445:9: note: in expansion of macro 'ASSERT_NE'
445 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1231:9: note: in expansion of macro 'FILTER_ALLOC'
1231 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_anon_zeropage':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2001:9: note: in expansion of macro 'ASSERT_NE'
2001 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_shrink':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(ret, 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
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_init_caps':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:997:9: note: in expansion of macro 'ASSERT_EQ'
997 | ASSERT_EQ(mremap(ptr, 5 * page_size, 5 * page_size,
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
seccomp_bpf.c:782:9: note: in expansion of macro 'EXPECT_NE'
782 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_been_reaped':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:320:9: note: in expansion of macro 'ASSERT_NE'
320 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_basic':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:313:9: note: in expansion of macro 'ASSERT_NE'
313 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:2629:9: note: in expansion of macro 'ASSERT_NE'
2629 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
seccomp_bpf.c:786:9: note: in expansion of macro 'EXPECT_EQ'
786 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:429:9: note: in expansion of macro 'ASSERT_NE'
429 | ASSERT_NE(ptr2, 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1723:9: note: in expansion of macro 'ASSERT_NE'
1723 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:1056:9: note: in expansion of macro 'ASSERT_EQ'
1056 | ASSERT_EQ(ptr, ptr_new);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:220:9: note: in expansion of macro 'EXPECT_NE'
220 | 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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'size_too_small_lsm_set_self_attr':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:30:9: note: in expansion of macro 'ASSERT_NE'
30 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_lookup_must_fail':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:438:9: note: in expansion of macro 'ASSERT_NE'
438 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:407:9: note: in expansion of macro 'ASSERT_NE'
407 | ASSERT_NE(ptr_region, 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
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from common.h:20,
from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_htlb':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:259:9: note: in expansion of macro 'ASSERT_NE'
259 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_lookup_must_fail':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:438:9: note: in expansion of macro 'ASSERT_NE'
438 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1226:9: note: in expansion of macro 'FILTER_ALLOC'
1226 | 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
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_init_caps':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_htlb':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:285:9: note: in expansion of macro 'ASSERT_NE'
285 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap_scan':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2101:9: note: in expansion of macro 'ASSERT_NE'
2101 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1090:9: note: in expansion of macro 'ASSERT_NE'
1090 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_same_pidns':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:152:9: note: in expansion of macro 'ASSERT_NE'
152 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from ftrace_test.c:18:
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
ftrace_test.c:410:9: note: in expansion of macro 'ASSERT_NE'
410 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1939:9: note: in expansion of macro 'ASSERT_NE'
1939 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_exited':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:281:9: note: in expansion of macro 'ASSERT_NE'
281 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:493:9: note: in expansion of macro 'ASSERT_NE'
493 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1231:9: note: in expansion of macro 'FILTER_ALLOC'
1231 | 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=arm CROSS_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 utimer-test.c:9:
utimer-test.c: In function 'timer_f_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:47:9: note: in expansion of macro 'ASSERT_NE'
47 | ASSERT_NE(NULL, self->utimer_info);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1226:9: note: in expansion of macro 'FILTER_ALLOC'
1226 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2578:9: note: in expansion of macro 'ASSERT_NE'
2578 | 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
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_change_cap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_shrink':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(ret, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_hole_punch':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1867:9: note: in expansion of macro 'ASSERT_NE'
1867 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:429:9: note: in expansion of macro 'ASSERT_NE'
429 | ASSERT_NE(ptr2, 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_both':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from epoll_busy_poll.c:26:
epoll_busy_poll.c: In function 'epoll_busy_poll_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
epoll_busy_poll.c:111:9: note: in expansion of macro 'EXPECT_NE'
111 | EXPECT_NE(NULL, self->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/alsa'
In file included from utimer-test.c:9:
utimer-test.c: In function 'timer_f_utimer':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:113:9: note: in expansion of macro 'ASSERT_NE'
113 | ASSERT_NE(buf, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from abi_test.c:23:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
abi_test.c:405:9: note: in expansion of macro 'ASSERT_NE'
405 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:764:9: note: in expansion of macro 'ASSERT_NE'
764 | ASSERT_NE(ptr_new, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:220:9: note: in expansion of macro 'EXPECT_NE'
220 | 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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:772:9: note: in expansion of macro 'ASSERT_NE'
772 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_populate':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1374:9: note: in expansion of macro 'ASSERT_NE'
1374 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap_scan':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2101:9: note: in expansion of macro 'ASSERT_NE'
2101 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_same_pidns':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:152:9: note: in expansion of macro 'ASSERT_NE'
152 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left_faulted_right':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:493:9: note: in expansion of macro 'ASSERT_NE'
493 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1948:9: note: in expansion of macro 'ASSERT_NE'
1948 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:365:9: note: in expansion of macro 'ASSERT_NE'
365 | ASSERT_NE(ptr2, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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 utimer-test.c:9:
utimer-test.c: In function 'timer_f_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:47:9: note: in expansion of macro 'ASSERT_NE'
47 | ASSERT_NE(NULL, self->utimer_info);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_null_lsm_list_modules':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:23:9: note: in expansion of macro 'ASSERT_NE'
23 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:997:9: note: in expansion of macro 'ASSERT_EQ'
997 | ASSERT_EQ(mremap(ptr, 5 * page_size, 5 * page_size,
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:649:9: note: in expansion of macro 'ASSERT_NE'
649 | ASSERT_NE(ptr_new2, 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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1230:9: note: in expansion of macro 'FILTER_ALLOC'
1230 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_fds':
../../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:130:9: note: in expansion of macro 'ASSERT_NE'
130 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1772:9: note: in expansion of macro 'ASSERT_NE'
1772 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_thp':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:222:9: note: in expansion of macro 'ASSERT_NE'
222 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_munmap_split':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | ASSERT_NE(self->addr2, 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
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
tls.c:206:9: note: in expansion of macro 'EXPECT_NE'
206 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(ptr2, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:412:9: note: in expansion of macro 'ASSERT_NE'
412 | ASSERT_NE(ptr1, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:81:9: note: in expansion of macro 'ASSERT_NE'
81 | ASSERT_NE(self->pids_getdents, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1948:9: note: in expansion of macro 'ASSERT_NE'
1948 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_populate':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1374:9: note: in expansion of macro 'ASSERT_NE'
1374 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1227:9: note: in expansion of macro 'FILTER_ALLOC'
1227 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'drop_cap_ipc_lock':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | ASSERT_NE(caps, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:768:9: note: in expansion of macro 'ASSERT_NE'
768 | 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
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_init_caps':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1090:9: note: in expansion of macro 'ASSERT_NE'
1090 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_change_cap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_been_reaped':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:320:9: note: in expansion of macro 'ASSERT_NE'
320 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'size_too_small_lsm_set_self_attr':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:30:9: note: in expansion of macro 'ASSERT_NE'
30 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:327:9: note: in expansion of macro 'ASSERT_NE'
327 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_thp':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:222:9: note: in expansion of macro 'ASSERT_NE'
222 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_valid_name_to_handle_at_flags':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:486:9: note: in expansion of macro 'ASSERT_NE'
486 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:758:9: note: in expansion of macro 'ASSERT_NE'
758 | ASSERT_NE(ptr_new, 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_invalid_name_to_handle_at_flags':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:464:9: note: in expansion of macro 'ASSERT_NE'
464 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'fanotify_setup':
../../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:60:9: note: in expansion of macro 'ASSERT_NE'
60 | ASSERT_NE(mkdtemp(self->root_mntpoint), NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(self->fd_proc_pid, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1230:9: note: in expansion of macro 'FILTER_ALLOC'
1230 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:2629:9: note: in expansion of macro 'ASSERT_NE'
2629 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(NULL, sysfs_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
tls.c:206:9: note: in expansion of macro 'EXPECT_NE'
206 | 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
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_htlb':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:285:9: note: in expansion of macro 'ASSERT_NE'
285 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:94:9: note: in expansion of macro 'ASSERT_NE'
94 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:549:9: note: in expansion of macro 'ASSERT_NE'
549 | ASSERT_NE(ptr1, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:995:9: note: in expansion of macro 'ASSERT_NE'
995 | ASSERT_NE(ptr_new, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1155:9: note: in expansion of macro 'ASSERT_NE'
1155 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mlock':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:908:9: note: in expansion of macro 'ASSERT_NE'
908 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_thp':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:222:9: note: in expansion of macro 'ASSERT_NE'
222 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1807:9: note: in expansion of macro 'ASSERT_NE'
1807 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1723:9: note: in expansion of macro 'ASSERT_NE'
1723 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_access_rw':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1279:9: note: in expansion of macro 'ASSERT_NE'
1279 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1807:9: note: in expansion of macro 'ASSERT_NE'
1807 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1565:9: note: in expansion of macro 'ASSERT_NE'
1565 | ASSERT_NE(ptr_shared, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2048:9: note: in expansion of macro 'ASSERT_NE'
2048 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1565:9: note: in expansion of macro 'ASSERT_NE'
1565 | ASSERT_NE(ptr_shared, 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
In file included from scm_rights.c:13:
scm_rights.c: In function 'count_sockets':
../../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
scm_rights.c:77:9: note: in expansion of macro 'ASSERT_NE'
77 | ASSERT_NE(NULL, f);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:995:9: note: in expansion of macro 'ASSERT_NE'
995 | ASSERT_NE(ptr_new, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_init_caps':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_zero_lsm_set_self_attr':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:46:9: note: in expansion of macro 'ASSERT_NE'
46 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1051:9: note: in expansion of macro 'ASSERT_NE'
1051 | ASSERT_NE(ptr_new, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1226:9: note: in expansion of macro 'FILTER_ALLOC'
1226 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:158:9: note: in expansion of macro 'ASSERT_NE'
158 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1228:9: note: in expansion of macro 'FILTER_ALLOC'
1228 | 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
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:79:9: note: in expansion of macro 'ASSERT_NE'
79 | ASSERT_NE(self->pids_openers, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from epoll_busy_poll.c:26:
epoll_busy_poll.c: In function 'epoll_busy_poll_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
epoll_busy_poll.c:111:9: note: in expansion of macro 'EXPECT_NE'
111 | EXPECT_NE(NULL, self->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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_faulted_left_unfaulted_right':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | 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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'check_mounted':
../../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:229:9: note: in expansion of macro 'ASSERT_NE'
229 | ASSERT_NE(list, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1772:9: note: in expansion of macro 'ASSERT_NE'
1772 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:279:9: note: in expansion of macro 'ASSERT_NE'
279 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_hole_punch':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1867:9: note: in expansion of macro 'ASSERT_NE'
1867 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_foreign_pidns':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:245:9: note: in expansion of macro 'ASSERT_NE'
245 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_zero_lsm_set_self_attr':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:46:9: note: in expansion of macro 'ASSERT_NE'
46 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_right':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:104:9: note: in expansion of macro 'ASSERT_NE'
104 | 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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'drop_cap_ipc_lock':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | ASSERT_NE(caps, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_same_pidns':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:152:9: note: in expansion of macro 'ASSERT_NE'
152 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:94:9: note: in expansion of macro 'ASSERT_NE'
94 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left_faulted_right':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1755:9: note: in expansion of macro 'ASSERT_NE'
1755 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:279:9: note: in expansion of macro 'ASSERT_NE'
279 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_mmap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1668:9: note: in expansion of macro 'ASSERT_NE'
1668 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(ptr2, 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:53:9: note: in expansion of macro 'ASSERT_NE'
53 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:559:9: note: in expansion of macro 'ASSERT_NE'
559 | ASSERT_NE(ptr2, 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1229:9: note: in expansion of macro 'FILTER_ALLOC'
1229 | 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
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_valid_flags':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:359:9: note: in expansion of macro 'ASSERT_NE'
359 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1090:9: note: in expansion of macro 'ASSERT_NE'
1090 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:325:9: note: in expansion of macro 'ASSERT_NE'
325 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_faulted_left_unfaulted_right':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_hole_punch':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1867:9: note: in expansion of macro 'ASSERT_NE'
1867 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'flags_set_lsm_list_modules':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:63:9: note: in expansion of macro 'ASSERT_NE'
63 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_layers':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(MAP_FAILED, domain_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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:304:9: note: in expansion of macro 'ASSERT_NE'
304 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:646:9: note: in expansion of macro 'ASSERT_NE'
646 | ASSERT_NE(ptr_new1, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_zero_lsm_set_self_attr':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:46:9: note: in expansion of macro 'ASSERT_NE'
46 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_change_cap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_stay_EXEC':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:238:9: note: in expansion of macro 'ASSERT_NE'
238 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_invalid_flags':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_same_pidns':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:152:9: note: in expansion of macro 'ASSERT_NE'
152 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:772:9: note: in expansion of macro 'ASSERT_NE'
772 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:227:17: note: in expansion of macro 'EXPECT_EQ'
227 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1757:9: note: in expansion of macro 'ASSERT_NE'
1757 | 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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_overset_lsm_set_self_attr':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_mmap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1668:9: note: in expansion of macro 'ASSERT_NE'
1668 | 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
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_detached_mount_fds':
../../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:684:9: note: in expansion of macro 'ASSERT_NE'
684 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_lazyfree':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1339:9: note: in expansion of macro 'ASSERT_NE'
1339 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1110:9: note: in expansion of macro 'ASSERT_NE'
1110 | 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
In file included from perf_test.c:19:
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:284:9: note: in expansion of macro 'EXPECT_EQ'
284 | 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_invalid_flags':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
tls.c:206:9: note: in expansion of macro 'EXPECT_NE'
206 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_both':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_signal_stress':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_null_lsm_list_modules':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:23:9: note: in expansion of macro 'ASSERT_NE'
23 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:761:9: note: in expansion of macro 'ASSERT_NE'
761 | ASSERT_NE(ptr_new, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1155:9: note: in expansion of macro 'ASSERT_NE'
1155 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:997:9: note: in expansion of macro 'ASSERT_EQ'
997 | ASSERT_EQ(mremap(ptr, 5 * page_size, 5 * page_size,
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1230:9: note: in expansion of macro 'FILTER_ALLOC'
1230 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:716:9: note: in expansion of macro 'ASSERT_NE'
716 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:412:9: note: in expansion of macro 'ASSERT_NE'
412 | ASSERT_NE(ptr1, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:1056:9: note: in expansion of macro 'ASSERT_EQ'
1056 | ASSERT_EQ(ptr, ptr_new);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:79:9: note: in expansion of macro 'ASSERT_NE'
79 | ASSERT_NE(self->pids_openers, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'drop_cap_ipc_lock':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | ASSERT_NE(caps, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_init_caps':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_both':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.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=arm CROSS_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 utimer-test.c:9:
utimer-test.c: In function 'timer_f_utimer':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:113:9: note: in expansion of macro 'ASSERT_NE'
113 | ASSERT_NE(buf, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1721:9: note: in expansion of macro 'ASSERT_NE'
1721 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_zero_lsm_set_self_attr':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:46:9: note: in expansion of macro 'ASSERT_NE'
46 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:229:17: note: in expansion of macro 'EXPECT_NE'
229 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(ptr2, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_exited':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:281:9: note: in expansion of macro 'ASSERT_NE'
281 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_add_EXEC':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:249:9: note: in expansion of macro 'ASSERT_NE'
249 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_enable_event':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1723:9: note: in expansion of macro 'ASSERT_NE'
1723 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_pid_has_been_reaped':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:320:9: note: in expansion of macro 'ASSERT_NE'
320 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1229:9: note: in expansion of macro 'FILTER_ALLOC'
1229 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:445:9: note: in expansion of macro 'ASSERT_NE'
445 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:144:9: note: in expansion of macro 'ASSERT_NE'
144 | ASSERT_NE(self->addr2, 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
seccomp_bpf.c:782:9: note: in expansion of macro 'EXPECT_NE'
782 | 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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:201:9: note: in expansion of macro 'ASSERT_NE'
201 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_too_small_lsm_get_self_attr':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_htlb':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:259:9: note: in expansion of macro 'ASSERT_NE'
259 | 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
In file included from abi_test.c:23:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
abi_test.c:405:9: note: in expansion of macro 'ASSERT_NE'
405 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1041:9: note: in expansion of macro 'ASSERT_NE'
1041 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'tsync_vs_dead_thread_leader':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4881:17: note: in expansion of macro 'ASSERT_NE'
4881 | ASSERT_NE(NULL, args);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1051:9: note: in expansion of macro 'ASSERT_NE'
1051 | ASSERT_NE(ptr_new, 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
4422 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'drop_cap_ipc_lock':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | ASSERT_NE(caps, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_munmap_split':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | ASSERT_NE(self->addr2, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1102:9: note: in expansion of macro 'ASSERT_NE'
1102 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_FIXED':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:284:9: note: in expansion of macro 'EXPECT_EQ'
284 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_right':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:104:9: note: in expansion of macro 'ASSERT_NE'
104 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:227:17: note: in expansion of macro 'EXPECT_EQ'
227 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:201:9: note: in expansion of macro 'ASSERT_NE'
201 | 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
In file included from set_layers_via_fds.c:15:
set_layers_via_fds.c: In function 'set_layers_via_fds_set_layers_via_detached_mount_fds':
../../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
set_layers_via_fds.c:684:9: note: in expansion of macro 'ASSERT_NE'
684 | ASSERT_NE(f_mountinfo, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'flags_set_lsm_list_modules':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:63:9: note: in expansion of macro 'ASSERT_NE'
63 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_change_cap':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_faulted_left_unfaulted_right':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_uffd':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1465:9: note: in expansion of macro 'ASSERT_NE'
1465 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:764:9: note: in expansion of macro 'ASSERT_NE'
764 | ASSERT_NE(ptr_new, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:646:9: note: in expansion of macro 'ASSERT_NE'
646 | ASSERT_NE(ptr_new1, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from ftrace_test.c:18:
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
ftrace_test.c:410:9: note: in expansion of macro 'ASSERT_NE'
410 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2048:9: note: in expansion of macro 'ASSERT_NE'
2048 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_right':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:104:9: note: in expansion of macro 'ASSERT_NE'
104 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'check_vfio_info_cap_chain':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:568:9: note: in expansion of macro '__EXPECT'
568 | __EXPECT(expected, #expected, seen, #seen, >=, 1)
| ^~~~~~~~
iommufd.c:2499:17: note: in expansion of macro 'ASSERT_GE'
2499 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:995:9: note: in expansion of macro 'ASSERT_NE'
995 | ASSERT_NE(ptr_new, 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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_child_pidns':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:199:9: note: in expansion of macro 'ASSERT_NE'
199 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_anonymous_locked_pages':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_init_caps':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:327:9: note: in expansion of macro 'ASSERT_NE'
327 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'size_too_small_lsm_set_self_attr':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:30:9: note: in expansion of macro 'ASSERT_NE'
30 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_zero_lsm_set_self_attr':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:46:9: note: in expansion of macro 'ASSERT_NE'
46 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:761:9: note: in expansion of macro 'ASSERT_NE'
761 | ASSERT_NE(ptr_new, 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:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from perf_test.c:19:
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:568:9: note: in expansion of macro 'ASSERT_NE'
568 | ASSERT_NE(ptr3, 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2578:9: note: in expansion of macro 'ASSERT_NE'
2578 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_prot':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:227:17: note: in expansion of macro 'EXPECT_EQ'
227 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TSYNC_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:2578:9: note: in expansion of macro 'ASSERT_NE'
2578 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'tsync_vs_dead_thread_leader':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4881:17: note: in expansion of macro 'ASSERT_NE'
4881 | ASSERT_NE(NULL, args);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'size_too_small_lsm_set_self_attr':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:30:9: note: in expansion of macro 'ASSERT_NE'
30 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from iommufd_utils.h:14:
iommufd.c: In function 'drop_cap_ipc_lock':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:205:9: note: in expansion of macro 'ASSERT_NE'
205 | ASSERT_NE(caps, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from scm_rights.c:13:
scm_rights.c: In function 'count_sockets':
../../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
scm_rights.c:77:9: note: in expansion of macro 'ASSERT_NE'
77 | ASSERT_NE(NULL, f);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:53:9: note: in expansion of macro 'ASSERT_NE'
53 | 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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'fanotify_setup':
../../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:60:9: note: in expansion of macro 'ASSERT_NE'
60 | ASSERT_NE(mkdtemp(self->root_mntpoint), NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from file_stressor.c:15:
file_stressor.c: In function 'file_stressor_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
file_stressor.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(self->fd_proc_pid, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from epoll_busy_poll.c:26:
epoll_busy_poll.c: In function 'epoll_busy_poll_setup':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
epoll_busy_poll.c:111:9: note: in expansion of macro 'EXPECT_NE'
111 | EXPECT_NE(NULL, self->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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child_shared':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_shared':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
tls.c:206:9: note: in expansion of macro 'EXPECT_NE'
206 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:1056:9: note: in expansion of macro 'ASSERT_EQ'
1056 | ASSERT_EQ(ptr, ptr_new);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_change_cap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:149:9: note: in expansion of macro 'ASSERT_NE'
149 | ASSERT_NE(ret, 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 utimer-test.c:9:
utimer-test.c: In function 'timer_f_utimer':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:113:9: note: in expansion of macro 'ASSERT_NE'
113 | ASSERT_NE(buf, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
seccomp_bpf.c:782:9: note: in expansion of macro 'EXPECT_NE'
782 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:649:9: note: in expansion of macro 'ASSERT_NE'
649 | ASSERT_NE(ptr_new2, 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
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_init_caps':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_readonly_file':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1710:9: note: in expansion of macro 'ASSERT_NE'
1710 | 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
In file included from scm_rights.c:13:
scm_rights.c: In function 'count_sockets':
../../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
scm_rights.c:77:9: note: in expansion of macro 'ASSERT_NE'
77 | ASSERT_NE(NULL, f);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:389:9: note: in expansion of macro 'ASSERT_NE'
389 | 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
In file included from ftrace_test.c:18:
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
ftrace_test.c:410:9: note: in expansion of macro 'ASSERT_NE'
410 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1226:9: note: in expansion of macro 'FILTER_ALLOC'
1226 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_overset_lsm_set_self_attr':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:327:9: note: in expansion of macro 'ASSERT_NE'
327 | 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
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_null_lsm_get_self_attr':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:32:9: note: in expansion of macro 'ASSERT_NE'
32 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from base_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'size_too_small_lsm_get_self_attr':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_lookup_must_fail':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:438:9: note: in expansion of macro 'ASSERT_NE'
438 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:549:9: note: in expansion of macro 'ASSERT_NE'
549 | ASSERT_NE(ptr1, 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
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_change_cap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_child_pidns':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:199:9: note: in expansion of macro 'ASSERT_NE'
199 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_invalid_name_to_handle_at_flags':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:464:9: note: in expansion of macro 'ASSERT_NE'
464 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_valid_flags':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:359:9: note: in expansion of macro 'ASSERT_NE'
359 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1569:9: note: in expansion of macro 'ASSERT_NE'
1569 | ASSERT_NE(ptr_private, 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:482:9: note: in expansion of macro 'ASSERT_NE'
482 | 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
In file included from binderfs_test.c:24:
binderfs_test.c: In function 'binderfs_stress':
../../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_target_vma':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:325:9: note: in expansion of macro 'ASSERT_NE'
325 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'KILL_one_arg_six':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
seccomp_bpf.c:786:9: note: in expansion of macro 'EXPECT_EQ'
786 | 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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1075:9: note: in expansion of macro 'ASSERT_NE'
1075 | 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
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_change_cap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2048:9: note: in expansion of macro 'ASSERT_NE'
2048 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:407:9: note: in expansion of macro 'ASSERT_NE'
407 | ASSERT_NE(ptr_region, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_init_caps':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:229:17: note: in expansion of macro 'EXPECT_NE'
229 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1807:9: note: in expansion of macro 'ASSERT_NE'
1807 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:422:9: note: in expansion of macro 'ASSERT_NE'
422 | ASSERT_NE(ptr3, 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
In file included from ftrace_test.c:18:
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
ftrace_test.c:410:9: note: in expansion of macro 'ASSERT_NE'
410 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __EXPECT(expected, #expected, seen, #seen, ==, 0)
| ^~~~~~~~
mdwe_test.c:227:17: note: in expansion of macro 'EXPECT_EQ'
227 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:482:9: note: in expansion of macro 'ASSERT_NE'
482 | 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:144:9: note: in expansion of macro 'ASSERT_NE'
144 | ASSERT_NE(self->addr2, 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_READ_EXEC':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:220:9: note: in expansion of macro 'EXPECT_NE'
220 | 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/alsa'
In file included from utimer-test.c:9:
utimer-test.c: In function 'timer_f_utimer':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:113:9: note: in expansion of macro 'ASSERT_NE'
113 | ASSERT_NE(buf, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_cow':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1939:9: note: in expansion of macro 'ASSERT_NE'
1939 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:649:9: note: in expansion of macro 'ASSERT_NE'
649 | ASSERT_NE(ptr_new2, 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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:201:9: note: in expansion of macro 'ASSERT_NE'
201 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:995:9: note: in expansion of macro 'ASSERT_NE'
995 | ASSERT_NE(ptr_new, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_overset_lsm_set_self_attr':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_change_cap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1226:9: note: in expansion of macro 'FILTER_ALLOC'
1226 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(ptr2, 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
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_null_lsm_list_modules':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:23:9: note: in expansion of macro 'ASSERT_NE'
23 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_lazyfree':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1339:9: note: in expansion of macro 'ASSERT_NE'
1339 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from abi_test.c:23:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
abi_test.c:405:9: note: in expansion of macro 'ASSERT_NE'
405 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from so_incoming_cpu.c:12:
so_incoming_cpu.c: In function 'so_incoming_cpu_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_valid_flags':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:359:9: note: in expansion of macro 'ASSERT_NE'
359 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:540:9: note: in expansion of macro 'ASSERT_NE'
540 | ASSERT_NE(ptr_region, 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon_htlb':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:259:9: note: in expansion of macro 'ASSERT_NE'
259 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1228:9: note: in expansion of macro 'FILTER_ALLOC'
1228 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'correct_lsm_list_modules':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:83:9: note: in expansion of macro 'ASSERT_NE'
83 | ASSERT_NE(NULL, sysfs_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_file_handle_child_pidns':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:199:9: note: in expansion of macro 'ASSERT_NE'
199 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from epoll_busy_poll.c:26:
epoll_busy_poll.c: In function 'epoll_busy_poll_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
epoll_busy_poll.c:111:9: note: in expansion of macro 'EXPECT_NE'
111 | EXPECT_NE(NULL, self->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
In file included from scm_rights.c:13:
scm_rights.c: In function 'count_sockets':
../../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
scm_rights.c:77:9: note: in expansion of macro 'ASSERT_NE'
77 | ASSERT_NE(NULL, f);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_signal_test.c:19:
common.h: In function '_change_cap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_read':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_file_mmap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_capture':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_overset_lsm_get_self_attr':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:122:9: note: in expansion of macro 'ASSERT_NE'
122 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_change_cap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'mkdir_parents':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:201:9: note: in expansion of macro 'ASSERT_NE'
201 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_chain_limits':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:482:9: note: in expansion of macro 'ASSERT_NE'
482 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_file':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1695:9: note: in expansion of macro 'ASSERT_NE'
1695 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_pagemap_scan':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2101:9: note: in expansion of macro 'ASSERT_NE'
2101 | 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
In file included from lsm_set_self_attr_test.c:15:
lsm_set_self_attr_test.c: In function 'flags_overset_lsm_set_self_attr':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_set_self_attr_test.c:62:9: note: in expansion of macro 'ASSERT_NE'
62 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_layers':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(MAP_FAILED, domain_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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_init_caps':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_truncation':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1809:9: note: in expansion of macro 'ASSERT_NE'
1809 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:649:9: note: in expansion of macro 'ASSERT_NE'
649 | ASSERT_NE(ptr_new2, 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_too_small_lsm_list_modules':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:48:9: note: in expansion of macro 'ASSERT_NE'
48 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_madvise_sequential':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1509:9: note: in expansion of macro 'ASSERT_NE'
1509 | 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1231:9: note: in expansion of macro 'FILTER_ALLOC'
1231 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:549:9: note: in expansion of macro 'ASSERT_NE'
549 | ASSERT_NE(ptr1, 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:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from audit_test.c:21:
common.h: In function '_init_caps':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_playback':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_too_small_lsm_list_modules':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:48:9: note: in expansion of macro 'ASSERT_NE'
48 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_basic':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:313:9: note: in expansion of macro 'ASSERT_NE'
313 | 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/mm'
In file included from pfnmap.c:22:
pfnmap.c: In function 'pfnmap_mremap_fixed':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pfnmap.c:149:9: note: in expansion of macro 'ASSERT_NE'
149 | ASSERT_NE(ret, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_cow_in_device':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1939:9: note: in expansion of macro 'ASSERT_NE'
1939 | 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
In file included from scm_rights.c:13:
scm_rights.c: In function 'count_sockets':
../../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
scm_rights.c:77:9: note: in expansion of macro 'ASSERT_NE'
77 | ASSERT_NE(NULL, f);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from ftrace_test.c:18:
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
ftrace_test.c:410:9: note: in expansion of macro 'ASSERT_NE'
410 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mprotect':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:668:9: note: in expansion of macro 'ASSERT_NE'
668 | 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
In file included from scm_pidfd.c:18:
scm_pidfd.c: In function 'scm_pidfd_setup':
../../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:297:9: note: in expansion of macro 'ASSERT_NE'
297 | 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
In file included from sigtrap_threads.c:34:
sigtrap_threads.c: In function 'sigtrap_threads_modify_and_enable_event':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:631:9: note: in expansion of macro '__EXPECT'
631 | __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/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from scoped_abstract_unix_test.c:24:
common.h: In function '_change_cap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:304:9: note: in expansion of macro 'ASSERT_NE'
304 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from perf_test.c:19:
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fault_around':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1772:9: note: in expansion of macro 'ASSERT_NE'
1772 | 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/alsa'
In file included from utimer-test.c:9:
utimer-test.c: In function 'timer_f_utimer':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:113:9: note: in expansion of macro 'ASSERT_NE'
113 | ASSERT_NE(buf, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:540:9: note: in expansion of macro 'ASSERT_NE'
540 | ASSERT_NE(ptr_region, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_snapshot':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:412:9: note: in expansion of macro 'ASSERT_NE'
412 | ASSERT_NE(ptr1, 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRACE_poke_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1684:9: note: in expansion of macro 'ASSERT_NE'
1684 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:297:9: note: in expansion of macro 'ASSERT_NE'
297 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_expand':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1041:9: note: in expansion of macro 'ASSERT_NE'
1041 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_cold_pageout':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1401:9: note: in expansion of macro 'ASSERT_NE'
1401 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:422:9: note: in expansion of macro 'ASSERT_NE'
422 | ASSERT_NE(ptr3, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:304:9: note: in expansion of macro 'ASSERT_NE'
304 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_anon_zeropage':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:2001:9: note: in expansion of macro 'ASSERT_NE'
2001 | 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
In file included from common.h:20,
from base_test.c:19:
base_test.c: In function 'inconsistent_attr':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from common.h:20,
from scoped_test.c:13:
common.h: In function '_init_caps':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'size_null_lsm_list_modules':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:23:9: note: in expansion of macro 'ASSERT_NE'
23 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1565:9: note: in expansion of macro 'ASSERT_NE'
1565 | ASSERT_NE(ptr_shared, 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:429:9: note: in expansion of macro 'ASSERT_NE'
429 | ASSERT_NE(ptr2, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:422:9: note: in expansion of macro 'ASSERT_NE'
422 | ASSERT_NE(ptr3, 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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_shared_anon_thp':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:222:9: note: in expansion of macro 'ASSERT_NE'
222 | 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
In file included from mount-notify_test.c:14:
mount-notify_test.c: In function 'check_mounted':
../../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mount-notify_test.c:229:9: note: in expansion of macro 'ASSERT_NE'
229 | ASSERT_NE(list, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from tls.c:24:
tls.c: In function 'tls_recv_cmsg':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
tls.c:206:9: note: in expansion of macro 'EXPECT_NE'
206 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:568:9: note: in expansion of macro 'ASSERT_NE'
568 | ASSERT_NE(ptr3, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:997:9: note: in expansion of macro 'ASSERT_EQ'
997 | ASSERT_EQ(mremap(ptr, 5 * page_size, 5 * page_size,
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1125:9: note: in expansion of macro 'ASSERT_NE'
1125 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_hmm_gup_test':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from pidfd_file_handle_test.c:23:
pidfd_file_handle_test.c: In function 'file_handle_open_by_handle_at_valid_flags':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
pidfd_file_handle_test.c:359:9: note: in expansion of macro 'ASSERT_NE'
359 | ASSERT_NE(fh, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_madvise_sequential':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1509:9: note: in expansion of macro 'ASSERT_NE'
1509 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'check_tmpfs_mmap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mincore_selftest.c:327:9: note: in expansion of macro 'ASSERT_NE'
327 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:412:9: note: in expansion of macro 'ASSERT_NE'
412 | ASSERT_NE(ptr1, 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1110:9: note: in expansion of macro 'ASSERT_NE'
1110 | 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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_playback':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1228:9: note: in expansion of macro 'FILTER_ALLOC'
1228 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mlock':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:908:9: note: in expansion of macro 'ASSERT_NE'
908 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'basic_lsm_get_self_attr':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:159:9: note: in expansion of macro 'ASSERT_NE'
159 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:193:9: note: in expansion of macro 'ASSERT_NE'
193 | 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
In file included from perf_test.c:19:
perf_test.c: In function 'user_perf_empty_events':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'tsync_vs_dead_thread_leader':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4881:17: note: in expansion of macro 'ASSERT_NE'
4881 | ASSERT_NE(NULL, args);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:193:9: note: in expansion of macro 'ASSERT_NE'
193 | 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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mmap_WRITE_EXEC':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
mdwe_test.c:229:17: note: in expansion of macro 'EXPECT_NE'
229 | 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
In file included from mincore_selftest.c:19:
mincore_selftest.c: In function 'basic_interface':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from audit_test.c:21:
audit_test.c: In function 'audit_flags_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
audit_test.c:338:9: note: in expansion of macro 'ASSERT_NE'
338 | ASSERT_NE(MAP_FAILED, self->domain_id);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:995:9: note: in expansion of macro 'ASSERT_NE'
995 | ASSERT_NE(ptr_new, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_split_merge':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:716:9: note: in expansion of macro 'ASSERT_NE'
716 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork_cow':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1213:9: note: in expansion of macro 'ASSERT_NE'
1213 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:493:9: note: in expansion of macro 'ASSERT_NE'
493 | 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
In file included from common.h:20,
from net_test.c:24:
common.h: In function '_init_caps':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_release':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_arm64_BTI':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:297:9: note: in expansion of macro 'ASSERT_NE'
297 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_munmap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:629:9: note: in expansion of macro 'ASSERT_NE'
629 | 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
In file included from common.h:20,
from fs_test.c:45:
common.h: In function '_init_caps':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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_ni_playback':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:417:9: note: in expansion of macro 'ASSERT_NE'
417 | ASSERT_NE(ptr2, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_multiple':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'test_basic_file':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1695:9: note: in expansion of macro 'ASSERT_NE'
1695 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:429:9: note: in expansion of macro 'ASSERT_NE'
429 | ASSERT_NE(ptr2, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_move':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:513:9: note: in expansion of macro '__EXPECT'
513 | __EXPECT(expected, #expected, seen, #seen, ==, 1)
| ^~~~~~~~
guard-regions.c:997:9: note: in expansion of macro 'ASSERT_EQ'
997 | ASSERT_EQ(mremap(ptr, 5 * page_size, 5 * page_size,
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_list_modules_test.c:15:
lsm_list_modules_test.c: In function 'flags_set_lsm_list_modules':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_list_modules_test.c:63:9: note: in expansion of macro 'ASSERT_NE'
63 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_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:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_read_multiple':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from abi_test.c:23:
abi_test.c: In function 'user_clones':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
abi_test.c:405:9: note: in expansion of macro 'ASSERT_NE'
405 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_basic':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:313:9: note: in expansion of macro 'ASSERT_NE'
313 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_map_private':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1569:9: note: in expansion of macro 'ASSERT_NE'
1569 | ASSERT_NE(ptr_private, 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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'TRAP_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1075:9: note: in expansion of macro 'ASSERT_NE'
1075 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:568:9: note: in expansion of macro 'ASSERT_NE'
568 | ASSERT_NE(ptr3, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_prot':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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 utimer-test.c:9:
utimer-test.c: In function 'timer_f_utimer':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
utimer-test.c:113:9: note: in expansion of macro 'ASSERT_NE'
113 | ASSERT_NE(buf, NULL);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1948:9: note: in expansion of macro 'ASSERT_NE'
1948 | 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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:772:9: note: in expansion of macro 'ASSERT_NE'
772 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from mdwe_test.c:17:
mdwe_test.c: In function 'mdwe_mprotect_WRITE_EXEC':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
mdwe_test.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1755:9: note: in expansion of macro 'ASSERT_NE'
1755 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_huge':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_setup':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:25:9: note: in expansion of macro 'ASSERT_NE'
25 | ASSERT_NE(self->carveout, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_migrate_mixed':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from migration.c:7:
migration.c: In function 'migration_private_anon':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
migration.c:133:9: note: in expansion of macro 'ASSERT_NE'
133 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate_fault':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_teardown':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1102:9: note: in expansion of macro 'ASSERT_NE'
1102 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:53:9: note: in expansion of macro 'ASSERT_NE'
53 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_ioas_access_domain_destory':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1110:9: note: in expansion of macro 'ASSERT_NE'
1110 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_ro_unshare':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1723:9: note: in expansion of macro 'ASSERT_NE'
1723 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_migrate':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_compound':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_basic':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:313:9: note: in expansion of macro 'ASSERT_NE'
313 | 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
In file included from scm_rights.c:13:
scm_rights.c: In function 'count_sockets':
../../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
scm_rights.c:77:9: note: in expansion of macro 'ASSERT_NE'
77 | ASSERT_NE(NULL, f);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_change_cap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:94:9: note: in expansion of macro 'EXPECT_NE'
94 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'precedence_setup':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:1223:9: note: in expansion of macro 'ASSERT_NE'
1223 | ASSERT_NE(NULL, self->_x.filter); \
| ^~~~~~~~~
seccomp_bpf.c:1228:9: note: in expansion of macro 'FILTER_ALLOC'
1228 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm2_double_map':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'get_nth':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4485:9: note: in expansion of macro 'ASSERT_NE'
4485 | 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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_overset_lsm_get_self_attr':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:122:9: note: in expansion of macro 'ASSERT_NE'
122 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:407:9: note: in expansion of macro 'ASSERT_NE'
407 | ASSERT_NE(ptr_region, 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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:772:9: note: in expansion of macro 'ASSERT_NE'
772 | 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
In file included from common.h:20,
from fs_test.c:45:
fs_test.c: In function 'create_ruleset':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
fs_test.c:768:9: note: in expansion of macro 'ASSERT_NE'
768 | 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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'iommufd_mock_domain_all_aligns_copy':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:1807:9: note: in expansion of macro 'ASSERT_NE'
1807 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from iommufd_utils.h:14:
iommufd.c: In function 'vfio_compat_mock_domain_huge_map':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
iommufd.c:2629:9: note: in expansion of macro 'ASSERT_NE'
2629 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:84:9: note: in expansion of macro 'ASSERT_NE'
84 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_dontneed':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:847:9: note: in expansion of macro 'ASSERT_NE'
847 | 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
In file included from common.h:20,
from ptrace_test.c:22:
common.h: In function '_init_caps':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __EXPECT(expected, #expected, seen, #seen, !=, 0)
| ^~~~~~~~
common.h:58:9: note: in expansion of macro 'EXPECT_NE'
58 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_zero_lsm_get_self_attr':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:94:9: note: in expansion of macro 'ASSERT_NE'
94 | ASSERT_NE(NULL, syscall_lsms);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_memfd_write_seal':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1939:9: note: in expansion of macro 'ASSERT_NE'
1939 | 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
In file included from lsm_get_self_attr_test.c:16:
lsm_get_self_attr_test.c: In function 'flags_overset_lsm_get_self_attr':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
lsm_get_self_attr_test.c:122:9: note: in expansion of macro 'ASSERT_NE'
122 | ASSERT_NE(NULL, ctx);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: 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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_mremap_shrink':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1125:9: note: in expansion of macro 'ASSERT_NE'
1125 | 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_multi_vma':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:422:9: note: in expansion of macro 'ASSERT_NE'
422 | ASSERT_NE(ptr3, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_hugetlbfs':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'filter_size_limits':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:445:9: note: in expansion of macro 'ASSERT_NE'
445 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_mprotect_unfaulted_left_faulted_right':
../kselftest_harness.h:773:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
773 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:264:9: note: in expansion of macro 'ASSERT_NE'
264 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:25:9: note: in expansion of macro 'ASSERT_NE'
25 | ASSERT_NE(self->carveout, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:549:9: note: in expansion of macro 'ASSERT_NE'
549 | ASSERT_NE(ptr1, 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_file_write':
../kselftest_harness.h:764:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
764 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
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:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'tsync_vs_dead_thread_leader':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4881:17: note: in expansion of macro 'ASSERT_NE'
4881 | ASSERT_NE(NULL, args);
| ^~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/mm'
In file included from merge.c:4:
merge.c: In function 'merge_setup':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:25:9: note: in expansion of macro 'ASSERT_NE'
25 | ASSERT_NE(self->carveout, 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
In file included from binderfs_test.c:24:
binderfs_test.c: In function '__do_binderfs_test':
../../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../../kselftest_harness.h:642:9: note: in expansion of macro '__EXPECT'
642 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_anon_write_child':
../kselftest_harness.h:772:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
772 | uintmax_t __exp_print = (uintmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_mixedmap':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_uffd':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1465:9: note: in expansion of macro 'ASSERT_NE'
1465 | 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/mm'
In file included from merge.c:4:
merge.c: In function 'merge_forked_source_vma':
../kselftest_harness.h:780:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
780 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
merge.c:429:9: note: in expansion of macro 'ASSERT_NE'
429 | ASSERT_NE(ptr2, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_fork':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1155:9: note: in expansion of macro 'ASSERT_NE'
1155 | 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/alsa'
In file included from test-pcmtest-driver.c:10:
test-pcmtest-driver.c: In function 'pcmtest_ni_capture':
../kselftest_harness.h:789:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
789 | intmax_t __seen_print = (intmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_process_madvise':
../kselftest_harness.h:781:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
781 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:549:9: note: in expansion of macro 'ASSERT_NE'
549 | ASSERT_NE(ptr1, 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/mm'
In file included from guard-regions.c:4:
guard-regions.c: In function 'guard_regions_madvise_sequential':
../kselftest_harness.h:765:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
765 | uintmax_t __seen_print = (uintmax_t)__seen; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
guard-regions.c:1509:9: note: in expansion of macro 'ASSERT_NE'
1509 | 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/mm'
In file included from hmm-tests.c:13:
hmm-tests.c: In function 'hmm_exclusive_mprotect':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __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
In file included from seccomp_bpf.c:56:
seccomp_bpf.c: In function 'O_SUSPEND_SECCOMP_setup':
../kselftest_harness.h:788:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
788 | intmax_t __exp_print = (intmax_t)__exp; \
| ^
../kselftest_harness.h:524:9: note: in expansion of macro '__EXPECT'
524 | __EXPECT(expected, #expected, seen, #seen, !=, 1)
| ^~~~~~~~
seccomp_bpf.c:4422:9: note: in expansion of macro 'ASSERT_NE'
4422 | ASSERT_NE(NULL, caps);
| ^~~~~~~~~