[INFO] updating cached repository carllerche/tokio-examples [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/carllerche/tokio-examples [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/carllerche/tokio-examples" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/carllerche/tokio-examples"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/carllerche/tokio-examples'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/carllerche/tokio-examples" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/carllerche/tokio-examples"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/carllerche/tokio-examples'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e959dcea6e7fad84b46bcff5304b34ba0f0cf462 [INFO] sha for GitHub repo carllerche/tokio-examples: e959dcea6e7fad84b46bcff5304b34ba0f0cf462 [INFO] validating manifest of carllerche/tokio-examples on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of carllerche/tokio-examples on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing carllerche/tokio-examples [INFO] finished frobbing carllerche/tokio-examples [INFO] frobbed toml for carllerche/tokio-examples written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/carllerche/tokio-examples/Cargo.toml [INFO] started frobbing carllerche/tokio-examples [INFO] finished frobbing carllerche/tokio-examples [INFO] frobbed toml for carllerche/tokio-examples written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/carllerche/tokio-examples/Cargo.toml [INFO] crate carllerche/tokio-examples already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking carllerche/tokio-examples against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-0/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/carllerche/tokio-examples:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] fbcbab116328074b75c9554e77072c6b2ca7d84408d2a2fbbfd5ff4fd1764512 [INFO] running `"docker" "start" "-a" "fbcbab116328074b75c9554e77072c6b2ca7d84408d2a2fbbfd5ff4fd1764512"` [INFO] [stderr] Checking net2 v0.2.26 [INFO] [stderr] Checking futures v0.1.3 [INFO] [stderr] Checking bytes v0.4.0-dev (https://github.com/carllerche/bytes#b42d94c3) [INFO] [stderr] Compiling nix v0.6.0 [INFO] [stderr] Checking tokio-service v0.1.0 (https://github.com/tokio-rs/tokio-service#92eccdc1) [INFO] [stderr] Checking mio v0.6.0 [INFO] [stderr] Checking tokio-core v0.1.0 [INFO] [stderr] Checking tokio-proto v0.1.0 (https://github.com/tokio-rs/tokio-proto#ea7bfa2a) [INFO] [stderr] error[E0038]: the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/multiplex/mod.rs:218:25 [INFO] [stderr] | [INFO] [stderr] 218 | impl Transport for Box> [INFO] [stderr] | ^^^^^^^^^ the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/multiplex/mod.rs:252:25 [INFO] [stderr] | [INFO] [stderr] 252 | impl Transport for Box + Send> [INFO] [stderr] | ^^^^^^^^^ the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/pipeline/mod.rs:189:25 [INFO] [stderr] | [INFO] [stderr] 189 | impl Transport for Box> [INFO] [stderr] | ^^^^^^^^^ the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/pipeline/mod.rs:223:25 [INFO] [stderr] | [INFO] [stderr] 223 | impl Transport for Box + Send> [INFO] [stderr] | ^^^^^^^^^ the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/multiplex/mod.rs:231:5 [INFO] [stderr] | [INFO] [stderr] 231 | fn poll_read(&mut self) -> Async<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/multiplex/mod.rs:235:5 [INFO] [stderr] | [INFO] [stderr] 235 | fn read(&mut self) -> Poll, io::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/multiplex/mod.rs:239:5 [INFO] [stderr] | [INFO] [stderr] 239 | fn poll_write(&mut self) -> Async<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/multiplex/mod.rs:243:5 [INFO] [stderr] | [INFO] [stderr] 243 | fn write(&mut self, req: Frame) -> Poll<(), io::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/multiplex/mod.rs:247:5 [INFO] [stderr] | [INFO] [stderr] 247 | fn flush(&mut self) -> Poll<(), io::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/multiplex/mod.rs:265:5 [INFO] [stderr] | [INFO] [stderr] 265 | fn poll_read(&mut self) -> Async<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/multiplex/mod.rs:269:5 [INFO] [stderr] | [INFO] [stderr] 269 | fn read(&mut self) -> Poll, io::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/multiplex/mod.rs:273:5 [INFO] [stderr] | [INFO] [stderr] 273 | fn poll_write(&mut self) -> Async<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/multiplex/mod.rs:277:5 [INFO] [stderr] | [INFO] [stderr] 277 | fn write(&mut self, req: Frame) -> Poll<(), io::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/multiplex/mod.rs:281:5 [INFO] [stderr] | [INFO] [stderr] 281 | fn flush(&mut self) -> Poll<(), io::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `multiplex::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/pipeline/mod.rs:202:5 [INFO] [stderr] | [INFO] [stderr] 202 | fn poll_read(&mut self) -> Async<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/pipeline/mod.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | fn read(&mut self) -> Poll, io::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/pipeline/mod.rs:210:5 [INFO] [stderr] | [INFO] [stderr] 210 | fn poll_write(&mut self) -> Async<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/pipeline/mod.rs:214:5 [INFO] [stderr] | [INFO] [stderr] 214 | fn write(&mut self, req: Frame) -> Poll<(), io::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/pipeline/mod.rs:218:5 [INFO] [stderr] | [INFO] [stderr] 218 | fn flush(&mut self) -> Poll<(), io::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/pipeline/mod.rs:236:5 [INFO] [stderr] | [INFO] [stderr] 236 | fn poll_read(&mut self) -> Async<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/pipeline/mod.rs:240:5 [INFO] [stderr] | [INFO] [stderr] 240 | fn read(&mut self) -> Poll, io::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/pipeline/mod.rs:244:5 [INFO] [stderr] | [INFO] [stderr] 244 | fn poll_write(&mut self) -> Async<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/pipeline/mod.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | fn write(&mut self, req: Frame) -> Poll<(), io::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/tokio-proto-c8cedf07823756f8/ea7bfa2/src/pipeline/mod.rs:252:5 [INFO] [stderr] | [INFO] [stderr] 252 | fn flush(&mut self) -> Poll<(), io::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pipeline::Transport` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses [INFO] [stderr] [INFO] [stderr] error: aborting due to 24 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0038`. [INFO] [stderr] error: Could not compile `tokio-proto`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fbcbab116328074b75c9554e77072c6b2ca7d84408d2a2fbbfd5ff4fd1764512"` [INFO] running `"docker" "rm" "-f" "fbcbab116328074b75c9554e77072c6b2ca7d84408d2a2fbbfd5ff4fd1764512"` [INFO] [stdout] fbcbab116328074b75c9554e77072c6b2ca7d84408d2a2fbbfd5ff4fd1764512