# < 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 bd381934bf13ccb1af2813ae26c6fe00ec85d254 Head not built, building # < git reset --mixed # git branch -D linus Deleted branch linus (was bd38193). # 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=i386 O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linus_i386-randconfig_i386 CROSS_COMPILE=/opt/crosstool/gcc-4.3.3-nolibc/bin/i386-linux- -f kisskb-version.mk makewrap: Added distcc to CROSS_COMPILE makewrap: Distcc hosts = sprygo/32 localhost/32 makewrap: Added ccache to CROSS_COMPILE makewrap: Using -j factor 128 # < /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=i386 O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linus_i386-randconfig_i386 CROSS_COMPILE=/opt/crosstool/gcc-4.3.3-nolibc/bin/i386-linux- randconfig makewrap: Added distcc to CROSS_COMPILE makewrap: Distcc hosts = sprygo/32 localhost/32 makewrap: Added ccache to CROSS_COMPILE makewrap: Using -j factor 128 # /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=i386 O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linus_i386-randconfig_i386 CROSS_COMPILE=/opt/crosstool/gcc-4.3.3-nolibc/bin/i386-linux- makewrap: Added distcc to CROSS_COMPILE makewrap: Distcc hosts = sprygo/32 localhost/32 makewrap: Added ccache to CROSS_COMPILE makewrap: Using -j factor 128 GEN /scratch/kisskb/build/linus_i386-randconfig_i386/Makefile scripts/kconfig/conf -s arch/x86/Kconfig .config:144:warning: override: SLOB changes choice state * * Restart config... * * * Processor type and features * Tickless System (Dynamic Ticks) (NO_HZ) [N/y/?] n High Resolution Timer Support (HIGH_RES_TIMERS) [Y/n/?] y Symmetric multi-processing support (SMP) [Y/n/?] y Support for big SMP systems with more than 8 CPUs (X86_BIGSMP) [N/y/?] n Support for extended (non-PC) x86 platforms (X86_EXTENDED_PLATFORM) [N/y/?] n Single-depth WCHAN output (SCHED_OMIT_FRAME_POINTER) [Y/n/?] y Memtest (MEMTEST) [Y/n/?] y Processor family 1. 386 (M386) 2. 486 (M486) 3. 586/K5/5x86/6x86/6x86MX (M586) 4. Pentium-Classic (M586TSC) 5. Pentium-MMX (M586MMX) > 6. Pentium-Pro (M686) 7. Pentium-II/Celeron(pre-Coppermine) (MPENTIUMII) 8. Pentium-III/Celeron(Coppermine)/Pentium-III Xeon (MPENTIUMIII) 9. Pentium M (MPENTIUMM) 10. Pentium-4/Celeron(P4-based)/Pentium-4 M/older Xeon (MPENTIUM4) 11. K6/K6-II/K6-III (MK6) 12. Athlon/Duron/K7 (MK7) 13. Opteron/Athlon64/Hammer/K8 (MK8) 14. Crusoe (MCRUSOE) 15. Efficeon (MEFFICEON) 16. Winchip-C6 (MWINCHIPC6) 17. Winchip-2/Winchip-2A/Winchip-3 (MWINCHIP3D) 18. GeodeGX1 (MGEODEGX1) 19. Geode GX/LX (MGEODE_LX) 20. CyrixIII/VIA-C3 (MCYRIXIII) 21. VIA C3-2 (Nehemiah) (MVIAC3_2) 22. VIA C7 (MVIAC7) 23. Core 2/newer Xeon (MCORE2) 24. Intel Atom (MATOM) choice[1-24]: 6 Generic x86 support (X86_GENERIC) [Y/n/?] y PentiumPro memory ordering errata workaround (X86_PPRO_FENCE) [N/y/?] (NEW) aborted! Console input/output is redirected. Run 'make oldconfig' to update configuration. make[3]: *** [silentoldconfig] Error 1 make[2]: *** [silentoldconfig] Error 2 make[1]: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop. make: *** [sub-make] Error 2 make failed, trying to bisect .. ## bisect start Last known good revision 36a07902c2134649c4af7f07980413ffb1a56085 # < git symbolic-ref HEAD # < git merge-base 36a07902c2134649c4af7f07980413ffb1a56085 bd381934bf13ccb1af2813ae26c6fe00ec85d254 # < 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)