You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@solr.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2023/09/01 01:46:39 UTC

[JENKINS] Solr » Solr-check-9.3 - Build # 486 - Still Failing!

Build: https://ci-builds.apache.org/job/Solr/job/Solr-check-9.3/486/

All tests passed

Build Log:
[...truncated 1131 lines...]
#   ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/4-1
# Last output:
# WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use.
#          To turn off: bin/solr config -c COLL_NAME -p 8983 -action set-user-property -property update.autoCreateFields -value false
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
not ok 5 create for cloud mode in 1459ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_create.bats, line 40)
#   `assert_output --partial "Created collection 'COLL_NAME'"' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   Created collection 'COLL_NAME'
# output (4 lines):
#   WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use.
#            To turn off: bin/solr config -c COLL_NAME -p 8983 -action set-user-property -property update.autoCreateFields -value false
#
#   ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/5-2
# Last output:
# WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use.
#          To turn off: bin/solr config -c COLL_NAME -p 8983 -action set-user-property -property update.autoCreateFields -value false
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
not ok 6 setup_file failed
# (from function `setup_file' in test file test/test_create_collection.bats, line 22)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
not ok 14 setup_file failed
# (from function `setup_file' in test file test/test_delete_collection.bats, line 22)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
not ok 18 SOLR-16755 test works with noprompt in 1073ms
# (in test file test/test_example_noprompt.bats, line 32)
#   `solr start -e cloud -noprompt' failed
#
# Welcome to the SolrCloud example!
#
# Starting up 2 Solr nodes for your example SolrCloud cluster.
#
# Creating Solr home directory /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/example/cloud/node1/solr
# Cloning /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/example/cloud/node1 into
#    /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/example/cloud/node2
#
# Starting up Solr on port 8983 using command:
# "/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/bin/solr" start -cloud -p 8983 -s "build/solr-9.3.1-SNAPSHOT/example/cloud/node1/solr"
#
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
#
# ERROR: Failed to start Solr using command: "/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/bin/solr" start -cloud -p 8983 -s "build/solr-9.3.1-SNAPSHOT/example/cloud/node1/solr" Exception : org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/18-1
not ok 19 Check export command in 2714ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_export.bats, line 36)
#   `assert_output --partial 'Export complete'' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   Export complete
# output (32 lines):
#   WARN  - 2023-09-01 01:43:14.057; org.apache.solr.client.solrj.impl.BaseHttpClusterStateProvider; Attempt to fetch cluster state from http://localhost:8983/solr failed. => org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://localhost:8983/solr/admin/collections?action=CLUSTERSTATUS&wt=javabin&version=2
#   	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527)
#   org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://localhost:8983/solr/admin/collections?action=CLUSTERSTATUS&wt=javabin&version=2
#   	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527) ~[solr-solrj-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
#   	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1192) ~[solr-solrj-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
#   	at org.apache.solr.client.solrj.impl.BaseHttpClusterStateProvider.fetchLiveNodes(BaseHttpClusterStateProvider.java:227) ~[solr-solrj-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
#   	at org.apache.solr.client.solrj.impl.BaseHttpClusterStateProvider.init(BaseHttpClusterStateProvider.java:63) ~[solr-solrj-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
#   	at org.apache.solr.client.solrj.impl.Http2ClusterStateProvider.<init>(Http2ClusterStateProvider.java:32) ~[solr-solrj-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
#   	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:400) ~[solr-solrj-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
#   	at org.apache.solr.cli.ExportTool$Info.fetchUniqueKey(ExportTool.java:172) ~[solr-core-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
#   	at org.apache.solr.cli.ExportTool$MultiThreadedRunner.exportDocs(ExportTool.java:505) ~[solr-core-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
#   	at org.apache.solr.cli.ExportTool.runImpl(ExportTool.java:211) ~[solr-core-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
#   	at org.apache.solr.cli.ToolBase.runTool(ToolBase.java:52) ~[solr-core-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
#   	at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:156) ~[solr-core-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
#   Caused by: java.net.ConnectException: Connection refused
#   	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]
#   	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:774) ~[?:?]
#   	at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120) ~[?:?]
#   	at org.eclipse.jetty.io.ClientConnector.connect(ClientConnector.java:427) ~[jetty-io-10.0.15.jar:10.0.15]
#   	at org.eclipse.jetty.http2.client.HTTP2Client.connect(HTTP2Client.java:406) ~[http2-client-10.0.15.jar:10.0.15]
#   	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:146) ~[http2-http-client-transport-10.0.15.jar:10.0.15]
#   	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:135) ~[http2-http-client-transport-10.0.15.jar:10.0.15]
#   	at org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:633) ~[jetty-client-10.0.15.jar:10.0.15]
#   	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:610) ~[jetty-client-10.0.15.jar:10.0.15]
#   	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:606) ~[jetty-client-10.0.15.jar:10.0.15]
#   	at org.eclipse.jetty.util.SocketAddressResolver$Async.lambda$resolve$1(SocketAddressResolver.java:180) ~[jetty-util-10.0.15.jar:10.0.15]
#   	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289) ~[solr-solrj-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
#   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
#   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
#   	at java.lang.Thread.run(Thread.java:829) [?:?]
#
#   ERROR: Couldn't initialize a HttpClusterStateProvider (is/are the Solr server(s), [http://localhost:8983/solr], down?)
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/19-1
# Last output:
# WARN  - 2023-09-01 01:43:14.057; org.apache.solr.client.solrj.impl.BaseHttpClusterStateProvider; Attempt to fetch cluster state from http://localhost:8983/solr failed. => org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://localhost:8983/solr/admin/collections?action=CLUSTERSTATUS&wt=javabin&version=2
# 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527)
# org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://localhost:8983/solr/admin/collections?action=CLUSTERSTATUS&wt=javabin&version=2
# 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527) ~[solr-solrj-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
# 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1192) ~[solr-solrj-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
# 	at org.apache.solr.client.solrj.impl.BaseHttpClusterStateProvider.fetchLiveNodes(BaseHttpClusterStateProvider.java:227) ~[solr-solrj-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
# 	at org.apache.solr.client.solrj.impl.BaseHttpClusterStateProvider.init(BaseHttpClusterStateProvider.java:63) ~[solr-solrj-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
# 	at org.apache.solr.client.solrj.impl.Http2ClusterStateProvider.<init>(Http2ClusterStateProvider.java:32) ~[solr-solrj-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
# 	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:400) ~[solr-solrj-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
# 	at org.apache.solr.cli.ExportTool$Info.fetchUniqueKey(ExportTool.java:172) ~[solr-core-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
# 	at org.apache.solr.cli.ExportTool$MultiThreadedRunner.exportDocs(ExportTool.java:505) ~[solr-core-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
# 	at org.apache.solr.cli.ExportTool.runImpl(ExportTool.java:211) ~[solr-core-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
# 	at org.apache.solr.cli.ToolBase.runTool(ToolBase.java:52) ~[solr-core-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
# 	at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:156) ~[solr-core-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
# Caused by: java.net.ConnectException: Connection refused
# 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]
# 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:774) ~[?:?]
# 	at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120) ~[?:?]
# 	at org.eclipse.jetty.io.ClientConnector.connect(ClientConnector.java:427) ~[jetty-io-10.0.15.jar:10.0.15]
# 	at org.eclipse.jetty.http2.client.HTTP2Client.connect(HTTP2Client.java:406) ~[http2-client-10.0.15.jar:10.0.15]
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:146) ~[http2-http-client-transport-10.0.15.jar:10.0.15]
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:135) ~[http2-http-client-transport-10.0.15.jar:10.0.15]
# 	at org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:633) ~[jetty-client-10.0.15.jar:10.0.15]
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:610) ~[jetty-client-10.0.15.jar:10.0.15]
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:606) ~[jetty-client-10.0.15.jar:10.0.15]
# 	at org.eclipse.jetty.util.SocketAddressResolver$Async.lambda$resolve$1(SocketAddressResolver.java:180) ~[jetty-util-10.0.15.jar:10.0.15]
# 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289) ~[solr-solrj-9.3.1-SNAPSHOT.jar:9.3.1-SNAPSHOT 72346aab9e63fb071f617b9c01f807429da2e7d0 [snapshot build, details omitted]]
# 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
# 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
# 	at java.lang.Thread.run(Thread.java:829) [?:?]
#
# ERROR: Couldn't initialize a HttpClusterStateProvider (is/are the Solr server(s), [http://localhost:8983/solr], down?)
ok 20 export fails on non cloud mode in 2933ms
not ok 21 healthcheck on cloud solr in 1151ms
# (in test file test/test_healthcheck.bats, line 32)
#   `solr start -c -e films' failed
# Creating Solr home directory /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/example/films/solr
#
# Starting up Solr on port 8983 using command:
# "/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/bin/solr" start -cloud -p 8983 -s "build/solr-9.3.1-SNAPSHOT/example/films/solr"
#
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
#
# ERROR: Failed to start Solr using command: "/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/bin/solr" start -cloud -p 8983 -s "build/solr-9.3.1-SNAPSHOT/example/films/solr" Exception : org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/21-1
ok 22 start help flag prints help in 154ms
ok 23 stop help flag prints help in 145ms
ok 24 restart help flag prints help in 155ms
ok 25 status help flag prints help in 46ms # skip Currently the status -help flag doesn't return nice help text!
ok 26 healthcheck help flag prints help in 148ms
ok 27 create help flag prints help in 157ms
ok 28 createcore help flag prints help in 148ms
ok 29 createcollection help flag prints help in 152ms
ok 30 delete help flag prints help in 153ms
ok 31 version help flag prints help in 44ms # skip Currently the version -help flag doesn't return nice help text!
ok 32 zk help flag prints help in 155ms
ok 33 auth help flag prints help in 162ms
ok 34 assert help flag prints help in 44ms # skip Currently the assert -help flag doesn't return nice help text!
not ok 35 SQL Module in 34649ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_modules.bats, line 36)
#   `assert_output --partial '"docs":'' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   "docs":
# output (2 lines):
#
#   ERROR: Server refused connection at: http://localhost:8983/solr/COLL_NAME/sql?stmt=select+id+from+COLL_NAME+limit+10&wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/35-1
# WARN  - 2023-09-01 01:43:24.420; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
# Last output:
#
# ERROR: Server refused connection at: http://localhost:8983/solr/COLL_NAME/sql?stmt=select+id+from+COLL_NAME+limit+10&wt=javabin&version=2
not ok 36 Hadoop-Auth Module: KerberosPlugin Classloading in 32047ms
# (in test file test/test_modules.bats, line 49)
#   `solr start -c \' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/36-2
# WARN  - 2023-09-01 01:43:56.506; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
not ok 37 icu collation in analysis-extras module in 33403ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_modules.bats, line 66)
#   `assert_output --partial "Created collection 'COLL_NAME'"' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   Created collection 'COLL_NAME'
# output (2 lines):
#
#   ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #3 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/37-3
# WARN  - 2023-09-01 01:44:29.905; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
# Last output:
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
not ok 38 package detects no running solr in 1352ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_packages.bats, line 34)
#   `assert_output --partial "No Solr nodes are running."' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   No Solr nodes are running.
# output (39 lines):
#
#   Found 3 Solr nodes:
#
#   Solr process 378811 running on port 8983
#   Package Manager
#   ---------------
#   ./solr package add-repo <repository-name> <repository-url>
#   Add a repository to Solr.
#
#   ./solr package add-key <file-containing-trusted-key>
#   Add a trusted key to Solr.
#
#   ./solr package install <package-name>[:<version>] 
#   Install a package into Solr. This copies over the artifacts from the repository into Solr's internal package store and sets up classloader for this package to be used.
#
#   ./solr package deploy <package-name>[:<version>] [-y] [--update] -collections <comma-separated-collections> [-p <param1>=<val1> -p <param2>=<val2> ...] 
#   Bootstraps a previously installed package into the specified collections. It the package accepts parameters for its setup commands, they can be specified (as per package documentation).
#
#   ./solr package list-installed
#   Print a list of packages installed in Solr.
#
#   ./solr package list-available
#   Print a list of packages available in the repositories.
#
#   ./solr package list-deployed -c <collection>
#   Print a list of packages deployed on a given collection.
#
#   ./solr package list-deployed <package-name>
#   Print a list of collections on which a given package has been deployed.
#
#   ./solr package undeploy <package-name> -collections <comma-separated-collections>
#   Undeploy a package from specified collection(s)
#
#   ./solr package uninstall <package-name>:<version>
#   Uninstall an unused package with specified version from Solr. Both package name and version are required.
#
#
#   Note: (a) Please add '-solrUrl http://host:port' parameter if needed (usually on Windows).
#         (b) Please make sure that all Solr nodes are started with '-Denable.packages=true' parameter.
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/38-1
# Last output:
#
# Found 3 Solr nodes:
#
# Solr process 378811 running on port 8983
# Package Manager
# ---------------
# ./solr package add-repo <repository-name> <repository-url>
# Add a repository to Solr.
#
# ./solr package add-key <file-containing-trusted-key>
# Add a trusted key to Solr.
#
# ./solr package install <package-name>[:<version>] 
# Install a package into Solr. This copies over the artifacts from the repository into Solr's internal package store and sets up classloader for this package to be used.
#
# ./solr package deploy <package-name>[:<version>] [-y] [--update] -collections <comma-separated-collections> [-p <param1>=<val1> -p <param2>=<val2> ...] 
# Bootstraps a previously installed package into the specified collections. It the package accepts parameters for its setup commands, they can be specified (as per package documentation).
#
# ./solr package list-installed
# Print a list of packages installed in Solr.
#
# ./solr package list-available
# Print a list of packages available in the repositories.
#
# ./solr package list-deployed -c <collection>
# Print a list of packages deployed on a given collection.
#
# ./solr package list-deployed <package-name>
# Print a list of collections on which a given package has been deployed.
#
# ./solr package undeploy <package-name> -collections <comma-separated-collections>
# Undeploy a package from specified collection(s)
#
# ./solr package uninstall <package-name>:<version>
# Uninstall an unused package with specified version from Solr. Both package name and version are required.
#
#
# Note: (a) Please add '-solrUrl http://host:port' parameter if needed (usually on Windows).
#       (b) Please make sure that all Solr nodes are started with '-Denable.packages=true' parameter.
not ok 39 lifecycle of package in 3336ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_packages.bats, line 47)
#   `assert_output --partial "Available packages:"' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   Available packages:
# output (29 lines):
#
#   Found 3 Solr nodes:
#
#   Solr process 378811 running on port 8983
#   org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
#   	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527)
#   	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1192)
#   	at org.apache.solr.cli.PackageTool.getZkHost(PackageTool.java:372)
#   	at org.apache.solr.cli.PackageTool.runImpl(PackageTool.java:90)
#   	at org.apache.solr.cli.ToolBase.runTool(ToolBase.java:52)
#   	at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:156)
#   Caused by: java.net.ConnectException: Connection refused
#   	at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
#   	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:774)
#   	at java.base/sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120)
#   	at org.eclipse.jetty.io.ClientConnector.connect(ClientConnector.java:427)
#   	at org.eclipse.jetty.http2.client.HTTP2Client.connect(HTTP2Client.java:406)
#   	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:146)
#   	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:135)
#   	at org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:633)
#   	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:610)
#   	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:606)
#   	at org.eclipse.jetty.util.SocketAddressResolver$Async.lambda$resolve$1(SocketAddressResolver.java:180)
#   	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
#   	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
#   	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
#   	at java.base/java.lang.Thread.run(Thread.java:829)
#
#   ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/39-2
# Last output:
#
# Found 3 Solr nodes:
#
# Solr process 378811 running on port 8983
# org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527)
# 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1192)
# 	at org.apache.solr.cli.PackageTool.getZkHost(PackageTool.java:372)
# 	at org.apache.solr.cli.PackageTool.runImpl(PackageTool.java:90)
# 	at org.apache.solr.cli.ToolBase.runTool(ToolBase.java:52)
# 	at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:156)
# Caused by: java.net.ConnectException: Connection refused
# 	at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
# 	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:774)
# 	at java.base/sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120)
# 	at org.eclipse.jetty.io.ClientConnector.connect(ClientConnector.java:427)
# 	at org.eclipse.jetty.http2.client.HTTP2Client.connect(HTTP2Client.java:406)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:146)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:135)
# 	at org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:633)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:610)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:606)
# 	at org.eclipse.jetty.util.SocketAddressResolver$Async.lambda$resolve$1(SocketAddressResolver.java:180)
# 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
# 	at java.base/java.lang.Thread.run(Thread.java:829)
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
not ok 40 deploying and undeploying of packages in 1390ms
# (in test file test/test_packages.bats, line 53)
#   `solr create_collection -c foo-1.2' failed
# WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use.
#          To turn off: bin/solr config -c foo-1.2 -p 8983 -action set-user-property -property update.autoCreateFields -value false
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
#
# Please find the SOLR_HOME snapshot for failed test #3 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/40-3
# Last output:
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
not ok 41 Affinity placement plugin using sysprop in 37203ms
# (in test file test/test_placement_plugin.bats, line 34)
#   `solr assert -c http://localhost:8983/solr -t 3000' failed with status 100
#
# ERROR: Solr is not running on url http://localhost:8983/solr after 3 seconds
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/41-1
# WARN  - 2023-09-01 01:45:13.380; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
# Last output:
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
not ok 42 Random placement plugin using ENV in 37131ms
# (in test file test/test_placement_plugin.bats, line 43)
#   `solr assert -c http://localhost:8983/solr -t 3000' failed with status 100
#
# ERROR: Solr is not running on url http://localhost:8983/solr after 3 seconds
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/42-2
# WARN  - 2023-09-01 01:45:50.531; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
# Last output:
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
not ok 43 setup_file failed
# (from function `setup_file' in test file test/test_postlogs.bats, line 22)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
not ok 44 start solr with ssl in 2281ms
# (in test file test/test_ssl.bats, line 54)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/44-1
# Last output:
# INFO  - 2023-09-01 01:46:23.580; org.apache.solr.util.configuration.SSLConfigurations; Setting javax.net.ssl.keyStorePassword
# INFO  - 2023-09-01 01:46:23.584; org.apache.solr.util.configuration.SSLConfigurations; Setting javax.net.ssl.trustStorePassword
# Exception in thread "main" org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527)
# 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1192)
# 	at org.apache.solr.cli.SolrCLI.getZkHost(SolrCLI.java:559)
# 	at org.apache.solr.cli.AuthTool.clearSecurityJson(AuthTool.java:483)
# 	at org.apache.solr.cli.AuthTool.handleBasicAuth(AuthTool.java:440)
# 	at org.apache.solr.cli.AuthTool.runTool(AuthTool.java:151)
# 	at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:156)
# Caused by: java.net.ConnectException: Connection refused
# 	at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
# 	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:774)
# 	at java.base/sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120)
# 	at org.eclipse.jetty.io.ClientConnector.connect(ClientConnector.java:427)
# 	at org.eclipse.jetty.http2.client.HTTP2Client.connect(HTTP2Client.java:406)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:146)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:135)
# 	at org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:633)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:610)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:606)
# 	at org.eclipse.jetty.util.SocketAddressResolver$Async.lambda$resolve$1(SocketAddressResolver.java:180)
# 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
# 	at java.base/java.lang.Thread.run(Thread.java:829)
not ok 45 start solr with ssl and auth in 2280ms
# (in test file test/test_ssl.bats, line 86)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/45-2
# Last output:
# INFO  - 2023-09-01 01:46:25.911; org.apache.solr.util.configuration.SSLConfigurations; Setting javax.net.ssl.keyStorePassword
# INFO  - 2023-09-01 01:46:25.916; org.apache.solr.util.configuration.SSLConfigurations; Setting javax.net.ssl.trustStorePassword
# Exception in thread "main" org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527)
# 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1192)
# 	at org.apache.solr.cli.SolrCLI.getZkHost(SolrCLI.java:559)
# 	at org.apache.solr.cli.AuthTool.clearSecurityJson(AuthTool.java:483)
# 	at org.apache.solr.cli.AuthTool.handleBasicAuth(AuthTool.java:440)
# 	at org.apache.solr.cli.AuthTool.runTool(AuthTool.java:151)
# 	at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:156)
# Caused by: java.net.ConnectException: Connection refused
# 	at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
# 	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:774)
# 	at java.base/sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120)
# 	at org.eclipse.jetty.io.ClientConnector.connect(ClientConnector.java:427)
# 	at org.eclipse.jetty.http2.client.HTTP2Client.connect(HTTP2Client.java:406)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:146)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:135)
# 	at org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:633)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:610)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:606)
# 	at org.eclipse.jetty.util.SocketAddressResolver$Async.lambda$resolve$1(SocketAddressResolver.java:180)
# 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
# 	at java.base/java.lang.Thread.run(Thread.java:829)
not ok 46 SOLR-11740 check 'solr stop' connection in 218ms
# (in test file test/test_start_solr.bats, line 32)
#   `solr start' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/46-1
not ok 47 status detects locally running solr in 3541ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_status.bats, line 33)
#   `assert_output --partial "No Solr nodes are running."' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   No Solr nodes are running.
# output (13 lines):
#
#   Found 3 Solr nodes:
#
#   Solr process 378811 running on port 8983
#   Solr at http://localhost:8983/solr not online.
#
#
#   Solr process 3447164 running on port 8983
#   Solr at http://localhost:8983/solr not online.
#
#
#   Solr process 1814309 running on port 8983
#   Solr at http://localhost:8983/solr not online.
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/47-1
# Last output:
#
# Found 3 Solr nodes:
#
# Solr process 378811 running on port 8983
# Solr at http://localhost:8983/solr not online.
#
#
# Solr process 3447164 running on port 8983
# Solr at http://localhost:8983/solr not online.
#
#
# Solr process 1814309 running on port 8983
# Solr at http://localhost:8983/solr not online.
ok 48 status does not expose cli parameters to end user in 243ms
not ok 49 setup_file failed
# (from function `setup_file' in test file test/test_zk.bats, line 22)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# bats warning: Executed 39 instead of expected 51 tests

> Task :solr:packaging:integrationTests FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build.gradle' line: 285

* What went wrong:
Execution failed for task ':solr:packaging:integrationTests'.
> Process 'command '/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats/bin/bats'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 50m 59s
643 actionable tasks: 643 executed

Publishing build scan...
https://ge.apache.org/s/adplhwgv6jwcm

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-check-9.3 - Build # 488 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-check-9.3/488/

All tests passed

Build Log:
[...truncated 1128 lines...]
#   ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/4-1
# Last output:
# WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use.
#          To turn off: bin/solr config -c COLL_NAME -p 8983 -action set-user-property -property update.autoCreateFields -value false
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
not ok 5 create for cloud mode in 1585ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_create.bats, line 40)
#   `assert_output --partial "Created collection 'COLL_NAME'"' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   Created collection 'COLL_NAME'
# output (4 lines):
#   WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use.
#            To turn off: bin/solr config -c COLL_NAME -p 8983 -action set-user-property -property update.autoCreateFields -value false
#
#   ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/5-2
# Last output:
# WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use.
#          To turn off: bin/solr config -c COLL_NAME -p 8983 -action set-user-property -property update.autoCreateFields -value false
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
not ok 6 setup_file failed
# (from function `setup_file' in test file test/test_create_collection.bats, line 22)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 3447164
# 1814309)
# Please choose a different port using the -p option.
#
not ok 14 setup_file failed
# (from function `setup_file' in test file test/test_delete_collection.bats, line 22)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 3447164
# 1814309)
# Please choose a different port using the -p option.
#
not ok 18 SOLR-16755 test works with noprompt in 1144ms
# (in test file test/test_example_noprompt.bats, line 32)
#   `solr start -e cloud -noprompt' failed
#
# Welcome to the SolrCloud example!
#
# Starting up 2 Solr nodes for your example SolrCloud cluster.
#
# Creating Solr home directory /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/example/cloud/node1/solr
# Cloning /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/example/cloud/node1 into
#    /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/example/cloud/node2
#
# Starting up Solr on port 8983 using command:
# "/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/bin/solr" start -cloud -p 8983 -s "build/solr-9.3.1-SNAPSHOT/example/cloud/node1/solr"
#
#
# Port 8983 is already being used by another process (pid: 3447164
# 1814309)
# Please choose a different port using the -p option.
#
#
# ERROR: Failed to start Solr using command: "/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/bin/solr" start -cloud -p 8983 -s "build/solr-9.3.1-SNAPSHOT/example/cloud/node1/solr" Exception : org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/18-1
not ok 19 Check export command in 2852ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_export.bats, line 36)
#   `assert_output --partial 'Export complete'' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   Export complete
# output (2 lines):
#
#   ERROR: Couldn't initialize a HttpClusterStateProvider (is/are the Solr server(s), [http://localhost:8983/solr], down?)
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/19-1
# Last output:
#
# ERROR: Couldn't initialize a HttpClusterStateProvider (is/are the Solr server(s), [http://localhost:8983/solr], down?)
ok 20 export fails on non cloud mode in 3201ms
not ok 21 healthcheck on cloud solr in 1182ms
# (in test file test/test_healthcheck.bats, line 32)
#   `solr start -c -e films' failed
# Creating Solr home directory /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/example/films/solr
#
# Starting up Solr on port 8983 using command:
# "/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/bin/solr" start -cloud -p 8983 -s "build/solr-9.3.1-SNAPSHOT/example/films/solr"
#
#
# Port 8983 is already being used by another process (pid: 3447164
# 1814309)
# Please choose a different port using the -p option.
#
#
# ERROR: Failed to start Solr using command: "/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/bin/solr" start -cloud -p 8983 -s "build/solr-9.3.1-SNAPSHOT/example/films/solr" Exception : org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/21-1
ok 22 start help flag prints help in 155ms
ok 23 stop help flag prints help in 150ms
ok 24 restart help flag prints help in 154ms
ok 25 status help flag prints help in 46ms # skip Currently the status -help flag doesn't return nice help text!
ok 26 healthcheck help flag prints help in 148ms
ok 27 create help flag prints help in 152ms
ok 28 createcore help flag prints help in 158ms
ok 29 createcollection help flag prints help in 176ms
ok 30 delete help flag prints help in 157ms
ok 31 version help flag prints help in 48ms # skip Currently the version -help flag doesn't return nice help text!
ok 32 zk help flag prints help in 148ms
ok 33 auth help flag prints help in 154ms
ok 34 assert help flag prints help in 45ms # skip Currently the assert -help flag doesn't return nice help text!
not ok 35 SQL Module in 34617ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_modules.bats, line 36)
#   `assert_output --partial '"docs":'' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   "docs":
# output (2 lines):
#
#   ERROR: Server refused connection at: http://localhost:8983/solr/COLL_NAME/sql?stmt=select+id+from+COLL_NAME+limit+10&wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/35-1
# WARN  - 2023-09-01 08:02:11.515; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
# Last output:
#
# ERROR: Server refused connection at: http://localhost:8983/solr/COLL_NAME/sql?stmt=select+id+from+COLL_NAME+limit+10&wt=javabin&version=2
not ok 36 Hadoop-Auth Module: KerberosPlugin Classloading in 32086ms
# (in test file test/test_modules.bats, line 49)
#   `solr start -c \' failed
#
# Port 8983 is already being used by another process (pid: 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/36-2
# WARN  - 2023-09-01 08:02:43.638; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
not ok 37 icu collation in analysis-extras module in 33317ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_modules.bats, line 66)
#   `assert_output --partial "Created collection 'COLL_NAME'"' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   Created collection 'COLL_NAME'
# output (2 lines):
#
#   ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #3 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/37-3
# WARN  - 2023-09-01 08:03:16.980; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
# Last output:
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
not ok 38 package detects no running solr in 1269ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_packages.bats, line 34)
#   `assert_output --partial "No Solr nodes are running."' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   No Solr nodes are running.
# output (39 lines):
#
#   Found 2 Solr nodes:
#
#   Solr process 3447164 running on port 8983
#   Package Manager
#   ---------------
#   ./solr package add-repo <repository-name> <repository-url>
#   Add a repository to Solr.
#
#   ./solr package add-key <file-containing-trusted-key>
#   Add a trusted key to Solr.
#
#   ./solr package install <package-name>[:<version>] 
#   Install a package into Solr. This copies over the artifacts from the repository into Solr's internal package store and sets up classloader for this package to be used.
#
#   ./solr package deploy <package-name>[:<version>] [-y] [--update] -collections <comma-separated-collections> [-p <param1>=<val1> -p <param2>=<val2> ...] 
#   Bootstraps a previously installed package into the specified collections. It the package accepts parameters for its setup commands, they can be specified (as per package documentation).
#
#   ./solr package list-installed
#   Print a list of packages installed in Solr.
#
#   ./solr package list-available
#   Print a list of packages available in the repositories.
#
#   ./solr package list-deployed -c <collection>
#   Print a list of packages deployed on a given collection.
#
#   ./solr package list-deployed <package-name>
#   Print a list of collections on which a given package has been deployed.
#
#   ./solr package undeploy <package-name> -collections <comma-separated-collections>
#   Undeploy a package from specified collection(s)
#
#   ./solr package uninstall <package-name>:<version>
#   Uninstall an unused package with specified version from Solr. Both package name and version are required.
#
#
#   Note: (a) Please add '-solrUrl http://host:port' parameter if needed (usually on Windows).
#         (b) Please make sure that all Solr nodes are started with '-Denable.packages=true' parameter.
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/38-1
# Last output:
#
# Found 2 Solr nodes:
#
# Solr process 3447164 running on port 8983
# Package Manager
# ---------------
# ./solr package add-repo <repository-name> <repository-url>
# Add a repository to Solr.
#
# ./solr package add-key <file-containing-trusted-key>
# Add a trusted key to Solr.
#
# ./solr package install <package-name>[:<version>] 
# Install a package into Solr. This copies over the artifacts from the repository into Solr's internal package store and sets up classloader for this package to be used.
#
# ./solr package deploy <package-name>[:<version>] [-y] [--update] -collections <comma-separated-collections> [-p <param1>=<val1> -p <param2>=<val2> ...] 
# Bootstraps a previously installed package into the specified collections. It the package accepts parameters for its setup commands, they can be specified (as per package documentation).
#
# ./solr package list-installed
# Print a list of packages installed in Solr.
#
# ./solr package list-available
# Print a list of packages available in the repositories.
#
# ./solr package list-deployed -c <collection>
# Print a list of packages deployed on a given collection.
#
# ./solr package list-deployed <package-name>
# Print a list of collections on which a given package has been deployed.
#
# ./solr package undeploy <package-name> -collections <comma-separated-collections>
# Undeploy a package from specified collection(s)
#
# ./solr package uninstall <package-name>:<version>
# Uninstall an unused package with specified version from Solr. Both package name and version are required.
#
#
# Note: (a) Please add '-solrUrl http://host:port' parameter if needed (usually on Windows).
#       (b) Please make sure that all Solr nodes are started with '-Denable.packages=true' parameter.
not ok 39 lifecycle of package in 3521ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_packages.bats, line 47)
#   `assert_output --partial "Available packages:"' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   Available packages:
# output (29 lines):
#
#   Found 2 Solr nodes:
#
#   Solr process 3447164 running on port 8983
#   org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
#   	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527)
#   	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1192)
#   	at org.apache.solr.cli.PackageTool.getZkHost(PackageTool.java:372)
#   	at org.apache.solr.cli.PackageTool.runImpl(PackageTool.java:90)
#   	at org.apache.solr.cli.ToolBase.runTool(ToolBase.java:52)
#   	at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:156)
#   Caused by: java.net.ConnectException: Connection refused
#   	at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
#   	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:774)
#   	at java.base/sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120)
#   	at org.eclipse.jetty.io.ClientConnector.connect(ClientConnector.java:427)
#   	at org.eclipse.jetty.http2.client.HTTP2Client.connect(HTTP2Client.java:406)
#   	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:146)
#   	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:135)
#   	at org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:633)
#   	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:610)
#   	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:606)
#   	at org.eclipse.jetty.util.SocketAddressResolver$Async.lambda$resolve$1(SocketAddressResolver.java:180)
#   	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
#   	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
#   	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
#   	at java.base/java.lang.Thread.run(Thread.java:829)
#
#   ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/39-2
# Last output:
#
# Found 2 Solr nodes:
#
# Solr process 3447164 running on port 8983
# org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527)
# 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1192)
# 	at org.apache.solr.cli.PackageTool.getZkHost(PackageTool.java:372)
# 	at org.apache.solr.cli.PackageTool.runImpl(PackageTool.java:90)
# 	at org.apache.solr.cli.ToolBase.runTool(ToolBase.java:52)
# 	at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:156)
# Caused by: java.net.ConnectException: Connection refused
# 	at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
# 	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:774)
# 	at java.base/sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120)
# 	at org.eclipse.jetty.io.ClientConnector.connect(ClientConnector.java:427)
# 	at org.eclipse.jetty.http2.client.HTTP2Client.connect(HTTP2Client.java:406)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:146)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:135)
# 	at org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:633)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:610)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:606)
# 	at org.eclipse.jetty.util.SocketAddressResolver$Async.lambda$resolve$1(SocketAddressResolver.java:180)
# 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
# 	at java.base/java.lang.Thread.run(Thread.java:829)
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
not ok 40 deploying and undeploying of packages in 1489ms
# (in test file test/test_packages.bats, line 53)
#   `solr create_collection -c foo-1.2' failed
# WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use.
#          To turn off: bin/solr config -c foo-1.2 -p 8983 -action set-user-property -property update.autoCreateFields -value false
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
#
# Please find the SOLR_HOME snapshot for failed test #3 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/40-3
# Last output:
#
# Port 8983 is already being used by another process (pid: 3447164
# 1814309)
# Please choose a different port using the -p option.
not ok 41 Affinity placement plugin using sysprop in 37310ms
# (in test file test/test_placement_plugin.bats, line 34)
#   `solr assert -c http://localhost:8983/solr -t 3000' failed with status 100
#
# ERROR: Solr is not running on url http://localhost:8983/solr after 3 seconds
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/41-1
# WARN  - 2023-09-01 08:04:00.739; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
# Last output:
#
# Port 8983 is already being used by another process (pid: 3447164
# 1814309)
# Please choose a different port using the -p option.
not ok 42 Random placement plugin using ENV in 37328ms
# (in test file test/test_placement_plugin.bats, line 43)
#   `solr assert -c http://localhost:8983/solr -t 3000' failed with status 100
#
# ERROR: Solr is not running on url http://localhost:8983/solr after 3 seconds
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/42-2
# WARN  - 2023-09-01 08:04:38.062; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
# Last output:
#
# Port 8983 is already being used by another process (pid: 3447164
# 1814309)
# Please choose a different port using the -p option.
not ok 43 setup_file failed
# (from function `setup_file' in test file test/test_postlogs.bats, line 22)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 3447164
# 1814309)
# Please choose a different port using the -p option.
#
not ok 44 start solr with ssl in 2699ms
# (in test file test/test_ssl.bats, line 54)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/44-1
# Last output:
# INFO  - 2023-09-01 08:05:11.603; org.apache.solr.util.configuration.SSLConfigurations; Setting javax.net.ssl.keyStorePassword
# INFO  - 2023-09-01 08:05:11.607; org.apache.solr.util.configuration.SSLConfigurations; Setting javax.net.ssl.trustStorePassword
# Exception in thread "main" org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527)
# 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1192)
# 	at org.apache.solr.cli.SolrCLI.getZkHost(SolrCLI.java:559)
# 	at org.apache.solr.cli.AuthTool.clearSecurityJson(AuthTool.java:483)
# 	at org.apache.solr.cli.AuthTool.handleBasicAuth(AuthTool.java:440)
# 	at org.apache.solr.cli.AuthTool.runTool(AuthTool.java:151)
# 	at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:156)
# Caused by: java.net.ConnectException: Connection refused
# 	at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
# 	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:774)
# 	at java.base/sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120)
# 	at org.eclipse.jetty.io.ClientConnector.connect(ClientConnector.java:427)
# 	at org.eclipse.jetty.http2.client.HTTP2Client.connect(HTTP2Client.java:406)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:146)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:135)
# 	at org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:633)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:610)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:606)
# 	at org.eclipse.jetty.util.SocketAddressResolver$Async.lambda$resolve$1(SocketAddressResolver.java:180)
# 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
# 	at java.base/java.lang.Thread.run(Thread.java:829)
not ok 45 start solr with ssl and auth in 2366ms
# (in test file test/test_ssl.bats, line 86)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/45-2
# Last output:
# INFO  - 2023-09-01 08:05:14.007; org.apache.solr.util.configuration.SSLConfigurations; Setting javax.net.ssl.keyStorePassword
# INFO  - 2023-09-01 08:05:14.012; org.apache.solr.util.configuration.SSLConfigurations; Setting javax.net.ssl.trustStorePassword
# Exception in thread "main" org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527)
# 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1192)
# 	at org.apache.solr.cli.SolrCLI.getZkHost(SolrCLI.java:559)
# 	at org.apache.solr.cli.AuthTool.clearSecurityJson(AuthTool.java:483)
# 	at org.apache.solr.cli.AuthTool.handleBasicAuth(AuthTool.java:440)
# 	at org.apache.solr.cli.AuthTool.runTool(AuthTool.java:151)
# 	at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:156)
# Caused by: java.net.ConnectException: Connection refused
# 	at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
# 	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:774)
# 	at java.base/sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120)
# 	at org.eclipse.jetty.io.ClientConnector.connect(ClientConnector.java:427)
# 	at org.eclipse.jetty.http2.client.HTTP2Client.connect(HTTP2Client.java:406)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:146)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:135)
# 	at org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:633)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:610)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:606)
# 	at org.eclipse.jetty.util.SocketAddressResolver$Async.lambda$resolve$1(SocketAddressResolver.java:180)
# 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
# 	at java.base/java.lang.Thread.run(Thread.java:829)
not ok 46 SOLR-11740 check 'solr stop' connection in 248ms
# (in test file test/test_start_solr.bats, line 32)
#   `solr start' failed
#
# Port 8983 is already being used by another process (pid: 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/46-1
not ok 47 status detects locally running solr in 2496ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_status.bats, line 33)
#   `assert_output --partial "No Solr nodes are running."' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   No Solr nodes are running.
# output (9 lines):
#
#   Found 2 Solr nodes:
#
#   Solr process 3447164 running on port 8983
#   Solr at http://localhost:8983/solr not online.
#
#
#   Solr process 1814309 running on port 8983
#   Solr at http://localhost:8983/solr not online.
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/47-1
# Last output:
#
# Found 2 Solr nodes:
#
# Solr process 3447164 running on port 8983
# Solr at http://localhost:8983/solr not online.
#
#
# Solr process 1814309 running on port 8983
# Solr at http://localhost:8983/solr not online.
ok 48 status does not expose cli parameters to end user in 240ms
not ok 49 setup_file failed
# (from function `setup_file' in test file test/test_zk.bats, line 22)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# bats warning: Executed 39 instead of expected 51 tests

