# < git ls-remote /scratch/git/sfr/linux-next refs/heads/master # < git rev-parse tmp/linux-next remote == local, skipping fetch # < git rev-parse tmp/linux-next Upstream revision is 7fd06869762b0830e3eae90a1adab73d343ef8d0 Head not built, building # < git reset --mixed # git branch -D linux-next Deleted branch linux-next (was 7fd0686). # git checkout -q -f -b linux-next tmp/linux-next # < git ls-files --others --modified # git ls-files --others --modified cmd.log # < /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=sh O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linux-next_se7206_defconfig_sh4 CROSS_COMPILE=/opt/crosstool/gcc-4.3.2-nolibc/bin/sh4-linux- -f kisskb-version.mk makewrap: Added distcc to CROSS_COMPILE makewrap: Distcc hosts = sprygo/32 localhost/16 makewrap: Added ccache to CROSS_COMPILE makewrap: Using -j factor 128 # < /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=sh O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linux-next_se7206_defconfig_sh4 CROSS_COMPILE=/opt/crosstool/gcc-4.3.2-nolibc/bin/sh4-linux- se7206_defconfig makewrap: Added distcc to CROSS_COMPILE makewrap: Distcc hosts = sprygo/32 localhost/16 makewrap: Added ccache to CROSS_COMPILE makewrap: Using -j factor 128 make[2]: *** [se7206_defconfig] Segmentation fault make[1]: *** [se7206_defconfig] Error 2 make: *** [sub-make] Error 2 make failed, trying to bisect .. ## bisect start Last known good revision 4c5587a816aecf84f8fb548a4be7f27bc3a98173 # < git symbolic-ref HEAD # < git merge-base 4c5587a816aecf84f8fb548a4be7f27bc3a98173 7fd06869762b0830e3eae90a1adab73d343ef8d0 fatal: Not a valid commit name 4c5587a816aecf84f8fb548a4be7f27bc3a98173 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 202, in bisect mb = call_pipe('git merge-base %s %s' % (good_rev, current), self.log) File "/scratch/kisskb/prod/kisskb/kisskb3/backend/utils.py", line 32, in call_pipe raise CommandFailedException(cmd, p.returncode) CommandFailedException: Failed running "git merge-base 4c5587a816aecf84f8fb548a4be7f27bc3a98173 7fd06869762b0830e3eae90a1adab73d343ef8d0 " (128)