You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@apache.org by "Laszlo Hornyak (JIRA)" <ji...@apache.org> on 2015/05/21 18:33:19 UTC

[jira] [Closed] (BUILDS-66) please upgrade sonarqube

     [ https://issues.apache.org/jira/browse/BUILDS-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laszlo Hornyak closed BUILDS-66.
--------------------------------
    Resolution: Fixed

Looks like it's done now.

> please upgrade sonarqube
> ------------------------
>
>                 Key: BUILDS-66
>                 URL: https://issues.apache.org/jira/browse/BUILDS-66
>             Project: Infra Build Platform
>          Issue Type: Task
>            Reporter: Laszlo Hornyak
>            Assignee: Olivier Lamy (*$^¨%`£)
>
> Cloudstack builds are failing in the apache jenkins server, the error is this:
> ParseException in STDIN
> Last useful checkpoint: "com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.getCpuSpeed(NodeInfo)"
> Encountered " "final" "final "" at line 4513, column 14.
> Was expecting one of:
>     "assert" ...
> The referenced source code is
>     protected static long getCpuSpeed(final NodeInfo nodeInfo) {
>         try (final Reader reader = new FileReader(
>                 "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq")) {
>             return Long.parseLong(IOUtils.toString(reader).trim()) / 1000;
> ...
> Apparently the problem is that the installed version of cobertura does not handle the java 1.7 resource blocks. A newer version of sonarqube



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)