=== RUN TestZs3Server === RUN TestZs3Server/Should_list_the_buckets 1_basic_operations_test.go:62: Test case [Should list the buckets] scheduled at [04-04-2026 08:55:32] system_test_framework.go:148: Test case [Should list the buckets] start at [04-04-2026 08:55:32] 1_basic_operations_test.go:62: Test case [Should list the buckets] exit at [04-04-2026 08:55:32] === RUN TestZs3Server/Test_Bucket_Creation 1_basic_operations_test.go:67: Test case [Test Bucket Creation] scheduled at [04-04-2026 08:55:32] system_test_framework.go:148: Test case [Test Bucket Creation] start at [04-04-2026 08:55:32] 1_basic_operations_test.go:67: Test case [Test Bucket Creation] exit at [04-04-2026 08:55:32] === RUN TestZs3Server/Test_Copying_File_Upload 1_basic_operations_test.go:72: Test case [Test Copying File Upload] scheduled at [04-04-2026 08:55:32] system_test_framework.go:148: Test case [Test Copying File Upload] start at [04-04-2026 08:55:32] 1_basic_operations_test.go:72: Test case [Test Copying File Upload] exit at [04-04-2026 08:55:34] === RUN TestZs3Server/Test_for_moving_file 1_basic_operations_test.go:94: Test case [Test for moving file] scheduled at [04-04-2026 08:55:34] system_test_framework.go:148: Test case [Test for moving file] start at [04-04-2026 08:55:34] utils.go:133: Command failed on final attempt [1/1] due to error [exit status 1]. Command String: [] Output: [`zs3/custombucket/a.txt` -> `zs3/custombucket/b/a.txt` -- mc: Failed to copy `http://localhost:9100/custombucket/a.txt`. We encountered an internal error, please try again.: cause(copy_failed: Copy failed. response_error: {"code":"invalid_path","error":"invalid_path: /custombucket/b/a.txt is of file type"})] utils.go:136: The verbose output for the command is: utils.go:140: `zs3/custombucket/a.txt` -> `zs3/custombucket/b/a.txt` utils.go:140: mc: Failed to copy `http://localhost:9100/custombucket/a.txt`. We encountered an internal error, please try again.: cause(copy_failed: Copy failed. response_error: {"code":"invalid_path","error":"invalid_path: /custombucket/b/a.txt is of file type"}) 1_basic_operations_test.go:94: Test case [Test for moving file] exit at [04-04-2026 08:55:51] === RUN TestZs3Server/Test_for_copying_file_ 1_basic_operations_test.go:114: Test case [Test for copying file ] scheduled at [04-04-2026 08:55:51] system_test_framework.go:148: Test case [Test for copying file ] start at [04-04-2026 08:55:51] 1_basic_operations_test.go:114: Test case [Test for copying file ] exit at [04-04-2026 08:56:00] === RUN TestZs3Server/Test_for_removing_file 1_basic_operations_test.go:120: Test case [Test for removing file] scheduled at [04-04-2026 08:56:00] system_test_framework.go:148: Test case [Test for removing file] start at [04-04-2026 08:56:00] 1_basic_operations_test.go:120: Test case [Test for removing file] exit at [04-04-2026 08:56:07] --- PASS: TestZs3Server (35.20s) --- PASS: TestZs3Server/Should_list_the_buckets (0.20s) --- PASS: TestZs3Server/Test_Bucket_Creation (0.19s) --- PASS: TestZs3Server/Test_Copying_File_Upload (1.14s) --- PASS: TestZs3Server/Test_for_moving_file (17.92s) --- PASS: TestZs3Server/Test_for_copying_file_ (8.44s) --- PASS: TestZs3Server/Test_for_removing_file (7.22s) === RUN TestZs3ServerBucket === RUN TestZs3ServerBucket/Test_for_moving_file_from_testbucket_to_testbucket2 2_bucket_to_bucket_test.go:49: Test case [Test for moving file from testbucket to testbucket2] scheduled at [04-04-2026 08:56:07] system_test_framework.go:148: Test case [Test for moving file from testbucket to testbucket2] start at [04-04-2026 08:56:07] 2_bucket_to_bucket_test.go:49: Test case [Test for moving file from testbucket to testbucket2] exit at [04-04-2026 08:56:07] --- PASS: TestZs3ServerBucket (0.10s) --- PASS: TestZs3ServerBucket/Test_for_moving_file_from_testbucket_to_testbucket2 (0.10s) === RUN TestZs3ServerReplication === RUN TestZs3ServerReplication/Test_for_replication 3_replication_disaster_recovery_test.go:63: Test case [Test for replication] scheduled at [04-04-2026 08:56:07] === PAUSE TestZs3ServerReplication/Test_for_replication === CONT TestZs3ServerReplication/Test_for_replication system_test_framework.go:148: Test case [Test for replication] start at [04-04-2026 08:56:07] 3_replication_disaster_recovery_test.go:64: localhost server utils.go:133: Command failed on final attempt [1/1] due to error [exit status 1]. Command String: [] Output: [mc: No such alias `primary` found. Use `mc alias set mycloud primary ...` to add an alias. Use the alias for S3 operations.] utils.go:136: The verbose output for the command is: utils.go:140: mc: No such alias `primary` found. Use `mc alias set mycloud primary ...` to add an alias. Use the alias for S3 operations. utils.go:133: Command failed on final attempt [1/1] due to error [exit status 1]. Command String: [] Output: [mc: No such alias `secondary` found. Use `mc alias set mycloud secondary ...` to add an alias. Use the alias for S3 operations.] utils.go:136: The verbose output for the command is: utils.go:140: mc: No such alias `secondary` found. Use `mc alias set mycloud secondary ...` to add an alias. Use the alias for S3 operations. 3_replication_disaster_recovery_test.go:71: ../mc alias set primary http://localhost:9100 rootroot rootroot --api S3v2 command Generated 3_replication_disaster_recovery_test.go:74: ../mc alias set secondary http://localhost:9100 rootroot rootroot --api S3v2 command Generated 3_replication_disaster_recovery_test.go:136: Primary bucket created successfully 3_replication_disaster_recovery_test.go:187: Secondary bucket created successfully 3_replication_disaster_recovery_test.go:190: copying... the a.txt 3_replication_disaster_recovery_test.go:195: removing... the a.txt from primary bucket 3_replication_disaster_recovery_test.go:197: listing... secondary bucket 3_replication_disaster_recovery_test.go:204: All operations are completed 3_replication_disaster_recovery_test.go:205: Cleaning up ..... 3_replication_disaster_recovery_test.go:220: Error killing the command process 3_replication_disaster_recovery_test.go:63: Test case [Test for replication] exit at [04-04-2026 08:57:38] --- PASS: TestZs3ServerReplication (0.00s) --- PASS: TestZs3ServerReplication/Test_for_replication (91.04s) PASS ok github.com/0chain/system_test/tests/cli_tests/mc_tests 126.352s