Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gyrex-dev] [Hudson] Build failed in Hudson: gyrex-latest #147

See <https://hudson.eclipse.org/gyrex/job/gyrex-latest/147/changes>

Changes:

[Gunnar Wagenknecht] Disable resource publishing for Mac signing

------------------------------------------
[...truncated 1398 lines...]
[INFO] The project's OSGi version is 1.2.0.v20140128-0933
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.gyrex.http.registry ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.gyrex.http.registry ---
[INFO] 
[INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.gyrex.http.registry ---
[INFO] Compiling 13 source files to /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.http.registry/target/classes
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.http.registry/src/org/eclipse/gyrex/http/registry/internal/ApplicationRegistryManager.java:[304] 
	// TODO: this should not be necessary as everything is discarded anyway
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TODO: this should not be necessary as everything is discarded anyway
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.http.registry/src/org/eclipse/gyrex/http/registry/internal/ApplicationManager.java:[47] 
	// TODO consider logging this
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^
TODO consider logging this
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.gyrex.http.registry ---
[INFO] Building jar: /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.http.registry/target/org.eclipse.gyrex.http.registry-1.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.gyrex.http.registry ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.gyrex.http.registry ---
[INFO] Building jar: /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.http.registry/target/org.eclipse.gyrex.http.registry-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gyrex.http.registry ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.5:sign (sign) @ org.eclipse.gyrex.http.registry ---
[INFO] Searching org.eclipse.gyrex.http.registry-1.2.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.gyrex.platform:org.eclipse.gyrex.http.registry:eclipse-plugin:1.2.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.gyrex.http.registry-1.2.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.gyrex.platform:org.eclipse.gyrex.http.registry:java-source:sources:1.2.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (p2-metadata) @ org.eclipse.gyrex.http.registry ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gyrex.jobs 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gyrex.jobs ---
[INFO] Deleting /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.gyrex.jobs ---
[INFO] The project's OSGi version is 1.3.0.v20150225-1426
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.gyrex.jobs ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.gyrex.jobs ---
[INFO] 
[INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.gyrex.jobs ---
[INFO] Compiling 81 source files to /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/target/classes
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/src/org/eclipse/gyrex/jobs/internal/manager/JobHungDetectionHelper.java:[191] 
	// TODO: we need to check if it's still in the QUEUE
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TODO: we need to check if it's still in the QUEUE
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/src/org/eclipse/gyrex/jobs/internal/registry/RegistryJobProvider.java:[50] 
	// TODO: inject
	   ^^^^^^^^^^^^
TODO: inject
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/src/org/eclipse/gyrex/jobs/internal/scheduler/Schedule.java:[149] 
	// TODO add support for calendars (we likely should support global calendars)
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TODO add support for calendars (we likely should support global calendars)
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/src/org/eclipse/gyrex/jobs/internal/scheduler/Schedule.java:[303] 
	// FIXME: this is another case where the preference store is problematic
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FIXME: this is another case where the preference store is problematic
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/src/org/eclipse/gyrex/jobs/internal/storage/CloudPreferncesJobHistoryStorage.java:[60] 
	// FIXME: implement better deserialization of Status (must support MultiStatus and plug-in id, but don't need to support exception)
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FIXME: implement better deserialization of Status (must support MultiStatus and plug-in id, but don't need to support exception)
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/src/org/eclipse/gyrex/jobs/internal/storage/CloudPreferncesJobHistoryStorage.java:[66] 
	// FIXME: implement better deserialization of Status (must support MultiStatus and plug-in id, but don't need to support exception)
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FIXME: implement better deserialization of Status (must support MultiStatus and plug-in id, but don't need to support exception)
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/src/org/eclipse/gyrex/jobs/internal/storage/CloudPreferncesJobHistoryStorage.java:[124] 
	// FIXME: implement better serialization of Status (must support MultiStatus and plug-in id, but don't need to support exception)
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FIXME: implement better serialization of Status (must support MultiStatus and plug-in id, but don't need to support exception)
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/src/org/eclipse/gyrex/jobs/internal/storage/CloudPreferncesJobStorage.java:[40] 
	* FIXME: This is a mess; we need to move job data out of the preferences and
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FIXME: This is a mess; we need to move job data out of the preferences and
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/src/org/eclipse/gyrex/jobs/internal/storage/CloudPreferncesJobStorage.java:[90] 
	* FIXME: This is a workaround till {@link CloudPreferncesJobStorage} is
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FIXME: This is a workaround till {@link CloudPreferncesJobStorage} is
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/src/org/eclipse/gyrex/jobs/internal/storage/CloudPreferncesJobStorage.java:[141] 
	private final IRuntimeContext context;
	                              ^^^^^^^
The value of the field CloudPreferncesJobStorage.context is not used
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/src/org/eclipse/gyrex/jobs/internal/storage/CloudPreferncesJobStorage.java:[154] 
	private String toExternalId(final String internalId) {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method toExternalId(String) from the type CloudPreferncesJobStorage is never used locally
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/src/org/eclipse/gyrex/jobs/internal/storage/CloudPreferncesJobStorage.java:[158] 
	private String toInternalId(final String id) {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method toInternalId(String) from the type CloudPreferncesJobStorage is never used locally
12 problems (12 warnings)
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.gyrex.jobs ---
[WARNING] bundle localization file /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/plugin.properties not found
[INFO] Building jar: /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/target/org.eclipse.gyrex.jobs-1.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.gyrex.jobs ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.gyrex.jobs ---
[INFO] Building jar: /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs/target/org.eclipse.gyrex.jobs-1.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gyrex.jobs ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.5:sign (sign) @ org.eclipse.gyrex.jobs ---
[INFO] Searching org.eclipse.gyrex.jobs-1.3.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.gyrex.platform:org.eclipse.gyrex.jobs:eclipse-plugin:1.3.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.gyrex.jobs-1.3.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.gyrex.platform:org.eclipse.gyrex.jobs:java-source:sources:1.3.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (p2-metadata) @ org.eclipse.gyrex.jobs ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gyrex.jobs.tests 1.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gyrex.jobs.tests ---
[INFO] Deleting /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.gyrex.jobs.tests ---
[INFO] The project's OSGi version is 1.2.0.v20140128-0933
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.gyrex.jobs.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.gyrex.jobs.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.gyrex.jobs.tests ---
[INFO] Compiling 8 source files to /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs.tests/target/classes
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.gyrex.jobs.tests ---
[WARNING] bundle localization file /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs.tests/plugin.properties not found
[INFO] Building jar: /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs.tests/target/org.eclipse.gyrex.jobs.tests-1.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.gyrex.jobs.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.gyrex.jobs.tests ---
[INFO] Building jar: /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.jobs.tests/target/org.eclipse.gyrex.jobs.tests-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gyrex.jobs.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.5:sign (sign) @ org.eclipse.gyrex.jobs.tests ---
[INFO] Searching org.eclipse.gyrex.jobs.tests-1.2.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.gyrex.platform:org.eclipse.gyrex.jobs.tests:eclipse-plugin:1.2.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.gyrex.jobs.tests-1.2.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.gyrex.platform:org.eclipse.gyrex.jobs.tests:java-source:sources:1.2.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (p2-metadata) @ org.eclipse.gyrex.jobs.tests ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gyrex.logback.config 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gyrex.logback.config ---
[INFO] Deleting /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.logback.config/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.gyrex.logback.config ---
[INFO] The project's OSGi version is 1.3.0.v20150506-0757
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.gyrex.logback.config ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.gyrex.logback.config ---
[INFO] 
[INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.gyrex.logback.config ---
[INFO] Compiling 14 source files to /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.logback.config/target/classes
[WARNING] /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.logback.config/src/org/eclipse/gyrex/logback/config/internal/PreferenceBasedLogbackConfigStore.java:[62] 
	// TODO can we support a generic appender?
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TODO can we support a generic appender?
1 problem (1 warning)
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.gyrex.logback.config ---
[WARNING] bundle localization file /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.logback.config/plugin.properties not found
[INFO] Building jar: /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.logback.config/target/org.eclipse.gyrex.logback.config-1.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.gyrex.logback.config ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.gyrex.logback.config ---
[INFO] Building jar: /jobs/genie.gyrex/gyrex-latest/workspace/platform/bundles/org.eclipse.gyrex.logback.config/target/org.eclipse.gyrex.logback.config-1.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gyrex.logback.config ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.5:sign (sign) @ org.eclipse.gyrex.logback.config ---
[INFO] Searching org.eclipse.gyrex.logback.config-1.3.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.gyrex.platform:org.eclipse.gyrex.logback.config:eclipse-plugin:1.3.0-SNAPSHOT in 0 seconds.
[INFO] Searching org.eclipse.gyrex.logback.config-1.3.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.gyrex.platform:org.eclipse.gyrex.logback.config:java-source:sources:1.3.0-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (p2-metadata) @ org.eclipse.gyrex.logback.config ---
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007ff022d4edab, pid=25501, tid=140669364868864
#
# JRE version: Java(TM) SE Runtime Environment (7.0_75-b13) (build 1.7.0_75-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.75-b04 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libc.so.6+0x84dab]  memcpy+0x15b
#
# Core dump written. Default location: /jobs/genie.gyrex/gyrex-latest/workspace/core or core.25501 (max size 1 kB). To ensure a full core dump, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /jobs/genie.gyrex/gyrex-latest/workspace/hs_err_pid25501.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
[ERROR] Failure: hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
FATAL: hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
org.hudsonci.utils.tasks.OperationFailure: hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at org.hudsonci.utils.tasks.PerformOperation.execute(PerformOperation.java:64)
	at org.hudsonci.maven.plugin.builder.MavenBuilder.perform(MavenBuilder.java:169)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:34)
	at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:646)
	at hudson.model.Build$RunnerImpl.build(Build.java:181)
	at hudson.model.Build$RunnerImpl.doRun(Build.java:136)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:434)
	at hudson.model.Run.run(Run.java:1390)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:40)
	at hudson.model.ResourceController.execute(ResourceController.java:82)
	at hudson.model.Executor.run(Executor.java:137)
Caused by: hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Request.call(Request.java:142)
	at hudson.remoting.Channel.call(Channel.java:643)
	at org.hudsonci.maven.plugin.builder.internal.PerformBuild.doExecute(PerformBuild.java:198)
	at org.hudsonci.utils.tasks.PerformOperation.execute(PerformOperation.java:50)
	... 10 more
Caused by: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Request.abort(Request.java:262)
	at hudson.remoting.Channel.terminate(Channel.java:743)
	at hudson.slaves.Channels$1.terminate(Channels.java:71)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:1042)
Caused by: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:1023)
Caused by: java.io.EOFException
	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2598)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:1017)

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top