iiuc the pattern
/\v(^.*$\n)(^.*$\n).*\zs(\1\2)+
should match only when a second pair of lines is found that exactly matches the first pair, however surprisingly it matches at:
www
#1677096716
www 6673
#1677096716
Must be a bug in vim? Or what am i missing?