# < git ls-remote git://fs.ozlabs.ibm.com/home/kernel/upstream refs/heads/master # < git rev-parse tmp/linus remote == local, skipping fetch # < git rev-parse tmp/linus Upstream revision is fc76be434d90bcd57a0ea6b93a2e66a3fec4b664 Head not built, building # < git reset --mixed # git branch -D linus Deleted branch linus (was fc76be4). # git checkout -q -f -b linus tmp/linus # < git ls-files --others --modified # git ls-files --others --modified cmd.log # < /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=sparc O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/crosstool/gcc-4.4.3-nolibc/sparc64-linux/bin/sparc64-linux- -f kisskb-version.mk makewrap: Added ccache to CROSS_COMPILE makewrap: Using -j factor 16 # < /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=sparc O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/crosstool/gcc-4.4.3-nolibc/sparc64-linux/bin/sparc64-linux- allmodconfig makewrap: Added ccache to CROSS_COMPILE makewrap: Using -j factor 16 # /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=sparc O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/crosstool/gcc-4.4.3-nolibc/sparc64-linux/bin/sparc64-linux- makewrap: Added ccache to CROSS_COMPILE makewrap: Using -j factor 16 GEN /scratch/kisskb/build/linus_sparc-allmodconfig_sparc64/Makefile scripts/kconfig/conf -s arch/sparc/Kconfig GEN /scratch/kisskb/build/linus_sparc-allmodconfig_sparc64/Makefile CHK include/linux/version.h UPD include/linux/version.h CHK include/generated/utsrelease.h UPD include/generated/utsrelease.h Using /scratch/kisskb/src as source for kernel HOSTCC scripts/kallsyms HOSTCC scripts/pnmtologo HOSTCC scripts/conmakehash HOSTCC scripts/bin2c HOSTCC scripts/genksyms/genksyms.o SHIPPED scripts/genksyms/lex.c SHIPPED scripts/genksyms/parse.h SHIPPED scripts/genksyms/keywords.c SHIPPED scripts/genksyms/parse.c HOSTCC scripts/genksyms/lex.o HOSTCC scripts/genksyms/parse.o HOSTCC scripts/mod/mk_elfconfig CC scripts/mod/empty.o HOSTCC scripts/selinux/mdp/mdp HOSTCC scripts/selinux/genheaders/genheaders Arch sparc is not supported with CONFIG_FTRACE_MCOUNT_RECORD at /scratch/kisskb/src/scripts/recordmcount.pl line 354. make[3]: *** [scripts/mod/empty.o] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [scripts/mod] Error 2 make[2]: *** Waiting for unfinished jobs.... HOSTLD scripts/genksyms/genksyms make[1]: *** [scripts] Error 2 make: *** [sub-make] Error 2 make failed, trying to bisect .. ## bisect start Last known good revision 03347e2592078a90df818670fddf97a33eec70fb # < git symbolic-ref HEAD # < git merge-base 03347e2592078a90df818670fddf97a33eec70fb fc76be434d90bcd57a0ea6b93a2e66a3fec4b664 # < git ls-files --others --modified # git ls-files --others --modified cmd.log # git bisect reset linus We are not bisecting. # git bisect start won't bisect on seeked tree Traceback (most recent call last): File "/scratch/kisskb/prod/kisskb/kisskb3/backend/backend.py", line 151, in _do_build self.bisect() File "/scratch/kisskb/prod/kisskb/kisskb3/backend/backend.py", line 211, in bisect call('git bisect start', self.log) File "/scratch/kisskb/prod/kisskb/kisskb3/backend/utils.py", line 50, in call raise CommandFailedException(cmd, status) CommandFailedException: Failed running "git bisect start" (1)