travis-ci / artifacts

Travis CI Artifacts Uploader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to upload artifacts due to i/o timeout

suda opened this issue · comments

When trying to upload artifacts to us-east-1 bucket it fails with following error:

DEBUG: retrying
  artifact: /Users/travis/build/spark/spark-dev/dist/darwin/particle-dev-mac-0.0.25-dev.zip
  err: Put https:/dev.artifacts.particle.io/spark/spark-dev/150/150.1/dist/darwin/particle-dev-mac-0.0.25-dev.zip: dial tcp: i/o timeout
  retry: 1

Next retry is more descriptive:

DEBUG: retrying
  artifact: /Users/travis/build/spark/spark-dev/dist/darwin/particle-dev-mac-0.0.25-dev.zip
  err: Put https:/dev.artifacts.particle.io/spark/spark-dev/150/150.1/dist/darwin/particle-dev-mac-0.0.25-dev.zip: dial tcp: lookup s3.amazonaws.com on 10.182.0.19:53: no answer from server
  retry: 2

Whole log is available here.

I have also received this error when pushing artifacts from mac builds. The same build on linux successfully pushed artifacts to the same S3 bucket:

Error

DEBUG: retrying
  artifact: /Users/travis/build/OpenBEL/bel.rb/lib/bel/libbel.bundle
  err: Put https:/belrb-builds/OpenBEL/bel.rb/298/298.10/lib/bel/libbel.bundle: dial tcp: i/o timeout
  retry: 1

INFO: uploading: /Users/travis/build/OpenBEL/bel.rb/lib/bel/libbel.bundle (size: 540KB)
  download_url: https://belrb-builds.s3.amazonaws.com/OpenBEL/bel.rb/298/298.10/lib/bel/libbel.bundle

DEBUG: more artifact details
  bucket: belrb-builds
  cache_control: private
  content_type: application/octet-stream
  dest: OpenBEL/bel.rb/298/298.10/lib/bel/libbel.bundle
  max_size: 1.0GB
  percent_max_size: 0.051481628417968744
  source: /Users/travis/build/OpenBEL/bel.rb/lib/bel/libbel.bundle

DEBUG: retrying
  artifact: /Users/travis/build/OpenBEL/bel.rb/lib/bel/libbel.bundle
  err: Put https:/belrb-builds/OpenBEL/bel.rb/298/298.10/lib/bel/libbel.bundle: dial tcp: lookup s3.amazonaws.com on 10.182.0.19:53: no answer from server

  retry: 2
INFO: uploading: /Users/travis/build/OpenBEL/bel.rb/lib/bel/libbel.bundle (size: 540KB)
  download_url: https://belrb-builds.s3.amazonaws.com/OpenBEL/bel.rb/298/298.10/lib/bel/libbel.bundle

DEBUG: more artifact details
  bucket: belrb-builds
  cache_control: private
  content_type: application/octet-stream
  dest: OpenBEL/bel.rb/298/298.10/lib/bel/libbel.bundle
  max_size: 1.0GB
  percent_max_size: 0.051481628417968744
  source: /Users/travis/build/OpenBEL/bel.rb/lib/bel/libbel.bundle

ERROR: failed to upload: /Users/travis/build/OpenBEL/bel.rb/lib/bel/libbel.bundle
  err: Put https:/belrb-builds/OpenBEL/bel.rb/298/298.10/lib/bel/libbel.bundle: dial tcp: i/o timeout

Log

full log

Hello, this looks like an issue with the new Mac infrastructure, not artifacts itself.

I've opened travis-ci/travis-ci#4620, so please subscribe to that issue instead.