Established TCP socket on 32987
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven: -B -f /var/lib/jenkins/jobs/osti-elink-unstable/workspace/pom.xml clean deploy -Durl=file:///var/www/maven
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for edu.ucsb.nceas:osti-elink:jar:2.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-clean-plugin is missing. @ line 58, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ---------------------< edu.ucsb.nceas:osti-elink >----------------------
[INFO] Building osti-elink 2.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ osti-elink ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ osti-elink ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ osti-elink ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 12 source files to /var/lib/jenkins/jobs/osti-elink-unstable/workspace/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ osti-elink ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ osti-elink ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 8 source files to /var/lib/jenkins/jobs/osti-elink-unstable/workspace/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ osti-elink ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/3.0.0-M5/surefire-junit4-3.0.0-M5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/3.0.0-M5/surefire-junit4-3.0.0-M5.jar (17 kB at 28 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/3.0.0-M5/surefire-junit4-3.0.0-M5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/3.0.0-M5/surefire-junit4-3.0.0-M5.pom (2.9 kB at 169 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.0/junit-4.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.0/junit-4.0.pom (210 B at 2.9 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/3.0.0-M5/common-junit4-3.0.0-M5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/3.0.0-M5/common-junit4-3.0.0-M5.pom (2.9 kB at 98 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/3.0.0-M5/common-junit3-3.0.0-M5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/3.0.0-M5/common-junit3-3.0.0-M5.pom (2.6 kB at 137 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/3.0.0-M5/common-junit3-3.0.0-M5.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/3.0.0-M5/common-junit4-3.0.0-M5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/3.0.0-M5/common-junit3-3.0.0-M5.jar (12 kB at 266 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/3.0.0-M5/common-junit4-3.0.0-M5.jar (25 kB at 293 kB/s)
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running edu.ucsb.nceas.osti_elink.OSTIServiceV1Test
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.112 s <<< FAILURE! - in edu.ucsb.nceas.osti_elink.OSTIServiceV1Test
[ERROR] edu.ucsb.nceas.osti_elink.OSTIServiceV1Test.testMintIdentifier Time elapsed: 0.036 s <<< ERROR!
java.io.FileNotFoundException: ./password.properties (No such file or directory)
at edu.ucsb.nceas.osti_elink.OSTIServiceV1Test.setUp(OSTIServiceV1Test.java:42)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIServiceV1Test.testBuildMinimalMetadata Time elapsed: 0 s <<< ERROR!
java.io.FileNotFoundException: ./password.properties (No such file or directory)
at edu.ucsb.nceas.osti_elink.OSTIServiceV1Test.setUp(OSTIServiceV1Test.java:42)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIServiceV1Test.testSetMetadata Time elapsed: 0.003 s <<< ERROR!
java.io.FileNotFoundException: ./password.properties (No such file or directory)
at edu.ucsb.nceas.osti_elink.OSTIServiceV1Test.setUp(OSTIServiceV1Test.java:42)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIServiceV1Test.testGetMetadata Time elapsed: 0.003 s <<< ERROR!
java.io.FileNotFoundException: ./password.properties (No such file or directory)
at edu.ucsb.nceas.osti_elink.OSTIServiceV1Test.setUp(OSTIServiceV1Test.java:42)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIServiceV1Test.testGetOstiId Time elapsed: 0.002 s <<< ERROR!
java.io.FileNotFoundException: ./password.properties (No such file or directory)
at edu.ucsb.nceas.osti_elink.OSTIServiceV1Test.setUp(OSTIServiceV1Test.java:42)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIServiceV1Test.testGetMetadataFromOstiId Time elapsed: 0.003 s <<< ERROR!
java.io.FileNotFoundException: ./password.properties (No such file or directory)
at edu.ucsb.nceas.osti_elink.OSTIServiceV1Test.setUp(OSTIServiceV1Test.java:42)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIServiceV1Test.testGetStatus Time elapsed: 0.008 s <<< ERROR!
java.io.FileNotFoundException: ./password.properties (No such file or directory)
at edu.ucsb.nceas.osti_elink.OSTIServiceV1Test.setUp(OSTIServiceV1Test.java:42)
[INFO] Running edu.ucsb.nceas.osti_elink.v2.response.JsonResponseHandlerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s - in edu.ucsb.nceas.osti_elink.v2.response.JsonResponseHandlerTest
[INFO] Running edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The base URL from the property file is https://review.osti.gov
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The OSTI base url is https://review.osti.gov/elink2xml/upload and the query url is https://review.osti.gov/elink2api
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService loadToken
INFO: Can't get the token from the environmental variable OSTI_TOKEN and will read it from a file ./token
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The base URL from the property file is https://review.osti.gov
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The OSTI base url is https://review.osti.gov/elink2xml/upload and the query url is https://review.osti.gov/elink2api
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService loadToken
INFO: Can't get the token from the environmental variable OSTI_TOKEN and will read it from a file ./token
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The base URL from the property file is https://review.osti.gov
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The OSTI base url is https://review.osti.gov/elink2xml/upload and the query url is https://review.osti.gov/elink2api
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService loadToken
INFO: Can't get the token from the environmental variable OSTI_TOKEN and will read it from a file ./token
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The base URL from the property file is https://review.osti.gov
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The OSTI base url is https://review.osti.gov/elink2xml/upload and the query url is https://review.osti.gov/elink2api
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService loadToken
INFO: Can't get the token from the environmental variable OSTI_TOKEN and will read it from a file ./token
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The base URL from the property file is https://review.osti.gov
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The OSTI base url is https://review.osti.gov/elink2xml/upload and the query url is https://review.osti.gov/elink2api
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService loadToken
INFO: Can't get the token from the environmental variable OSTI_TOKEN and will read it from a file ./token
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The base URL from the property file is https://review.osti.gov
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The OSTI base url is https://review.osti.gov/elink2xml/upload and the query url is https://review.osti.gov/elink2api
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService loadToken
INFO: Can't get the token from the environmental variable OSTI_TOKEN and will read it from a file ./token
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The base URL from the property file is https://review.osti.gov
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The OSTI base url is https://review.osti.gov/elink2xml/upload and the query url is https://review.osti.gov/elink2api
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService loadToken
INFO: Can't get the token from the environmental variable OSTI_TOKEN and will read it from a file ./token
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The base URL from the property file is https://review.osti.gov
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The OSTI base url is https://review.osti.gov/elink2xml/upload and the query url is https://review.osti.gov/elink2api
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService loadToken
INFO: Can't get the token from the environmental variable OSTI_TOKEN and will read it from a file ./token
[ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.545 s <<< FAILURE! - in edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest
[ERROR] edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.testMintIdentifier Time elapsed: 0.491 s <<< ERROR!
java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.setUp(OSTIv2XmlServiceTest.java:46)
[ERROR] edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.testGetMetadataWithInvalidToken Time elapsed: 0.006 s <<< ERROR!
java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.setUp(OSTIv2XmlServiceTest.java:46)
[ERROR] edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.testOverwriteURLByEnv Time elapsed: 0.006 s <<< ERROR!
java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.setUp(OSTIv2XmlServiceTest.java:46)
[ERROR] edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.testLoadTokenFromEnv Time elapsed: 0.008 s <<< ERROR!
java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.setUp(OSTIv2XmlServiceTest.java:46)
[ERROR] edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.testSetMetadata Time elapsed: 0.002 s <<< ERROR!
java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.setUp(OSTIv2XmlServiceTest.java:46)
[ERROR] edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.testGetMetadata Time elapsed: 0.005 s <<< ERROR!
java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.setUp(OSTIv2XmlServiceTest.java:46)
[ERROR] edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.testLoadTokenFromTokenPath Time elapsed: 0.006 s <<< ERROR!
java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.setUp(OSTIv2XmlServiceTest.java:46)
[ERROR] edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.testGetStatus Time elapsed: 0.006 s <<< ERROR!
java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlServiceTest.setUp(OSTIv2XmlServiceTest.java:46)
[INFO] Running edu.ucsb.nceas.osti_elink.OSTIElinkErrorAgentTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in edu.ucsb.nceas.osti_elink.OSTIElinkErrorAgentTest
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkErrorAgentTest.testNotify Time elapsed: 0 s <<< ERROR!
java.io.FileNotFoundException: ./password.properties (No such file or directory)
at edu.ucsb.nceas.osti_elink.OSTIElinkErrorAgentTest.setUp(OSTIElinkErrorAgentTest.java:34)
[INFO] Running edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test
[ERROR] Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.029 s <<< FAILURE! - in edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.testGetService Time elapsed: 0 s <<< ERROR!
java.io.FileNotFoundException: ./password.properties (No such file or directory)
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.setUp(OSTIElinkClientV1Test.java:29)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.testGetService Time elapsed: 0 s <<< ERROR!
java.lang.NullPointerException
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.tearDown(OSTIElinkClientV1Test.java:44)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.testMintIdentifier Time elapsed: 0 s <<< ERROR!
java.io.FileNotFoundException: ./password.properties (No such file or directory)
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.setUp(OSTIElinkClientV1Test.java:29)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.testMintIdentifier Time elapsed: 0 s <<< ERROR!
java.lang.NullPointerException
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.tearDown(OSTIElinkClientV1Test.java:44)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.testSetAndGetMetadata Time elapsed: 0 s <<< ERROR!
java.io.FileNotFoundException: ./password.properties (No such file or directory)
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.setUp(OSTIElinkClientV1Test.java:29)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.testSetAndGetMetadata Time elapsed: 0 s <<< ERROR!
java.lang.NullPointerException
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.tearDown(OSTIElinkClientV1Test.java:44)
[INFO] Running edu.ucsb.nceas.osti_elink.OSTIServiceFactoryTest
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIServiceFactory getOSTIElinkService
INFO: The class name edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlService is set by the environmental variable ostiService_className
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The base URL from the property file is https://foo.com
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The OSTI base url is https://foo.com/elink2xml/upload and the query url is https://foo.com/elink2api
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService loadToken
INFO: Can't get the token from the environmental variable OSTI_TOKEN and will read it from a file ./token
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIServiceFactory getOSTIElinkService
INFO: The class name edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlService is set by the property file
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The base URL from the property file is https://foo.com
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The OSTI base url is https://foo.com/elink2xml/upload and the query url is https://foo.com/elink2api
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService loadToken
INFO: Can't get the token from the environmental variable OSTI_TOKEN and will read it from a file ./token
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIServiceFactory getOSTIElinkService
INFO: The class name edu.ucsb.nceas.osti_elink.foo is set by the property file
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIServiceFactory getOSTIElinkService
INFO: We cannot find the ostiService_className in neither the evn variable nor the properties file. So we will use the default one: edu.ucsb.nceas.osti_elink.v1.OSTIService
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIServiceFactory getOSTIElinkService
INFO: The OSTI service class is v1: edu.ucsb.nceas.osti_elink.v1.OSTIService
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIServiceFactory getOSTIElinkService
INFO: The class name edu.ucsb.nceas.osti_elink.v1.OSTIService is set by the environmental variable ostiService_className
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIServiceFactory getOSTIElinkService
INFO: The OSTI service class is v1: edu.ucsb.nceas.osti_elink.v1.OSTIService
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIServiceFactory getOSTIElinkService
INFO: The class name edu.ucsb.nceas.osti_elink.v1.OSTIService is set by the environmental variable ostiService_className
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIServiceFactory getOSTIElinkService
INFO: The class name edu.ucsb.nceas.osti_elink.v1.OSTIService is set by the property file
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIServiceFactory getOSTIElinkService
INFO: The OSTI service class is v1: edu.ucsb.nceas.osti_elink.v1.OSTIService
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIServiceFactory getOSTIElinkService
INFO: The class name edu.ucsb.nceas.osti_elink.v1.OSTIService is set by the property file
[ERROR] Tests run: 7, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.041 s <<< FAILURE! - in edu.ucsb.nceas.osti_elink.OSTIServiceFactoryTest
[ERROR] edu.ucsb.nceas.osti_elink.OSTIServiceFactoryTest.testGetOSTIV2XmlServiceFromEnv Time elapsed: 0.001 s <<< ERROR!
java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.OSTIServiceFactoryTest.testGetOSTIV2XmlServiceFromEnv(OSTIServiceFactoryTest.java:141)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIServiceFactoryTest.testGetOSTIV2XmlService Time elapsed: 0.002 s <<< ERROR!
java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.OSTIServiceFactoryTest.testGetOSTIV2XmlService(OSTIServiceFactoryTest.java:117)
[INFO] Running edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIServiceFactory getOSTIElinkService
INFO: The class name edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlService is set by the property file
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The base URL from the property file is https://review.osti.gov
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The OSTI base url is https://review.osti.gov/elink2xml/upload and the query url is https://review.osti.gov/elink2api
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService loadToken
INFO: Can't get the token from the environmental variable OSTI_TOKEN and will read it from a file ./token
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkClient <init>
SEVERE: Can't generate the OSTIElinkService instance since ./token
java.nio.file.NoSuchFileException: ./token
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at org.apache.commons.io.FileUtils.lambda$readFileToString$12(FileUtils.java:2698)
at org.apache.commons.io.IOUtils.toString(IOUtils.java:3223)
at org.apache.commons.io.IOUtils.toString(IOUtils.java:3198)
at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:2698)
at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:2714)
at edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlService.loadToken(OSTIv2XmlService.java:106)
at edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlService.<init>(OSTIv2XmlService.java:61)
at edu.ucsb.nceas.osti_elink.OSTIServiceFactory.getOSTIElinkService(OSTIServiceFactory.java:61)
at edu.ucsb.nceas.osti_elink.OSTIElinkClient.<init>(OSTIElinkClient.java:73)
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.setUp(OSTIElinkClientV2XmlTest.java:37)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIServiceFactory getOSTIElinkService
INFO: The class name edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlService is set by the property file
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The base URL from the property file is https://review.osti.gov
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The OSTI base url is https://review.osti.gov/elink2xml/upload and the query url is https://review.osti.gov/elink2api
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService loadToken
INFO: Can't get the token from the environmental variable OSTI_TOKEN and will read it from a file ./token
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkClient <init>
SEVERE: Can't generate the OSTIElinkService instance since ./token
java.nio.file.NoSuchFileException: ./token
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at org.apache.commons.io.FileUtils.lambda$readFileToString$12(FileUtils.java:2698)
at org.apache.commons.io.IOUtils.toString(IOUtils.java:3223)
at org.apache.commons.io.IOUtils.toString(IOUtils.java:3198)
at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:2698)
at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:2714)
at edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlService.loadToken(OSTIv2XmlService.java:106)
at edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlService.<init>(OSTIv2XmlService.java:61)
at edu.ucsb.nceas.osti_elink.OSTIServiceFactory.getOSTIElinkService(OSTIServiceFactory.java:61)
at edu.ucsb.nceas.osti_elink.OSTIElinkClient.<init>(OSTIElinkClient.java:73)
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.setUp(OSTIElinkClientV2XmlTest.java:37)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIServiceFactory getOSTIElinkService
INFO: The class name edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlService is set by the property file
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The base URL from the property file is https://review.osti.gov
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService constructBaseAndQueryURL
INFO: The OSTI base url is https://review.osti.gov/elink2xml/upload and the query url is https://review.osti.gov/elink2api
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkService loadToken
INFO: Can't get the token from the environmental variable OSTI_TOKEN and will read it from a file ./token
Oct 25, 2024 8:29:55 PM edu.ucsb.nceas.osti_elink.OSTIElinkClient <init>
SEVERE: Can't generate the OSTIElinkService instance since ./token
java.nio.file.NoSuchFileException: ./token
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at org.apache.commons.io.FileUtils.lambda$readFileToString$12(FileUtils.java:2698)
at org.apache.commons.io.IOUtils.toString(IOUtils.java:3223)
at org.apache.commons.io.IOUtils.toString(IOUtils.java:3198)
at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:2698)
at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:2714)
at edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlService.loadToken(OSTIv2XmlService.java:106)
at edu.ucsb.nceas.osti_elink.v2.xml.OSTIv2XmlService.<init>(OSTIv2XmlService.java:61)
at edu.ucsb.nceas.osti_elink.OSTIServiceFactory.getOSTIElinkService(OSTIServiceFactory.java:61)
at edu.ucsb.nceas.osti_elink.OSTIElinkClient.<init>(OSTIElinkClient.java:73)
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.setUp(OSTIElinkClientV2XmlTest.java:37)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
[ERROR] Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.014 s <<< FAILURE! - in edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.testGetService Time elapsed: 0 s <<< ERROR!
java.lang.RuntimeException: java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.setUp(OSTIElinkClientV2XmlTest.java:37)
Caused by: java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.setUp(OSTIElinkClientV2XmlTest.java:37)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.testGetService Time elapsed: 0 s <<< ERROR!
java.lang.NullPointerException
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.tearDown(OSTIElinkClientV2XmlTest.java:42)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.testMintIdentifier Time elapsed: 0.004 s <<< ERROR!
java.lang.RuntimeException: java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.setUp(OSTIElinkClientV2XmlTest.java:37)
Caused by: java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.setUp(OSTIElinkClientV2XmlTest.java:37)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.testMintIdentifier Time elapsed: 0.005 s <<< ERROR!
java.lang.NullPointerException
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.tearDown(OSTIElinkClientV2XmlTest.java:42)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.testSetAndGetMetadata Time elapsed: 0.006 s <<< ERROR!
java.lang.RuntimeException: java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.setUp(OSTIElinkClientV2XmlTest.java:37)
Caused by: java.nio.file.NoSuchFileException: ./token
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.setUp(OSTIElinkClientV2XmlTest.java:37)
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.testSetAndGetMetadata Time elapsed: 0.006 s <<< ERROR!
java.lang.NullPointerException
at edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.tearDown(OSTIElinkClientV2XmlTest.java:42)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.testGetService
[ERROR] Run 1: OSTIElinkClientV1Test.setUp:29 » FileNotFound ./password.properties (No such f...
[ERROR] Run 2: OSTIElinkClientV1Test.tearDown:44 NullPointer
[INFO]
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.testMintIdentifier
[ERROR] Run 1: OSTIElinkClientV1Test.setUp:29 » FileNotFound ./password.properties (No such f...
[ERROR] Run 2: OSTIElinkClientV1Test.tearDown:44 NullPointer
[INFO]
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV1Test.testSetAndGetMetadata
[ERROR] Run 1: OSTIElinkClientV1Test.setUp:29 » FileNotFound ./password.properties (No such f...
[ERROR] Run 2: OSTIElinkClientV1Test.tearDown:44 NullPointer
[INFO]
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.testGetService
[ERROR] Run 1: OSTIElinkClientV2XmlTest.setUp:37 » Runtime java.nio.file.NoSuchFileException:...
[ERROR] Run 2: OSTIElinkClientV2XmlTest.tearDown:42 NullPointer
[INFO]
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.testMintIdentifier
[ERROR] Run 1: OSTIElinkClientV2XmlTest.setUp:37 » Runtime java.nio.file.NoSuchFileException:...
[ERROR] Run 2: OSTIElinkClientV2XmlTest.tearDown:42 NullPointer
[INFO]
[ERROR] edu.ucsb.nceas.osti_elink.OSTIElinkClientV2XmlTest.testSetAndGetMetadata
[ERROR] Run 1: OSTIElinkClientV2XmlTest.setUp:37 » Runtime java.nio.file.NoSuchFileException:...
[ERROR] Run 2: OSTIElinkClientV2XmlTest.tearDown:42 NullPointer
[INFO]
[ERROR] OSTIElinkErrorAgentTest.setUp:34 » FileNotFound ./password.properties (No such...
[ERROR] OSTIServiceFactoryTest.testGetOSTIV2XmlService:117 » NoSuchFile ./token
[ERROR] OSTIServiceFactoryTest.testGetOSTIV2XmlServiceFromEnv:141 » NoSuchFile ./token
[ERROR] OSTIServiceV1Test.setUp:42 » FileNotFound ./password.properties (No such file ...
[ERROR] OSTIServiceV1Test.setUp:42 » FileNotFound ./password.properties (No such file ...
[ERROR] OSTIServiceV1Test.setUp:42 » FileNotFound ./password.properties (No such file ...
[ERROR] OSTIServiceV1Test.setUp:42 » FileNotFound ./password.properties (No such file ...
[ERROR] OSTIServiceV1Test.setUp:42 » FileNotFound ./password.properties (No such file ...
[ERROR] OSTIServiceV1Test.setUp:42 » FileNotFound ./password.properties (No such file ...
[ERROR] OSTIServiceV1Test.setUp:42 » FileNotFound ./password.properties (No such file ...
[ERROR] OSTIv2XmlServiceTest.setUp:46 » NoSuchFile ./token
[ERROR] OSTIv2XmlServiceTest.setUp:46 » NoSuchFile ./token
[ERROR] OSTIv2XmlServiceTest.setUp:46 » NoSuchFile ./token
[ERROR] OSTIv2XmlServiceTest.setUp:46 » NoSuchFile ./token
[ERROR] OSTIv2XmlServiceTest.setUp:46 » NoSuchFile ./token
[ERROR] OSTIv2XmlServiceTest.setUp:46 » NoSuchFile ./token
[ERROR] OSTIv2XmlServiceTest.setUp:46 » NoSuchFile ./token
[ERROR] OSTIv2XmlServiceTest.setUp:46 » NoSuchFile ./token
[INFO]
[ERROR] Tests run: 30, Failures: 0, Errors: 24, Skipped: 0
[INFO]
[ERROR] There are test failures.
Please refer to /var/lib/jenkins/jobs/osti-elink-unstable/workspace/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ osti-elink ---
[INFO] Building jar: /var/lib/jenkins/jobs/osti-elink-unstable/workspace/target/osti-elink-2.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ osti-elink ---
[INFO] Installing /var/lib/jenkins/jobs/osti-elink-unstable/workspace/target/osti-elink-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/osti-elink-2.0.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/osti-elink-unstable/workspace/pom.xml to /var/lib/jenkins/.m2/repository/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/osti-elink-2.0.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-deploy) @ osti-elink ---
[INFO] Downloading from jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/maven-metadata.xml (774 B at 387 kB/s)
[INFO] Uploading to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/osti-elink-2.0.0-20241025.202957-3.jar
[INFO] Uploaded to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/osti-elink-2.0.0-20241025.202957-3.jar (27 kB at 6.7 MB/s)
[INFO] Uploading to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/osti-elink-2.0.0-20241025.202957-3.pom
[INFO] Uploaded to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/osti-elink-2.0.0-20241025.202957-3.pom (4.7 kB at 223 kB/s)
[INFO] Downloading from jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/maven-metadata.xml
[INFO] Downloaded from jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/maven-metadata.xml (384 B at 384 kB/s)
[INFO] Uploading to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/maven-metadata.xml (774 B at 774 kB/s)
[INFO] Uploading to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/maven-metadata.xml
[INFO] Uploaded to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/maven-metadata.xml (384 B)
[INFO]
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (deploy-file) @ osti-elink ---
[INFO] Downloading from jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/maven-metadata.xml (774 B at 387 kB/s)
[INFO] Uploading to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/osti-elink-2.0.0-20241025.202957-4.jar
[INFO] Uploaded to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/osti-elink-2.0.0-20241025.202957-4.jar (27 kB at 2.5 MB/s)
[INFO] Uploading to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/osti-elink-2.0.0-20241025.202957-4.pom
[INFO] Uploaded to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/osti-elink-2.0.0-20241025.202957-4.pom (4.7 kB at 4.7 MB/s)
[INFO] Downloading from jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/maven-metadata.xml
[INFO] Downloaded from jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/maven-metadata.xml (384 B at 35 kB/s)
[INFO] Uploading to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/2.0.0-SNAPSHOT/maven-metadata.xml (774 B at 774 kB/s)
[INFO] Uploading to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/maven-metadata.xml
[INFO] Uploaded to jenkins.dataone.org: file:///var/www/maven/edu/ucsb/nceas/osti-elink/maven-metadata.xml (384 B at 384 kB/s)
Notifying upstream projects of job completion
Join notifier requires a CauseAction
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.027 s
[INFO] Finished at: 2024-10-25T20:29:58Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data