Buildresult: linus/um-allyesconfig/um-x86_64 built on Jan 13 2022, 10:09
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jan 13 2022, 10:09
Duration:
0:07:10.124855
Builder:
blade4b
Revision:
Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux (
f079ab01b5609fb0c9acc52c88168bf1eed82373)
Target:
linus/um-allyesconfig/um-x86_64
Branch:
linus
Compiler:
um-x86_64
(x86_64-linux-gcc.br_real (Buildroot 2017.05) 5.4.0 / GNU ld (GNU Binutils) 2.27)
Config:
allyesconfig
(
download
)
Log:
Download original
Possible errors
drivers/gpu/drm/ttm/ttm_module.c:71:24: error: 'struct cpuinfo_um' has no member named 'x86' make[5]: *** [scripts/Makefile.build:287: drivers/gpu/drm/ttm/ttm_module.o] Error 1 make[4]: *** [scripts/Makefile.build:549: drivers/gpu/drm/ttm] Error 2 make[3]: *** [scripts/Makefile.build:549: drivers/gpu/drm] Error 2 make[2]: *** [scripts/Makefile.build:549: drivers/gpu] Error 2 make[1]: *** [Makefile:1851: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2
Possible warnings (6)
.config:12170:warning: override: reassigning to symbol GCC_PLUGIN_SANCOV .config:12173:warning: override: reassigning to symbol GCC_PLUGIN_RANDSTRUCT .config:12175:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:12177:warning: override: reassigning to symbol UML_NET_SLIP .config:12180:warning: override: reassigning to symbol UML_NET_MCAST .config:12182:warning: override: reassigning to symbol UML_NET_SLIRP
Full Log
# git rev-parse -q --verify f079ab01b5609fb0c9acc52c88168bf1eed82373^{commit} f079ab01b5609fb0c9acc52c88168bf1eed82373 already have revision, skipping fetch # git checkout -q -f -B kisskb f079ab01b5609fb0c9acc52c88168bf1eed82373 # git clean -qxdf # < git log -1 # commit f079ab01b5609fb0c9acc52c88168bf1eed82373 # Merge: 6020c204be99 4d7bd0eb72e5 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Wed Jan 12 12:51:41 2022 -0800 # # Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux # # Pull iomap updates from Matthew Wilcox: # "Convert xfs/iomap to use folios. # # This should be all that is needed for XFS to use large folios. There # is no code in this pull request to create large folios, but no # additional changes should be needed to XFS or iomap once they are # created. # # Usually this would have come from Darrick, and we had intended that it # would come that route. Between the holidays and various things which # Darrick needed to work on, he asked if I could send things directly. # # There weren't any other iomap patches pending for this release, which # probably also played a role" # # * tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux: (26 commits) # iomap: Inline __iomap_zero_iter into its caller # xfs: Support large folios # iomap: Support large folios in invalidatepage # iomap: Convert iomap_migrate_page() to use folios # iomap: Convert iomap_add_to_ioend() to take a folio # iomap: Simplify iomap_do_writepage() # iomap: Simplify iomap_writepage_map() # iomap,xfs: Convert ->discard_page to ->discard_folio # iomap: Convert iomap_write_end_inline to take a folio # iomap: Convert iomap_write_begin() and iomap_write_end() to folios # iomap: Convert __iomap_zero_iter to use a folio # iomap: Allow iomap_write_begin() to be called with the full length # iomap: Convert iomap_page_mkwrite to use a folio # iomap: Convert readahead and readpage to use a folio # iomap: Convert iomap_read_inline_data to take a folio # iomap: Use folio offsets instead of page offsets # iomap: Convert bio completions to use folios # iomap: Pass the iomap_page into iomap_set_range_uptodate # iomap: Add iomap_invalidate_folio # iomap: Convert iomap_releasepage to use a folio # ... # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 f079ab01b5609fb0c9acc52c88168bf1eed82373 # < make -s -j 24 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig # 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 # < make -s -j 24 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 24 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:12170:warning: override: reassigning to symbol GCC_PLUGIN_SANCOV .config:12173:warning: override: reassigning to symbol GCC_PLUGIN_RANDSTRUCT .config:12175:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:12177:warning: override: reassigning to symbol UML_NET_SLIP .config:12180:warning: override: reassigning to symbol UML_NET_MCAST .config:12182:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 24 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/drivers/gpu/drm/ttm/ttm_module.c: In function 'ttm_prot_from_caching': /kisskb/src/drivers/gpu/drm/ttm/ttm_module.c:71:24: error: 'struct cpuinfo_um' has no member named 'x86' else if (boot_cpu_data.x86 > 3) ^ make[5]: *** [/kisskb/src/scripts/Makefile.build:287: drivers/gpu/drm/ttm/ttm_module.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:549: drivers/gpu/drm/ttm] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:549: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:549: drivers/gpu] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1851: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 24 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_um-allyesconfig_um-x86_64 # Build took: 0:07:10.124855
© Michael Ellerman 2006-2018.