Bosh task would not finish but hang indefinitely


Kamen Tomov
 

The following script hangs on upload stemcell. If I replace upload stemcell with upload release it hangs as well.

bosh -n target https://${bd_ip}:25555/
bosh login admin admin
bosh update cloud-config bosh/cloud-config.yml

bosh upload stemcell https://s3.amazonaws.com/bosh-core-stemcells/aws/bosh-stemcell-3312.20-aws-xen-ubuntu-trusty-go_agent.tgz --skip-if-exists
bosh upload release https://bosh.io/d/github.com/cloudfoundry/syslog-release?v=11

Here is what output I get:

+ bosh -n target https://10.111.2.6:25555/
Target set to 'my-bosh'
+ bosh login admin admin
Logged in as 'admin'
+ bosh update cloud-config bosh/cloud-config.yml
Acting as user 'admin' on 'my-bosh'
Successfully updated cloud config
+ bosh upload stemcell https://s3.amazonaws.com/bosh-core-stemcells/aws/bosh-stemcell-3312.20-aws-xen-ubuntu-trusty-go_agent.tgz --skip-if-exists
Acting as user 'admin' on 'my-bosh'

Using remote stemcell 'https://s3.amazonaws.com/bosh-core-stemcells/aws/bosh-stemcell-3312.20-aws-xen-ubuntu-trusty-go_agent.tgz'


It just waits afterwards.

Here is some additional info:

bosh tasks
Acting as user 'admin' on 'my-bosh'

+---+--------+---------+-------------------------+-------+------------+-----------------+--------+
| # | State | Started | Last Activity | User | Deployment | Description | Result |
+---+--------+---------+-------------------------+-------+------------+-----------------+--------+
| 7 | queued | - | 2017-05-15 15:37:25 UTC | admin | | create stemcell | |
+---+--------+---------+-------------------------+-------+------------+-----------------+--------+

Total tasks running now: 1
*****************************************************************
bosh task 7 --debug
Acting as user 'admin' on 'my-bosh'

Director task 7
I, [2017-05-15T15:37:25.066320 #7252] [0x2ad04fd3f118] INFO -- TaskHelper: Director Version: 261.4.0
I, [2017-05-15T15:37:25.066360 #7252] [0x2ad04fd3f118] INFO -- TaskHelper: Enqueuing task: 7
*****************************************************************
bosh --version
BOSH 1.3262.26.0


I would appreciate your help.