Skip to content
Failed

Console Output

[INFO] 
[INFO] ---------------------< net.md-5:bungeecord-native >---------------------
[INFO] Building BungeeCord-Native 1.17-R0.1-SNAPSHOT                     [8/19]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bungeecord-native ---
[INFO] Deleting /var/lib/jenkins/jobs/BungeeCord/workspace/native/target
[INFO] 
[INFO] --- scriptus:0.4.1:describe (default) @ bungeecord-native ---
[INFO] Set property "describe" to "git:BungeeCord-Native:1.17-R0.1-SNAPSHOT:da27924:1589"
[INFO] Set property "project.build.outputTimestamp" to "1624671065"
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bungeecord-native ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ bungeecord-native ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/classes
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ bungeecord-native ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.19:check (default) @ bungeecord-native ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bungeecord-native ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ bungeecord-native ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bungeecord-native ---
[INFO] Surefire report directory: /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running net.md_5.bungee.NativeZlibTest
Testing: net.md_5.bungee.jni.zlib.NativeZlib@22a71081
/var/lib/jenkins/tools/hudson.model.JDK/OpenJDK8U-jdk_x64_linux_hotspot_8u232b09/jdk8u232-b09/jre/bin/java: symbol lookup error: /tmp/bungeecord-native-compress6249912523573220118.so: undefined symbol: __wrap_memcpy

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[JENKINS] Archiving disabled
Sending e-mails to: [email protected]
javax.mail.AuthenticationFailedException: 535 Authentication Credentials Invalid

	at com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:947)
	at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:858)
	at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:762)
	at javax.mail.Service.connect(Service.java:364)
	at javax.mail.Service.connect(Service.java:222)
	at javax.mail.Service.connect(Service.java:171)
	at javax.mail.Transport.send0(Transport.java:230)
	at javax.mail.Transport.send(Transport.java:100)
	at hudson.tasks.MailSender.run(MailSender.java:131)
	at hudson.tasks.MailSender.execute(MailSender.java:106)
	at hudson.maven.reporters.MavenMailer.end(MavenMailer.java:77)
	at hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:104)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:883)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:513)
	at hudson.model.Run.execute(Run.java:1906)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)