Buildresult: linux-next/m68k-allmodconfig/m68k-gcc8 built on Jul 1, 21:03
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jul 1, 21:03
Duration:
0:05:50.361254
Builder:
ka4
Revision:
Add linux-next specific files for 20240701 (
74564adfd3521d9e322cfc345fdc132df80f3c79)
Target:
linux-next/m68k-allmodconfig/m68k-gcc8
Branch:
linux-next
Compiler:
m68k-gcc8
(m68k-linux-gcc (GCC) 8.5.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
sound/soc/fsl/lpc3xxx-i2s.h:42:30: error: implicit declaration of function 'FIELD_PREP' [-Werror=implicit-function-declaration] cc1: all warnings being treated as errors make[6]: *** [scripts/Makefile.build:244: sound/soc/fsl/lpc3xxx-i2s.o] Error 1 make[5]: *** [scripts/Makefile.build:485: sound/soc/fsl] Error 2 fs/btrfs/inode.c:5705:5: error: 'location.type' may be used uninitialized in this function [-Werror=maybe-uninitialized] fs/btrfs/inode.c:5634:9: error: 'location.objectid' may be used uninitialized in this function [-Werror=maybe-uninitialized] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:244: fs/btrfs/inode.o] Error 1 make[4]: *** [scripts/Makefile.build:485: fs/btrfs] Error 2 fs/bcachefs/data_update.c:336:1: error: the frame size of 1032 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:244: fs/bcachefs/data_update.o] Error 1 make[4]: *** [scripts/Makefile.build:485: fs/bcachefs] Error 2 make[3]: *** [scripts/Makefile.build:485: fs] Error 2 make[4]: *** [scripts/Makefile.build:485: sound/soc] Error 2 make[3]: *** [scripts/Makefile.build:485: sound] Error 2 make[2]: *** [Makefile:1934: .] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 74564adfd3521d9e322cfc345fdc132df80f3c79^{commit} 74564adfd3521d9e322cfc345fdc132df80f3c79 already have revision, skipping fetch # git checkout -q -f -B kisskb 74564adfd3521d9e322cfc345fdc132df80f3c79 # git clean -qxdf # < git log -1 # commit 74564adfd3521d9e322cfc345fdc132df80f3c79 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Mon Jul 1 19:37:44 2024 +1000 # # Add linux-next specific files for 20240701 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 74564adfd3521d9e322cfc345fdc132df80f3c79 # make -s -j 40 ARCH=m68k O=/kisskb/build/linux-next_allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 40 ARCH=m68k O=/kisskb/build/linux-next_allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 40 ARCH=m68k O=/kisskb/build/linux-next_allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 40 ARCH=m68k O=/kisskb/build/linux-next_allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/sound/soc/fsl/lpc3xxx-i2s.c:23: /kisskb/src/sound/soc/fsl/lpc3xxx-i2s.c: In function 'lpc3xxx_i2s_hw_params': /kisskb/src/sound/soc/fsl/lpc3xxx-i2s.h:42:30: error: implicit declaration of function 'FIELD_PREP' [-Werror=implicit-function-declaration] #define LPC3XXX_I2S_WW8 FIELD_PREP(0x3, 0) /* Word width is 8bit */ ^~~~~~~~~~ /kisskb/src/sound/soc/fsl/lpc3xxx-i2s.c:169:10: note: in expansion of macro 'LPC3XXX_I2S_WW8' tmp |= LPC3XXX_I2S_WW8 | LPC3XXX_I2S_WS_HP(LPC3XXX_I2S_WW8_HP); ^~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:244: sound/soc/fsl/lpc3xxx-i2s.o] Error 1 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [/kisskb/src/scripts/Makefile.build:485: sound/soc/fsl] Error 2 make[5]: *** Waiting for unfinished jobs.... /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_lookup_dentry': /kisskb/src/fs/btrfs/inode.c:5705:5: error: 'location.type' may be used uninitialized in this function [-Werror=maybe-uninitialized] if (location.type == BTRFS_INODE_ITEM_KEY) { ^ /kisskb/src/fs/btrfs/inode.c:5634:9: error: 'location.objectid' may be used uninitialized in this function [-Werror=maybe-uninitialized] return btrfs_iget_path(ino, root, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:5694:19: note: 'location.objectid' was declared here struct btrfs_key location; ^~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: fs/btrfs/inode.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: fs/btrfs] Error 2 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/fs/bcachefs/data_update.c: In function '__bch2_data_update_index_update': /kisskb/src/fs/bcachefs/data_update.c:336:1: error: the frame size of 1032 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] } ^ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: fs/bcachefs/data_update.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: fs/bcachefs] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: fs] Error 2 make[3]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: sound/soc] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: sound] Error 2 make[2]: *** [/kisskb/src/Makefile:1934: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 40 ARCH=m68k O=/kisskb/build/linux-next_allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_allmodconfig_m68k-gcc8 # Build took: 0:05:50.361254
© Michael Ellerman 2006-2018.