vmware-archive / vsphere-storage-for-docker

vSphere Storage for Docker
https://vmware.github.io/vsphere-storage-for-docker
Apache License 2.0
251 stars 95 forks source link

[vFile] Failed to start nginx service on port 8080: Connection refused #1942

Closed ashahi1 closed 6 years ago

ashahi1 commented 6 years ago

CI run: https://ci.vmware.run/vmware/docker-volume-vsphere/1680

=> Running target test-e2e-runonce-vfile Tue Oct 17 23:09:57 UTC 2017

=== RUN   Test
2017/10/17 23:09:58 VM name is: photon.vmfs
2017/10/17 23:09:59 VM name is: Ubuntu.16.10
2017/10/17 23:09:59 START: AdvancedVFileTestSuite.TestVFileVolumeLifecycle
2017/10/17 23:09:59 Creating a docker service [testnginx] on VM [192.168.31.81]
2017/10/17 23:10:00 Checking docker service [testnginx] status on VM [192.168.31.81]
2017/10/17 23:10:00 Listing docker service [testnginx] running on VM [192.168.31.81]
2017/10/17 23:10:52 curl of nginx output is %s % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                Dload  Upload   Total   Spent    Left  Speed
\r  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (7) Failed to connect to 127.0.0.1 port 8080: Connection refused
2017/10/17 23:10:52 Creating vFile volume [vfilevolume927514] on VM [192.168.31.85]
2017/10/17 23:11:59 Checking volume [vfilevolume927514] availability from VM [192.168.31.85]
2017/10/17 23:12:05 Attaching vFile volume [vfilevolume927514] on VM [192.168.31.81]
2017/10/17 23:17:21 START: BasicVFileTestSuite.TestVolumeLifecycle
2017/10/17 23:17:21 Creating vFile volume [vfilevolume262713] on VM [192.168.31.81]

----------------------------------------------------------------------
FAIL: advanced_vfile_test.go:71: AdvancedVFileTestSuite.TestVFileVolumeLifecycle

advanced_vfile_test.go:95:
   c.Assert(err, IsNil, Commentf(out))
... value *exec.ExitError = &exec.ExitError{ProcessState:(*os.ProcessState)(0xc4200d52a0), Stderr:[]uint8(nil)} ("exit status 125")
... e2e91cb66b5c674408b84c9442450f76149b56ab1a784b39884df3040854091b
docker: Error response from daemon: error while mounting volume '/mnt/vfile/vfilevolume927514/': VolumeDriver.Mount: Failed to blocking wait for Mounted state. Error: Timeout reached; BlockingWait is not complete..

2017/10/17 23:17:26 Checking volume [vfilevolume262713] availability from VM [192.168.31.81]
luomiao commented 6 years ago

This is not valid anymore. The error is from code for debugging purpose and it turns out the error is not related to the real error.