Upgrade to Rust 2018; some cleanups #426
+196
−201
Merged
Travis CI / Travis CI - Pull Request
failed
Apr 10, 2020
in
4m 33s
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 #426 Upgrade to Rust 2018; some cleanups.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has 15 jobs, running in parallel.
| Job | Rust | ENV | OS | State |
|---|---|---|---|---|
| 1.31.0 | FEATURES="" | Linux | failed | |
| 1.31.0 | FEATURES="--features serde" | Linux | failed | |
| 1.31.0 | FEATURES="--no-default-features --features libm" | Linux | failed | |
| stable | FEATURES="" | Linux | passed | |
| stable | FEATURES="--features serde" | Linux | passed | |
| stable | FEATURES="--no-default-features --features libm" | Linux | passed | |
| beta | FEATURES="" | Linux | passed | |
| beta | FEATURES="--features serde" | Linux | passed | |
| beta | FEATURES="--no-default-features --features libm" | Linux | passed | |
| nightly | FEATURES="" | Linux | passed | |
| nightly | FEATURES="--features serde" | Linux | passed | |
| nightly | FEATURES="--no-default-features --features libm" | Linux | passed | |
| stable | FEATURES="--features mint" | Linux | passed | |
| nightly | FEATURES="--features unstable" | Linux | passed | |
| nightly | FEATURES="--features unstable,serde" | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Rust |
| Operating System | Linux (Xenial) |
| Rust Versions | 1.31.0, stable, beta, nightly |
Build Configuration
{
"language": "rust",
"os": [
"linux"
],
"dist": "xenial",
"rust": [
"1.31.0",
"stable",
"beta",
"nightly"
],
"env": [
"jobs={:FEATURES=>\"\\\"\\\"\"}={:FEATURES=>\"\\\"--features serde\\\"\"}={:FEATURES=>\"\\\"--no-default-features --features libm\\\"\"}"
],
"script": [
"cargo build $FEATURES",
"cargo test --verbose $FEATURES"
],
"jobs": {
"include": [
{
"rust": "stable",
"env": [
{
"FEATURES": "\"\""
}
]
},
{
"rust": "stable",
"env": [
{
"FEATURES": "\"--features mint\""
}
]
},
{
"rust": "beta",
"env": [
{
"FEATURES": "\"\""
}
]
},
{
"rust": "nightly",
"env": [
{
"FEATURES": "\"--features unstable\""
}
]
},
{
"rust": "nightly",
"env": [
{
"FEATURES": "\"--features unstable,serde\""
}
]
}
]
}
}