Started by user Balakumaran G [EnvInject] - Loading node environment variables. Building remotely on slv-sc2306-32g-12c (P0 jython_slave) in workspace /data/workspace/temp_win_private_eventing_job_1 [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Done Cloning the remote Git repository Cloning repository git://github.com/couchbase/testrunner > /usr/bin/git init /data/workspace/temp_win_private_eventing_job_1 # timeout=10 Fetching upstream changes from git://github.com/couchbase/testrunner > /usr/bin/git --version # timeout=10 > /usr/bin/git fetch --tags --progress git://github.com/couchbase/testrunner +refs/heads/*:refs/remotes/origin/* > /usr/bin/git config remote.origin.url git://github.com/couchbase/testrunner # timeout=10 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > /usr/bin/git config remote.origin.url git://github.com/couchbase/testrunner # timeout=10 Fetching upstream changes from git://github.com/couchbase/testrunner > /usr/bin/git fetch --tags --progress git://github.com/couchbase/testrunner +refs/heads/*:refs/remotes/origin/* > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 8e0fd69c2b0b3b2e1caa7f3131feb0d4c227637e (refs/remotes/origin/master) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 8e0fd69c2b0b3b2e1caa7f3131feb0d4c227637e > /usr/bin/git rev-list 8e0fd69c2b0b3b2e1caa7f3131feb0d4c227637e # timeout=10 [temp_win_private_eventing_job_1] $ /bin/sh -xe /tmp/jenkins7314570734737492076.sh + git log -3 commit 8e0fd69c2b0b3b2e1caa7f3131feb0d4c227637e Author: saigon Date: Tue Apr 27 14:30:32 2021 -0700 CBQE-6736 fix typo n1ql port in ini file. Change-Id: I37bffe5dc4c64d14dc001201f5e8ef8889c72143 Reviewed-on: http://review.couchbase.org/c/testrunner/+/152263 Tested-by: Thuan Nguyen Reviewed-by: Ajay Bhullar commit bd5e3309d73664f8b3c9c9c74041fcb41920600c Author: pierrecouch Date: Tue Apr 27 11:59:23 2021 -0700 Fix error messahe Change-Id: I01e451a78de8441df60eb67ac3a8ecb67e54ba64 Reviewed-on: http://review.couchbase.org/c/testrunner/+/152247 Reviewed-by: Ajay Bhullar Tested-by: Pierre Regazzoni commit eb0b424e5d12eb7713819d5f022dbb69d4b17374 Author: saigon Date: Tue Apr 27 12:21:32 2021 -0700 add more logs in query_tool Change-Id: I8d988c539317a1ba2042cbea74e58ccfdd4dbe45 Reviewed-on: http://review.couchbase.org/c/testrunner/+/152250 Tested-by: Thuan Nguyen Reviewed-by: Korrigan Clark + echo '[global] username:Administrator password:Membase123 port:8091 [membase] rest_username:Administrator rest_password:password [cluster1] 1:_1 2:_2 [cluster2] 1:_3 2:_4 [servers] 1:_1 2:_2 3:_3 4:_4 5:_5 6:_6 [_1] ip:172.23.136.179 n1ql_port:8093 index_port:9102 services:kv,index,n1ql [_2] ip:172.23.136.175 [_3] ip:172.23.136.176 [_4] ip:172.23.136.177 [_5] ip:172.23.136.178 [_6] ip:172.23.136.148 ' + echo '[global] username:Administrator password:Membase123 index_port:9102 n1ql_port:8093 [membase] rest_username:Administrator rest_password:password [servers] 1:_1 2:_2 3:_3 4:_4 [_1] ip:172.23.136.179 port:8091 services:kv,index,n1ql,fts [_2] ip:172.23.136.175 port:8091 services:kv,index,n1ql,fts [_3] ip:172.23.136.148 port:8091 services:kv,index,n1ql,fts [_4] ip:172.23.136.177 port:8091 services:kv,index,n1ql,fts ' + git submodule init Submodule 'java_sdk_client' (https://github.com/couchbaselabs/java_sdk_client) registered for path 'java_sdk_client' + git submodule update --init --force --remote Cloning into 'java_sdk_client'... Submodule path 'java_sdk_client': checked out '8ae805783999ba5069f66511449402eda9d73931' + '[' -f /etc/redhat-release ']' + yum install -y maven Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: sjc.edge.kernel.org * extras: mirror.keystealth.org * updates: mirror.lax.genesisadaptive.com Package maven-3.0.5-17.el7.noarch already installed and latest version Nothing to do + '[' -f /etc/lsb-release ']' + chmod 777 java_sdk_client/collections/configure.sh + mvn -f java_sdk_client/collections/pom.xml clean install OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building javaclient 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ javaclient --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javaclient --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ javaclient --- [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 19 source files to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javaclient --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ javaclient --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ javaclient --- [INFO] No tests to run. [INFO] Surefire report directory: /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-dependency-plugin:2.1:copy-dependencies (copy-dependencies) @ javaclient --- [INFO] Copying core-io-2.1.3.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/core-io-2.1.3.jar [INFO] Copying java-client-3.1.3.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/java-client-3.1.3.jar [INFO] Copying jackson-annotations-2.10.3.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/jackson-annotations-2.10.3.jar [INFO] Copying jackson-core-2.10.3.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/jackson-core-2.10.3.jar [INFO] Copying jackson-databind-2.10.3.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/jackson-databind-2.10.3.jar [INFO] Copying javafaker-1.0.2.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/javafaker-1.0.2.jar [INFO] Copying generex-1.0.2.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/generex-1.0.2.jar [INFO] Copying json-simple-1.1.1.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/json-simple-1.1.1.jar [INFO] Copying commons-codec-1.11.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/commons-codec-1.11.jar [INFO] Copying commons-logging-1.2.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/commons-logging-1.2.jar [INFO] Copying automaton-1.11-8.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/automaton-1.11-8.jar [INFO] Copying reactor-core-3.4.3.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/reactor-core-3.4.3.jar [INFO] Copying rxjava-2.2.0.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/rxjava-2.2.0.jar [INFO] Copying junit-4.12.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/junit-4.12.jar [INFO] Copying log4j-1.2.17.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/log4j-1.2.17.jar [INFO] Copying argparse4j-0.8.1.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/argparse4j-0.8.1.jar [INFO] Copying commons-lang3-3.5.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/commons-lang3-3.5.jar [INFO] Copying httpclient-4.5.12.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/httpclient-4.5.12.jar [INFO] Copying httpcore-4.4.13.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/httpcore-4.4.13.jar [INFO] Copying hamcrest-core-1.3.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/hamcrest-core-1.3.jar [INFO] Copying reactive-streams-1.0.2.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/reactive-streams-1.0.2.jar [INFO] Copying slf4j-api-1.7.30.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/slf4j-api-1.7.30.jar [INFO] Copying slf4j-log4j12-1.7.30.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/slf4j-log4j12-1.7.30.jar [INFO] Copying snakeyaml-1.23-android.jar to /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/lib/snakeyaml-1.23-android.jar [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ javaclient --- [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/resources [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ javaclient --- [INFO] Building jar: /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/javaclient.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ javaclient --- [INFO] Installing /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/target/javaclient/javaclient.jar to /root/.m2/repository/com/couchbase/javaclient/javaclient/1.0-SNAPSHOT/javaclient-1.0-SNAPSHOT.jar [INFO] Installing /data/workspace/temp_win_private_eventing_job_1/java_sdk_client/collections/pom.xml to /root/.m2/repository/com/couchbase/javaclient/javaclient/1.0-SNAPSHOT/javaclient-1.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.411s [INFO] Finished at: Tue Apr 27 20:42:04 PDT 2021 [INFO] Final Memory: 23M/448M [INFO] ------------------------------------------------------------------------ [temp_win_private_eventing_job_1] $ /bin/sh -xe /tmp/jenkins7075587438195041567.sh + python3 scripts/new_install.py -i /tmp/testexec-temp_win_private_eventing_job_2.ini -p timeout=2000,get-cbcollect-info=True,version=7.0.0-5017,product=cb,debug_logs=True,url= 2021-04-27 20:42:05,358 - root - WARNING - URL: is not valid, will use version to locate build 2021-04-27 20:42:05,359 - root - INFO - SSH Connecting to 172.23.136.179 with username:Administrator, attempt#1 of 5 2021-04-27 20:42:05,472 - root - INFO - SSH Connected to 172.23.136.179 as Administrator 2021-04-27 20:42:05,792 - root - INFO - File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:42:05,792 - root - INFO - This is windows server! 2021-04-27 20:42:05,859 - root - INFO - File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:42:05,913 - root - INFO - get windows information 2021-04-27 20:42:05,975 - root - INFO - running command.raw on 172.23.136.179: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:42:06,121 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:06,123 - root - INFO - SSH Connecting to 172.23.136.175 with username:Administrator, attempt#1 of 5 2021-04-27 20:42:06,236 - root - INFO - SSH Connected to 172.23.136.175 as Administrator 2021-04-27 20:42:06,559 - root - INFO - File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:42:06,559 - root - INFO - This is windows server! 2021-04-27 20:42:06,627 - root - INFO - File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:42:06,678 - root - INFO - get windows information 2021-04-27 20:42:06,741 - root - INFO - running command.raw on 172.23.136.175: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:42:06,885 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:06,886 - root - INFO - SSH Connecting to 172.23.136.148 with username:Administrator, attempt#1 of 5 2021-04-27 20:42:06,996 - root - INFO - SSH Connected to 172.23.136.148 as Administrator 2021-04-27 20:42:07,315 - root - INFO - File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:42:07,316 - root - INFO - This is windows server! 2021-04-27 20:42:07,390 - root - INFO - File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:42:07,444 - root - INFO - get windows information 2021-04-27 20:42:07,506 - root - INFO - running command.raw on 172.23.136.148: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:42:07,650 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:07,652 - root - INFO - SSH Connecting to 172.23.136.177 with username:Administrator, attempt#1 of 5 2021-04-27 20:42:07,763 - root - INFO - SSH Connected to 172.23.136.177 as Administrator 2021-04-27 20:42:08,082 - root - INFO - File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:42:08,082 - root - INFO - This is windows server! 2021-04-27 20:42:08,147 - root - INFO - File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:42:08,200 - root - INFO - get windows information 2021-04-27 20:42:08,263 - root - INFO - running command.raw on 172.23.136.177: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:42:08,410 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:08,411 - root - INFO - SSH Connecting to 172.23.136.179 with username:Administrator, attempt#1 of 5 2021-04-27 20:42:08,522 - root - INFO - SSH Connected to 172.23.136.179 as Administrator 2021-04-27 20:42:08,842 - root - INFO - File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:42:08,842 - root - INFO - This is windows server! 2021-04-27 20:42:08,909 - root - INFO - File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:42:08,963 - root - INFO - get windows information 2021-04-27 20:42:09,027 - root - INFO - running command.raw on 172.23.136.179: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:42:09,174 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:09,175 - root - INFO - SSH Connecting to 172.23.136.175 with username:Administrator, attempt#1 of 5 2021-04-27 20:42:09,286 - root - INFO - SSH Connected to 172.23.136.175 as Administrator 2021-04-27 20:42:09,603 - root - INFO - File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:42:09,603 - root - INFO - This is windows server! 2021-04-27 20:42:09,671 - root - INFO - File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:42:09,728 - root - INFO - get windows information 2021-04-27 20:42:09,794 - root - INFO - running command.raw on 172.23.136.175: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:42:09,942 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:09,944 - root - INFO - SSH Connecting to 172.23.136.148 with username:Administrator, attempt#1 of 5 2021-04-27 20:42:10,054 - root - INFO - SSH Connected to 172.23.136.148 as Administrator 2021-04-27 20:42:10,361 - root - INFO - File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:42:10,361 - root - INFO - This is windows server! 2021-04-27 20:42:10,425 - root - INFO - File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:42:10,477 - root - INFO - get windows information 2021-04-27 20:42:10,542 - root - INFO - running command.raw on 172.23.136.148: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:42:10,686 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:10,687 - root - INFO - SSH Connecting to 172.23.136.177 with username:Administrator, attempt#1 of 5 2021-04-27 20:42:10,796 - root - INFO - SSH Connected to 172.23.136.177 as Administrator 2021-04-27 20:42:11,098 - root - INFO - File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:42:11,098 - root - INFO - This is windows server! 2021-04-27 20:42:11,164 - root - INFO - File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:42:11,217 - root - INFO - get windows information 2021-04-27 20:42:11,279 - root - INFO - running command.raw on 172.23.136.177: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:42:11,424 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:11,425 - root - INFO - Trying to check is this url alive: http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:11,427 - root - INFO - This url http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi is live 2021-04-27 20:42:11,428 - root - INFO - Trying to check is this url alive: http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:11,429 - root - INFO - This url http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi is live 2021-04-27 20:42:11,429 - root - INFO - Trying to check is this url alive: http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:11,430 - root - INFO - This url http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi is live 2021-04-27 20:42:11,430 - root - INFO - Trying to check is this url alive: http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:11,431 - root - INFO - This url http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi is live 2021-04-27 20:42:11,431 - root - INFO - Downloading build binary to 172.23.136.179:/cygdrive/c/tmp/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi.. 2021-04-27 20:42:11,432 - root - INFO - running command.raw on 172.23.136.179: cd /cygdrive/c/tmp/; wget -Nq http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:11,500 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:11,500 - root - INFO - running command.raw on 172.23.136.179: curl -I http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2>&1 | grep Content-Length 2021-04-27 20:42:11,621 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:11,621 - root - INFO - running command.raw on 172.23.136.179: cd /cygdrive/c/tmp/ && wc -c couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:11,723 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:11,723 - root - INFO - running command.raw on 172.23.136.179: ls -lh /cygdrive/c/tmp/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:11,823 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:11,823 - root - INFO - Downloading build binary to 172.23.136.175:/cygdrive/c/tmp/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi.. 2021-04-27 20:42:11,823 - root - INFO - running command.raw on 172.23.136.175: cd /cygdrive/c/tmp/; wget -Nq http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:11,892 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:11,892 - root - INFO - running command.raw on 172.23.136.175: curl -I http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2>&1 | grep Content-Length 2021-04-27 20:42:12,009 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:12,009 - root - INFO - running command.raw on 172.23.136.175: cd /cygdrive/c/tmp/ && wc -c couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:12,108 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:12,108 - root - INFO - running command.raw on 172.23.136.175: ls -lh /cygdrive/c/tmp/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:12,210 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:12,210 - root - INFO - Downloading build binary to 172.23.136.148:/cygdrive/c/tmp/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi.. 2021-04-27 20:42:12,210 - root - INFO - running command.raw on 172.23.136.148: cd /cygdrive/c/tmp/; wget -Nq http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:12,280 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:12,280 - root - INFO - running command.raw on 172.23.136.148: curl -I http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2>&1 | grep Content-Length 2021-04-27 20:42:12,401 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:12,401 - root - INFO - running command.raw on 172.23.136.148: cd /cygdrive/c/tmp/ && wc -c couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:12,503 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:12,503 - root - INFO - running command.raw on 172.23.136.148: ls -lh /cygdrive/c/tmp/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:12,606 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:12,606 - root - INFO - Downloading build binary to 172.23.136.177:/cygdrive/c/tmp/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi.. 2021-04-27 20:42:12,606 - root - INFO - running command.raw on 172.23.136.177: cd /cygdrive/c/tmp/; wget -Nq http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:12,676 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:12,676 - root - INFO - running command.raw on 172.23.136.177: curl -I http://172.23.126.166/builds/latestbuilds/couchbase-server/cheshire-cat/5017/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2>&1 | grep Content-Length 2021-04-27 20:42:12,796 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:12,796 - root - INFO - running command.raw on 172.23.136.177: cd /cygdrive/c/tmp/ && wc -c couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:12,900 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:12,900 - root - INFO - running command.raw on 172.23.136.177: ls -lh /cygdrive/c/tmp/couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi 2021-04-27 20:42:13,001 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:22,213 - root - INFO - running command.raw on 172.23.136.175: cat /cygdrive/c/Program\ Files/Couchbase/Server/VERSION.txt 2021-04-27 20:42:22,265 - root - INFO - running command.raw on 172.23.136.177: cat /cygdrive/c/Program\ Files/Couchbase/Server/VERSION.txt 2021-04-27 20:42:22,320 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:22,320 - root - INFO - running command.raw on 172.23.136.175: cd /cygdrive/c/tmp/; ls *7.0.0-5017*.msi 2021-04-27 20:42:22,369 - root - INFO - running command.raw on 172.23.136.148: cat /cygdrive/c/Program\ Files/Couchbase/Server/VERSION.txt 2021-04-27 20:42:22,370 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:22,370 - root - INFO - running command.raw on 172.23.136.177: cd /cygdrive/c/tmp/; ls *7.0.0-5017*.msi 2021-04-27 20:42:22,433 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:22,433 - root - INFO - running command.raw on 172.23.136.175: cd /cygdrive/c/tmp/; msiexec /x couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi /passive 2021-04-27 20:42:22,473 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:22,473 - root - INFO - running command.raw on 172.23.136.148: cd /cygdrive/c/tmp/; ls *7.0.0-5017*.msi 2021-04-27 20:42:22,484 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:22,484 - root - INFO - running command.raw on 172.23.136.177: cd /cygdrive/c/tmp/; msiexec /x couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi /passive 2021-04-27 20:42:22,589 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:22,589 - root - INFO - running command.raw on 172.23.136.148: cd /cygdrive/c/tmp/; msiexec /x couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi /passive 2021-04-27 20:42:22,778 - root - INFO - running command.raw on 172.23.136.179: cat /cygdrive/c/Program\ Files/Couchbase/Server/VERSION.txt 2021-04-27 20:42:22,886 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:22,886 - root - INFO - running command.raw on 172.23.136.179: cd /cygdrive/c/tmp/; ls *7.0.0-5017*.msi 2021-04-27 20:42:22,997 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:22,997 - root - INFO - running command.raw on 172.23.136.179: cd /cygdrive/c/tmp/; msiexec /x couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi /passive 2021-04-27 20:42:49,221 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:49,222 - root - INFO - running command.raw on 172.23.136.177: taskkill /F /IM MicrosoftEdge.exe /T 2021-04-27 20:42:49,400 - root - INFO - command executed with Administrator but got an error ['ERROR: The process "MicrosoftEdge.exe" not found.'] ... 2021-04-27 20:42:49,400 - root - INFO - running command.raw on 172.23.136.177: taskkill /F /IM iexplore.exe /T 2021-04-27 20:42:49,543 - root - INFO - command executed with Administrator but got an error ['ERROR: The process "iexplore.exe" not found.'] ... 2021-04-27 20:42:50,970 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:50,971 - root - INFO - running command.raw on 172.23.136.175: taskkill /F /IM MicrosoftEdge.exe /T 2021-04-27 20:42:51,113 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:51,113 - root - INFO - running command.raw on 172.23.136.148: taskkill /F /IM MicrosoftEdge.exe /T 2021-04-27 20:42:51,153 - root - INFO - command executed with Administrator but got an error ['ERROR: The process "MicrosoftEdge.exe" not found.'] ... 2021-04-27 20:42:51,153 - root - INFO - running command.raw on 172.23.136.175: taskkill /F /IM iexplore.exe /T 2021-04-27 20:42:51,248 - root - INFO - command executed successfully with Administrator 2021-04-27 20:42:51,248 - root - INFO - running command.raw on 172.23.136.179: taskkill /F /IM MicrosoftEdge.exe /T 2021-04-27 20:42:51,305 - root - INFO - command executed with Administrator but got an error ['ERROR: The process "iexplore.exe" not found.'] ... 2021-04-27 20:42:51,320 - root - INFO - command executed with Administrator but got an error ['ERROR: The process "MicrosoftEdge.exe" not found.'] ... 2021-04-27 20:42:51,320 - root - INFO - running command.raw on 172.23.136.148: taskkill /F /IM iexplore.exe /T 2021-04-27 20:42:51,434 - root - INFO - command executed with Administrator but got an error ['ERROR: The process "MicrosoftEdge.exe" not found.'] ... 2021-04-27 20:42:51,434 - root - INFO - running command.raw on 172.23.136.179: taskkill /F /IM iexplore.exe /T 2021-04-27 20:42:51,459 - root - INFO - command executed with Administrator but got an error ['ERROR: The process "iexplore.exe" not found.'] ... 2021-04-27 20:42:51,575 - root - INFO - command executed with Administrator but got an error ['ERROR: The process "iexplore.exe" not found.'] ... 2021-04-27 20:42:51,807 - root - INFO - Done with uninstall on 172.23.136.177. 2021-04-27 20:42:51,807 - root - INFO - running command.raw on 172.23.136.177: cd /cygdrive/c/tmp/; msiexec /i couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi /passive /L*V install_status.txt 2021-04-27 20:42:53,563 - root - INFO - Done with uninstall on 172.23.136.175. 2021-04-27 20:42:53,563 - root - INFO - running command.raw on 172.23.136.175: cd /cygdrive/c/tmp/; msiexec /i couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi /passive /L*V install_status.txt 2021-04-27 20:42:53,703 - root - INFO - Done with uninstall on 172.23.136.148. 2021-04-27 20:42:53,703 - root - INFO - running command.raw on 172.23.136.148: cd /cygdrive/c/tmp/; msiexec /i couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi /passive /L*V install_status.txt 2021-04-27 20:42:53,863 - root - INFO - Done with uninstall on 172.23.136.179. 2021-04-27 20:42:53,863 - root - INFO - running command.raw on 172.23.136.179: cd /cygdrive/c/tmp/; msiexec /i couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi /passive /L*V install_status.txt 2021-04-27 20:44:03,719 - root - INFO - command executed successfully with Administrator 2021-04-27 20:44:03,719 - root - INFO - Waiting 50s for install to complete on 172.23.136.177.. 2021-04-27 20:44:06,127 - root - INFO - command executed successfully with Administrator 2021-04-27 20:44:06,127 - root - INFO - Waiting 50s for install to complete on 172.23.136.175.. 2021-04-27 20:44:06,304 - root - INFO - command executed successfully with Administrator 2021-04-27 20:44:06,305 - root - INFO - Waiting 50s for install to complete on 172.23.136.179.. 2021-04-27 20:44:06,879 - root - INFO - command executed successfully with Administrator 2021-04-27 20:44:06,879 - root - INFO - Waiting 50s for install to complete on 172.23.136.148.. 2021-04-27 20:44:53,752 - root - INFO - running command.raw on 172.23.136.177: cd /cygdrive/c/tmp/; msiexec /i couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi /passive /L*V install_status.txt 2021-04-27 20:44:56,174 - root - INFO - running command.raw on 172.23.136.175: cd /cygdrive/c/tmp/; msiexec /i couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi /passive /L*V install_status.txt 2021-04-27 20:44:56,355 - root - INFO - running command.raw on 172.23.136.179: cd /cygdrive/c/tmp/; msiexec /i couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi /passive /L*V install_status.txt 2021-04-27 20:44:56,929 - root - INFO - running command.raw on 172.23.136.148: cd /cygdrive/c/tmp/; msiexec /i couchbase-server-enterprise_7.0.0-5017-windows_amd64.msi /passive /L*V install_status.txt 2021-04-27 20:45:36,893 - root - INFO - command executed successfully with Administrator 2021-04-27 20:45:36,894 - root - INFO - Waiting 50s for install to complete on 172.23.136.177.. 2021-04-27 20:45:39,702 - root - INFO - command executed successfully with Administrator 2021-04-27 20:45:39,703 - root - INFO - Waiting 50s for install to complete on 172.23.136.179.. 2021-04-27 20:45:39,935 - root - INFO - command executed successfully with Administrator 2021-04-27 20:45:39,935 - root - INFO - Waiting 50s for install to complete on 172.23.136.175.. 2021-04-27 20:45:40,675 - root - INFO - command executed successfully with Administrator 2021-04-27 20:45:40,675 - root - INFO - Waiting 50s for install to complete on 172.23.136.148.. 2021-04-27 20:46:26,944 - root - INFO - running command.raw on 172.23.136.177: cd /cygdrive/c/tmp/; vi +"set nobomb | set fenc=ascii | x" install_status.txt; grep '7.0.0-5017.*[Configuration\|Installation] completed successfully.' install_status.txt && echo 1 || echo 0 2021-04-27 20:46:29,127 - root - INFO - command executed with Administrator but got an error ['Vim: Warning: Output is not to a terminal', 'Vim: Warning: Input is not from a terminal'] ... 2021-04-27 20:46:29,127 - root - INFO - Done with install on 172.23.136.177. 2021-04-27 20:46:29,128 - root - INFO - Waiting 60s for 172.23.136.177 to be initialized.. 2021-04-27 20:46:29,741 - root - INFO - running command.raw on 172.23.136.179: cd /cygdrive/c/tmp/; vi +"set nobomb | set fenc=ascii | x" install_status.txt; grep '7.0.0-5017.*[Configuration\|Installation] completed successfully.' install_status.txt && echo 1 || echo 0 2021-04-27 20:46:29,942 - root - INFO - running command.raw on 172.23.136.175: cd /cygdrive/c/tmp/; vi +"set nobomb | set fenc=ascii | x" install_status.txt; grep '7.0.0-5017.*[Configuration\|Installation] completed successfully.' install_status.txt && echo 1 || echo 0 2021-04-27 20:46:30,725 - root - INFO - running command.raw on 172.23.136.148: cd /cygdrive/c/tmp/; vi +"set nobomb | set fenc=ascii | x" install_status.txt; grep '7.0.0-5017.*[Configuration\|Installation] completed successfully.' install_status.txt && echo 1 || echo 0 2021-04-27 20:46:31,923 - root - INFO - command executed with Administrator but got an error ['Vim: Warning: Output is not to a terminal', 'Vim: Warning: Input is not from a terminal'] ... 2021-04-27 20:46:31,923 - root - INFO - Done with install on 172.23.136.179. 2021-04-27 20:46:31,923 - root - INFO - Waiting 60s for 172.23.136.179 to be initialized.. 2021-04-27 20:46:32,128 - root - INFO - command executed with Administrator but got an error ['Vim: Warning: Output is not to a terminal', 'Vim: Warning: Input is not from a terminal'] ... 2021-04-27 20:46:32,128 - root - INFO - Done with install on 172.23.136.175. 2021-04-27 20:46:32,128 - root - INFO - Waiting 60s for 172.23.136.175 to be initialized.. 2021-04-27 20:46:32,942 - root - INFO - command executed with Administrator but got an error ['Vim: Warning: Output is not to a terminal', 'Vim: Warning: Input is not from a terminal'] ... 2021-04-27 20:46:32,942 - root - INFO - Done with install on 172.23.136.148. 2021-04-27 20:46:32,942 - root - INFO - Waiting 60s for 172.23.136.148 to be initialized.. 2021-04-27 20:47:29,141 - root - INFO - running command.raw on 172.23.136.177: /cygdrive/c/Program\ Files/Couchbase/Server/bin/couchbase-cli node-init -c 172.23.136.177 -u Administrator -p password > /dev/null && echo 1 || echo 0; 2021-04-27 20:47:29,724 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:29,725 - root - INFO - running command.raw on 172.23.136.177: /cygdrive/c/Program\ Files/Couchbase/Server/bin/couchbase-cli node-init -c 172.23.136.177 -u Administrator -p password > /dev/null && echo 1 || echo 0; 2021-04-27 20:47:30,088 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:30,088 - root - INFO - running command.raw on 172.23.136.177: /cygdrive/c/Program\ Files/Couchbase/Server/bin/couchbase-cli node-init -c 172.23.136.177 -u Administrator -p password > /dev/null && echo 1 || echo 0; 2021-04-27 20:47:30,470 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:30,470 - root - WARNING - Unable to init node 172.23.136.177 due to [] 2021-04-27 20:47:31,492 - root - INFO - Setting INDEX memory quota as 256 MB on 172.23.136.177 2021-04-27 20:47:31,492 - root - INFO - pools/default params : indexMemoryQuota=256 2021-04-27 20:47:31,496 - root - INFO - Setting FTS memory quota as 512 MB on 172.23.136.177 2021-04-27 20:47:31,497 - root - INFO - pools/default params : ftsMemoryQuota=512 2021-04-27 20:47:31,500 - root - INFO - Setting KV memory quota as 2522 MB on 172.23.136.177 2021-04-27 20:47:31,501 - root - INFO - pools/default params : memoryQuota=2522 2021-04-27 20:47:31,504 - root - INFO - --> init_node_services(Administrator,password,None,8091,['kv', 'index', 'n1ql', 'fts']) 2021-04-27 20:47:31,504 - root - INFO - /node/controller/setupServices params on 172.23.136.177: 8091:hostname=None&user=Administrator&password=password&services=kv%2Cindex%2Cn1ql%2Cfts 2021-04-27 20:47:31,553 - root - INFO - settings/indexes params : storageMode=plasma 2021-04-27 20:47:31,572 - root - INFO - --> in init_cluster...Administrator,password,8091 2021-04-27 20:47:31,572 - root - INFO - settings/web params on 172.23.136.177:8091:port=8091&username=Administrator&password=password 2021-04-27 20:47:31,674 - root - INFO - --> status:True 2021-04-27 20:47:31,674 - root - INFO - Done with init on 172.23.136.177. 2021-04-27 20:47:31,674 - root - INFO - running command.raw on 172.23.136.177: ls -td /cygdrive/c/tmp/couchbase*.msi | awk 'NR>2' | xargs rm -f 2021-04-27 20:47:31,776 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:31,777 - root - INFO - Done with cleanup on 172.23.136.177. 2021-04-27 20:47:31,983 - root - INFO - running command.raw on 172.23.136.179: /cygdrive/c/Program\ Files/Couchbase/Server/bin/couchbase-cli node-init -c 172.23.136.179 -u Administrator -p password > /dev/null && echo 1 || echo 0; 2021-04-27 20:47:32,188 - root - INFO - running command.raw on 172.23.136.175: /cygdrive/c/Program\ Files/Couchbase/Server/bin/couchbase-cli node-init -c 172.23.136.175 -u Administrator -p password > /dev/null && echo 1 || echo 0; 2021-04-27 20:47:32,597 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:32,597 - root - INFO - running command.raw on 172.23.136.179: /cygdrive/c/Program\ Files/Couchbase/Server/bin/couchbase-cli node-init -c 172.23.136.179 -u Administrator -p password > /dev/null && echo 1 || echo 0; 2021-04-27 20:47:32,819 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:32,819 - root - INFO - running command.raw on 172.23.136.175: /cygdrive/c/Program\ Files/Couchbase/Server/bin/couchbase-cli node-init -c 172.23.136.175 -u Administrator -p password > /dev/null && echo 1 || echo 0; 2021-04-27 20:47:32,961 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:32,961 - root - INFO - running command.raw on 172.23.136.179: /cygdrive/c/Program\ Files/Couchbase/Server/bin/couchbase-cli node-init -c 172.23.136.179 -u Administrator -p password > /dev/null && echo 1 || echo 0; 2021-04-27 20:47:33,003 - root - INFO - running command.raw on 172.23.136.148: /cygdrive/c/Program\ Files/Couchbase/Server/bin/couchbase-cli node-init -c 172.23.136.148 -u Administrator -p password > /dev/null && echo 1 || echo 0; 2021-04-27 20:47:33,192 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:33,192 - root - INFO - running command.raw on 172.23.136.175: /cygdrive/c/Program\ Files/Couchbase/Server/bin/couchbase-cli node-init -c 172.23.136.175 -u Administrator -p password > /dev/null && echo 1 || echo 0; 2021-04-27 20:47:33,345 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:33,346 - root - WARNING - Unable to init node 172.23.136.179 due to [] 2021-04-27 20:47:33,563 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:33,563 - root - WARNING - Unable to init node 172.23.136.175 due to [] 2021-04-27 20:47:33,624 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:33,624 - root - INFO - running command.raw on 172.23.136.148: /cygdrive/c/Program\ Files/Couchbase/Server/bin/couchbase-cli node-init -c 172.23.136.148 -u Administrator -p password > /dev/null && echo 1 || echo 0; 2021-04-27 20:47:33,991 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:33,992 - root - INFO - running command.raw on 172.23.136.148: /cygdrive/c/Program\ Files/Couchbase/Server/bin/couchbase-cli node-init -c 172.23.136.148 -u Administrator -p password > /dev/null && echo 1 || echo 0; 2021-04-27 20:47:34,366 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:34,367 - root - WARNING - Unable to init node 172.23.136.148 due to [] 2021-04-27 20:47:34,370 - root - INFO - Setting INDEX memory quota as 256 MB on 172.23.136.179 2021-04-27 20:47:34,371 - root - INFO - pools/default params : indexMemoryQuota=256 2021-04-27 20:47:34,375 - root - INFO - Setting FTS memory quota as 512 MB on 172.23.136.179 2021-04-27 20:47:34,375 - root - INFO - pools/default params : ftsMemoryQuota=512 2021-04-27 20:47:34,379 - root - INFO - Setting KV memory quota as 2522 MB on 172.23.136.179 2021-04-27 20:47:34,379 - root - INFO - pools/default params : memoryQuota=2522 2021-04-27 20:47:34,382 - root - INFO - --> init_node_services(Administrator,password,None,8091,['kv', 'index', 'n1ql', 'fts']) 2021-04-27 20:47:34,383 - root - INFO - /node/controller/setupServices params on 172.23.136.179: 8091:hostname=None&user=Administrator&password=password&services=kv%2Cindex%2Cn1ql%2Cfts 2021-04-27 20:47:34,426 - root - INFO - settings/indexes params : storageMode=plasma 2021-04-27 20:47:34,441 - root - INFO - --> in init_cluster...Administrator,password,8091 2021-04-27 20:47:34,441 - root - INFO - settings/web params on 172.23.136.179:8091:port=8091&username=Administrator&password=password 2021-04-27 20:47:34,545 - root - INFO - --> status:True 2021-04-27 20:47:34,545 - root - INFO - Done with init on 172.23.136.179. 2021-04-27 20:47:34,545 - root - INFO - running command.raw on 172.23.136.179: ls -td /cygdrive/c/tmp/couchbase*.msi | awk 'NR>2' | xargs rm -f 2021-04-27 20:47:34,584 - root - INFO - Setting INDEX memory quota as 256 MB on 172.23.136.175 2021-04-27 20:47:34,584 - root - INFO - pools/default params : indexMemoryQuota=256 2021-04-27 20:47:34,589 - root - INFO - Setting FTS memory quota as 512 MB on 172.23.136.175 2021-04-27 20:47:34,589 - root - INFO - pools/default params : ftsMemoryQuota=512 2021-04-27 20:47:34,593 - root - INFO - Setting KV memory quota as 2522 MB on 172.23.136.175 2021-04-27 20:47:34,593 - root - INFO - pools/default params : memoryQuota=2522 2021-04-27 20:47:34,597 - root - INFO - --> init_node_services(Administrator,password,None,8091,['kv', 'index', 'n1ql', 'fts']) 2021-04-27 20:47:34,597 - root - INFO - /node/controller/setupServices params on 172.23.136.175: 8091:hostname=None&user=Administrator&password=password&services=kv%2Cindex%2Cn1ql%2Cfts 2021-04-27 20:47:34,645 - root - INFO - settings/indexes params : storageMode=plasma 2021-04-27 20:47:34,647 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:34,648 - root - INFO - Done with cleanup on 172.23.136.179. 2021-04-27 20:47:34,660 - root - INFO - --> in init_cluster...Administrator,password,8091 2021-04-27 20:47:34,660 - root - INFO - settings/web params on 172.23.136.175:8091:port=8091&username=Administrator&password=password 2021-04-27 20:47:34,766 - root - INFO - --> status:True 2021-04-27 20:47:34,766 - root - INFO - Done with init on 172.23.136.175. 2021-04-27 20:47:34,766 - root - INFO - running command.raw on 172.23.136.175: ls -td /cygdrive/c/tmp/couchbase*.msi | awk 'NR>2' | xargs rm -f 2021-04-27 20:47:34,863 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:34,863 - root - INFO - Done with cleanup on 172.23.136.175. 2021-04-27 20:47:35,387 - root - INFO - Setting INDEX memory quota as 256 MB on 172.23.136.148 2021-04-27 20:47:35,388 - root - INFO - pools/default params : indexMemoryQuota=256 2021-04-27 20:47:35,392 - root - INFO - Setting FTS memory quota as 512 MB on 172.23.136.148 2021-04-27 20:47:35,392 - root - INFO - pools/default params : ftsMemoryQuota=512 2021-04-27 20:47:35,397 - root - INFO - Setting KV memory quota as 2522 MB on 172.23.136.148 2021-04-27 20:47:35,397 - root - INFO - pools/default params : memoryQuota=2522 2021-04-27 20:47:35,400 - root - INFO - --> init_node_services(Administrator,password,None,8091,['kv', 'index', 'n1ql', 'fts']) 2021-04-27 20:47:35,400 - root - INFO - /node/controller/setupServices params on 172.23.136.148: 8091:hostname=None&user=Administrator&password=password&services=kv%2Cindex%2Cn1ql%2Cfts 2021-04-27 20:47:35,446 - root - INFO - settings/indexes params : storageMode=plasma 2021-04-27 20:47:35,463 - root - INFO - --> in init_cluster...Administrator,password,8091 2021-04-27 20:47:35,463 - root - INFO - settings/web params on 172.23.136.148:8091:port=8091&username=Administrator&password=password 2021-04-27 20:47:35,582 - root - INFO - --> status:True 2021-04-27 20:47:35,583 - root - INFO - Done with init on 172.23.136.148. 2021-04-27 20:47:35,583 - root - INFO - running command.raw on 172.23.136.148: ls -td /cygdrive/c/tmp/couchbase*.msi | awk 'NR>2' | xargs rm -f 2021-04-27 20:47:35,685 - root - INFO - command executed successfully with Administrator 2021-04-27 20:47:35,685 - root - INFO - Done with cleanup on 172.23.136.148. 2021-04-27 20:47:53,329 - root - INFO - ---------------------------------------------------------------------------------------------------- 2021-04-27 20:47:53,349 - root - INFO - cluster:C1 node:172.23.136.179:8091 version:7.0.0-5017-enterprise aFamily:inet services:['fts', 'index', 'kv', 'n1ql'] 2021-04-27 20:47:53,349 - root - INFO - cluster:C2 node:172.23.136.175:8091 version:7.0.0-5017-enterprise aFamily:inet services:['fts', 'index', 'kv', 'n1ql'] 2021-04-27 20:47:53,349 - root - INFO - cluster:C3 node:172.23.136.148:8091 version:7.0.0-5017-enterprise aFamily:inet services:['fts', 'index', 'kv', 'n1ql'] 2021-04-27 20:47:53,349 - root - INFO - cluster:C4 node:172.23.136.177:8091 version:7.0.0-5017-enterprise aFamily:inet services:['fts', 'index', 'kv', 'n1ql'] 2021-04-27 20:47:53,349 - root - INFO - ---------------------------------------------------------------------------------------------------- 2021-04-27 20:47:53,349 - root - INFO - ---------------------------------------------------------------------------------------------------- 2021-04-27 20:47:53,349 - root - INFO - ---------------------------------------------------------------------------------------------------- 2021-04-27 20:47:53,349 - root - INFO - INSTALL COMPLETED ON: 172.23.136.179 2021-04-27 20:47:53,350 - root - INFO - INSTALL COMPLETED ON: 172.23.136.175 2021-04-27 20:47:53,350 - root - INFO - INSTALL COMPLETED ON: 172.23.136.148 2021-04-27 20:47:53,350 - root - INFO - INSTALL COMPLETED ON: 172.23.136.177 2021-04-27 20:47:53,350 - root - INFO - ---------------------------------------------------------------------------------------------------- 2021-04-27 20:47:53,350 - root - INFO - TOTAL INSTALL TIME = 348 seconds + python3 testrunner.py -i /tmp/testexec-temp_win_private_eventing_job_2.ini -p get-cbcollect-info=True,get-logs=True,get-coredumps=True -t rebalance.rebalancein.RebalanceInTests.rebalance_in_after_ops,nodes_in=1,nodes_init=3,replicas=1,items=100000,skip_cleanup=True INFO:root:__main__ INFO:__main__:TestRunner: parsing args... INFO:__main__:Checking arguments... INFO:__main__:TestRunner: start... INFO:__main__:Global Test input params: INFO:__main__: Number of tests initially selected before GROUP filters: 1 INFO:__main__:--> Running test: rebalance.rebalancein.RebalanceInTests.rebalance_in_after_ops,nodes_in=1,nodes_init=3,replicas=1,items=100000,skip_cleanup=True INFO:__main__:Logs folder: /data/workspace/temp_win_private_eventing_job_1/logs/testrunner-21-Apr-27_20-47-53/test_1 *** TestRunner *** {'cluster_name': 'testexec-temp_win_private_eventing_job_2', 'get-cbcollect-info': 'True', 'get-coredumps': 'True', 'get-logs': 'True', 'ini': '/tmp/testexec-temp_win_private_eventing_job_2.ini', 'num_nodes': 4} Logs will be stored at /data/workspace/temp_win_private_eventing_job_1/logs/testrunner-21-Apr-27_20-47-53/test_1 ./testrunner -i /tmp/testexec-temp_win_private_eventing_job_2.ini -p get-cbcollect-info=True,get-logs=True,get-coredumps=True -t rebalance.rebalancein.RebalanceInTests.rebalance_in_after_ops,nodes_in=1,nodes_init=3,replicas=1,items=100000,skip_cleanup=True Test Input params: {'nodes_in': '1', 'nodes_init': '3', 'replicas': '1', 'items': '100000', 'skip_cleanup': 'True', 'ini': '/tmp/testexec-temp_win_private_eventing_job_2.ini', 'cluster_name': 'testexec-temp_win_private_eventing_job_2', 'get-cbcollect-info': 'True', 'get-logs': 'True', 'get-coredumps': 'True', 'num_nodes': 4, 'case_number': 1, 'logs_folder': '/data/workspace/temp_win_private_eventing_job_1/logs/testrunner-21-Apr-27_20-47-53/test_1'} [2021-04-27 20:47:53,693] - [remote_util:299] INFO - SSH Connecting to 172.23.136.179 with username:Administrator, attempt#1 of 5 [2021-04-27 20:47:53,810] - [remote_util:335] INFO - SSH Connected to 172.23.136.179 as Administrator [2021-04-27 20:47:54,139] - [remote_util:1626] INFO - File /cygdrive/c/Windows/win.ini was found [2021-04-27 20:47:54,139] - [remote_util:3676] INFO - This is windows server! [2021-04-27 20:47:54,207] - [remote_util:1626] INFO - File /cygdrive/c/tmp/windows_info.txt was found [2021-04-27 20:47:54,259] - [remote_util:1666] INFO - get windows information [2021-04-27 20:47:54,321] - [remote_util:3427] INFO - running command.raw on 172.23.136.179: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat [2021-04-27 20:47:54,468] - [remote_util:3475] INFO - command executed successfully with Administrator [2021-04-27 20:47:54,524] - [remote_util:3427] INFO - running command.raw on 172.23.136.179: cat '/cygdrive/c/Program Files/Couchbase/Server/VERSION.txt' [2021-04-27 20:47:54,572] - [remote_util:3475] INFO - command executed successfully with Administrator [2021-04-27 20:47:54,572] - [remote_util:938] INFO - 172.23.136.179 **** The version file /cygdrive/c/Program\ Files/Couchbase/Server/ VERSION.txt exists [2021-04-27 20:47:54,573] - [remote_util:157] INFO - Checking for process memcached on windows [2021-04-27 20:47:54,791] - [remote_util:169] INFO - process is running on 172.23.136.179: ['memcached.exe', '4272', 'Services', '0', '55,916', 'K'] [2021-04-27 20:47:54,791] - [remote_util:157] INFO - Checking for process erl on windows [2021-04-27 20:47:55,014] - [remote_util:169] INFO - process is running on 172.23.136.179: ['erlsrv.exe', '7600', 'Services', '0', '3,152', 'K'] [2021-04-27 20:47:55,015] - [remote_util:299] INFO - SSH Connecting to 172.23.136.175 with username:Administrator, attempt#1 of 5 [2021-04-27 20:47:55,127] - [remote_util:335] INFO - SSH Connected to 172.23.136.175 as Administrator [2021-04-27 20:47:55,456] - [remote_util:1626] INFO - File /cygdrive/c/Windows/win.ini was found [2021-04-27 20:47:55,456] - [remote_util:3676] INFO - This is windows server! [2021-04-27 20:47:55,525] - [remote_util:1626] INFO - File /cygdrive/c/tmp/windows_info.txt was found [2021-04-27 20:47:55,583] - [remote_util:1666] INFO - get windows information [2021-04-27 20:47:55,650] - [remote_util:3427] INFO - running command.raw on 172.23.136.175: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat [2021-04-27 20:47:55,802] - [remote_util:3475] INFO - command executed successfully with Administrator [2021-04-27 20:47:55,907] - [remote_util:3427] INFO - running command.raw on 172.23.136.175: cat '/cygdrive/c/Program Files/Couchbase/Server/VERSION.txt' [2021-04-27 20:47:55,960] - [remote_util:3475] INFO - command executed successfully with Administrator [2021-04-27 20:47:55,960] - [remote_util:938] INFO - 172.23.136.175 **** The version file /cygdrive/c/Program\ Files/Couchbase/Server/ VERSION.txt exists [2021-04-27 20:47:55,961] - [remote_util:157] INFO - Checking for process memcached on windows [2021-04-27 20:47:56,226] - [remote_util:169] INFO - process is running on 172.23.136.175: ['memcached.exe', '6108', 'Services', '0', '55,868', 'K'] [2021-04-27 20:47:56,226] - [remote_util:157] INFO - Checking for process erl on windows [2021-04-27 20:47:56,441] - [remote_util:169] INFO - process is running on 172.23.136.175: ['erlsrv.exe', '5296', 'Services', '0', '3,152', 'K'] [2021-04-27 20:47:56,441] - [remote_util:299] INFO - SSH Connecting to 172.23.136.148 with username:Administrator, attempt#1 of 5 [2021-04-27 20:47:56,552] - [remote_util:335] INFO - SSH Connected to 172.23.136.148 as Administrator [2021-04-27 20:47:56,874] - [remote_util:1626] INFO - File /cygdrive/c/Windows/win.ini was found [2021-04-27 20:47:56,874] - [remote_util:3676] INFO - This is windows server! [2021-04-27 20:47:56,939] - [remote_util:1626] INFO - File /cygdrive/c/tmp/windows_info.txt was found [2021-04-27 20:47:56,992] - [remote_util:1666] INFO - get windows information [2021-04-27 20:47:57,056] - [remote_util:3427] INFO - running command.raw on 172.23.136.148: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat [2021-04-27 20:47:57,200] - [remote_util:3475] INFO - command executed successfully with Administrator [2021-04-27 20:47:57,300] - [remote_util:3427] INFO - running command.raw on 172.23.136.148: cat '/cygdrive/c/Program Files/Couchbase/Server/VERSION.txt' [2021-04-27 20:47:57,349] - [remote_util:3475] INFO - command executed successfully with Administrator [2021-04-27 20:47:57,349] - [remote_util:938] INFO - 172.23.136.148 **** The version file /cygdrive/c/Program\ Files/Couchbase/Server/ VERSION.txt exists [2021-04-27 20:47:57,349] - [remote_util:157] INFO - Checking for process memcached on windows [2021-04-27 20:47:57,536] - [remote_util:169] INFO - process is running on 172.23.136.148: ['memcached.exe', '1548', 'Services', '0', '56,896', 'K'] [2021-04-27 20:47:57,536] - [remote_util:157] INFO - Checking for process erl on windows [2021-04-27 20:47:57,747] - [remote_util:169] INFO - process is running on 172.23.136.148: ['erlsrv.exe', '5680', 'Services', '0', '3,144', 'K'] [2021-04-27 20:47:57,748] - [remote_util:299] INFO - SSH Connecting to 172.23.136.177 with username:Administrator, attempt#1 of 5 [2021-04-27 20:47:57,858] - [remote_util:335] INFO - SSH Connected to 172.23.136.177 as Administrator [2021-04-27 20:47:58,178] - [remote_util:1626] INFO - File /cygdrive/c/Windows/win.ini was found [2021-04-27 20:47:58,178] - [remote_util:3676] INFO - This is windows server! [2021-04-27 20:47:58,248] - [remote_util:1626] INFO - File /cygdrive/c/tmp/windows_info.txt was found [2021-04-27 20:47:58,303] - [remote_util:1666] INFO - get windows information [2021-04-27 20:47:58,365] - [remote_util:3427] INFO - running command.raw on 172.23.136.177: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat [2021-04-27 20:47:58,514] - [remote_util:3475] INFO - command executed successfully with Administrator [2021-04-27 20:47:58,575] - [remote_util:3427] INFO - running command.raw on 172.23.136.177: cat '/cygdrive/c/Program Files/Couchbase/Server/VERSION.txt' [2021-04-27 20:47:58,624] - [remote_util:3475] INFO - command executed successfully with Administrator [2021-04-27 20:47:58,625] - [remote_util:938] INFO - 172.23.136.177 **** The version file /cygdrive/c/Program\ Files/Couchbase/Server/ VERSION.txt exists [2021-04-27 20:47:58,625] - [remote_util:157] INFO - Checking for process memcached on windows [2021-04-27 20:47:58,828] - [remote_util:169] INFO - process is running on 172.23.136.177: ['memcached.exe', '1612', 'Services', '0', '55,976', 'K'] [2021-04-27 20:47:58,829] - [remote_util:157] INFO - Checking for process erl on windows [2021-04-27 20:47:59,060] - [remote_util:169] INFO - process is running on 172.23.136.177: ['erlsrv.exe', '4720', 'Services', '0', '3,152', 'K'] Run before suite setup for rebalance.rebalancein.RebalanceInTests.rebalance_in_after_ops suite_setUp (rebalance.rebalancein.RebalanceInTests) ... -->before_suite_name:rebalance.rebalancein.RebalanceInTests.suite_setUp,suite: ]> 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connecting to 172.23.136.179 with username:Administrator, attempt#1 of 5 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connected to 172.23.136.179 as Administrator 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [remote_util.extract_remote_info] This is windows server! 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [remote_util.find_windows_info] get windows information 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] running command.raw on 172.23.136.179: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [rest_client.is_ns_server_running] -->is_ns_server_running? 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [rest_client.get_nodes_version] Node version in cluster 7.0.0-5017-enterprise 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [rest_client.get_nodes_versions] Node versions in cluster ['7.0.0-5017-enterprise'] 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [basetestcase.setUp] ============== basetestcase setup was started for test #1 suite_setUp============== 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [basetestcase.print_cluster_stats] ------- Cluster statistics ------- 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [basetestcase.print_cluster_stats] 172.23.136.179:8091 => {'services': ['fts', 'index', 'kv', 'n1ql'], 'cpu_utilization': 0.2599956667388877, 'mem_free': 4335919104, 'mem_total': 6437847040, 'swap_mem_used': 2340757504, 'swap_mem_total': 7511588864} 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [basetestcase.print_cluster_stats] --- End of cluster statistics --- 2021-04-27 20:47:59 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connecting to 172.23.136.179 with username:Administrator, attempt#1 of 5 2021-04-27 20:48:00 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connected to 172.23.136.179 as Administrator 2021-04-27 20:48:00 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:48:00 | INFO | MainProcess | MainThread | [remote_util.extract_remote_info] This is windows server! 2021-04-27 20:48:00 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:48:00 | INFO | MainProcess | MainThread | [remote_util.find_windows_info] get windows information 2021-04-27 20:48:00 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] running command.raw on 172.23.136.179: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:48:00 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:48:00 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connecting to 172.23.136.175 with username:Administrator, attempt#1 of 5 2021-04-27 20:48:00 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connected to 172.23.136.175 as Administrator 2021-04-27 20:48:01 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:48:01 | INFO | MainProcess | MainThread | [remote_util.extract_remote_info] This is windows server! 2021-04-27 20:48:01 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:48:01 | INFO | MainProcess | MainThread | [remote_util.find_windows_info] get windows information 2021-04-27 20:48:01 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] running command.raw on 172.23.136.175: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:48:01 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:48:01 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connecting to 172.23.136.148 with username:Administrator, attempt#1 of 5 2021-04-27 20:48:01 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connected to 172.23.136.148 as Administrator 2021-04-27 20:48:01 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:48:01 | INFO | MainProcess | MainThread | [remote_util.extract_remote_info] This is windows server! 2021-04-27 20:48:01 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:48:02 | INFO | MainProcess | MainThread | [remote_util.find_windows_info] get windows information 2021-04-27 20:48:02 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] running command.raw on 172.23.136.148: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:48:02 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:48:02 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connecting to 172.23.136.177 with username:Administrator, attempt#1 of 5 2021-04-27 20:48:02 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connected to 172.23.136.177 as Administrator 2021-04-27 20:48:02 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:48:02 | INFO | MainProcess | MainThread | [remote_util.extract_remote_info] This is windows server! 2021-04-27 20:48:02 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:48:02 | INFO | MainProcess | MainThread | [remote_util.find_windows_info] get windows information 2021-04-27 20:48:02 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] running command.raw on 172.23.136.177: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:48:03 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:48:10 | WARNING | MainProcess | MainThread | [basetestcase.tearDown] CLEANUP WAS SKIPPED 2021-04-27 20:48:10 | INFO | MainProcess | MainThread | [basetestcase.tearDown] closing all ssh connections 2021-04-27 20:48:10 | INFO | MainProcess | MainThread | [basetestcase.tearDown] closing all memcached connections Cluster instance shutdown with force 2021-04-27 20:48:10 | INFO | MainProcess | MainThread | [basetestcase.setUp] initializing cluster 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [task.execute] server: ip:172.23.136.179 port:8091 ssh_username:Administrator, nodes/self 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [task.execute] {'uptime': '157', 'memoryTotal': 6437847040, 'memoryFree': 4331442176, 'mcdMemoryReserved': 4911, 'mcdMemoryAllocated': 4911, 'status': 'healthy', 'hostname': '172.23.136.179:8091', 'clusterCompatibility': 458752, 'clusterMembership': 'active', 'recoveryType': 'none', 'version': '7.0.0-5017-enterprise', 'os': 'win64', 'ports': [], 'availableStorage': [], 'storage': [], 'memoryQuota': 2522, 'moxi': 11211, 'memcached': 11210, 'id': 'ns_1@cb.local', 'ip': '172.23.136.179', 'rest_username': '', 'rest_password': '', 'port': '8091', 'services': ['fts', 'index', 'kv', 'n1ql'], 'storageTotalRam': 6139, 'curr_items': 0} 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [task.execute] quota for index service will be 256 MB 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [task.execute] set index quota to node 172.23.136.179 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [rest_client.set_service_memoryQuota] pools/default params : indexMemoryQuota=256 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [task.execute] quota for fts service will be 512 MB 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [task.execute] set both index and fts quota at node 172.23.136.179 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [rest_client.set_service_memoryQuota] pools/default params : ftsMemoryQuota=512 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster_memoryQuota] pools/default params : memoryQuota=2522 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [rest_client.init_node_services] --> init_node_services(Administrator,password,172.23.136.179,8091,['kv', 'index', 'n1ql', 'fts']) 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [rest_client.init_node_services] /node/controller/setupServices params on 172.23.136.179: 8091:hostname=172.23.136.179&user=Administrator&password=password&services=kv%2Cindex%2Cn1ql%2Cfts 2021-04-27 20:48:11 | ERROR | MainProcess | Cluster_Thread | [rest_client._http_request] POST http://172.23.136.179:8091//node/controller/setupServices body: hostname=172.23.136.179&user=Administrator&password=password&services=kv%2Cindex%2Cn1ql%2Cfts headers: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': 'Basic QWRtaW5pc3RyYXRvcjpwYXNzd29yZA==', 'Accept': '*/*'} error: 400 reason: unknown b'["cannot change node services after cluster is provisioned"]' auth: Administrator:password 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [rest_client.init_node_services] This node is already provisioned with services, we do not consider this as failure for test case 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster] --> in init_cluster...Administrator,password,8091 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster] settings/web params on 172.23.136.179:8091:port=8091&username=Administrator&password=password 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster] --> status:True 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [remote_util.ssh_connect_with_retries] SSH Connecting to 172.23.136.179 with username:Administrator, attempt#1 of 5 2021-04-27 20:48:11 | INFO | MainProcess | Cluster_Thread | [remote_util.ssh_connect_with_retries] SSH Connected to 172.23.136.179 as Administrator 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [remote_util.find_file] File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [remote_util.extract_remote_info] This is windows server! 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [remote_util.find_file] File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [remote_util.find_windows_info] get windows information 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] running command.raw on 172.23.136.179: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] running command.raw on 172.23.136.179: curl --silent --show-error http://Administrator:password@localhost:8091/diag/eval -X POST -d 'ns_config:set(allow_nonlocal_eval, true).' 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [remote_util.enable_diag_eval_on_non_local_hosts] ['ok'] 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [rest_client.diag_eval] /diag/eval status on 172.23.136.179:8091: True content: [7,0] command: cluster_compat_mode:get_compat_version(). 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [rest_client.diag_eval] /diag/eval status on 172.23.136.179:8091: True content: [7,0] command: cluster_compat_mode:get_compat_version(). 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [rest_client.set_indexer_storage_mode] settings/indexes params : storageMode=plasma 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [task.execute] server: ip:172.23.136.175 port:8091 ssh_username:Administrator, nodes/self 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [task.execute] {'uptime': '157', 'memoryTotal': 6437847040, 'memoryFree': 4636106752, 'mcdMemoryReserved': 4911, 'mcdMemoryAllocated': 4911, 'status': 'healthy', 'hostname': '172.23.136.175:8091', 'clusterCompatibility': 458752, 'clusterMembership': 'active', 'recoveryType': 'none', 'version': '7.0.0-5017-enterprise', 'os': 'win64', 'ports': [], 'availableStorage': [], 'storage': [], 'memoryQuota': 2522, 'moxi': 11211, 'memcached': 11210, 'id': 'ns_1@cb.local', 'ip': '172.23.136.175', 'rest_username': '', 'rest_password': '', 'port': '8091', 'services': ['fts', 'index', 'kv', 'n1ql'], 'storageTotalRam': 6139, 'curr_items': 0} 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster_memoryQuota] pools/default params : memoryQuota=3290 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster] --> in init_cluster...Administrator,password,8091 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster] settings/web params on 172.23.136.175:8091:port=8091&username=Administrator&password=password 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster] --> status:True 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [remote_util.ssh_connect_with_retries] SSH Connecting to 172.23.136.175 with username:Administrator, attempt#1 of 5 2021-04-27 20:48:12 | INFO | MainProcess | Cluster_Thread | [remote_util.ssh_connect_with_retries] SSH Connected to 172.23.136.175 as Administrator 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [remote_util.find_file] File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [remote_util.extract_remote_info] This is windows server! 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [remote_util.find_file] File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [remote_util.find_windows_info] get windows information 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] running command.raw on 172.23.136.175: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] running command.raw on 172.23.136.175: curl --silent --show-error http://Administrator:password@localhost:8091/diag/eval -X POST -d 'ns_config:set(allow_nonlocal_eval, true).' 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [remote_util.enable_diag_eval_on_non_local_hosts] ['ok'] 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [rest_client.diag_eval] /diag/eval status on 172.23.136.175:8091: True content: [7,0] command: cluster_compat_mode:get_compat_version(). 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [rest_client.diag_eval] /diag/eval status on 172.23.136.175:8091: True content: [7,0] command: cluster_compat_mode:get_compat_version(). 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [rest_client.set_indexer_storage_mode] settings/indexes params : storageMode=plasma 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [task.execute] server: ip:172.23.136.148 port:8091 ssh_username:Administrator, nodes/self 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [task.execute] {'uptime': '157', 'memoryTotal': 6437847040, 'memoryFree': 4627517440, 'mcdMemoryReserved': 4911, 'mcdMemoryAllocated': 4911, 'status': 'healthy', 'hostname': '172.23.136.148:8091', 'clusterCompatibility': 458752, 'clusterMembership': 'active', 'recoveryType': 'none', 'version': '7.0.0-5017-enterprise', 'os': 'win64', 'ports': [], 'availableStorage': [], 'storage': [], 'memoryQuota': 2522, 'moxi': 11211, 'memcached': 11210, 'id': 'ns_1@cb.local', 'ip': '172.23.136.148', 'rest_username': '', 'rest_password': '', 'port': '8091', 'services': ['fts', 'index', 'kv', 'n1ql'], 'storageTotalRam': 6139, 'curr_items': 0} 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster_memoryQuota] pools/default params : memoryQuota=3290 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster] --> in init_cluster...Administrator,password,8091 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster] settings/web params on 172.23.136.148:8091:port=8091&username=Administrator&password=password 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster] --> status:True 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [remote_util.ssh_connect_with_retries] SSH Connecting to 172.23.136.148 with username:Administrator, attempt#1 of 5 2021-04-27 20:48:13 | INFO | MainProcess | Cluster_Thread | [remote_util.ssh_connect_with_retries] SSH Connected to 172.23.136.148 as Administrator 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [remote_util.find_file] File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [remote_util.extract_remote_info] This is windows server! 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [remote_util.find_file] File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [remote_util.find_windows_info] get windows information 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] running command.raw on 172.23.136.148: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] running command.raw on 172.23.136.148: curl --silent --show-error http://Administrator:password@localhost:8091/diag/eval -X POST -d 'ns_config:set(allow_nonlocal_eval, true).' 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [remote_util.enable_diag_eval_on_non_local_hosts] ['ok'] 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [rest_client.diag_eval] /diag/eval status on 172.23.136.148:8091: True content: [7,0] command: cluster_compat_mode:get_compat_version(). 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [rest_client.diag_eval] /diag/eval status on 172.23.136.148:8091: True content: [7,0] command: cluster_compat_mode:get_compat_version(). 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [rest_client.set_indexer_storage_mode] settings/indexes params : storageMode=plasma 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [task.execute] server: ip:172.23.136.177 port:8091 ssh_username:Administrator, nodes/self 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [task.execute] {'uptime': '162', 'memoryTotal': 6437847040, 'memoryFree': 4633563136, 'mcdMemoryReserved': 4911, 'mcdMemoryAllocated': 4911, 'status': 'healthy', 'hostname': '172.23.136.177:8091', 'clusterCompatibility': 458752, 'clusterMembership': 'active', 'recoveryType': 'none', 'version': '7.0.0-5017-enterprise', 'os': 'win64', 'ports': [], 'availableStorage': [], 'storage': [], 'memoryQuota': 2522, 'moxi': 11211, 'memcached': 11210, 'id': 'ns_1@cb.local', 'ip': '172.23.136.177', 'rest_username': '', 'rest_password': '', 'port': '8091', 'services': ['fts', 'index', 'kv', 'n1ql'], 'storageTotalRam': 6139, 'curr_items': 0} 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster_memoryQuota] pools/default params : memoryQuota=3290 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster] --> in init_cluster...Administrator,password,8091 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster] settings/web params on 172.23.136.177:8091:port=8091&username=Administrator&password=password 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [rest_client.init_cluster] --> status:True 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [remote_util.ssh_connect_with_retries] SSH Connecting to 172.23.136.177 with username:Administrator, attempt#1 of 5 2021-04-27 20:48:14 | INFO | MainProcess | Cluster_Thread | [remote_util.ssh_connect_with_retries] SSH Connected to 172.23.136.177 as Administrator 2021-04-27 20:48:15 | INFO | MainProcess | Cluster_Thread | [remote_util.find_file] File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:48:15 | INFO | MainProcess | Cluster_Thread | [remote_util.extract_remote_info] This is windows server! 2021-04-27 20:48:15 | INFO | MainProcess | Cluster_Thread | [remote_util.find_file] File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:48:15 | INFO | MainProcess | Cluster_Thread | [remote_util.find_windows_info] get windows information 2021-04-27 20:48:15 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] running command.raw on 172.23.136.177: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:48:15 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:48:15 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] running command.raw on 172.23.136.177: curl --silent --show-error http://Administrator:password@localhost:8091/diag/eval -X POST -d 'ns_config:set(allow_nonlocal_eval, true).' 2021-04-27 20:48:15 | INFO | MainProcess | Cluster_Thread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:48:15 | INFO | MainProcess | Cluster_Thread | [remote_util.enable_diag_eval_on_non_local_hosts] ['ok'] 2021-04-27 20:48:15 | INFO | MainProcess | Cluster_Thread | [rest_client.diag_eval] /diag/eval status on 172.23.136.177:8091: True content: [7,0] command: cluster_compat_mode:get_compat_version(). 2021-04-27 20:48:15 | INFO | MainProcess | Cluster_Thread | [rest_client.diag_eval] /diag/eval status on 172.23.136.177:8091: True content: [7,0] command: cluster_compat_mode:get_compat_version(). 2021-04-27 20:48:15 | INFO | MainProcess | Cluster_Thread | [rest_client.set_indexer_storage_mode] settings/indexes params : storageMode=plasma 2021-04-27 20:48:15 | INFO | MainProcess | MainThread | [basetestcase.add_built_in_server_user] **** add built-in 'cbadminbucket' user to node 172.23.136.179 **** 2021-04-27 20:48:15 | ERROR | MainProcess | MainThread | [rest_client._http_request] DELETE http://172.23.136.179:8091/settings/rbac/users/local/cbadminbucket body: headers: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': 'Basic QWRtaW5pc3RyYXRvcjpwYXNzd29yZA==', 'Accept': '*/*'} error: 404 reason: unknown b'"User was not found."' auth: Administrator:password 2021-04-27 20:48:15 | INFO | MainProcess | MainThread | [internal_user.delete_user] Exception while deleting user. Exception is -b'"User was not found."' 2021-04-27 20:48:15 | INFO | MainProcess | MainThread | [basetestcase.sleep] sleep for 5 secs. ... 2021-04-27 20:48:20 | INFO | MainProcess | MainThread | [basetestcase.add_built_in_server_user] **** add 'admin' role to 'cbadminbucket' user **** 2021-04-27 20:48:20 | INFO | MainProcess | MainThread | [basetestcase.setUp] done initializing cluster 2021-04-27 20:48:21 | INFO | MainProcess | Cluster_Thread | [task.add_nodes] adding node 172.23.136.175:8091 to cluster 2021-04-27 20:48:21 | INFO | MainProcess | Cluster_Thread | [rest_client.add_node] adding remote node @172.23.136.175:8091 to this cluster @172.23.136.179:8091 2021-04-27 20:48:31 | INFO | MainProcess | Cluster_Thread | [rest_client.monitorRebalance] rebalance progress took 10.01 seconds 2021-04-27 20:48:31 | INFO | MainProcess | Cluster_Thread | [rest_client.monitorRebalance] sleep for 10 seconds after rebalance... 2021-04-27 20:48:47 | INFO | MainProcess | Cluster_Thread | [task.add_nodes] adding node 172.23.136.148:8091 to cluster 2021-04-27 20:48:47 | INFO | MainProcess | Cluster_Thread | [rest_client.add_node] adding remote node @172.23.136.148:8091 to this cluster @172.23.136.179:8091 2021-04-27 20:48:57 | INFO | MainProcess | Cluster_Thread | [rest_client.monitorRebalance] rebalance progress took 10.01 seconds 2021-04-27 20:48:57 | INFO | MainProcess | Cluster_Thread | [rest_client.monitorRebalance] sleep for 10 seconds after rebalance... 2021-04-27 20:49:13 | INFO | MainProcess | Cluster_Thread | [rest_client.rebalance] rebalance params : {'knownNodes': 'ns_1@172.23.136.148,ns_1@172.23.136.175,ns_1@172.23.136.179', 'ejectedNodes': '', 'user': 'Administrator', 'password': 'password'} 2021-04-27 20:49:13 | INFO | MainProcess | Cluster_Thread | [rest_client.rebalance] rebalance operation started 2021-04-27 20:49:23 | ERROR | MainProcess | Cluster_Thread | [rest_client._rebalance_status_and_progress] {'status': 'none', 'errorMessage': 'Rebalance failed. See logs for detailed reason. You can try again.'} - rebalance failed 2021-04-27 20:49:23 | INFO | MainProcess | Cluster_Thread | [rest_client.print_UI_logs] Latest logs from UI on 172.23.136.179: 2021-04-27 20:49:23 | ERROR | MainProcess | Cluster_Thread | [rest_client.print_UI_logs] {'node': 'ns_1@172.23.136.179', 'type': 'critical', 'code': 0, 'module': 'ns_orchestrator', 'tstamp': 1619581754855, 'shortText': 'message', 'text': 'Rebalance exited with reason {service_rebalance_failed,index,\n {worker_died,\n {\'EXIT\',<0.10074.0>,\n {rebalance_failed,\n {service_error,\n <<"Unable to read index layout from cluster 127.0.0.1:8091. err = Invalid couchbase-server version">>}}}}}.\nRebalance Operation Id = 1ed5ce1920818c7155256f10048d9c98', 'serverTime': '2021-04-27T20:49:14.855Z'} 2021-04-27 20:49:23 | ERROR | MainProcess | Cluster_Thread | [rest_client.print_UI_logs] {'node': 'ns_1@172.23.136.179', 'type': 'info', 'code': 0, 'module': 'ns_orchestrator', 'tstamp': 1619581753046, 'shortText': 'message', 'text': "Starting rebalance, KeepNodes = ['ns_1@172.23.136.148','ns_1@172.23.136.175',\n 'ns_1@172.23.136.179'], EjectNodes = [], Failed over and being ejected nodes = []; no delta recovery nodes; Operation Id = 1ed5ce1920818c7155256f10048d9c98", 'serverTime': '2021-04-27T20:49:13.046Z'} 2021-04-27 20:49:23 | ERROR | MainProcess | Cluster_Thread | [rest_client.print_UI_logs] {'node': 'ns_1@172.23.136.148', 'type': 'info', 'code': 0, 'module': 'memcached_config_mgr', 'tstamp': 1619581752612, 'shortText': 'message', 'text': 'Hot-reloaded memcached.json for config change of the following keys: [<<"scramsha_fallback_salt">>]', 'serverTime': '2021-04-27T20:49:12.612Z'} 2021-04-27 20:49:23 | ERROR | MainProcess | Cluster_Thread | [rest_client.print_UI_logs] {'node': 'ns_1@172.23.136.148', 'type': 'info', 'code': 3, 'module': 'ns_cluster', 'tstamp': 1619581752479, 'shortText': 'message', 'text': 'Node ns_1@172.23.136.148 joined cluster', 'serverTime': '2021-04-27T20:49:12.479Z'} 2021-04-27 20:49:23 | ERROR | MainProcess | Cluster_Thread | [rest_client.print_UI_logs] {'node': 'ns_1@172.23.136.148', 'type': 'info', 'code': 1, 'module': 'menelaus_web_sup', 'tstamp': 1619581752435, 'shortText': 'web start ok', 'text': 'Couchbase Server has started on web port 8091 on node \'ns_1@172.23.136.148\'. Version: "7.0.0-5017-enterprise".', 'serverTime': '2021-04-27T20:49:12.435Z'} 2021-04-27 20:49:23 | ERROR | MainProcess | Cluster_Thread | [rest_client.print_UI_logs] {'node': 'ns_1@172.23.136.179', 'type': 'info', 'code': 0, 'module': 'ns_config', 'tstamp': 1619581749866, 'shortText': 'message', 'text': 'Conflicting configuration changes to field scramsha_fallback_salt:\n<<125,23,182,22,57,90,169,124,221,183,199,37>> and\n<<200,7,219,60,128,43,230,31,217,182,152,74>>, choosing the former.', 'serverTime': '2021-04-27T20:49:09.866Z'} 2021-04-27 20:49:23 | ERROR | MainProcess | Cluster_Thread | [rest_client.print_UI_logs] {'node': 'ns_1@172.23.136.179', 'type': 'info', 'code': 4, 'module': 'ns_node_disco', 'tstamp': 1619581749862, 'shortText': 'node up', 'text': "Node 'ns_1@172.23.136.179' saw that node 'ns_1@172.23.136.148' came up. Tags: []", 'serverTime': '2021-04-27T20:49:09.862Z'} 2021-04-27 20:49:23 | ERROR | MainProcess | Cluster_Thread | [rest_client.print_UI_logs] {'node': 'ns_1@172.23.136.175', 'type': 'info', 'code': 0, 'module': 'ns_config', 'tstamp': 1619581749590, 'shortText': 'message', 'text': 'Conflicting configuration changes to field scramsha_fallback_salt:\n<<125,23,182,22,57,90,169,124,221,183,199,37>> and\n<<200,7,219,60,128,43,230,31,217,182,152,74>>, choosing the former.', 'serverTime': '2021-04-27T20:49:09.590Z'} 2021-04-27 20:49:23 | ERROR | MainProcess | Cluster_Thread | [rest_client.print_UI_logs] {'node': 'ns_1@172.23.136.175', 'type': 'info', 'code': 4, 'module': 'ns_node_disco', 'tstamp': 1619581749587, 'shortText': 'node up', 'text': "Node 'ns_1@172.23.136.175' saw that node 'ns_1@172.23.136.148' came up. Tags: []", 'serverTime': '2021-04-27T20:49:09.587Z'} 2021-04-27 20:49:23 | ERROR | MainProcess | Cluster_Thread | [rest_client.print_UI_logs] {'node': 'ns_1@172.23.136.179', 'type': 'info', 'code': 0, 'module': 'ns_cluster', 'tstamp': 1619581749489, 'shortText': 'message', 'text': "Started node add transaction by adding node 'ns_1@172.23.136.148' to nodes_wanted (group: undefined)", 'serverTime': '2021-04-27T20:49:09.489Z'} [>, , , , , , , , , , , , , , ] [, , , , , ] Tue Apr 27 20:49:23 2021 Cluster instance shutdown with force -->result: grabbing core dumps files from 172.23.136.179 2021-04-27 20:49:23 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connecting to 172.23.136.179 with username:Administrator, attempt#1 of 5 [, , , ] Tue Apr 27 20:49:23 2021 2021-04-27 20:49:23 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connected to 172.23.136.179 as Administrator 2021-04-27 20:49:23 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:49:23 | INFO | MainProcess | MainThread | [remote_util.extract_remote_info] This is windows server! 2021-04-27 20:49:23 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:49:23 | INFO | MainProcess | MainThread | [remote_util.find_windows_info] get windows information 2021-04-27 20:49:23 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] running command.raw on 172.23.136.179: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:49:23 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:49:23 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] running command.raw on 172.23.136.179: cat '/cygdrive/c/Program Files/Couchbase/Server/VERSION.txt' 2021-04-27 20:49:24 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:49:24 | INFO | MainProcess | MainThread | [remote_util.is_couchbase_installed] 172.23.136.179 **** The version file /cygdrive/c/Program\ Files/Couchbase/Server/ VERSION.txt exists 2021-04-27 20:49:24 | INFO | MainProcess | MainThread | [remote_util.is_process_running] Checking for process memcached on windows 2021-04-27 20:49:24 | INFO | MainProcess | MainThread | [remote_util.is_process_running] process is running on 172.23.136.179: ['memcached.exe', '4272', 'Services', '0', '56,256', 'K'] 2021-04-27 20:49:24 | INFO | MainProcess | MainThread | [remote_util.is_process_running] Checking for process erl on windows 2021-04-27 20:49:24 | INFO | MainProcess | MainThread | [remote_util.is_process_running] process is running on 172.23.136.179: ['erlsrv.exe', '7600', 'Services', '0', '3,152', 'K'] grabbing core dumps files from 172.23.136.175 2021-04-27 20:49:24 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connecting to 172.23.136.175 with username:Administrator, attempt#1 of 5 2021-04-27 20:49:24 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connected to 172.23.136.175 as Administrator 2021-04-27 20:49:24 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:49:24 | INFO | MainProcess | MainThread | [remote_util.extract_remote_info] This is windows server! 2021-04-27 20:49:24 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:49:24 | INFO | MainProcess | MainThread | [remote_util.find_windows_info] get windows information 2021-04-27 20:49:24 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] running command.raw on 172.23.136.175: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:49:25 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:49:25 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] running command.raw on 172.23.136.175: cat '/cygdrive/c/Program Files/Couchbase/Server/VERSION.txt' 2021-04-27 20:49:25 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:49:25 | INFO | MainProcess | MainThread | [remote_util.is_couchbase_installed] 172.23.136.175 **** The version file /cygdrive/c/Program\ Files/Couchbase/Server/ VERSION.txt exists 2021-04-27 20:49:25 | INFO | MainProcess | MainThread | [remote_util.is_process_running] Checking for process memcached on windows 2021-04-27 20:49:25 | INFO | MainProcess | MainThread | [remote_util.is_process_running] process is running on 172.23.136.175: ['memcached.exe', '3452', 'Services', '0', '57,336', 'K'] 2021-04-27 20:49:25 | INFO | MainProcess | MainThread | [remote_util.is_process_running] Checking for process erl on windows 2021-04-27 20:49:25 | INFO | MainProcess | MainThread | [remote_util.is_process_running] process is running on 172.23.136.175: ['erlsrv.exe', '5296', 'Services', '0', '3,152', 'K'] grabbing core dumps files from 172.23.136.148 2021-04-27 20:49:25 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connecting to 172.23.136.148 with username:Administrator, attempt#1 of 5 2021-04-27 20:49:25 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connected to 172.23.136.148 as Administrator 2021-04-27 20:49:26 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:49:26 | INFO | MainProcess | MainThread | [remote_util.extract_remote_info] This is windows server! 2021-04-27 20:49:26 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:49:26 | INFO | MainProcess | MainThread | [remote_util.find_windows_info] get windows information 2021-04-27 20:49:26 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] running command.raw on 172.23.136.148: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:49:26 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:49:26 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] running command.raw on 172.23.136.148: cat '/cygdrive/c/Program Files/Couchbase/Server/VERSION.txt' 2021-04-27 20:49:26 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:49:26 | INFO | MainProcess | MainThread | [remote_util.is_couchbase_installed] 172.23.136.148 **** The version file /cygdrive/c/Program\ Files/Couchbase/Server/ VERSION.txt exists 2021-04-27 20:49:26 | INFO | MainProcess | MainThread | [remote_util.is_process_running] Checking for process memcached on windows 2021-04-27 20:49:26 | INFO | MainProcess | MainThread | [remote_util.is_process_running] process is running on 172.23.136.148: ['memcached.exe', '3476', 'Services', '0', '57,244', 'K'] 2021-04-27 20:49:26 | INFO | MainProcess | MainThread | [remote_util.is_process_running] Checking for process erl on windows 2021-04-27 20:49:27 | INFO | MainProcess | MainThread | [remote_util.is_process_running] process is running on 172.23.136.148: ['erlsrv.exe', '5680', 'Services', '0', '3,144', 'K'] grabbing core dumps files from 172.23.136.177 2021-04-27 20:49:27 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connecting to 172.23.136.177 with username:Administrator, attempt#1 of 5 2021-04-27 20:49:27 | INFO | MainProcess | MainThread | [remote_util.ssh_connect_with_retries] SSH Connected to 172.23.136.177 as Administrator 2021-04-27 20:49:27 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/Windows/win.ini was found 2021-04-27 20:49:27 | INFO | MainProcess | MainThread | [remote_util.extract_remote_info] This is windows server! 2021-04-27 20:49:27 | INFO | MainProcess | MainThread | [remote_util.find_file] File /cygdrive/c/tmp/windows_info.txt was found 2021-04-27 20:49:27 | INFO | MainProcess | MainThread | [remote_util.find_windows_info] get windows information 2021-04-27 20:49:27 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] running command.raw on 172.23.136.177: echo "ipconfig" > /tmp/cmd.bat; chmod u=rwx /tmp/cmd.bat; /tmp/cmd.bat 2021-04-27 20:49:27 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] command executed successfully with Administrator 2021-04-27 20:49:27 | INFO | MainProcess | MainThread | [remote_util.execute_command_raw] running command.raw on 172.23.136.177: cat '/cygdrive/c/Program Files/Couchbase/Server/VERSION.txt' Build was aborted Aborted by Balakumaran G Archiving artifacts *** TestRunner *** Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: None of the test reports contained any result [description-setter] Description set: [BFA] Scanning build for known causes... [BFA] No failure causes found [BFA] Done. 0s Notifying upstream projects of job completion Finished: ABORTED