Jul 12 02:26:14.923 INFO checking peg-syntax-ext-0.4.2 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 02:26:14.923 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:26:14.923 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:26:14.923 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-0/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 02:26:15.174 INFO blam! b144d6bc79e7d72906082ea7d7b5e177eff7cf3c9d15cec508426eb21147d0d6 Jul 12 02:26:15.177 INFO running `"docker" "start" "-a" "b144d6bc79e7d72906082ea7d7b5e177eff7cf3c9d15cec508426eb21147d0d6"` Jul 12 02:26:16.212 INFO kablam! Compiling peg v0.4.0 Jul 12 02:26:20.452 INFO kablam! Checking peg-syntax-ext v0.4.2 (file:///source) Jul 12 02:26:27.123 INFO kablam! warning: unused `#[macro_use]` import Jul 12 02:26:27.123 INFO kablam! --> lib.rs:4:1 Jul 12 02:26:27.123 INFO kablam! | Jul 12 02:26:27.123 INFO kablam! 4 | #[macro_use] extern crate syntax_pos; Jul 12 02:26:27.123 INFO kablam! | ^^^^^^^^^^^^ Jul 12 02:26:27.123 INFO kablam! | Jul 12 02:26:27.123 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 02:26:27.123 INFO kablam! Jul 12 02:26:27.199 INFO kablam! warning: unused `#[macro_use]` import Jul 12 02:26:27.199 INFO kablam! --> lib.rs:4:1 Jul 12 02:26:27.199 INFO kablam! | Jul 12 02:26:27.199 INFO kablam! 4 | #[macro_use] extern crate syntax_pos; Jul 12 02:26:27.199 INFO kablam! | ^^^^^^^^^^^^ Jul 12 02:26:27.199 INFO kablam! | Jul 12 02:26:27.199 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 02:26:27.199 INFO kablam! Jul 12 02:26:27.311 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::AsRef` is not satisfied Jul 12 02:26:27.311 INFO kablam! --> lib.rs:49:16 Jul 12 02:26:27.311 INFO kablam! | Jul 12 02:26:27.311 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Jul 12 02:26:27.311 INFO kablam! | ^^^^^^^^^ the trait `std::convert::AsRef` is not implemented for `syntax_pos::FileName` Jul 12 02:26:27.311 INFO kablam! | Jul 12 02:26:27.312 INFO kablam! = note: required by `std::path::Path::new` Jul 12 02:26:27.312 INFO kablam! Jul 12 02:26:27.383 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Jul 12 02:26:27.383 INFO kablam! --> lib.rs:57:18 Jul 12 02:26:27.383 INFO kablam! | Jul 12 02:26:27.383 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Jul 12 02:26:27.383 INFO kablam! | ^^^^^^^^^^^ expected 2 parameters Jul 12 02:26:27.383 INFO kablam! Jul 12 02:26:27.399 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::AsRef` is not satisfied Jul 12 02:26:27.399 INFO kablam! --> lib.rs:49:16 Jul 12 02:26:27.399 INFO kablam! | Jul 12 02:26:27.400 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Jul 12 02:26:27.400 INFO kablam! | ^^^^^^^^^ the trait `std::convert::AsRef` is not implemented for `syntax_pos::FileName` Jul 12 02:26:27.400 INFO kablam! | Jul 12 02:26:27.400 INFO kablam! = note: required by `std::path::Path::new` Jul 12 02:26:27.400 INFO kablam! Jul 12 02:26:27.457 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Jul 12 02:26:27.458 INFO kablam! --> lib.rs:57:18 Jul 12 02:26:27.458 INFO kablam! | Jul 12 02:26:27.458 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Jul 12 02:26:27.458 INFO kablam! | ^^^^^^^^^^^ expected 2 parameters Jul 12 02:26:27.458 INFO kablam! Jul 12 02:26:27.499 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Jul 12 02:26:27.499 INFO kablam! --> lib.rs:71:85 Jul 12 02:26:27.499 INFO kablam! | Jul 12 02:26:27.499 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Jul 12 02:26:27.499 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Jul 12 02:26:27.500 INFO kablam! | Jul 12 02:26:27.500 INFO kablam! = help: the following implementations were found: Jul 12 02:26:27.500 INFO kablam! > Jul 12 02:26:27.500 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Jul 12 02:26:27.500 INFO kablam! Jul 12 02:26:27.572 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Jul 12 02:26:27.572 INFO kablam! --> lib.rs:71:85 Jul 12 02:26:27.572 INFO kablam! | Jul 12 02:26:27.572 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Jul 12 02:26:27.572 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Jul 12 02:26:27.572 INFO kablam! | Jul 12 02:26:27.573 INFO kablam! = help: the following implementations were found: Jul 12 02:26:27.573 INFO kablam! > Jul 12 02:26:27.573 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Jul 12 02:26:27.573 INFO kablam! Jul 12 02:26:27.605 INFO kablam! error: aborting due to 3 previous errors Jul 12 02:26:27.605 INFO kablam! Jul 12 02:26:27.605 INFO kablam! Some errors occurred: E0061, E0277. Jul 12 02:26:27.605 INFO kablam! For more information about an error, try `rustc --explain E0061`. Jul 12 02:26:27.630 INFO kablam! error: Could not compile `peg-syntax-ext`. Jul 12 02:26:27.631 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:26:27.646 INFO kablam! error: aborting due to 3 previous errors Jul 12 02:26:27.647 INFO kablam! Jul 12 02:26:27.647 INFO kablam! Some errors occurred: E0061, E0277. Jul 12 02:26:27.647 INFO kablam! For more information about an error, try `rustc --explain E0061`. Jul 12 02:26:27.678 INFO kablam! error: Could not compile `peg-syntax-ext`. Jul 12 02:26:27.678 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:26:28.644 INFO kablam! warning: unused `#[macro_use]` import Jul 12 02:26:28.644 INFO kablam! --> lib.rs:4:1 Jul 12 02:26:28.644 INFO kablam! | Jul 12 02:26:28.644 INFO kablam! 4 | #[macro_use] extern crate syntax_pos; Jul 12 02:26:28.644 INFO kablam! | ^^^^^^^^^^^^ Jul 12 02:26:28.644 INFO kablam! | Jul 12 02:26:28.644 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 02:26:28.644 INFO kablam! Jul 12 02:26:28.706 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::AsRef` is not satisfied Jul 12 02:26:28.706 INFO kablam! --> lib.rs:49:16 Jul 12 02:26:28.706 INFO kablam! | Jul 12 02:26:28.706 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Jul 12 02:26:28.706 INFO kablam! | ^^^^^^^^^ the trait `std::convert::AsRef` is not implemented for `syntax_pos::FileName` Jul 12 02:26:28.706 INFO kablam! | Jul 12 02:26:28.706 INFO kablam! = note: required by `std::path::Path::new` Jul 12 02:26:28.706 INFO kablam! Jul 12 02:26:28.731 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Jul 12 02:26:28.731 INFO kablam! --> lib.rs:57:18 Jul 12 02:26:28.731 INFO kablam! | Jul 12 02:26:28.731 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Jul 12 02:26:28.731 INFO kablam! | ^^^^^^^^^^^ expected 2 parameters Jul 12 02:26:28.731 INFO kablam! Jul 12 02:26:28.773 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Jul 12 02:26:28.774 INFO kablam! --> lib.rs:71:85 Jul 12 02:26:28.774 INFO kablam! | Jul 12 02:26:28.774 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Jul 12 02:26:28.774 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Jul 12 02:26:28.774 INFO kablam! | Jul 12 02:26:28.774 INFO kablam! = help: the following implementations were found: Jul 12 02:26:28.774 INFO kablam! > Jul 12 02:26:28.774 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Jul 12 02:26:28.774 INFO kablam! Jul 12 02:26:28.844 INFO kablam! error: aborting due to 3 previous errors Jul 12 02:26:28.845 INFO kablam! Jul 12 02:26:28.845 INFO kablam! Some errors occurred: E0061, E0277. Jul 12 02:26:28.845 INFO kablam! For more information about an error, try `rustc --explain E0061`. Jul 12 02:26:28.875 INFO kablam! error: Could not compile `peg-syntax-ext`. Jul 12 02:26:28.875 INFO kablam! Jul 12 02:26:28.875 INFO kablam! To learn more, run the command again with --verbose. Jul 12 02:26:28.876 INFO kablam! su: No module specific data is present Jul 12 02:26:29.533 INFO running `"docker" "rm" "-f" "b144d6bc79e7d72906082ea7d7b5e177eff7cf3c9d15cec508426eb21147d0d6"` Jul 12 02:26:29.683 INFO blam! b144d6bc79e7d72906082ea7d7b5e177eff7cf3c9d15cec508426eb21147d0d6