[JBoss JIRA] (JBIDE-21657) set up jobs to handle building from PRs
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21657?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-21657:
----------------------------------------
At the moment, the only blocker is to decide on which machine are those jobs going to be:
* Wonka doesn't seem to have a Jenkins instance for JBDS ([~dgolovin] do you confirm?)
* Central CI could do it, but isn't public ([~mmalina] do you confirm?)
* The big Jenkins instance is something we'd rather avoid as it's on the path to deprecation and [~maxandersen] don't want most jbosstools GitHub repo to give push permissions to the big Jenkins server and its users.
At the moment, I'm failing at understanding the benefit of having wonka if we have the Central CI instance which is recommended by eng-ops.
The Central CI instance seems IMO to be the more logical place where to put those jobs. [~mmalina] What are the blockers to do that?
Also, it's somehow quite sad that an open-source project such as jbosstools don't have a Jenkins instance that's accessible publicly. If we have external contributors pushing patches, seeing the -1 vote but not able to browse to build details, it's not very nice for them.
> set up jobs to handle building from PRs
> ---------------------------------------
>
> Key: JBIDE-21657
> URL: https://issues.jboss.org/browse/JBIDE-21657
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.1.Beta2, 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 4.4.0.Alpha3
>
>
> First experimental build:
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-sit...
> Output:
> http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-bui...
> {code}
> "revision" : {
> "HEAD" : "bfe76fb3f3c34d68b873d0acf715e2145e4cb805",
> "currentBranch" : "HEAD",
> "knownReferences" : [{
> "name" : "origin",
> "url" : "git://github.com/jbosstools/jbosstools-build-sites.git",
> "ref" : "pr/221/merge"
> }]
> },
> {code}
> http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-bui...
> {code}
> #Fri Feb 05 16:42:42 EST 2016
> null\:merge=bfe76fb3f3c34d68b873d0acf715e2145e4cb805
> HEAD=bfe76fb3f3c34d68b873d0acf715e2145e4cb805
> {code}
> build log:
> {code}
> Started by upstream project "jbosstools-build-sites.aggregate.child-sites__pull-request_master" build number 1
> originally caused by:
> GitHub pull request #221 of commit 50c10ad83d250d2b86f5697c4581ba8f9cb4937d, no merge conflicts.
> ...
> Fetching upstream changes from git://github.com/jbosstools/jbosstools-build-sites.git
> > git -c core.askpass=true fetch --tags --progress git://github.com/jbosstools/jbosstools-build-sites.git +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
> Checking out Revision bfe76fb3f3c34d68b873d0acf715e2145e4cb805 (refs/remotes/origin/pr/221/merge)
> > git config core.sparsecheckout # timeout=10
> > git checkout -f bfe76fb3f3c34d68b873d0acf715e2145e4cb805
> {code}
> vars:
> {code}
> -DghprbActualCommit=50c10ad83d250d2b86f5697c4581ba8f9cb4937d
> -DghprbPullId=221
> -Dsha1=origin/pr/221/merge
> "-DghprbPullDescription=GitHub pull request #221 of commit 50c10ad83d250d2b86f5697c4581ba8f9cb4937d, no merge conflicts."
> -DghprbActualCommit=50c10ad83d250d2b86f5697c4581ba8f9cb4937d
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (ERT-218) If docker is stopped, loading images will stuck the UI [EBZ#494605]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created ERT-218:
---------------------------------------
Summary: If docker is stopped, loading images will stuck the UI [EBZ#494605]
Key: ERT-218
URL: https://issues.jboss.org/browse/ERT-218
Project: Eclipse Release Train
Issue Type: Task
Components: Linux Tools
Reporter: Friendly Jira Robot
If the docker runtime is stopped or the docker connection info is bad (wrong IP), then expanding the images (or containers) displays Loading... and the Eclipse UI is stuck and not responsive anymore
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22437) Double click on a folder in browsed workspace for resource creation causes NPE
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22437?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22437:
-------------------------------------
Priority: Major (was: Minor)
> Double click on a folder in browsed workspace for resource creation causes NPE
> ------------------------------------------------------------------------------
>
> Key: JBIDE-22437
> URL: https://issues.jboss.org/browse/JBIDE-22437
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Assignee: Dmitry Bocharov
> Labels: openshift_v3
> Fix For: 4.4.0.Alpha3
>
>
> When I double click on a folder which is empty in Select OpenShift resource shell, which is opened by click on Browse Workspace button in New OpenShift resource wizard, NPE is thrown. If I click on arrow next to a folder, arrow disappear, because there are no files in the folder, but double click, which is supposed to expand a folder throws NPE with following stack trace:
> {code}
> Unhandled event loop exception
> java.lang.NullPointerException
> at org.jboss.tools.openshift.internal.common.ui.utils.UIUtils$7.select(UIUtils.java:488)
> at org.eclipse.jface.viewers.ViewerFilter.filter(ViewerFilter.java:56)
> at org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren(StructuredViewer.java:911)
> at org.eclipse.jface.viewers.AbstractTreeViewer.getSortedChildren(AbstractTreeViewer.java:621)
> at org.eclipse.jface.viewers.AbstractTreeViewer.lambda$0(AbstractTreeViewer.java:817)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:795)
> at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:596)
> at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:766)
> at org.eclipse.jface.viewers.AbstractTreeViewer.handleTreeExpand(AbstractTreeViewer.java:1493)
> at org.eclipse.jface.viewers.TreeViewer.handleTreeExpand(TreeViewer.java:882)
> at org.eclipse.jface.viewers.AbstractTreeViewer$3.treeExpanded(AbstractTreeViewer.java:1505)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:133)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5208)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1366)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1349)
> at org.eclipse.swt.widgets.Tree.gtk_test_expand_row(Tree.java:2206)
> at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2029)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:5485)
> at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
> at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:9545)
> at org.eclipse.swt.widgets.Display.eventProc(Display.java:1275)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2495)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4130)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
> at org.eclipse.jface.window.Window.open(Window.java:794)
> at org.eclipse.ui.dialogs.ElementTreeSelectionDialog.open(ElementTreeSelectionDialog.java:236)
> at org.jboss.tools.openshift.internal.ui.wizard.resource.ResourcePayloadPage$3.widgetSelected(ResourcePayloadPage.java:182)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5208)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4542)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4132)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
> at org.eclipse.jface.window.Window.open(Window.java:794)
> at org.jboss.tools.common.ui.WizardUtils.openWizardDialog(WizardUtils.java:287)
> at org.jboss.tools.common.ui.WizardUtils.openWizardDialog(WizardUtils.java:270)
> at org.jboss.tools.openshift.internal.ui.handler.NewResourceHandler.execute(NewResourceHandler.java:33)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:295)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
> at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264)
> at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
> at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488)
> at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:427)
> at org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem.handleWidgetSelection(AbstractContributionItem.java:454)
> at org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem$3.handleEvent(AbstractContributionItem.java:482)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5208)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4542)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4132)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1119)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1020)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22434) Properties not showing whole Docker image ID
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22434?page=com.atlassian.jira.plugi... ]
Josef Kopriva edited comment on JBIDE-22434 at 5/26/16 4:56 AM:
----------------------------------------------------------------
The "sha256" can be related to docker version and changes in API, I am using Docker version 1.10.3 and I can see the prefix, but there was changes in API between 1.9.x and 1.10.x, more info in this thread, 1. comment: [https://groups.google.com/forum/#!topic/docker-dev/jBgZIFVrqZI]
was (Author: jkopriva):
The "sha256" can be related to docker version and changes in API, I am using Docker version 1.10.3 and I can see the prefix, but there was changes in API between 1.9.x and 1.10.x in the previous API version, more info in this thread, 1. comment: [https://groups.google.com/forum/#!topic/docker-dev/jBgZIFVrqZI]
> Properties not showing whole Docker image ID
> --------------------------------------------
>
> Key: JBIDE-22434
> URL: https://issues.jboss.org/browse/JBIDE-22434
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker
> Affects Versions: 4.4.0.Alpha2
> Environment: Version: 10.0.0.Alpha1
> Build id: Alpha1-v20160525-0422-B5425
> Build date: 20160525-0422
> Reporter: Josef Kopriva
> Attachments: Dockerfile, Docker_Image_ID.png
>
>
> Image ID in properties tab is not complete, but Parent ID is complete.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-21363) create bugzilla importer for JIRA
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21363?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-21363.
---------------------------------
> create bugzilla importer for JIRA
> ---------------------------------
>
> Key: JBIDE-21363
> URL: https://issues.jboss.org/browse/JBIDE-21363
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.1.Beta1, 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Max Rydahl Andersen
> Fix For: 4.4.0.Alpha1
>
>
> Looking to create some kind of jiralint-like scraper tool to facilitate JIRA-like scrum/dashboard tracking of upstream projects, not located in JBoss JIRA.
> This scraper would:
> * [REQ1] find all bugzillas associated with a particular query, such as https://bugs.eclipse.org/bugs/buglist.cgi?status_whiteboard=RHT (18 issues)
> * [REQ2] generate a JIRA for each one found (no dupes should be created)
> * [REQ3] scrape several fields: product, component, version, target milestone, comment #0, summary, bug #
> * [REQ4] need a mapping table for Eclipse-prod:proj:component:fixversion-or-target-milestone to Neon milestone so we can set default values for affectsversion/fixversion/targetrelease in created JIRAs.
> * [REQ5] need a mapping table for Eclipse-prod:proj:component to ERT:component, eg., WTP:JSDT -> javascript
> * [REQ6] created test issues here: https://issues.stage.jboss.org/browse/ERT
> * [REQ7] run as a Jenkins job every 3 hours
> Generated JIRA example:
> {code}
> title: (scraped from summary) Support for smart Import Mechanism [Eclipse BZ 464535]
> issue link: (scraped from BZ ID#) https://bugs.eclipse.org/464535
> description: (scraped from BZ comment #0)
> affectsversion: (scraped from BZ version 1.6.0)
> fixversion: (scraped from BZ target milestone ---)
> component: (scraped from product:component = m2e:ui)
> labels: RHT, ERT
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-21572) Terminating application running in debug mode results in exception
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21572?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-21572.
---------------------------------
Verified in JBDS 10.0.0.Alpha1 B5398, albeit with WildFly 10. So Rasta please let us know in case you still see this.
> Terminating application running in debug mode results in exception
> ------------------------------------------------------------------
>
> Key: JBIDE-21572
> URL: https://issues.jboss.org/browse/JBIDE-21572
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core, jmx
> Affects Versions: 4.3.1.Beta1
> Reporter: Rastislav Wagner
> Assignee: Rob Stryker
> Fix For: 4.4.0.Alpha1
>
>
> {code}
> org.jboss.tools.common.jdt.debug.tools.ToolsCoreException:
> at org.jboss.tools.common.jdt.debug.tools.internal.Tools.invokeGetMonitoredVm(Tools.java:585)
> at org.jboss.tools.common.jdt.debug.tools.internal.Tools.getMonitoredVm(Tools.java:595)
> at org.jboss.tools.common.jdt.debug.tools.ToolsCore.processIsRunning(ToolsCore.java:98)
> at org.jboss.tools.common.jdt.debug.RemoteDebugActivator.getVmModelsUsingTools(RemoteDebugActivator.java:168)
> at org.jboss.tools.common.jdt.debug.RemoteDebugActivator.getVmModel(RemoteDebugActivator.java:150)
> at org.jboss.tools.common.jdt.debug.RemoteDebugActivator.getVmModel(RemoteDebugActivator.java:156)
> at org.jboss.tools.jmx.jvmmonitor.internal.tools.JvmAttachHandler.updatesActiveJvms(JvmAttachHandler.java:107)
> at org.jboss.tools.jmx.jvmmonitor.internal.tools.JvmAttachHandler$1.run(JvmAttachHandler.java:78)
> at java.util.TimerThread.mainLoop(Timer.java:555)
> at java.util.TimerThread.run(Timer.java:505)
> Caused by: java.lang.reflect.InvocationTargetException
> at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.jboss.tools.common.jdt.debug.tools.internal.Tools.invokeGetMonitoredVm(Tools.java:583)
> ... 9 more
> Caused by: sun.jvmstat.monitor.MonitorException: 32347 not found
> at sun.jvmstat.perfdata.monitor.protocol.local.PerfDataBuffer.<init>(PerfDataBuffer.java:84)
> at sun.jvmstat.perfdata.monitor.protocol.local.LocalMonitoredVm.<init>(LocalMonitoredVm.java:68)
> at sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider.getMonitoredVm(MonitoredHostProvider.java:77)
> at sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider.getMonitoredVm(MonitoredHostProvider.java:67)
> ... 13 more
> Caused by: java.lang.IllegalArgumentException: Process not found
> at sun.misc.Perf.attach(Native Method)
> at sun.misc.Perf.attachImpl(Perf.java:270)
> at sun.misc.Perf.attach(Perf.java:200)
> at sun.jvmstat.perfdata.monitor.protocol.local.PerfDataBuffer.<init>(PerfDataBuffer.java:64)
> ... 16 more
> {code}
> {code}
> java.lang.reflect.InvocationTargetException
> at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.jboss.tools.common.jdt.debug.tools.internal.Tools.invokeGetMonitoredVm(Tools.java:583)
> at org.jboss.tools.common.jdt.debug.tools.internal.Tools.getMonitoredVm(Tools.java:595)
> at org.jboss.tools.common.jdt.debug.tools.ToolsCore.processIsRunning(ToolsCore.java:98)
> at org.jboss.tools.common.jdt.debug.RemoteDebugActivator.getVmModelsUsingTools(RemoteDebugActivator.java:168)
> at org.jboss.tools.common.jdt.debug.RemoteDebugActivator.getVmModel(RemoteDebugActivator.java:150)
> at org.jboss.tools.common.jdt.debug.RemoteDebugActivator.getVmModel(RemoteDebugActivator.java:156)
> at org.jboss.tools.jmx.jvmmonitor.internal.tools.JvmAttachHandler.updatesActiveJvms(JvmAttachHandler.java:107)
> at org.jboss.tools.jmx.jvmmonitor.internal.tools.JvmAttachHandler$1.run(JvmAttachHandler.java:78)
> at java.util.TimerThread.mainLoop(Timer.java:555)
> at java.util.TimerThread.run(Timer.java:505)
> Caused by: sun.jvmstat.monitor.MonitorException: 32347 not found
> at sun.jvmstat.perfdata.monitor.protocol.local.PerfDataBuffer.<init>(PerfDataBuffer.java:84)
> at sun.jvmstat.perfdata.monitor.protocol.local.LocalMonitoredVm.<init>(LocalMonitoredVm.java:68)
> at sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider.getMonitoredVm(MonitoredHostProvider.java:77)
> at sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider.getMonitoredVm(MonitoredHostProvider.java:67)
> ... 13 more
> Caused by: java.lang.IllegalArgumentException: Process not found
> at sun.misc.Perf.attach(Native Method)
> at sun.misc.Perf.attachImpl(Perf.java:270)
> at sun.misc.Perf.attach(Perf.java:200)
> at sun.jvmstat.perfdata.monitor.protocol.local.PerfDataBuffer.<init>(PerfDataBuffer.java:64)
> ... 16 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-21649) bzira can't handle CLOSED DUPLICATE bugs
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21649?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-21649.
---------------------------------
I assume this is working correctly now. [~nickboldt], please reopen if you see otherwise.
> bzira can't handle CLOSED DUPLICATE bugs
> ----------------------------------------
>
> Key: JBIDE-21649
> URL: https://issues.jboss.org/browse/JBIDE-21649
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: build
> Reporter: Nick Boldt
> Fix For: 4.4.0.Alpha1
>
>
> From latest bzira jenkins job:
> {code}
> [DEBUG] 487168 - o.e.w.j.c.i.d.JSONPairImpl cannot be cast to o.e.w.j.c.i.d.JSONObjectImpl [WTP Source Editing, wst.json, [---]] {20160203T22:14:59} -> https://bugs.eclipse.org/bugs/show_bug.cgi?id=487168 (18:05:39.346169)
> Query: https://issues.jboss.org/rest/api/2/search?jql=project+%3D+ERT+and+summar...
> [INFO] Creating jira for #487168 CLOSED - alina(a)mx1.ibm.com - o.e.w.j.c.i.d.JSONPairImpl cannot be cast to o.e.w.j.c.i.d.JSONObjectImpl
> [DEBUG] {'project': {'key': 'ERT'}, 'priority': {'name': 'Major'}, 'description': 'Created attachment 259553\nJSON content causing the error\n\nWhenever I type something in the JSON editor (content generated by openshift3/kubernetes, see attached foo.json file), the log fills with \n\n!ENTRY org.eclipse.wst.json.core 4 4 2016-02-03 15:46:35.835\n!MESSAGE org.eclipse.wst.json.core.internal.document.JSONPairImpl cannot be cast to org.eclipse.wst.json.core.internal.document.JSONObjectImpl\n!STACK 0\njava.lang.ClassCastException: org.eclipse.wst.json.core.internal.document.JSONPairImpl cannot be cast to org.eclipse.wst.json.core.internal.document.JSONObjectImpl\n\tat org.eclipse.wst.json.core.internal.document.JSONModelParser.removeStructuredDocumentRegion(JSONModelParser.java:2500)\n\tat org.eclipse.wst.json.core.internal.document.JSONModelParser.changeStructuredDocumentRegion(JSONModelParser.java:552)\n\tat org.eclipse.wst.json.core.internal.document.JSONModelParser.changeRegion(JSONModelParser.java:354)\n\tat org.eclipse.wst.json.core.internal.document.JSONModelImpl.regionChanged(JSONModelImpl.java:602)\n\tat org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument._fireEvent(BasicStructuredDocument.java:542)\n\tat org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.fireStructuredDocumentEvent(BasicStructuredDocument.java:1180)\n\tat org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.internalReplaceText(BasicStructuredDocument.java:1964)\n\tat org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:2423)\n\tat org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:2408)\n\tat org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.access$2(JobSafeStructuredDocument.java:1)\n\tat org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument$3.run(JobSafeStructuredDocument.java:141)\n\tat org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)\n\tat org.eclipse.wst.sse.ui.EditorExecutionContext.execute(EditorExecutionContext.java:149)\n\tat org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.replaceText(JobSafeStructuredDocument.java:144)\n\tat org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replace(BasicStructuredDocument.java:2368)\n\tat org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.access$0(JobSafeStructuredDocument.java:1)\n\tat org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument$1.run(JobSafeStructuredDocument.java:103)\n\tat org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)\n\tat org.eclipse.wst.sse.ui.EditorExecutionContext.execute(EditorExecutionContext.java:149)\n\tat org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.replace(JobSafeStructuredDocument.java:106)\n\tat org.eclipse.jface.text.projection.ProjectionTextStore.replace(ProjectionTextStore.java:111)\n\tat org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1184)\n\tat org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1210)\n\tat org.eclipse.jface.text.projection.ProjectionDocument.replace(ProjectionDocument.java:629)\n\tat org.eclipse.jface.text.DefaultDocumentAdapter.replaceTextRange(DefaultDocumentAdapter.java:248)\n\tat org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:7305)\n\tat org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:8156)\n\tat org.eclipse.swt.custom.StyledText.doBackspace(StyledText.java:2306)\n\tat org.eclipse.swt.custom.StyledText.invokeAction(StyledText.java:7095)\n\tat org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5968)\n\tat org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5995)\n\tat org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5682)\n\tat org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)\n\tat org.eclipse.swt.widgets.Display.sendEvent(Display.java:4230)\n\tat org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491)\n\tat org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514)\n\tat org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499)\n\tat org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1528)\n\tat org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1524)\n\tat org.eclipse.swt.widgets.Canvas.sendKeyEvent(Canvas.java:496)\n\tat org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:1060)\n\tat org.eclipse.swt.widgets.Display.windowProc(Display.java:5784)\n\tat org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)\n\tat org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents(NSResponder.java:68)\n\tat org.eclipse.swt.widgets.Composite.keyDown(Composite.java:594)', 'components': [{'name': 'WTP Source Editing'}], 'issuetype': {'name': 'Task'}, 'labels': ['bzira', 'wst.json'], 'fixVersions': [], 'summary': 'o.e.w.j.c.i.d.JSONPairImpl cannot be cast to o.e.w.j.c.i.d.JSONObjectImpl [EBZ#487168]'}
> [INFO] Created https://issues.jboss.org/browse/ERT-79
> Traceback (most recent call last):
> File "bzira.py", line 412, in <module>
> process(bug, createdbugs)
> File "bzira.py", line 349, in process
> raise ValueError("Do not know how to do transition for " + str(transid) + " with " + str(trans))
> UnboundLocalError: local variable 'trans' referenced before assignment
> Build step 'Execute shell' marked build as failure
> Checking console output
> [description-setter] Could not determine description.
> Sending e-mails to: manderse(a)redhat.com nboldt(a)redhat.com gercan(a)redhat.com
> Notifying upstream projects of job completion
> Finished: FAILURE
> {code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-jiralint-b...
> So I ran the same task again locally:
> {code}
> [DEBUG] 487168 - o.e.w.j.c.i.d.JSONPairImpl cannot be cast to o.e.w.j.c.i.d.JSONObjectImpl [WTP Source Editing, wst.json, [---]] {20160203T22:14:59} -> https://bugs.eclipse.org/bugs/show_bug.cgi?id=487168 (18:08:11.074153)
> Query: https://issues.jboss.org/rest/api/2/search?jql=project+%3D+ERT+and+summar...
> [INFO] Creating jira for #487168 CLOSED - alina(a)mx1.ibm.com - o.e.w.j.c.i.d.JSONPairImpl cannot be cast to o.e.w.j.c.i.d.JSONObjectImpl
> [DEBUG] {'project': {'key': 'ERT'}, 'priority': {'name': 'Major'}, 'description': 'Created attachment 259553\nJSON content causing the error\n\nWhenever I type something in the JSON editor (content generated by openshift3/kubernetes, see attached foo.json file), the log fills with \n\n!ENTRY org.eclipse.wst.json.core 4 4 2016-02-03 15:46:35.835\n!MESSAGE org.eclipse.wst.json.core.internal.document.JSONPairImpl cannot be cast to org.eclipse.wst.json.core.internal.document.JSONObjectImpl\n!STACK 0\njava.lang.ClassCastException: org.eclipse.wst.json.core.internal.document.JSONPairImpl cannot be cast to org.eclipse.wst.json.core.internal.document.JSONObjectImpl\n\tat org.eclipse.wst.json.core.internal.document.JSONModelParser.removeStructuredDocumentRegion(JSONModelParser.java:2500)\n\tat org.eclipse.wst.json.core.internal.document.JSONModelParser.changeStructuredDocumentRegion(JSONModelParser.java:552)\n\tat org.eclipse.wst.json.core.internal.document.JSONModelParser.changeRegion(JSONModelParser.java:354)\n\tat org.eclipse.wst.json.core.internal.document.JSONModelImpl.regionChanged(JSONModelImpl.java:602)\n\tat org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument._fireEvent(BasicStructuredDocument.java:542)\n\tat org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.fireStructuredDocumentEvent(BasicStructuredDocument.java:1180)\n\tat org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.internalReplaceText(BasicStructuredDocument.java:1964)\n\tat org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:2423)\n\tat org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:2408)\n\tat org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.access$2(JobSafeStructuredDocument.java:1)\n\tat org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument$3.run(JobSafeStructuredDocument.java:141)\n\tat org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)\n\tat org.eclipse.wst.sse.ui.EditorExecutionContext.execute(EditorExecutionContext.java:149)\n\tat org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.replaceText(JobSafeStructuredDocument.java:144)\n\tat org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replace(BasicStructuredDocument.java:2368)\n\tat org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.access$0(JobSafeStructuredDocument.java:1)\n\tat org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument$1.run(JobSafeStructuredDocument.java:103)\n\tat org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)\n\tat org.eclipse.wst.sse.ui.EditorExecutionContext.execute(EditorExecutionContext.java:149)\n\tat org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.replace(JobSafeStructuredDocument.java:106)\n\tat org.eclipse.jface.text.projection.ProjectionTextStore.replace(ProjectionTextStore.java:111)\n\tat org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1184)\n\tat org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1210)\n\tat org.eclipse.jface.text.projection.ProjectionDocument.replace(ProjectionDocument.java:629)\n\tat org.eclipse.jface.text.DefaultDocumentAdapter.replaceTextRange(DefaultDocumentAdapter.java:248)\n\tat org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:7305)\n\tat org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:8156)\n\tat org.eclipse.swt.custom.StyledText.doBackspace(StyledText.java:2306)\n\tat org.eclipse.swt.custom.StyledText.invokeAction(StyledText.java:7095)\n\tat org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5968)\n\tat org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5995)\n\tat org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5682)\n\tat org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)\n\tat org.eclipse.swt.widgets.Display.sendEvent(Display.java:4230)\n\tat org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491)\n\tat org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514)\n\tat org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499)\n\tat org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1528)\n\tat org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1524)\n\tat org.eclipse.swt.widgets.Canvas.sendKeyEvent(Canvas.java:496)\n\tat org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:1060)\n\tat org.eclipse.swt.widgets.Display.windowProc(Display.java:5784)\n\tat org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)\n\tat org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents(NSResponder.java:68)\n\tat org.eclipse.swt.widgets.Composite.keyDown(Composite.java:594)', 'components': [{'name': 'WTP Source Editing'}], 'issuetype': {'name': 'Task'}, 'labels': ['bzira', 'wst.json'], 'fixVersions': [], 'summary': 'o.e.w.j.c.i.d.JSONPairImpl cannot be cast to o.e.w.j.c.i.d.JSONObjectImpl [EBZ#487168]'}
> [INFO] Created https://issues.jboss.org/browse/ERT-80
> Traceback (most recent call last):
> File "bzira.py", line 412, in <module>
> process(bug, createdbugs)
> File "bzira.py", line 349, in process
> raise ValueError("Do not know how to do transition for " + str(transid) + " with " + str(trans))
> UnboundLocalError: local variable 'trans' referenced before assignment
> {code}
> And now we have two issues created:
> https://issues.jboss.org/browse/ERT-79 - EBZ#486606 links to https://bugs.eclipse.org/bugs/show_bug.cgi?id=487168 (but then Fred manually changed it to point to 486606)
> https://issues.jboss.org/browse/ERT-80 - EBZ#487168 links to https://bugs.eclipse.org/bugs/show_bug.cgi?id=487168
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months