> Task :solr:packaging:integrationTests FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build.gradle' line: 285

* What went wrong:
Execution failed for task ':solr:packaging:integrationTests'.
> Process 'command '/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats/bin/bats'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 52m 25s
643 actionable tasks: 643 executed

Publishing build scan...
https://ge.apache.org/s/yqu6i5fgdrddc

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-check-9.3 - Build # 487 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-check-9.3/487/

All tests passed

Build Log:
[...truncated 1131 lines...]
#   ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/4-1
# Last output:
# WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use.
#          To turn off: bin/solr config -c COLL_NAME -p 8983 -action set-user-property -property update.autoCreateFields -value false
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
not ok 5 create for cloud mode in 1492ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_create.bats, line 40)
#   `assert_output --partial "Created collection 'COLL_NAME'"' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   Created collection 'COLL_NAME'
# output (4 lines):
#   WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use.
#            To turn off: bin/solr config -c COLL_NAME -p 8983 -action set-user-property -property update.autoCreateFields -value false
#
#   ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/5-2
# Last output:
# WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use.
#          To turn off: bin/solr config -c COLL_NAME -p 8983 -action set-user-property -property update.autoCreateFields -value false
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
not ok 6 setup_file failed
# (from function `setup_file' in test file test/test_create_collection.bats, line 22)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
not ok 14 setup_file failed
# (from function `setup_file' in test file test/test_delete_collection.bats, line 22)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
not ok 18 SOLR-16755 test works with noprompt in 1063ms
# (in test file test/test_example_noprompt.bats, line 32)
#   `solr start -e cloud -noprompt' failed
#
# Welcome to the SolrCloud example!
#
# Starting up 2 Solr nodes for your example SolrCloud cluster.
#
# Creating Solr home directory /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/example/cloud/node1/solr
# Cloning /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/example/cloud/node1 into
#    /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/example/cloud/node2
#
# Starting up Solr on port 8983 using command:
# "/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/bin/solr" start -cloud -p 8983 -s "build/solr-9.3.1-SNAPSHOT/example/cloud/node1/solr"
#
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
#
# ERROR: Failed to start Solr using command: "/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/bin/solr" start -cloud -p 8983 -s "build/solr-9.3.1-SNAPSHOT/example/cloud/node1/solr" Exception : org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/18-1
not ok 19 Check export command in 2588ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_export.bats, line 36)
#   `assert_output --partial 'Export complete'' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   Export complete
# output (2 lines):
#
#   ERROR: Couldn't initialize a HttpClusterStateProvider (is/are the Solr server(s), [http://localhost:8983/solr], down?)
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/19-1
# Last output:
#
# ERROR: Couldn't initialize a HttpClusterStateProvider (is/are the Solr server(s), [http://localhost:8983/solr], down?)
ok 20 export fails on non cloud mode in 2783ms
not ok 21 healthcheck on cloud solr in 1099ms
# (in test file test/test_healthcheck.bats, line 32)
#   `solr start -c -e films' failed
# Creating Solr home directory /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/example/films/solr
#
# Starting up Solr on port 8983 using command:
# "/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/bin/solr" start -cloud -p 8983 -s "build/solr-9.3.1-SNAPSHOT/example/films/solr"
#
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
#
# ERROR: Failed to start Solr using command: "/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/solr-9.3.1-SNAPSHOT/bin/solr" start -cloud -p 8983 -s "build/solr-9.3.1-SNAPSHOT/example/films/solr" Exception : org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/21-1
ok 22 start help flag prints help in 169ms
ok 23 stop help flag prints help in 161ms
ok 24 restart help flag prints help in 147ms
ok 25 status help flag prints help in 42ms # skip Currently the status -help flag doesn't return nice help text!
ok 26 healthcheck help flag prints help in 146ms
ok 27 create help flag prints help in 144ms
ok 28 createcore help flag prints help in 141ms
ok 29 createcollection help flag prints help in 143ms
ok 30 delete help flag prints help in 140ms
ok 31 version help flag prints help in 41ms # skip Currently the version -help flag doesn't return nice help text!
ok 32 zk help flag prints help in 157ms
ok 33 auth help flag prints help in 145ms
ok 34 assert help flag prints help in 41ms # skip Currently the assert -help flag doesn't return nice help text!
not ok 35 SQL Module in 34330ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_modules.bats, line 36)
#   `assert_output --partial '"docs":'' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   "docs":
# output (2 lines):
#
#   ERROR: Server refused connection at: http://localhost:8983/solr/COLL_NAME/sql?stmt=select+id+from+COLL_NAME+limit+10&wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/35-1
# WARN  - 2023-09-01 04:55:16.616; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
# Last output:
#
# ERROR: Server refused connection at: http://localhost:8983/solr/COLL_NAME/sql?stmt=select+id+from+COLL_NAME+limit+10&wt=javabin&version=2
not ok 36 Hadoop-Auth Module: KerberosPlugin Classloading in 32043ms
# (in test file test/test_modules.bats, line 49)
#   `solr start -c \' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/36-2
# WARN  - 2023-09-01 04:55:48.670; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
not ok 37 icu collation in analysis-extras module in 33468ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_modules.bats, line 66)
#   `assert_output --partial "Created collection 'COLL_NAME'"' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   Created collection 'COLL_NAME'
# output (2 lines):
#
#   ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #3 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/37-3
# WARN  - 2023-09-01 04:56:22.162; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
# Last output:
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
not ok 38 package detects no running solr in 1168ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_packages.bats, line 34)
#   `assert_output --partial "No Solr nodes are running."' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   No Solr nodes are running.
# output (39 lines):
#
#   Found 3 Solr nodes:
#
#   Solr process 378811 running on port 8983
#   Package Manager
#   ---------------
#   ./solr package add-repo <repository-name> <repository-url>
#   Add a repository to Solr.
#
#   ./solr package add-key <file-containing-trusted-key>
#   Add a trusted key to Solr.
#
#   ./solr package install <package-name>[:<version>] 
#   Install a package into Solr. This copies over the artifacts from the repository into Solr's internal package store and sets up classloader for this package to be used.
#
#   ./solr package deploy <package-name>[:<version>] [-y] [--update] -collections <comma-separated-collections> [-p <param1>=<val1> -p <param2>=<val2> ...] 
#   Bootstraps a previously installed package into the specified collections. It the package accepts parameters for its setup commands, they can be specified (as per package documentation).
#
#   ./solr package list-installed
#   Print a list of packages installed in Solr.
#
#   ./solr package list-available
#   Print a list of packages available in the repositories.
#
#   ./solr package list-deployed -c <collection>
#   Print a list of packages deployed on a given collection.
#
#   ./solr package list-deployed <package-name>
#   Print a list of collections on which a given package has been deployed.
#
#   ./solr package undeploy <package-name> -collections <comma-separated-collections>
#   Undeploy a package from specified collection(s)
#
#   ./solr package uninstall <package-name>:<version>
#   Uninstall an unused package with specified version from Solr. Both package name and version are required.
#
#
#   Note: (a) Please add '-solrUrl http://host:port' parameter if needed (usually on Windows).
#         (b) Please make sure that all Solr nodes are started with '-Denable.packages=true' parameter.
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/38-1
# Last output:
#
# Found 3 Solr nodes:
#
# Solr process 378811 running on port 8983
# Package Manager
# ---------------
# ./solr package add-repo <repository-name> <repository-url>
# Add a repository to Solr.
#
# ./solr package add-key <file-containing-trusted-key>
# Add a trusted key to Solr.
#
# ./solr package install <package-name>[:<version>] 
# Install a package into Solr. This copies over the artifacts from the repository into Solr's internal package store and sets up classloader for this package to be used.
#
# ./solr package deploy <package-name>[:<version>] [-y] [--update] -collections <comma-separated-collections> [-p <param1>=<val1> -p <param2>=<val2> ...] 
# Bootstraps a previously installed package into the specified collections. It the package accepts parameters for its setup commands, they can be specified (as per package documentation).
#
# ./solr package list-installed
# Print a list of packages installed in Solr.
#
# ./solr package list-available
# Print a list of packages available in the repositories.
#
# ./solr package list-deployed -c <collection>
# Print a list of packages deployed on a given collection.
#
# ./solr package list-deployed <package-name>
# Print a list of collections on which a given package has been deployed.
#
# ./solr package undeploy <package-name> -collections <comma-separated-collections>
# Undeploy a package from specified collection(s)
#
# ./solr package uninstall <package-name>:<version>
# Uninstall an unused package with specified version from Solr. Both package name and version are required.
#
#
# Note: (a) Please add '-solrUrl http://host:port' parameter if needed (usually on Windows).
#       (b) Please make sure that all Solr nodes are started with '-Denable.packages=true' parameter.
not ok 39 lifecycle of package in 3237ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_packages.bats, line 47)
#   `assert_output --partial "Available packages:"' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   Available packages:
# output (29 lines):
#
#   Found 3 Solr nodes:
#
#   Solr process 378811 running on port 8983
#   org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
#   	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527)
#   	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1192)
#   	at org.apache.solr.cli.PackageTool.getZkHost(PackageTool.java:372)
#   	at org.apache.solr.cli.PackageTool.runImpl(PackageTool.java:90)
#   	at org.apache.solr.cli.ToolBase.runTool(ToolBase.java:52)
#   	at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:156)
#   Caused by: java.net.ConnectException: Connection refused
#   	at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
#   	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:774)
#   	at java.base/sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120)
#   	at org.eclipse.jetty.io.ClientConnector.connect(ClientConnector.java:427)
#   	at org.eclipse.jetty.http2.client.HTTP2Client.connect(HTTP2Client.java:406)
#   	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:146)
#   	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:135)
#   	at org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:633)
#   	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:610)
#   	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:606)
#   	at org.eclipse.jetty.util.SocketAddressResolver$Async.lambda$resolve$1(SocketAddressResolver.java:180)
#   	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
#   	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
#   	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
#   	at java.base/java.lang.Thread.run(Thread.java:829)
#
#   ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# --
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/39-2
# Last output:
#
# Found 3 Solr nodes:
#
# Solr process 378811 running on port 8983
# org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527)
# 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1192)
# 	at org.apache.solr.cli.PackageTool.getZkHost(PackageTool.java:372)
# 	at org.apache.solr.cli.PackageTool.runImpl(PackageTool.java:90)
# 	at org.apache.solr.cli.ToolBase.runTool(ToolBase.java:52)
# 	at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:156)
# Caused by: java.net.ConnectException: Connection refused
# 	at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
# 	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:774)
# 	at java.base/sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120)
# 	at org.eclipse.jetty.io.ClientConnector.connect(ClientConnector.java:427)
# 	at org.eclipse.jetty.http2.client.HTTP2Client.connect(HTTP2Client.java:406)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:146)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:135)
# 	at org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:633)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:610)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:606)
# 	at org.eclipse.jetty.util.SocketAddressResolver$Async.lambda$resolve$1(SocketAddressResolver.java:180)
# 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
# 	at java.base/java.lang.Thread.run(Thread.java:829)
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
not ok 40 deploying and undeploying of packages in 1329ms
# (in test file test/test_packages.bats, line 53)
#   `solr create_collection -c foo-1.2' failed
# WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use.
#          To turn off: bin/solr config -c foo-1.2 -p 8983 -action set-user-property -property update.autoCreateFields -value false
#
# ERROR: Server refused connection at: http://localhost:8983/solr/admin/info/system?wt=javabin&version=2
#
# Please find the SOLR_HOME snapshot for failed test #3 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/40-3
# Last output:
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
not ok 41 Affinity placement plugin using sysprop in 37081ms
# (in test file test/test_placement_plugin.bats, line 34)
#   `solr assert -c http://localhost:8983/solr -t 3000' failed with status 100
#
# ERROR: Solr is not running on url http://localhost:8983/solr after 3 seconds
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/41-1
# WARN  - 2023-09-01 04:57:05.158; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
# Last output:
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
not ok 42 Random placement plugin using ENV in 37103ms
# (in test file test/test_placement_plugin.bats, line 43)
#   `solr assert -c http://localhost:8983/solr -t 3000' failed with status 100
#
# ERROR: Solr is not running on url http://localhost:8983/solr after 3 seconds
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/42-2
# WARN  - 2023-09-01 04:57:42.277; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes
#
# ERROR: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983 within 30000 ms
#
# Last output:
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
not ok 43 setup_file failed
# (from function `setup_file' in test file test/test_postlogs.bats, line 22)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
not ok 44 start solr with ssl in 2249ms
# (in test file test/test_ssl.bats, line 54)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/44-1
# Last output:
# INFO  - 2023-09-01 04:58:15.327; org.apache.solr.util.configuration.SSLConfigurations; Setting javax.net.ssl.keyStorePassword
# INFO  - 2023-09-01 04:58:15.331; org.apache.solr.util.configuration.SSLConfigurations; Setting javax.net.ssl.trustStorePassword
# Exception in thread "main" org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527)
# 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1192)
# 	at org.apache.solr.cli.SolrCLI.getZkHost(SolrCLI.java:559)
# 	at org.apache.solr.cli.AuthTool.clearSecurityJson(AuthTool.java:483)
# 	at org.apache.solr.cli.AuthTool.handleBasicAuth(AuthTool.java:440)
# 	at org.apache.solr.cli.AuthTool.runTool(AuthTool.java:151)
# 	at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:156)
# Caused by: java.net.ConnectException: Connection refused
# 	at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
# 	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:774)
# 	at java.base/sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120)
# 	at org.eclipse.jetty.io.ClientConnector.connect(ClientConnector.java:427)
# 	at org.eclipse.jetty.http2.client.HTTP2Client.connect(HTTP2Client.java:406)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:146)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:135)
# 	at org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:633)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:610)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:606)
# 	at org.eclipse.jetty.util.SocketAddressResolver$Async.lambda$resolve$1(SocketAddressResolver.java:180)
# 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
# 	at java.base/java.lang.Thread.run(Thread.java:829)
not ok 45 start solr with ssl and auth in 2226ms
# (in test file test/test_ssl.bats, line 86)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# Please find the SOLR_HOME snapshot for failed test #2 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/45-2
# Last output:
# INFO  - 2023-09-01 04:58:17.601; org.apache.solr.util.configuration.SSLConfigurations; Setting javax.net.ssl.keyStorePassword
# INFO  - 2023-09-01 04:58:17.605; org.apache.solr.util.configuration.SSLConfigurations; Setting javax.net.ssl.trustStorePassword
# Exception in thread "main" org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://localhost:8983/solr/admin/info/system?wt=javabin&version=2
# 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:527)
# 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1192)
# 	at org.apache.solr.cli.SolrCLI.getZkHost(SolrCLI.java:559)
# 	at org.apache.solr.cli.AuthTool.clearSecurityJson(AuthTool.java:483)
# 	at org.apache.solr.cli.AuthTool.handleBasicAuth(AuthTool.java:440)
# 	at org.apache.solr.cli.AuthTool.runTool(AuthTool.java:151)
# 	at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:156)
# Caused by: java.net.ConnectException: Connection refused
# 	at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
# 	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:774)
# 	at java.base/sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120)
# 	at org.eclipse.jetty.io.ClientConnector.connect(ClientConnector.java:427)
# 	at org.eclipse.jetty.http2.client.HTTP2Client.connect(HTTP2Client.java:406)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:146)
# 	at org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.connect(HttpClientTransportOverHTTP2.java:135)
# 	at org.eclipse.jetty.client.HttpClient$1.connect(HttpClient.java:633)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:610)
# 	at org.eclipse.jetty.client.HttpClient$1.succeeded(HttpClient.java:606)
# 	at org.eclipse.jetty.util.SocketAddressResolver$Async.lambda$resolve$1(SocketAddressResolver.java:180)
# 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
# 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
# 	at java.base/java.lang.Thread.run(Thread.java:829)
not ok 46 SOLR-11740 check 'solr stop' connection in 215ms
# (in test file test/test_start_solr.bats, line 32)
#   `solr start' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/46-1
not ok 47 status detects locally running solr in 3474ms
# (from function `assert_output' in file /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, line 247,
#  in test file test/test_status.bats, line 33)
#   `assert_output --partial "No Solr nodes are running."' failed
#
# -- output does not contain substring --
# substring (1 lines):
#   No Solr nodes are running.
# output (13 lines):
#
#   Found 3 Solr nodes:
#
#   Solr process 378811 running on port 8983
#   Solr at http://localhost:8983/solr not online.
#
#
#   Solr process 3447164 running on port 8983
#   Solr at http://localhost:8983/solr not online.
#
#
#   Solr process 1814309 running on port 8983
#   Solr at http://localhost:8983/solr not online.
# --
#
# Please find the SOLR_HOME snapshot for failed test #1 at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build/test-output/failure-snapshots/47-1
# Last output:
#
# Found 3 Solr nodes:
#
# Solr process 378811 running on port 8983
# Solr at http://localhost:8983/solr not online.
#
#
# Solr process 3447164 running on port 8983
# Solr at http://localhost:8983/solr not online.
#
#
# Solr process 1814309 running on port 8983
# Solr at http://localhost:8983/solr not online.
ok 48 status does not expose cli parameters to end user in 223ms
not ok 49 setup_file failed
# (from function `setup_file' in test file test/test_zk.bats, line 22)
#   `solr start -c' failed
#
# Port 8983 is already being used by another process (pid: 378811
# 3447164
# 1814309)
# Please choose a different port using the -p option.
#
# bats warning: Executed 39 instead of expected 51 tests

> Task :solr:packaging:integrationTests FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/solr/packaging/build.gradle' line: 285

* What went wrong:
Execution failed for task ':solr:packaging:integrationTests'.
> Process 'command '/home/jenkins/jenkins-slave/workspace/Solr/Solr-check-9.3/.gradle/node/packaging/node_modules/bats/bin/bats'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 49m 58s
643 actionable tasks: 643 executed

Publishing build scan...
https://ge.apache.org/s/m5eh62elyxbli

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any