• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • analysis-model
    • Jenkins 2.235.5
      Warnings Next Generation Plugin 8.5.0

      I get errors on fingerprinting which I can't resolve.

      Problem with Lint output

      [PC-Lint] Searching for all files in 'D:\JenkinsWorkspace\<job>' that match the pattern '<...>/Lint/Lint_Messages.txt'
      [PC-Lint] -> found 1 file
      [PC-Lint] Successfully parsed file D:\JenkinsWorkspace\<job>\<...>\Lint\Lint_Messages.txt
      [PC-Lint] -> found 428 issues (skipped 21 duplicates)
      [PC-Lint] [-ERROR-] Can't create fingerprints for some files:
      [PC-Lint] [-ERROR-] - '<command line option>', IO exception has been thrown: java.nio.file.InvalidPathException: Illegal char <<> at index 0: <command line option>
      [PC-Lint] Post processing issues on 'Master' with source code encoding 'UTF-8'
      

       Problem with Doxygen 1.8.20 output

      [Doxygen] Searching for all files in 'D:\JenkinsWorkspace\<job>' that match the pattern 'Dokumente/doxy.log'
      [Doxygen] -> found 1 file
      [Doxygen] Successfully parsed file D:\JenkinsWorkspace\<job>\Dokumente\doxy.log
      [Doxygen] -> found 2 issues (skipped 0 duplicates)
      [Doxygen] [-ERROR-] Can't create fingerprints for some files:
      [Doxygen] [-ERROR-] - 'Generating caller graph for function vCanOpenDevD:/JenkinsWorkspace/<job>/Source/Source.c', IO exception has been thrown: java.nio.file.InvalidPathException: Illegal char <:> at index 49: Generating caller graph for function vCanOpenDevD:/JenkinsWorkspace/<job>/Source/Source.c
      [Doxygen] [-ERROR-] Errors while extracting author and commit information from Git:
      [Doxygen] [-ERROR-] - no blame results for file 'Generating caller graph for function vCanOpenDevD:/JenkinsWorkspace/<job>/Source/Source.c'
      [Doxygen] Post processing issues on 'Master' with source code encoding 'UTF-8'
      

      I checked the files and they are 'UTF-8' as expected.

       

          [JENKINS-64541] Doxygen parser writes message to filename

          Ulli Hafner added a comment -

          Can you please add the line of your console log that is parsed incorrectly? (It contains the text Generating caller graph for function vCanOpenDevD:/JenkinsWorkspace/<job>/Source/Source.c)

          Ulli Hafner added a comment - Can you please add the line of your console log that is parsed incorrectly? (It contains the text Generating caller graph for function vCanOpenDevD:/JenkinsWorkspace/<job>/Source/Source.c )

          Tim Schlüter added a comment - - edited

          This are the lines the plugin should parse:

          ...
          Generating caller graph for function s_vSetVersion
          Generating caller graph for function s_vUpdateAliveStatus
          Generating call graph for function vCanOpenDeviceControl
          Generating caller graph for function vCanOpenDevD:/JenkinsWorkspace/BASIS/CANOPEN/Source/CanOpenSdo.c:89:warning: Member s_s8InitSdoData(uint16 u16TaskIndex) (function) of file CanOpenSdo.c is not documented.
          D:/JenkinsWorkspace/BASIS/CANOPEN/Source/CanOpenSdo.c:119:warning: Member s_s8ReadSdoDataFromIoId(uint16 u16TaskIndex, const TS_CAN_OPEN_VAR *const cpctsVar) (function) of file CanOpenSdo.c is not documented.
          iceControl
          Generating docs for file CanOpenDevice.h...
          Generating caller graph for function boCanOpenDeviceInit
          Generating call graph for function vCanOpenDeviceControl
          Generating caller graph for function vCanOpenDeviceControl
          ...
          

          Tim Schlüter added a comment - - edited This are the lines the plugin should parse: ... Generating caller graph for function s_vSetVersion Generating caller graph for function s_vUpdateAliveStatus Generating call graph for function vCanOpenDeviceControl Generating caller graph for function vCanOpenDevD:/JenkinsWorkspace/BASIS/CANOPEN/Source/CanOpenSdo.c:89:warning: Member s_s8InitSdoData(uint16 u16TaskIndex) (function) of file CanOpenSdo.c is not documented. D:/JenkinsWorkspace/BASIS/CANOPEN/Source/CanOpenSdo.c:119:warning: Member s_s8ReadSdoDataFromIoId(uint16 u16TaskIndex, const TS_CAN_OPEN_VAR * const cpctsVar) (function) of file CanOpenSdo.c is not documented. iceControl Generating docs for file CanOpenDevice.h... Generating caller graph for function boCanOpenDeviceInit Generating call graph for function vCanOpenDeviceControl Generating caller graph for function vCanOpenDeviceControl ...

          Tim Schlüter added a comment -

          The problem with doxygen can I fix if I use the doxygen option 'QUITE=YES'.
          With the lint problem I have to look further.

          Tim Schlüter added a comment - The problem with doxygen can I fix if I use the doxygen option 'QUITE=YES'. With the lint problem I have to look further.

          Tim Schlüter added a comment -

          With 'QUITE=YES' I get now again this error

          I knew ther was a reason why I switched it off.

          Tim Schlüter added a comment - With 'QUITE=YES' I get now again this error I knew ther was a reason why I switched it off.

          Ulli Hafner added a comment -

          Is the output from 2 different tools (one for the message "Generating caller graph " and the other for the actual warning)?

          Seems that 2 lines are written on the same lime by accident. This is nothing a parser can handle:

          Generating caller graph for function vCanOpenDevD:/JenkinsWorkspace/BASIS/CANOPEN/Source/CanOpenSdo.c:89:warning: Member s_s8InitSdoData(uint16 u16TaskIndex) (function) of file CanOpenSdo.c is not documented.
          

          Ulli Hafner added a comment - Is the output from 2 different tools (one for the message "Generating caller graph " and the other for the actual warning)? Seems that 2 lines are written on the same lime by accident. This is nothing a parser can handle: Generating caller graph for function vCanOpenDevD:/JenkinsWorkspace/BASIS/CANOPEN/Source/CanOpenSdo.c:89:warning: Member s_s8InitSdoData(uint16 u16TaskIndex) (function) of file CanOpenSdo.c is not documented.

            Unassigned Unassigned
            timsch Tim Schlüter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: