+ sleep 1
+ curl-until-200 http://travis-ci.oilshell.org/github-jobs/git-68b25f9ee3a6a23056f3ebcaca5f7381f41349cd/oils-for-unix.tar _release/oils-for-unix.tar 18 10
+ local url=http://travis-ci.oilshell.org/github-jobs/git-68b25f9ee3a6a23056f3ebcaca5f7381f41349cd/oils-for-unix.tar
+ local out_path=_release/oils-for-unix.tar
+ local num_retries=18
+ local interval=10
++ dirname _release/oils-for-unix.tar
+ mkdir -p _release
+ local i=0
+ true
+ local http_code
++ curl --output _release/oils-for-unix.tar --write-out '%{http_code}' http://travis-ci.oilshell.org/github-jobs/git-68b25f9ee3a6a23056f3ebcaca5f7381f41349cd/oils-for-unix.tar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 3280k  100 3280k    0     0   9.9M      0 --:--:-- --:--:-- --:--:--  9.9M
+ http_code=200
+ test 200 = 200
+ log 'Curl wrote _release/oils-for-unix.tar'
+ echo 'Curl wrote _release/oils-for-unix.tar'
Curl wrote _release/oils-for-unix.tar
+ ls -l _release/oils-for-unix.tar
-rw-r--r-- 1 runner docker 3358720 Aug 22 01:41 _release/oils-for-unix.tar
+ break