Dane Springmeyer
Dane Springmeyer
> Alternatively we could maintain an export symbol list on Mapbox GL Native. Seems like this is the most failsafe and easily maintainable solution. But I'm certainly interested in trying...
@kkaefer current thoughts on this? It looks like this was never changed: we [still provide output for both static_libs and ldflags for boost](https://github.com/mapbox/mason/blob/master/scripts/boost/1.63.0/common.sh#L57-L64) (and probably a lot of other packages)....
Yes, @romanroibu likely needs to the same fix as https://github.com/mapbox/mason/pull/465. Is this something you test and provide a PR for?
`Failed to download https://mason-binaries.s3.amazonaws.com/osx-x86_64/android-ndk/arm-9-r13b.tar.gz (returncode: 56)` on OS X travis build: https://travis-ci.org/mapbox/mason/jobs/304807664#L1357
/cc @mapsam who mentioned seeing multiple/repeated clang++ download failures. @mapsam was this on OS X or within docker?
@mapsam, okay thanks for the details. After https://github.com/mapbox/mason/commit/1727795f314dbef66fb0f84ee98a82a62e77b5d1 mason will now output the exact returncode on error. This is what is producing the: > (returncode: 56) Above in the error...
Not an s3 issue, but noting nonetheless that I also just hit this on an OS X travis job: ``` $ ./mason build ${MASON_NAME} ${MASON_VERSION} Cloning into '/Users/travis/build/mapbox/mason/mason_packages/.build/mapnik-vf02a25901'... error: RPC...
Now seeing: ``` * Downloading binary package https://mason-binaries.s3.amazonaws.com/linux-x86_64/sqlite/3.8.8.1.tar.gz Failed to download https://mason-binaries.s3.amazonaws.com/linux-x86_64/sqlite/3.8.8.1.tar.gz (returncode: 35) ``` https://travis-ci.org/mapbox/mason/jobs/305567441#L495
ugh, also just hit: ``` oci runtime error: exec failed: container_linux.go:265: starting container process caused "could not create session key: disk quota exceeded" ``` https://travis-ci.org/mapbox/mason/jobs/305567199