Skip to content

Fails to download helm since Dec 03 2017 #32

@oivindoh

Description

@oivindoh

Since yesterday we've had a bunch of failed builds, apparently because the helm downloader stage is failing on an unhandled promise rejection.

The helm version we've been targeting is 2.6.0, which is the one we started seeing the failure on yesterday. Attempting to specify 2.7.0 leads to the same - these versions appear to be available on the URI found in this project.

Here's a VSTS build log

2017-12-04T08:03:17.2709670Z ##[section]Starting: Download helm, kubectl
2017-12-04T08:03:17.4222800Z ==============================================================================
2017-12-04T08:03:17.4556950Z Task         : k8s downloader
2017-12-04T08:03:17.4889170Z Description  : Download the kubectl, istioctl, and helm. Also It enable to use these command.
2017-12-04T08:03:17.5228590Z Version      : 1.0.3
2017-12-04T08:03:17.5565870Z Author       : Tsuyoshi Ushio
2017-12-04T08:03:17.5900520Z Help         : See [Kubernetes task](https://github.com/TsuyoshiUshio/KubernetesTask)
2017-12-04T08:03:17.6239430Z ==============================================================================
2017-12-04T08:03:21.9552420Z [command]curl -L https://storage.googleapis.com/kubernetes-release/release/stable.txt
2017-12-04T08:03:21.9974110Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2017-12-04T08:03:22.0386600Z                                  Dload  Upload   Total   Spent    Left  Speed
2017-12-04T08:03:22.0597370Z 
2017-12-04T08:03:22.1011260Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2017-12-04T08:03:22.1658450Z 100     7  100     7    0     0     12      0 --:--:-- --:--:-- --:--:--    12
2017-12-04T08:03:22.2258960Z 100     7  100     7    0     0     12      0 --:--:-- --:--:-- --:--:--    12
2017-12-04T08:03:22.2840630Z v1.8.4
2017-12-04T08:03:22.5131140Z [command]mkdir -p /vsts/agent/_work/1/s/.vstsbin
2017-12-04T08:03:22.8566860Z [command]curl -L -o /vsts/agent/_work/1/s/.vstsbin/kubectl.v1.8.4 https://storage.googleapis.com/kubernetes-release/release/v1.8.4/bin/linux/amd64/kubectl
2017-12-04T08:03:22.8997790Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2017-12-04T08:03:22.9389170Z                                  Dload  Upload   Total   Spent    Left  Speed
2017-12-04T08:03:22.9582990Z 
2017-12-04T08:03:22.9979120Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2017-12-04T08:03:23.7900820Z   8 49.9M    8 4112k    0     0  4316k      0  0:00:11 --:--:--  0:00:11 4314k
2017-12-04T08:03:23.9951980Z  86 49.9M   86 43.1M    0     0  23.2M      0  0:00:02  0:00:01  0:00:01 23.2M
2017-12-04T08:03:24.0555920Z 100 49.9M  100 49.9M    0     0  24.2M      0  0:00:02  0:00:02 --:--:-- 24.2M
2017-12-04T08:03:24.3469710Z [command]chmod 777 /vsts/agent/_work/1/s/.vstsbin/kubectl.v1.8.4
2017-12-04T08:03:24.6817300Z [command]cp /vsts/agent/_work/1/s/.vstsbin/kubectl.v1.8.4 /vsts/agent/_work/1/s/.vstsbin/kubectl
2017-12-04T08:03:25.1024370Z [command]/bin/bash .helmdownloader.sh
2017-12-04T08:03:26.3742110Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2017-12-04T08:03:26.4329710Z                                  Dload  Upload   Total   Spent    Left  Speed
2017-12-04T08:03:26.4600460Z 
2017-12-04T08:03:26.5104660Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2017-12-04T08:03:26.5620920Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2017-12-04T08:03:26.6126260Z  54 11.6M   54 6480k    0     0  5542k      0  0:00:02  0:00:01  0:00:01 5543k
2017-12-04T08:03:26.6635710Z 100 11.6M  100 11.6M    0     0  7953k      0  0:00:01  0:00:01 --:--:-- 7949k
2017-12-04T08:03:26.7145900Z cp: omitting directory 'kubernetes/helm'
2017-12-04T08:03:26.7635960Z (node:27869) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Failed to exec the .helmdownloader.sh which is helm downloader.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions