Failure in Keywords check, pbchk bails out and says report issue

David Valin - Oracle david.valin at oracle.com
Tue Apr 6 06:00:19 CDT 2010


I've tried this both on train.sfbay and the build server
burl-see-build-sparc-0-a.east and get the same error (note the copyright
check passes on burl-see-build-sparc-0-a.east, but this not the issue).

CR for this 6538954

Before I do the commit, everything is fine, after I do the commit it 
breaks (copyright check fails on train before and after).


  train 126 =>hg pbchk
Not trusting file /ws/onnv-clone/.hg/hgrc from untrusted user onhg, group gk
CDDL block check:

Copyright check:
usr/src/uts/common/os/kmem.c: no copyright message found
usr/src/uts/common/sys/kmem.h: no copyright message found
usr/src/uts/common/sys/kmem_impl.h: no copyright message found
usr/src/uts/common/vm/vm_anon.c: no copyright message found

C style check:

Header format check:

Java style check:

Mapfile comment check:

File permission check:

Keywords check:

** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 1.3.1)
** Extensions loaded: cdm
Traceback (most recent call last):
   File "/usr/bin/hg", line 27, in ?
     mercurial.dispatch.run()
   File "/usr/lib/python2.4/vendor-packages/mercurial/dispatch.py", line 
16, in run
     sys.exit(dispatch(sys.argv[1:]))
   File "/usr/lib/python2.4/vendor-packages/mercurial/dispatch.py", line 
27, in dispatch
     return _runcatch(u, args)
   File "/usr/lib/python2.4/vendor-packages/mercurial/dispatch.py", line 
43, in _runcatch
     return _dispatch(ui, args)
   File "/usr/lib/python2.4/vendor-packages/mercurial/dispatch.py", line 
449, in _dispatch
     return runcommand(lui, repo, cmd, fullargs, ui, options, d)
   File "/usr/lib/python2.4/vendor-packages/mercurial/dispatch.py", line 
317, in runcommand
     ret = _runcommand(ui, options, cmd, d)
   File "/usr/lib/python2.4/vendor-packages/mercurial/dispatch.py", line 
501, in _runcommand
     return checkargs()
   File "/usr/lib/python2.4/vendor-packages/mercurial/dispatch.py", line 
454, in checkargs
     return cmdfunc()
   File "/usr/lib/python2.4/vendor-packages/mercurial/dispatch.py", line 
448, in <lambda>
     d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
   File "/usr/lib/python2.4/vendor-packages/mercurial/util.py", line 
402, in check
     return func(*args, **kwargs)
   File "cdm.py", line 720, in cdm_pbchk
   File "cdm.py", line 665, in run_checks
   File "cdm.py", line 291, in cdm_comchk
   File "Comments.py", line 124, in comchk
   File "DbLookups.py", line 223, in lookup
   File "DbLookups.py", line 200, in __monaco
IndexError: list index out of range

My paths are

train.sfbay:
/ws/onnv-tools/SUNWspro//SS12/bin /opt/onbld/bin /opt/onbld/bin/sparc 
/ws/onnv-tools/onbld/bin /ws/onnv-tools/onbld/bin/sparc /usr/ccs/bin 
/ws/onnv-tools/onbld/bin/sparc/cscope-fast /usr/bin /home/dv142724/bin 
/usr/sbin /usr/local/bin


burl-see-build-sparc-0-a.east
/usr/ccs/bin:/usr/dist/pkgs/devpro/5.x-sparc/bin:/usr/openwin/bin:/usr/dt/bin:/usr/bin:/usr/etc:/usr/sbin:/usr/ucb


More information about the Mercurial mailing list