Jul 12 02:26:10.046 INFO checking peg-syntax-ext-0.4.2 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 02:26:10.046 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 02:26:10.046 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 02:26:10.046 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-2/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 02:26:10.290 INFO blam! ffb078c721db83824d4dc57b3bae80e1ab58702cb1869d43d0b02041de1a5740 Jul 12 02:26:10.292 INFO running `"docker" "start" "-a" "ffb078c721db83824d4dc57b3bae80e1ab58702cb1869d43d0b02041de1a5740"` Jul 12 02:26:11.264 INFO kablam! Compiling peg v0.4.0 Jul 12 02:26:14.973 INFO kablam! Checking peg-syntax-ext v0.4.2 (file:///source) Jul 12 02:26:23.687 INFO kablam! warning: unused `#[macro_use]` import Jul 12 02:26:23.687 INFO kablam! --> lib.rs:4:1 Jul 12 02:26:23.687 INFO kablam! | Jul 12 02:26:23.687 INFO kablam! 4 | #[macro_use] extern crate syntax_pos; Jul 12 02:26:23.687 INFO kablam! | ^^^^^^^^^^^^ Jul 12 02:26:23.688 INFO kablam! | Jul 12 02:26:23.688 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 02:26:23.688 INFO kablam! Jul 12 02:26:23.835 INFO kablam! warning: unused `#[macro_use]` import Jul 12 02:26:23.835 INFO kablam! --> lib.rs:4:1 Jul 12 02:26:23.835 INFO kablam! | Jul 12 02:26:23.835 INFO kablam! 4 | #[macro_use] extern crate syntax_pos; Jul 12 02:26:23.835 INFO kablam! | ^^^^^^^^^^^^ Jul 12 02:26:23.835 INFO kablam! | Jul 12 02:26:23.835 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 02:26:23.836 INFO kablam! Jul 12 02:26:23.865 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::AsRef` is not satisfied Jul 12 02:26:23.865 INFO kablam! --> lib.rs:49:16 Jul 12 02:26:23.865 INFO kablam! | Jul 12 02:26:23.865 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Jul 12 02:26:23.865 INFO kablam! | ^^^^^^^^^ the trait `std::convert::AsRef` is not implemented for `syntax_pos::FileName` Jul 12 02:26:23.865 INFO kablam! | Jul 12 02:26:23.865 INFO kablam! = note: required by `std::path::Path::new` Jul 12 02:26:23.865 INFO kablam! Jul 12 02:26:24.019 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Jul 12 02:26:24.019 INFO kablam! --> lib.rs:57:18 Jul 12 02:26:24.019 INFO kablam! | Jul 12 02:26:24.019 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Jul 12 02:26:24.019 INFO kablam! | ^^^^^^^^^^^ expected 2 parameters Jul 12 02:26:24.019 INFO kablam! Jul 12 02:26:24.027 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::AsRef` is not satisfied Jul 12 02:26:24.029 INFO kablam! --> lib.rs:49:16 Jul 12 02:26:24.029 INFO kablam! | Jul 12 02:26:24.029 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Jul 12 02:26:24.029 INFO kablam! | ^^^^^^^^^ the trait `std::convert::AsRef` is not implemented for `syntax_pos::FileName` Jul 12 02:26:24.030 INFO kablam! | Jul 12 02:26:24.030 INFO kablam! = note: required by `std::path::Path::new` Jul 12 02:26:24.030 INFO kablam! Jul 12 02:26:24.065 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Jul 12 02:26:24.065 INFO kablam! --> lib.rs:71:85 Jul 12 02:26:24.065 INFO kablam! | Jul 12 02:26:24.065 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Jul 12 02:26:24.065 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Jul 12 02:26:24.065 INFO kablam! | Jul 12 02:26:24.066 INFO kablam! = help: the following implementations were found: Jul 12 02:26:24.066 INFO kablam! > Jul 12 02:26:24.066 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Jul 12 02:26:24.067 INFO kablam! Jul 12 02:26:24.096 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Jul 12 02:26:24.098 INFO kablam! --> lib.rs:57:18 Jul 12 02:26:24.098 INFO kablam! | Jul 12 02:26:24.098 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Jul 12 02:26:24.098 INFO kablam! | ^^^^^^^^^^^ expected 2 parameters Jul 12 02:26:24.098 INFO kablam! Jul 12 02:26:24.141 INFO kablam! error: aborting due to 3 previous errors Jul 12 02:26:24.142 INFO kablam! Jul 12 02:26:24.142 INFO kablam! Some errors occurred: E0061, E0277. Jul 12 02:26:24.143 INFO kablam! For more information about an error, try `rustc --explain E0061`. Jul 12 02:26:24.163 INFO kablam! error: Could not compile `peg-syntax-ext`. Jul 12 02:26:24.164 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:26:24.184 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Jul 12 02:26:24.184 INFO kablam! --> lib.rs:71:85 Jul 12 02:26:24.184 INFO kablam! | Jul 12 02:26:24.184 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Jul 12 02:26:24.184 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Jul 12 02:26:24.184 INFO kablam! | Jul 12 02:26:24.184 INFO kablam! = help: the following implementations were found: Jul 12 02:26:24.184 INFO kablam! > Jul 12 02:26:24.184 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Jul 12 02:26:24.184 INFO kablam! Jul 12 02:26:24.342 INFO kablam! error: aborting due to 3 previous errors Jul 12 02:26:24.342 INFO kablam! Jul 12 02:26:24.343 INFO kablam! Some errors occurred: E0061, E0277. Jul 12 02:26:24.343 INFO kablam! For more information about an error, try `rustc --explain E0061`. Jul 12 02:26:24.383 INFO kablam! error: Could not compile `peg-syntax-ext`. Jul 12 02:26:24.383 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:26:25.994 INFO kablam! warning: unused `#[macro_use]` import Jul 12 02:26:25.994 INFO kablam! --> lib.rs:4:1 Jul 12 02:26:25.995 INFO kablam! | Jul 12 02:26:25.995 INFO kablam! 4 | #[macro_use] extern crate syntax_pos; Jul 12 02:26:25.995 INFO kablam! | ^^^^^^^^^^^^ Jul 12 02:26:25.995 INFO kablam! | Jul 12 02:26:25.995 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 02:26:25.995 INFO kablam! Jul 12 02:26:26.059 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::AsRef` is not satisfied Jul 12 02:26:26.060 INFO kablam! --> lib.rs:49:16 Jul 12 02:26:26.060 INFO kablam! | Jul 12 02:26:26.060 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Jul 12 02:26:26.060 INFO kablam! | ^^^^^^^^^ the trait `std::convert::AsRef` is not implemented for `syntax_pos::FileName` Jul 12 02:26:26.060 INFO kablam! | Jul 12 02:26:26.060 INFO kablam! = note: required by `std::path::Path::new` Jul 12 02:26:26.060 INFO kablam! Jul 12 02:26:26.085 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Jul 12 02:26:26.086 INFO kablam! --> lib.rs:57:18 Jul 12 02:26:26.086 INFO kablam! | Jul 12 02:26:26.086 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Jul 12 02:26:26.086 INFO kablam! | ^^^^^^^^^^^ expected 2 parameters Jul 12 02:26:26.086 INFO kablam! Jul 12 02:26:26.125 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Jul 12 02:26:26.126 INFO kablam! --> lib.rs:71:85 Jul 12 02:26:26.126 INFO kablam! | Jul 12 02:26:26.126 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Jul 12 02:26:26.126 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Jul 12 02:26:26.126 INFO kablam! | Jul 12 02:26:26.126 INFO kablam! = help: the following implementations were found: Jul 12 02:26:26.126 INFO kablam! > Jul 12 02:26:26.127 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Jul 12 02:26:26.127 INFO kablam! Jul 12 02:26:26.218 INFO kablam! error: aborting due to 3 previous errors Jul 12 02:26:26.218 INFO kablam! Jul 12 02:26:26.218 INFO kablam! Some errors occurred: E0061, E0277. Jul 12 02:26:26.218 INFO kablam! For more information about an error, try `rustc --explain E0061`. Jul 12 02:26:26.240 INFO kablam! error: Could not compile `peg-syntax-ext`. Jul 12 02:26:26.240 INFO kablam! Jul 12 02:26:26.240 INFO kablam! To learn more, run the command again with --verbose. Jul 12 02:26:26.242 INFO kablam! su: No module specific data is present Jul 12 02:26:26.738 INFO running `"docker" "rm" "-f" "ffb078c721db83824d4dc57b3bae80e1ab58702cb1869d43d0b02041de1a5740"` Jul 12 02:26:26.898 INFO blam! ffb078c721db83824d4dc57b3bae80e1ab58702cb1869d43d0b02041de1a5740