Hey Jens appveyor.yml has ANT_VERSION pinned at 1.9.7 but that version is no longer available from the dist location its trying to download from. Changing it to 1.9.8 will fix the issue or we could change the download url to be the archive link at http://archive.apache.org/dist/ant/binaries/apache-ant-%ANT_VERSION%-bin.zip
-Jake On Wed, Jan 4, 2017 at 1:52 PM, Jens Geyer <[email protected]> wrote: > Hi, > > I noticed there are two builds that fail for some time now on Travis. And > AppVeyor faces a simular problem, it complains about a missing > "apache-ant-%ANT_VERSION%-bin.zip". Could someone who knows more about the > AppVeyor/Travis stuff than I do take a look so we get green builds again? > > That would be truly awesome. > > > --- TRAVIS -------------------------- > dpkg-buildpackage -tc -us -uc > dpkg-buildpackage: source package thrift > dpkg-buildpackage: source version 1.0.0-dev > dpkg-buildpackage: source distribution stable > dpkg-buildpackage: source changed by Roger Meier <[email protected]> > dpkg-buildpackage: host architecture amd64 > dpkg-source --before-build src > dpkg-checkbuilddeps: Unmet build dependencies: ruby-bundler > dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; > aborting > dpkg-buildpackage: warning: (Use -d flag to override.) > > The command "docker run --net=host -e BUILD_LIBS="$BUILD_LIBS" $BUILD_ENV > -v > $(pwd):/thrift/src -it thrift-build:$DISTRO build/docker/scripts/$SCRIPT > $BUILD_ARG" exited with 3. > > --- APPVEYOR --------------------------- > [00:01:34] appveyor DownloadFile > http://www.us.apache.org/dist/ant/binaries/apache-ant-%ANT_ > VERSION%-bin.zip > [00:01:34] Error downloading remote file: One or more errors occurred. > [00:01:34] Inner Exception: Remote server returned 404: Not Found > [00:01:34] Command exited with code 2 > > > > Have fun, > JensG > >
