Implement Clone for IntoIter where A: Clone #191
+64
−0
Closed
Travis CI / Travis CI - Pull Request
required action
Dec 12, 2019
in
1m 12s
Build Errored
The build errored. 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 #191 Implement Clone for IntoIter where A: Clone.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has four jobs, running in parallel.
| Job | Rust | ENV | OS | State |
|---|---|---|---|---|
| 1.36.0 | Linux | errored | ||
| nightly | Linux | errored | ||
| beta | DO_FUZZ=true | Linux | errored | |
| stable | DO_FUZZ=true | Linux | errored |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Rust |
| Operating System | Linux (Xenial) |
Build Configuration
{
"dist": "xenial",
"group": "stable",
"addons": {
"apt": {
"update": true,
"packages": [
"binutils-dev",
"libunwind8-dev",
"libcurl4-openssl-dev",
"libelf-dev",
"libdw-dev",
"cmake",
"gcc",
"libiberty-dev"
]
}
},
"matrix": {
"include": [
{
"dist": "xenial",
"rust": "1.36.0"
},
{
"dist": "xenial",
"rust": "nightly"
},
{
"env": "DO_FUZZ=true",
"dist": "xenial",
"rust": "beta"
},
{
"env": "DO_FUZZ=true",
"dist": "xenial",
"rust": "stable"
}
]
},
"script": "cargo build --verbose &&\ncargo test --verbose &&\ncargo test --verbose --features serde &&\n([ $TRAVIS_RUST_VERSION != nightly ] || cargo check --verbose --no-default-features) &&\n([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --features union) &&\n([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --all-features) &&\n([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench) &&\n([ $TRAVIS_RUST_VERSION != nightly ] || bash ./scripts/run_miri.sh) &&\nif [ \"$DO_FUZZ\" = true ]\nthen\n(\n cd fuzz\n ./travis-fuzz.sh\n)\nfi\n",
".result": "configured",
"language": "rust"
}