Hi all, The error occurring is because the methods which are called had been renamed. I've fixed this in a new PR: https://github.com/apache/cloudstack/pull/707/.
Fix: https://github.com/borisroman/cloudstack/blob/0e518f004fdd9eaa0b39be1e3c4eb391ea07e7cc/plugins/network-elements/nuage-vsp/src/com/cloud/network/guru/NuageVspGuestNetworkGuru.java#L291 No idea why it slipped through. Travis-CI did build just fine. https://travis-ci.org/apache/cloudstack/builds/75928535 Best regards, Boris Schrijver TEL: +31633784542 MAIL: bo...@pcextreme.nl > > On August 17, 2015 at 7:07 PM jenk...@cloudstack.org wrote: > > > See > <http://jenkins.buildacloud.org/job/build-master-slowbuild/2082/changes> > > Changes: > > [Boris Schrijver] Refactored NicProfile.java for readability. > > ------------------------------------------ > [...truncated 25932 lines...] > [INFO] Nothing to compile - all classes are up to date > [INFO] > [INFO] >>> findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ > cloud-plugin-network-srx >>> > [INFO] > [INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ > cloud-plugin-network-srx --- > [INFO] Fork Value is true > [INFO] Done FindBugs Analysis.... > [INFO] > [INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ > cloud-plugin-network-srx <<< > [INFO] > [INFO] --- findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ > cloud-plugin-network-srx --- > [INFO] BugInstance size is 0 > [INFO] Error size is 0 > [INFO] No errors/warnings found > [INFO] > [INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ > cloud-plugin-network-srx --- > [INFO] Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT > file > > [ERROR] Aug 17, 2015 5:11:13 PM > net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler > saveCoverageData > INFO: Cobertura: Saved information on 21 classes. > > [INFO] Instrumentation was successful. > [INFO] NOT adding cobertura ser file to attached artifacts list. > [INFO] > [INFO] --- maven-resources-plugin:2.5:testResources > (default-testResources) @ cloud-plugin-network-srx --- > [debug] execute contextualize > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] skip non existing resourceDirectory > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/juniper-srx/test/resources> > [INFO] Copying 3 resources > [INFO] Copying 3 resources > [INFO] > [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ > cloud-plugin-network-srx --- > [INFO] No sources to compile > [INFO] > [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ > cloud-plugin-network-srx --- > [INFO] > [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ > cloud-plugin-network-srx <<< > [INFO] > [INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ > cloud-plugin-network-srx --- > [INFO] Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT > file > [cobertura] INFO [main] > net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not > contain instrumentation information for the file > com/cloud/network/element/JuniperSRXFirewallElementService.java. Ensure this > class was instrumented, and this data file contains the instrumentation > information. > Report time: 1131ms > > [ERROR] Aug 17, 2015 5:11:14 PM > net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler > loadCoverageData > INFO: Cobertura: Loaded information on 21 classes. > > [INFO] Cobertura Report generation was successful. > [INFO] Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT > file > Report time: 1211ms > > [ERROR] Aug 17, 2015 5:11:16 PM > net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler > loadCoverageData > INFO: Cobertura: Loaded information on 21 classes. > > [INFO] Cobertura Report generation was successful. > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache CloudStack Plugin - Nuage VSP 4.6.0-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is > missing, no dependency information available > [WARNING] Failed to retrieve plugin descriptor for > org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin > org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not > be resolved: Failed to read artifact descriptor for > org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 > [INFO] > [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ > cloud-plugin-network-vsp --- > [INFO] Deleting > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/target> > (includes = [**/*], excludes = []) > [INFO] Deleting > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp> > (includes = [target, dist], excludes = []) > [INFO] > [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ > cloud-plugin-network-vsp --- > [INFO] Starting audit... > Audit done. > > [INFO] > [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ > cloud-plugin-network-vsp --- > [INFO] > [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ > cloud-plugin-network-vsp --- > [debug] execute contextualize > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 2 resources > [INFO] Copying 3 resources > [INFO] > [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ > cloud-plugin-network-vsp --- > [INFO] Changes detected - recompiling the module! > [INFO] Compiling 43 source files to > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/target/classes> > [INFO] ------------------------------------------------------------- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/src/com/cloud/network/guru/NuageVspGuestNetworkGuru.java>:[291,25] > error: cannot find symbol > [ERROR] symbol: method getIp4Address() > location: variable nic of type NicProfile > > > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/src/com/cloud/network/guru/NuageVspGuestNetworkGuru.java>:[302,131] > error: cannot find symbol > [ERROR] symbol: method getIp4Address() > location: variable nic of type NicProfile > > > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/src/com/cloud/network/guru/NuageVspGuestNetworkGuru.java>:[312,102] > error: cannot find symbol > [ERROR] symbol: method getIp4Address() > location: variable nic of type NicProfile > > > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/src/com/cloud/network/guru/NuageVspGuestNetworkGuru.java>:[386,23] > error: cannot find symbol > [ERROR] symbol: method setIp4Address(String) > location: variable nic of type NicProfile > > > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/src/com/cloud/network/guru/NuageVspGuestNetworkGuru.java>:[387,23] > error: cannot find symbol > [ERROR] symbol: method setGateway(String) > location: variable nic of type NicProfile > > > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/src/com/cloud/network/guru/NuageVspGuestNetworkGuru.java>:[388,23] > error: cannot find symbol > [INFO] 6 errors > [INFO] ------------------------------------------------------------- > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration > SUCCESS [2.219s] > [INFO] Apache CloudStack ................................. SUCCESS > [2.794s] > [INFO] Apache CloudStack Maven Conventions Parent ........ SUCCESS > [0.925s] > [INFO] Apache CloudStack Framework - Managed Context ..... SUCCESS > [21.708s] > [INFO] Apache CloudStack Utils ........................... SUCCESS > [1:16.118s] > [INFO] Apache CloudStack Framework ....................... SUCCESS > [0.120s] > [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS > [53.704s] > [INFO] Apache CloudStack Framework - Configuration ....... SUCCESS > [27.645s] > [INFO] Apache CloudStack API ............................. SUCCESS > [1:50.061s] > [INFO] Apache CloudStack Framework - REST ................ SUCCESS > [16.515s] > [INFO] Apache CloudStack Framework - IPC ................. SUCCESS > [31.019s] > [INFO] Apache CloudStack Cloud Engine .................... SUCCESS > [0.093s] > [INFO] Apache CloudStack Cloud Engine API ................ SUCCESS > [28.176s] > [INFO] Apache CloudStack Framework - Security ............ SUCCESS > [24.722s] > [INFO] Apache CloudStack Core ............................ SUCCESS > [1:18.371s] > [INFO] Apache CloudStack Agents .......................... SUCCESS > [52.615s] > [INFO] Apache CloudStack Framework - Clustering .......... SUCCESS > [34.112s] > [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS > [14.803s] > [INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS > [2:05.804s] > [INFO] Apache CloudStack Framework - Jobs ................ SUCCESS > [41.200s] > [INFO] Apache CloudStack Cloud Engine Internal Components API SUCCESS > [32.220s] > [INFO] Apache CloudStack Server .......................... SUCCESS > [4:17.636s] > [INFO] Apache CloudStack Usage Server .................... SUCCESS > [51.995s] > [INFO] Apache CloudStack Cloud Engine Orchestration Component SUCCESS > [1:27.670s] > [INFO] Apache CloudStack Cloud Services .................. SUCCESS > [0.077s] > [INFO] Apache CloudStack Secondary Storage ............... SUCCESS > [0.469s] > [INFO] Apache CloudStack Secondary Storage Service ....... SUCCESS > [55.405s] > [INFO] Apache CloudStack Engine Storage Component ........ SUCCESS > [50.716s] > [INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS > [29.917s] > [INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS > [26.351s] > [INFO] Apache CloudStack Engine Storage Data Motion Component SUCCESS > [22.805s] > [INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS > [21.084s] > [INFO] Apache CloudStack Engine Storage Snapshot Component SUCCESS > [37.931s] > [INFO] Apache CloudStack Cloud Engine API ................ SUCCESS > [12.060s] > [INFO] Apache CloudStack Cloud Engine Service ............ SUCCESS > [6.694s] > [INFO] Apache CloudStack Plugin POM ...................... SUCCESS > [0.761s] > [INFO] Apache CloudStack Plugin - API Rate Limit ......... SUCCESS > [26.425s] > [INFO] Apache CloudStack Plugin - Storage Volume default provider SUCCESS > [25.791s] > [INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider > SUCCESS [46.847s] > [INFO] Apache CloudStack Plugin - API SolidFire .......... SUCCESS > [18.488s] > [INFO] Apache CloudStack Plugin - API Discovery .......... SUCCESS > [26.331s] > [INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS > [19.352s] > [INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SUCCESS > [19.952s] > [INFO] Apache CloudStack Plugin - Explicit Dedication Processor SUCCESS > [21.507s] > [INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner > SUCCESS [16.435s] > [INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner > SUCCESS [17.735s] > [INFO] Apache CloudStack Plugin - Implicit Dedication Planner SUCCESS > [28.313s] > [INFO] Apache CloudStack Plugin - Skip Heurestics Planner SUCCESS > [17.390s] > [INFO] Apache CloudStack Plugin - Host Allocator Random .. SUCCESS > [17.522s] > [INFO] Apache CloudStack Plugin - Dedicated Resources .... SUCCESS > [35.693s] > [INFO] Apache CloudStack Plugin - Hypervisor OracleVM .... SUCCESS > [38.379s] > [INFO] Apache CloudStack Plugin - Open vSwitch ........... SUCCESS > [39.250s] > [INFO] Apache CloudStack Plugin - Hypervisor XenServer ... SUCCESS > [1:19.406s] > [INFO] Apache CloudStack Plugin - Hypervisor KVM ......... SUCCESS > [1:30.939s] > [INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ..... SUCCESS > [28.926s] > [INFO] Apache CloudStack Plugin - In Memory Event Bus .... SUCCESS > [20.174s] > [INFO] Apache CloudStack Plugin - Kafka Event Bus ........ SUCCESS > [14.677s] > [INFO] Apache CloudStack Plugin - Hypervisor Baremetal ... SUCCESS > [43.517s] > [INFO] Apache CloudStack Plugin - Hypervisor UCS ......... SUCCESS > [27.930s] > [INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ..... SUCCESS > [40.425s] > [INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 ... SUCCESS > [5:48.429s] > [INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SUCCESS > [50.052s] > [INFO] Apache CloudStack Plugin - Network Internal Load Balancer SUCCESS > [1:07.786s] > [INFO] Apache CloudStack Framework - Spring Life Cycle ... SUCCESS > [40.015s] > [INFO] Apache CloudStack Plugin - Network Juniper Contrail SUCCESS > [1:35.425s] > [INFO] Apache CloudStack Plugin - Palo Alto .............. SUCCESS > [41.927s] > [INFO] Apache CloudStack Plugin - Network Netscaler ...... SUCCESS > [51.362s] > [INFO] Apache CloudStack Plugin - Network Nicira NVP ..... SUCCESS > [45.307s] > [INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment > SUCCESS [44.256s] > [INFO] Apache CloudStack Plugin - Network Brocade VCS .... SUCCESS > [39.196s] > [INFO] Apache CloudStack Plugin - Midokura Midonet ....... SUCCESS > [35.965s] > [INFO] Apache CloudStack Plugin - Stratosphere SSP ....... SUCCESS > [32.822s] > [INFO] Apache CloudStack Plugin - Network Opendaylight ... SUCCESS > [37.041s] > [INFO] Apache CloudStack Plugin - Storage Allocator Random SUCCESS > [16.151s] > [INFO] Apache CloudStack Plugin - User Authenticator LDAP SUCCESS > [32.765s] > [INFO] Apache CloudStack Plugin - User Authenticator MD5 . SUCCESS > [21.447s] > [INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 > SUCCESS [23.633s] > [INFO] Apache CloudStack Plugin - User Authenticator Plain Text SUCCESS > [16.729s] > [INFO] Apache CloudStack Plugin - User Authenticator SAML2 SUCCESS > [1:34.076s] > [INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SUCCESS > [21.823s] > [INFO] Apache CloudStack Plugin - Dns Notifier Example ... SUCCESS > [13.148s] > [INFO] Apache CloudStack Plugin - Storage Image S3 ....... SUCCESS > [18.514s] > [INFO] Apache CloudStack Plugin - Storage Image Swift provider SUCCESS > [16.340s] > [INFO] Apache CloudStack Plugin - Storage Image default provider SUCCESS > [18.941s] > [INFO] Apache CloudStack Plugin - Storage Image sample provider SUCCESS > [18.003s] > [INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SUCCESS > [27.199s] > [INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider > SUCCESS [35.594s] > [INFO] Apache CloudStack Plugin - Storage Volume sample provider SUCCESS > [17.144s] > [INFO] Apache CloudStack Plugin - SNMP Alerts ............ SUCCESS > [23.147s] > [INFO] Apache CloudStack Plugin - Syslog Alerts .......... SUCCESS > [24.012s] > [INFO] Apache CloudStack Plugin - Network VXLAN .......... SUCCESS > [22.569s] > [INFO] Apache CloudStack Plugin - GloboDNS ............... SUCCESS > [32.335s] > [INFO] Apache CloudStack Plugin - NetApp File System ..... SUCCESS > [30.799s] > [INFO] Apache CloudStack Plugin - F5 ..................... SUCCESS > [30.374s] > [INFO] Apache CloudStack Plugin - Juniper SRX ............ SUCCESS > [39.526s] > [INFO] Apache CloudStack Plugin - Nuage VSP .............. FAILURE > [2.858s] > [INFO] Apache CloudStack VMware Base ..................... SKIPPED > [INFO] Apache CloudStack Plugin - Hypervisor VMware ...... SKIPPED > [INFO] Apache CloudStack Plugin - Cisco VNMC ............. SKIPPED > [INFO] Apache CloudStack Plugin - MySQL HA Strategy ...... SKIPPED > [INFO] Apache CloudStack Framework - Spring Module ....... SKIPPED > [INFO] Apache CloudStack Secondary Storage Controller .... SKIPPED > [INFO] Apache CloudStack Client UI ....................... SKIPPED > [INFO] Apache CloudStack Console Proxy - RDP Client ...... SKIPPED > [INFO] Apache CloudStack Console Proxy ................... SKIPPED > [INFO] Apache CloudStack Console Proxy - Server .......... SKIPPED > [INFO] Apache CloudStack Framework - QuickCloud .......... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 1:02:06.677s > [INFO] Finished at: Mon Aug 17 17:11:19 UTC 2015 > [INFO] Final Memory: 128M/539M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) > on project cloud-plugin-network-vsp: Compilation failure: Compilation failure: > [ERROR] > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/src/com/cloud/network/guru/NuageVspGuestNetworkGuru.java>:[291,25] > error: cannot find symbol > [ERROR] symbol: method getIp4Address() > [ERROR] location: variable nic of type NicProfile > [ERROR] > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/src/com/cloud/network/guru/NuageVspGuestNetworkGuru.java>:[302,131] > error: cannot find symbol > [ERROR] symbol: method getIp4Address() > [ERROR] location: variable nic of type NicProfile > [ERROR] > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/src/com/cloud/network/guru/NuageVspGuestNetworkGuru.java>:[312,102] > error: cannot find symbol > [ERROR] symbol: method getIp4Address() > [ERROR] location: variable nic of type NicProfile > [ERROR] > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/src/com/cloud/network/guru/NuageVspGuestNetworkGuru.java>:[386,23] > error: cannot find symbol > [ERROR] symbol: method setIp4Address(String) > [ERROR] location: variable nic of type NicProfile > [ERROR] > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/src/com/cloud/network/guru/NuageVspGuestNetworkGuru.java>:[387,23] > error: cannot find symbol > [ERROR] symbol: method setGateway(String) > [ERROR] location: variable nic of type NicProfile > [ERROR] > <http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/src/com/cloud/network/guru/NuageVspGuestNetworkGuru.java>:[388,23] > error: cannot find symbol > [ERROR] -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :cloud-plugin-network-vsp > Build step 'Invoke top-level Maven targets' marked build as failure > [FINDBUGS] Skipping publisher since build result is FAILURE > Skipping Cobertura coverage report as build was not UNSTABLE or better ... >