Here are the build results from automated periodic testing.
The tree being built was next, found at:
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git (master branch)
Topmost commit:
58e323c3 Add linux-next specific files for 20140718
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/next/next-20140718/
Runtime: 47m 39s
Passed: 101
Failed: 21
Warnings: 454
Section mismatches: 0
-------------------------------------------------------------------------------
Failed defconfigs:
at91_dt_defconfig
at91rm9200_defconfig
at91sam9260_9g20_defconfig
at91sam9263_defconfig
at91sam9g45_defconfig
bcm2835_defconfig
bcm_defconfig
dove_defconfig
imx_v4_v5_defconfig
iop13xx_defconfig
mmp2_defconfig
msm_defconfig
multi_v5_defconfig
mv78xx0_defconfig
mvebu_v5_defconfig
mxs_defconfig
orion5x_defconfig
s3c2410_defconfig
s5pv210_defconfig
sama5_defconfig
vt8500_v6_v7_defconfig
-------------------------------------------------------------------------------
Errors:
at91_dt_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
at91rm9200_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
at91sam9260_9g20_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
at91sam9263_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
at91sam9g45_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
bcm2835_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
bcm_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
dove_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
imx_v4_v5_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
iop13xx_defconfig:
include/linux/rcupdate.h:219:2: error: implicit declaration of function 'preempt_disable' [-Werror=implicit-function-declaration]
include/linux/rcupdate.h:224:2: error: implicit declaration of function 'preempt_enable' [-Werror=implicit-function-declaration]
include/linux/rcupdate.h:884:2: error: implicit declaration of function 'local_bh_disable' [-Werror=implicit-function-declaration]
include/linux/rcupdate.h:902:2: error: implicit declaration of function 'local_bh_enable' [-Werror=implicit-function-declaration]
include/linux/rcupdate.h:930:2: error: implicit declaration of function 'preempt_disable_notrace' [-Werror=implicit-function-declaration]
include/linux/rcupdate.h:952:2: error: implicit declaration of function 'preempt_enable_notrace' [-Werror=implicit-function-declaration]
include/linux/jiffies.h:60:39: error: division by zero in #if
include/linux/jiffies.h:300:36: error: 'NSEC_PER_USEC' undeclared (first use in this function)
include/linux/ktime.h:80:41: error: 'NSEC_PER_SEC' undeclared (first use in this function)
include/linux/ktime.h:106:57: error: parameter 1 ('ts') has incomplete type
include/linux/ktime.h:106:23: error: function declaration isn't a prototype [-Werror=strict-prototypes]
include/linux/ktime.h:112:55: error: parameter 1 ('tv') has incomplete type
include/linux/ktime.h:112:23: error: function declaration isn't a prototype [-Werror=strict-prototypes]
include/linux/ktime.h:114:43: error: 'NSEC_PER_USEC' undeclared (first use in this function)
include/linux/ktime.h:333:9: error: variable 'tv' has initializer but incomplete type
include/linux/ktime.h:333:9: error: implicit declaration of function 'ns_to_timeval' [-Werror=implicit-function-declaration]
include/linux/ktime.h:333:17: error: storage size of 'tv' isn't known
include/linux/ktime.h:334:27: error: 'USEC_PER_SEC' undeclared (first use in this function)
include/linux/ktime.h:339:9: error: variable 'tv' has initializer but incomplete type
include/linux/ktime.h:339:17: error: storage size of 'tv' isn't known
include/linux/ktime.h:340:27: error: 'MSEC_PER_SEC' undeclared (first use in this function)
include/linux/ktime.h:340:55: error: 'USEC_PER_MSEC' undeclared (first use in this function)
include/linux/ktime.h:350:33: error: 'NSEC_PER_USEC' undeclared (first use in this function)
include/linux/ktime.h:355:33: error: 'NSEC_PER_MSEC' undeclared (first use in this function)
include/linux/ktime.h:360:33: error: 'NSEC_PER_USEC' undeclared (first use in this function)
include/linux/ktime.h:377:3: error: dereferencing pointer to incomplete type
include/linux/ktime.h:377:3: error: implicit declaration of function 'ns_to_timespec' [-Werror=implicit-function-declaration]
include/linux/bottom_half.h:17:20: error: static declaration of 'local_bh_disable' follows non-static declaration
include/linux/bottom_half.h:30:20: error: static declaration of 'local_bh_enable' follows non-static declaration
include/linux/time.h:246:24: error: conflicting types for 'ns_to_timespec'
include/linux/time.h:254:23: error: conflicting types for 'ns_to_timeval'
mmp2_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
msm_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
multi_v5_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
mv78xx0_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
mvebu_v5_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
mxs_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
orion5x_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
s3c2410_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
s5pv210_defconfig:
arch/arm/kernel/debug.S:24:33: fatal error: mach/debug-macro.S: No such file or directory
arch/arm/kernel/head.S:27:33: fatal error: mach/debug-macro.S: No such file or directory
sama5_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
vt8500_v6_v7_defconfig:
fs/ext4/super.c:4547:41: error: 'struct percpu_counter' has no member named 'counters'
fs/ext4/super.c:4551:39: error: 'struct percpu_counter' has no member named 'counters'
Warnings:
1 buildall.arm.acs5k_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.acs5k_tiny_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.am200epdkit_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.ape6evm_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.armadillo800eva_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.assabet_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.at91_dt_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.at91rm9200_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.at91sam9260_9g20_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.at91sam9261_9g10_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.at91sam9263_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.at91sam9g45_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.at91sam9rl_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.at91x40_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.axm55xx_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.badge4_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.bcm2835_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.bcm_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.bockw_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.cerfcube_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.clps711x_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.cm_x2xx_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.cm_x300_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.cns3420vb_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.colibri_pxa270_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.colibri_pxa300_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.collie_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.corgi_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.davinci_all_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.dove_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.ebsa110_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.efm32_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.em_x270_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.ep93xx_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.eseries_pxa_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.exynos_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.ezx_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.footbridge_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.h3600_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.h5000_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.hackkit_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.hi3xxx_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.imote2_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.imx_v4_v5_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.imx_v6_v7_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.integrator_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.iop32x_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.iop33x_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.ixp4xx_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.jornada720_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.keystone_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.koelsch_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.ks8695_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.kzm9g_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.lager_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.lart_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.lpc32xx_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.lpd270_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.lubbock_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.mackerel_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.magician_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.mainstone_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.marzen_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.mini2440_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.mmp2_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.moxart_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.msm_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.multi_lpae_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.multi_v5_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.multi_v7_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.mv78xx0_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.mvebu_v5_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.mvebu_v7_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.mxs_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.neponset_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.netwinder_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.netx_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.nhk8815_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.nuc910_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.nuc950_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.nuc960_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.omap1_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.omap2plus_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.orion5x_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.palmz72_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.pcm027_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.pleb_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.prima2_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.pxa168_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.pxa255-idp_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.pxa3xx_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.pxa910_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.qcom_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.raumfeld_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.realview_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.realview-smp_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.rpc_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.s3c2410_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.s3c6400_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.s5pv210_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.sama5_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.shannon_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.shmobile_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.simpad_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.socfpga_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.spear13xx_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.spear3xx_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.spear6xx_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.spitz_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.sunxi_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.tct_hammer_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.tegra_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.trizeps4_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.u300_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.u8500_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.versatile_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.vexpress_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.viper_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.vt8500_v6_v7_defconfig.log.failed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.xcep_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 buildall.arm.zeus_defconfig.log.passed:<stdin>:1238:2: warning: #warning syscall getrandom not implemented [-Wcpp]
1 drivers/i2c/busses/i2c-st.c:818:2: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat=]
1 drivers/mmc/host/sunxi-mmc.c:297:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 include/linux/bottom_half.h:17:20: warning: conflicting types for 'local_bh_disable' [enabled by default]
1 include/linux/bottom_half.h:30:20: warning: conflicting types for 'local_bh_enable' [enabled by default]
1 include/linux/jiffies.h:256:10: warning: "NSEC_PER_SEC" is not defined [-Wundef]
1 include/linux/jiffies.h:308:54: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
1 include/linux/jiffies.h:308:54: warning: 'struct timeval' declared inside parameter list [enabled by default]
1 include/linux/jiffies.h:310:18: warning: 'struct timeval' declared inside parameter list [enabled by default]
1 include/linux/jiffies.h:60:21: warning: "NSEC_PER_SEC" is not defined [-Wundef]
1 include/linux/ktime.h:112:47: warning: 'struct timeval' declared inside parameter list [enabled by default]
1 include/linux/ktime.h:333:17: warning: unused variable 'tv' [-Wunused-variable]
1 include/linux/ktime.h:339:17: warning: unused variable 'tv' [-Wunused-variable]
1 include/linux/of.h:774:20: warning: comparison of distinct pointer types lacks a cast [enabled by default]
2 arch/arm/mm/cache-l2x0.c:167:13: warning: 'l2x0_cache_sync' defined but not used [-Wunused-function]
2 arch/arm/mm/cache-l2x0.c:184:13: warning: 'l2x0_flush_all' defined but not used [-Wunused-function]
2 arch/arm/mm/cache-l2x0.c:194:13: warning: 'l2x0_disable' defined but not used [-Wunused-function]
2 buildall.arm.multi_v5_defconfig.log.failed:warning: (DRM_RADEON && DRM_NOUVEAU && DRM_I915 && DRM_GMA500 && DRM_SHMOBILE && DRM_TILCDC && FB_BACKLIGHT && FB_MX3 && USB_APPLEDISPLAY && FB_OLPC_DCON && ASUS_LAPTOP && SONY_LAPTOP && THINKPAD_ACPI && EEEPC_LAPTOP && ACPI_CMPC && SAMSUNG_Q10) selects BACKLIGHT_CLASS_DEVICE which has unmet direct dependencies (HAS_IOMEM && BACKLIGHT_LCD_SUPPORT)
2 buildall.arm.omap1_defconfig.log.passed:warning: (ARCH_OMAP1) selects ARCH_OMAP which has unmet direct dependencies (ARCH_MULTI_V6 || ARCH_MULTI_V7)
2 include/linux/aer.h:38:44: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
2 include/linux/aer.h:38:44: warning: 'struct pci_dev' declared inside parameter list [enabled by default]
2 include/linux/aer.h:39:45: warning: 'struct pci_dev' declared inside parameter list [enabled by default]
2 include/linux/aer.h:40:51: warning: 'struct pci_dev' declared inside parameter list [enabled by default]
2 include/linux/aer.h:42:58: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
2 include/linux/aer.h:42:58: warning: 'struct pci_dev' declared inside parameter list [enabled by default]
2 include/linux/aer.h:46:59: warning: 'struct pci_dev' declared inside parameter list [enabled by default]
2 include/linux/aer.h:50:65: warning: 'struct pci_dev' declared inside parameter list [enabled by default]
4 include/linux/aer.h:57:14: warning: 'struct pci_dev' declared inside parameter list [enabled by default]
6 fs/cifs/sess.c:750:1: warning: 'sess_auth_lanman' defined but not used [-Wunused-function]
10 fs/cifs/misc.c:578:1: warning: 'cifs_oplock_break_wait' defined but not used [-Wunused-function]
10 fs/cifs/sess.c:1108:1: warning: 'sess_auth_kerberos' defined but not used [-Wunused-function]
17 net/mac80211/chan.c:69:26: warning: unused variable 'local' [-Wunused-variable]
29 sound/soc/soc-dapm.c:2862:15: warning: 'reg_val' may be used uninitialized in this function [-Wmaybe-uninitialized]
109 fs/direct-io.c:1011:12: warning: 'from' may be used uninitialized in this function [-Wmaybe-uninitialized]
109 fs/direct-io.c:1011:12: warning: 'to' may be used uninitialized in this function [-Wmaybe-uninitialized]
Section mismatches:
Full logs are available at http://arm-soc.lixom.net/bootlogs/queue/v3.10.49/
Failed boards:
cubie multi_v7_defconfig : FAILED 0:24.72
seaboard tegra_defconfig : FAILED 3:04.30
Successful boards:
arndale exynos_defconfig : passed 1:13.78
beaver tegra_defconfig : passed 0:42.55
cubox dove_defconfig : passed 1:07.94
dalmore tegra_defconfig : passed 1:01.48
pandaes omap2plus_defconfig : passed 1:26.60
sama5 sama5_defconfig : passed 1:51.72
snow exynos_defconfig : passed 1:28.80
trimslice tegra_defconfig : passed 0:57.20
Offline boards:
Board legend is available at http://arm-soc.lixom.net/boards.html
Last entries of failed logs below:
========================================================================
Board cubie-multi_v7_defconfig failure log:
-------------------------------------------------
ipmi_si: Could not set up I/O space
Trying to free nonexistent resource <0000000000000ca9-0000000000000ca9>
Trying to free nonexistent resource <0000000000000caa-0000000000000caa>
Trying to free nonexistent resource <0000000000000cab-0000000000000cab>
ipmi_si: Adding default-specified bt state machine
ipmi_si: Trying default-specified bt state machine at i/o address 0xe4, slave address 0x0, irq 0
ipmi_si: Could not set up I/O space
Trying to free nonexistent resource <00000000000000e4-00000000000000e4>
Trying to free nonexistent resource <00000000000000e5-00000000000000e5>
Trying to free nonexistent resource <00000000000000e6-00000000000000e6>
ipmi_si: Unable to find any System Interface(s)
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 17) is a U6_16550A
console [ttyS0] enabled
usbcore: registered new interface driver usb-storage
mousedev: PS/2 mouse device common for all mice
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pltfm: SDHCI platform and OF driver helper
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
Registering SWP/SWPB emulation handler
/home/build/work/batch/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
List of all partitions:
No filesystem could mount root, tried:
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,255)
CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.10.49 #1
[<c0013c0c>] (unwind_backtrace+0x0/0xf4) from [<c00114b0>] (show_stack+0x10/0x14)
[<c00114b0>] (show_stack+0x10/0x14) from [<c027be58>] (panic+0xa0/0x1e8)
[<c027be58>] (panic+0xa0/0x1e8) from [<c0330164>] (mount_block_root+0x294/0x298)
[<c0330164>] (mount_block_root+0x294/0x298) from [<c0330324>] (prepare_namespace+0x158/0x190)
[<c0330324>] (prepare_namespace+0x158/0x190) from [<c032fdb4>] (kernel_init_freeable+0x1c8/0x1d8)
[<c032fdb4>] (kernel_init_freeable+0x1c8/0x1d8) from [<c0277bd0>] (kernel_init+0x8/0x158)
[<c0277bd0>] (kernel_init+0x8/0x158) from [<c000df18>] (ret_from_fork+0x14/0x3c)
[PYBOOT] [cubie 00:23]: got exception: panic
~$off
[PYBOOT] [cubie 00:24]: Done.
========================================================================
Board seaboard-tegra_defconfig failure log:
-------------------------------------------------
[....] Setting kernel variables ...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
[ 6.212558] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6.257330] asix 3-1:1.0 eth0: link down
Listening on LPF/eth0/c0:c1:c0:13:08:60
Sending on LPF/eth0/c0:c1:c0:13:08:60
Sending on Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
[ 8.197023] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 8.204081] asix 3-1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPOFFER from 172.16.1.1
DHCPACK from 172.16.1.1
bound to 172.16.1.146 -- renewal in 1470 seconds.
[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone.
[....] Cleaning up temporary files...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c.
[....] Setting up X socket directories... /tmp/.X11-unix /tmp/.ICE-unix[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c.
INIT: Entering runlevel: 2
[[36minfo[39;49m] Using makefile-style concurrent boot in runlevel 2.
[....] Starting enhanced syslogd: rsyslogd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c.
[....] Starting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c.
[....] Starting periodic command scheduler: cron[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c.
[....] Loading cpufreq kernel modules...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone (none).
[....] Starting system message bus: dbus[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c.
[....] CPUFreq Utilities: Setting ondemand CPUFreq governor...disabled, governor not available...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone.
[....] Starting OpenBSD Secure Shell server: sshd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c.
[PYBOOT] [seaboard 03:01]: Timed out waiting for "<type 'str'>":
[PYBOOT] [seaboard 03:02]: got exception: timeout
~$off
[PYBOOT] [seaboard 03:03]: Done.
Here are the build results from automated periodic testing.
The tree being built was queue, found at:
Local queue of patches applied from http://git.kernel.org/cgit/linux/kernel/git/stable/stable-queue.git
Topmost commit:
d02dae4 Linux 3.10.49
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/queue/v3.10.49/
Runtime: 32m 26s
Passed: 121
Failed: 0
Warnings: 23
Section mismatches: 0
-------------------------------------------------------------------------------
Failed defconfigs:
-------------------------------------------------------------------------------
Errors:
Warnings:
1 arch/arm/mach-pxa/em-x270.c:480:18: warning: ignoring return value of 'regulator_enable', declared with attribute warn_unused_result [-Wunused-result]
1 arch/arm/mach-pxa/em-x270.c:484:18: warning: ignoring return value of 'regulator_enable', declared with attribute warn_unused_result [-Wunused-result]
1 arch/arm/mach-pxa/em-x270.c:603:19: warning: ignoring return value of 'regulator_enable', declared with attribute warn_unused_result [-Wunused-result]
1 drivers/gpio/gpio-omap.c:1529:13: warning: 'omap_gpio_init_context' defined but not used [-Wunused-function]
1 drivers/spi/spi-pl022.c:2226:9: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'resource_size_t' [-Wformat=]
1 drivers/video/backlight/max8925_bl.c:124:41: warning: statement with no effect [-Wunused-value]
1 include/linux/clocksource.h:345:20: warning: comparison of distinct pointer types lacks a cast [enabled by default]
4 arch/arm/mm/init.c:603:2: warning: passing argument 1 of 'free_reserved_area' makes integer from pointer without a cast [enabled by default]
4 arch/arm/mm/init.c:603:2: warning: passing argument 2 of 'free_reserved_area' makes integer from pointer without a cast [enabled by default]
4 arch/arm/mm/init.c:731:2: warning: passing argument 1 of 'free_reserved_area' makes integer from pointer without a cast [enabled by default]
4 arch/arm/mm/init.c:731:2: warning: passing argument 2 of 'free_reserved_area' makes integer from pointer without a cast [enabled by default]
Section mismatches:
Here are the build results from automated periodic testing.
The tree being built was queue, found at:
Local queue of patches applied from http://git.kernel.org/cgit/linux/kernel/git/stable/stable-queue.git
Topmost commit:
bc1f55e Linux 3.14.13
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/queue/v3.14.13/
Runtime: 38m 0s
Passed: 123
Failed: 0
Warnings: 12
Section mismatches: 0
-------------------------------------------------------------------------------
Failed defconfigs:
-------------------------------------------------------------------------------
Errors:
Warnings:
1 drivers/pci/host/pci-mvebu.c:332:5: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'phys_addr_t' [-Wformat=]
1 drivers/staging/imx-drm/imx-drm-core.c:87:25: warning: unused variable 'imxdrm' [-Wunused-variable]
1 drivers/usb/host/xhci-plat.c:203:12: warning: 'xhci_plat_suspend' defined but not used [-Wunused-function]
1 drivers/usb/host/xhci-plat.c:211:12: warning: 'xhci_plat_resume' defined but not used [-Wunused-function]
2 buildall.arm.multi_lpae_defconfig.log.passed:warning: (ARM_HIGHBANK_CPUFREQ) selects GENERIC_CPUFREQ_CPU0 which has unmet direct dependencies (ARCH_HAS_CPUFREQ && CPU_FREQ && HAVE_CLK && REGULATOR && OF && THERMAL && CPU_THERMAL)
2 buildall.arm.multi_v7_defconfig.log.passed:warning: (ARM_HIGHBANK_CPUFREQ) selects GENERIC_CPUFREQ_CPU0 which has unmet direct dependencies (ARCH_HAS_CPUFREQ && CPU_FREQ && HAVE_CLK && REGULATOR && OF && THERMAL && CPU_THERMAL)
4 net/netfilter/nfnetlink.c:363:14: warning: unused variable 'net' [-Wunused-variable]
Section mismatches: