You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/09/04 22:03:19 UTC

Build failed in Jenkins: oodt-trunk » CAS Protocol SFTP Implementation #1472

See <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-protocol-sftp/1472/changes>

Changes:

[magicaltrout] OODT-644 Partial fix to mock SSH client communications to allow the tests to pass when SSH is running

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building CAS Protocol SFTP Implementation
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [remote-resources:process {execution: default}]
Downloading: http://repo1.maven.org/maven2/com/jcraft/jsch/0.1.42/jsch-0.1.42.pom
967b downloaded  (jsch-0.1.42.pom)
Downloading: http://repo1.maven.org/maven2/sshtools/j2ssh-core/0.2.9/j2ssh-core-0.2.9.pom
192b downloaded  (j2ssh-core-0.2.9.pom)
Downloading: http://repo1.maven.org/maven2/sshtools/j2ssh-daemon/0.2.9/j2ssh-daemon-0.2.9.pom
194b downloaded  (j2ssh-daemon-0.2.9.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/mina/mina-core/2.0.4/mina-core-2.0.4.pom
1K downloaded  (mina-core-2.0.4.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/mina/mina-parent/2.0.4/mina-parent-2.0.4.pom
26K downloaded  (mina-parent-2.0.4.pom)
Downloading: http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
2K downloaded  (slf4j-api-1.6.1.pom)
Downloading: http://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
9K downloaded  (slf4j-parent-1.6.1.pom)
Downloading: http://repo1.maven.org/maven2/com/jcraft/jsch/0.1.42/jsch-0.1.42.jar
Downloading: http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
Downloading: http://repo1.maven.org/maven2/org/apache/mina/mina-core/2.0.4/mina-core-2.0.4.jar
Downloading: http://repo1.maven.org/maven2/sshtools/j2ssh-core/0.2.9/j2ssh-core-0.2.9.jar
24K downloaded  (slf4j-api-1.6.1.jar)
181K downloaded  (jsch-0.1.42.jar)
346K downloaded  (j2ssh-core-0.2.9.jar)
Downloading: http://repo1.maven.org/maven2/sshtools/j2ssh-daemon/0.2.9/j2ssh-daemon-0.2.9.jar
629K downloaded  (mina-core-2.0.4.jar)
107K downloaded  (j2ssh-daemon-0.2.9.jar)
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource to org/apache/oodt/cas/protocol/sftp
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 3 source files to <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-protocol-sftp/ws/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-protocol-sftp/ws/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-protocol-sftp/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-protocol-sftp/ws/src/test/org/apache/oodt/cas/protocol/sftp/TestJschSftpProtocol.java>:[22,20] package java.nio.file does not exist
[ERROR] <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-protocol-sftp/ws/src/test/org/apache/oodt/cas/protocol/sftp/TestJschSftpProtocol.java>:[23,20] package java.nio.file does not exist
[ERROR] <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-protocol-sftp/ws/src/test/org/apache/oodt/cas/protocol/sftp/TestJschSftpProtocol.java>:[176,44] cannot find symbol
symbol  : variable Paths
location: class org.apache.oodt.cas.protocol.sftp.TestJschSftpProtocol
[ERROR] <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-protocol-sftp/ws/src/test/org/apache/oodt/cas/protocol/sftp/TestJschSftpProtocol.java>:[176,25] cannot find symbol
symbol  : variable Files
location: class org.apache.oodt.cas.protocol.sftp.TestJschSftpProtocol
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-protocol-sftp/ws/src/test/org/apache/oodt/cas/protocol/sftp/TestJschSftpProtocol.java>:[22,20] package java.nio.file does not exist
<https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-protocol-sftp/ws/src/test/org/apache/oodt/cas/protocol/sftp/TestJschSftpProtocol.java>:[23,20] package java.nio.file does not exist
<https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-protocol-sftp/ws/src/test/org/apache/oodt/cas/protocol/sftp/TestJschSftpProtocol.java>:[176,44] cannot find symbol
symbol  : variable Paths
location: class org.apache.oodt.cas.protocol.sftp.TestJschSftpProtocol
<https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-protocol-sftp/ws/src/test/org/apache/oodt/cas/protocol/sftp/TestJschSftpProtocol.java>:[176,25] cannot find symbol
symbol  : variable Files
location: class org.apache.oodt.cas.protocol.sftp.TestJschSftpProtocol

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 5 seconds
[INFO] Finished at: Thu Sep 04 20:02:54 UTC 2014
[INFO] Final Memory: 140M/469M
[INFO] ------------------------------------------------------------------------

Jenkins build is back to normal : oodt-trunk » CAS Protocol SFTP Implementation #1473

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-protocol-sftp/1473/changes>