Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] CovManager Strings executable

> Thanks Jeff, but I need help .
> Don't understand why Hudson failed.
> https://hudson.eclipse.org/linuxtools/job/linuxtools-gerrit/10563/console :
> [INFO] org.eclipse.linuxtools.docker.core ................. FAILURE [  0.470
> s]
> 
> [INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
> [INFO] o.h.m.e.h.MavenExecutionResultHandler - [1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.eclipse.tycho:tycho-compiler-plugin:0.24.0:compile
> (default-compile) on project org.eclipse.linuxtools.docker.core: Compilation
> failure
> [DEBUG] Closing connection to remote
> [ERROR] Failed to execute goal
> org.eclipse.tycho:tycho-compiler-plugin:0.24.0:compile (default-compile) on
> project org.eclipse.linuxtools.docker.core: Compilation failure: Compilation
> failure:
> [ERROR]
> /jobs/genie.linuxtools/linuxtools-gerrit/workspace/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DockerConnection.java:[75]
> [ERROR] import com.spotify.docker.client.DockerClient.BuildParameter;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import com.spotify.docker.client.DockerClient.BuildParameter
> cannot be resolved
> [ERROR]
> /jobs/genie.linuxtools/linuxtools-gerrit/workspace/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DockerConnection.java:[76]
> [ERROR] import com.spotify.docker.client.DockerClient.LogsParameter;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import com.spotify.docker.client.DockerClient.LogsParameter
> cannot be resolved
> [ERROR]
> /jobs/genie.linuxtools/linuxtools-gerrit/workspace/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DockerConnection.java:[485]
> [ERROR] stream = copyClient.logs(id, LogsParameter.FOLLOW,


Your change was likely based on an earlier commit prior to the introduction
of docker-client 3.4.0 into our target platform, which required changes
to our sources.

I've rebased your patch onto the latest master, so the build should
complete now.

Cheers,
-- 
Roland Grunberg


Back to the top