Update to SpiderMonkey 66. #458
Merged
Travis CI / Travis CI - Pull Request
failed
May 7, 2019
in
38m 6s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #458 Update to SpiderMonkey 66..
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has 12 jobs, running in parallel.
| Job | Rust | ENV | OS | State |
|---|---|---|---|---|
| nightly | \["FEATURES=\\"\\""\] | Linux | passed | |
| beta | \["FEATURES=\\"\\""\] | Linux | passed | |
| stable | \["FEATURES=\\"\\""\] | Linux | passed | |
| nightly | \["FEATURES=\\"--features debugmozjs\\""\] | Linux | passed | |
| beta | \["FEATURES=\\"--features debugmozjs\\""\] | Linux | passed | |
| stable | \["FEATURES=\\"--features debugmozjs\\""\] | Linux | passed | |
| nightly | \["FEATURES=\\"\\""\] | macOS | passed | |
| beta | \["FEATURES=\\"\\""\] | macOS | passed | |
| stable | \["FEATURES=\\"\\""\] | macOS | failed | |
| nightly | \["FEATURES=\\"--features debugmozjs\\""\] | macOS | failed | |
| beta | \["FEATURES=\\"--features debugmozjs\\""\] | macOS | passed | |
| stable | \["FEATURES=\\"--features debugmozjs\\""\] | macOS | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Rust |
| Operating System | Linux (Xenial), macOS |
| Rust Versions | nightly, beta, stable |
| Xcode Version | xcode9.3 |
Build Configuration
{
"os": [
"linux",
"osx"
],
"env": [
"FEATURES=\"\"",
"FEATURES=\"--features debugmozjs\""
],
"dist": "xenial",
"rust": [
"nightly",
"beta",
"stable"
],
"sudo": 9000,
"cache": "ccache",
"group": "stable",
"addons": {
"apt": {
"sources": [
"ubuntu-toolchain-r-test",
"llvm-toolchain-xenial-5.0"
],
"packages": [
"autoconf2.13",
"gcc-6",
"g++-6",
"clang-5.0"
]
},
"homebrew": {
"packages": [
"python",
"python@2"
]
}
},
"script": [
"ccache -z",
"CCACHE=$(which ccache) travis_wait 30 cargo build --verbose $FEATURES",
"CCACHE=$(which ccache) RUST_BACKTRACE=1 cargo test --verbose $FEATURES",
"ccache -s"
],
".result": "configured",
"language": "rust",
"osx_image": "xcode9.3",
"before_script": [
"if [[ \"$TRAVIS_OS_NAME\" == \"linux\" ]]; then export CC=gcc-6; export CXX=g++-6; fi",
"if [[ \"$TRAVIS_OS_NAME\" == \"osx\" ]]; then brew update; brew install autoconf@2.13 ccache llvm yasm; fi"
]
}