Buildresult: linus/um-allmodconfig/um-x86_64-gcc12 built on Aug 29 2023, 15:29
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Aug 29 2023, 15:29
Duration:
0:17:46.027825
Builder:
ka7
Revision:
Merge tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (
1c59d383390f970b891b503b7f79b63a02db2ec5)
Target:
linus/um-allmodconfig/um-x86_64-gcc12
Branch:
linus
Compiler:
um-x86_64-gcc12
(x86_64-linux-gcc.br_real (Buildroot 2021.11-4428-g6b6741b) 12.2.0 / GNU ld (GNU Binutils) 2.39)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible warnings (4)
.config:12749:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:12753:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:12755:warning: override: reassigning to symbol UML_NET_SLIP .config:12760:warning: override: reassigning to symbol UML_NET_SLIRP
Full Log
# git rev-parse -q --verify 1c59d383390f970b891b503b7f79b63a02db2ec5^{commit} 1c59d383390f970b891b503b7f79b63a02db2ec5 already have revision, skipping fetch # git checkout -q -f -B kisskb 1c59d383390f970b891b503b7f79b63a02db2ec5 # git clean -qxdf # < git log -1 # commit 1c59d383390f970b891b503b7f79b63a02db2ec5 # Merge: 815c24a085dd 556fb7131e03 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Mon Aug 28 19:03:24 2023 -0700 # # Merge tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest # # Pull nolibc updates from Shuah Khan: # "Nolibc: # - improved portability by removing build errors with -ENOSYS # - added syscall6() on MIPS to support pselect6() and mmap() # - added setvbuf(), rmdir(), pipe(), pipe2() # - add support for ppc/ppc64 # - environ is no longer optional # - fixed frame pointer issues at -O0 # - dropped sys_stat() in favor of sys_statx() # - centralized _start_c() to remove lots of asm code # - switched size_t to __SIZE_TYPE__ # # Selftests: # - improved status reporting (success/warning/failure counts, path to # log file) # - various code cleanups (indent, unused variables, ...) # - more consistent test numbering # - enabled compiler warnings # - dropped unreliable chmod_net test # - improved reliability (create /dev/zero & /tmp, rely less on /proc) # - new tests (brk/sbrk/mmap/munmap) # - improved compatibility with musl # - new run-nolibc-test target to build and run natively # - new run-libc-test target to build and run against native libc # - made the cmdline parser more reliable against boolean arguments # - dropped dependency on memfd for vfprintf() test # - nolibc-test is no longer stripped # - added support for extending ARCH via XARCH # # Other: # - add Thomas as co-maintainer" # # * tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: (103 commits) # tools/nolibc: avoid undesired casts in the __sysret() macro # tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret() # tools/nolibc: silence ppc64 compile warnings # selftests/nolibc: libc-test: use HOSTCC instead of CC # tools/nolibc: stackprotector.h: make __stack_chk_init static # selftests/nolibc: allow report with existing test log # selftests/nolibc: add test support for ppc64 # selftests/nolibc: add test support for ppc64le # selftests/nolibc: add test support for ppc # selftests/nolibc: add XARCH and ARCH mapping support # tools/nolibc: add support for powerpc64 # tools/nolibc: add support for powerpc # MAINTAINERS: nolibc: add myself as co-maintainer # selftests/nolibc: enable compiler warnings # selftests/nolibc: don't strip nolibc-test # selftests/nolibc: prevent out of bounds access in expect_vfprintf # selftests/nolibc: use correct return type for read() and write() # selftests/nolibc: avoid sign-compare warnings # selftests/nolibc: avoid unused parameter warnings # selftests/nolibc: make functions static if possible # ... # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 1c59d383390f970b891b503b7f79b63a02db2ec5 # make -s -j 32 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 allmodconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig CONFIG_SPI_STM32_QSPI=n # < make -s -j 32 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 32 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:12749:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:12753:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:12755:warning: override: reassigning to symbol UML_NET_SLIP .config:12760:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 32 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 LINK linux Completed OK # rm -rf /kisskb/build/linus_allmodconfig_um-x86_64-gcc12 # Build took: 0:17:46.027825
© Michael Ellerman 2006-2018.