Aug 11 06:34:56.812 INFO checking peg-syntax-ext-0.4.2 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 06:34:56.812 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 06:34:56.812 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 06:34:56.812 INFO running `"docker" "create" "-v" "/tmp/crater.315ZKEwbYTLg:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-6/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 06:34:57.055 INFO blam! 33f7547334018fc51b40aad394e72858b059a75cae8cf2db63dba259be085295 Aug 11 06:34:57.057 INFO running `"docker" "start" "-a" "33f7547334018fc51b40aad394e72858b059a75cae8cf2db63dba259be085295"` Aug 11 06:34:58.219 INFO kablam! Compiling peg v0.4.0 Aug 11 06:35:01.763 INFO kablam! Checking peg-syntax-ext v0.4.2 (file:///source) Aug 11 06:35:07.555 INFO kablam! warning: unused `#[macro_use]` import Aug 11 06:35:07.555 INFO kablam! --> lib.rs:4:1 Aug 11 06:35:07.555 INFO kablam! | Aug 11 06:35:07.555 INFO kablam! 4 | #[macro_use] extern crate syntax_pos; Aug 11 06:35:07.555 INFO kablam! | ^^^^^^^^^^^^ Aug 11 06:35:07.555 INFO kablam! | Aug 11 06:35:07.555 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 11 06:35:07.556 INFO kablam! Aug 11 06:35:07.624 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::AsRef` is not satisfied Aug 11 06:35:07.624 INFO kablam! --> lib.rs:49:16 Aug 11 06:35:07.624 INFO kablam! | Aug 11 06:35:07.624 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Aug 11 06:35:07.624 INFO kablam! | ^^^^^^^^^ the trait `std::convert::AsRef` is not implemented for `syntax_pos::FileName` Aug 11 06:35:07.624 INFO kablam! | Aug 11 06:35:07.624 INFO kablam! = note: required by `std::path::Path::new` Aug 11 06:35:07.624 INFO kablam! Aug 11 06:35:07.681 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Aug 11 06:35:07.681 INFO kablam! --> lib.rs:57:18 Aug 11 06:35:07.681 INFO kablam! | Aug 11 06:35:07.681 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Aug 11 06:35:07.681 INFO kablam! | ^^^^^^^^^^^ expected 2 parameters Aug 11 06:35:07.681 INFO kablam! Aug 11 06:35:07.737 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Aug 11 06:35:07.737 INFO kablam! --> lib.rs:71:85 Aug 11 06:35:07.737 INFO kablam! | Aug 11 06:35:07.737 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Aug 11 06:35:07.737 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Aug 11 06:35:07.737 INFO kablam! | Aug 11 06:35:07.737 INFO kablam! = help: the following implementations were found: Aug 11 06:35:07.737 INFO kablam! > Aug 11 06:35:07.737 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 11 06:35:07.737 INFO kablam! Aug 11 06:35:07.804 INFO kablam! error: aborting due to 3 previous errors Aug 11 06:35:07.804 INFO kablam! Aug 11 06:35:07.804 INFO kablam! Some errors occurred: E0061, E0277. Aug 11 06:35:07.805 INFO kablam! For more information about an error, try `rustc --explain E0061`. Aug 11 06:35:07.821 INFO kablam! error: Could not compile `peg-syntax-ext`. Aug 11 06:35:07.822 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 06:35:08.012 INFO kablam! warning: unused `#[macro_use]` import Aug 11 06:35:08.012 INFO kablam! --> lib.rs:4:1 Aug 11 06:35:08.012 INFO kablam! | Aug 11 06:35:08.012 INFO kablam! 4 | #[macro_use] extern crate syntax_pos; Aug 11 06:35:08.012 INFO kablam! | ^^^^^^^^^^^^ Aug 11 06:35:08.012 INFO kablam! | Aug 11 06:35:08.012 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 11 06:35:08.012 INFO kablam! Aug 11 06:35:08.069 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::AsRef` is not satisfied Aug 11 06:35:08.069 INFO kablam! --> lib.rs:49:16 Aug 11 06:35:08.069 INFO kablam! | Aug 11 06:35:08.069 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Aug 11 06:35:08.069 INFO kablam! | ^^^^^^^^^ the trait `std::convert::AsRef` is not implemented for `syntax_pos::FileName` Aug 11 06:35:08.069 INFO kablam! | Aug 11 06:35:08.069 INFO kablam! = note: required by `std::path::Path::new` Aug 11 06:35:08.069 INFO kablam! Aug 11 06:35:08.089 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Aug 11 06:35:08.089 INFO kablam! --> lib.rs:57:18 Aug 11 06:35:08.089 INFO kablam! | Aug 11 06:35:08.089 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Aug 11 06:35:08.089 INFO kablam! | ^^^^^^^^^^^ expected 2 parameters Aug 11 06:35:08.089 INFO kablam! Aug 11 06:35:08.113 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Aug 11 06:35:08.113 INFO kablam! --> lib.rs:71:85 Aug 11 06:35:08.113 INFO kablam! | Aug 11 06:35:08.113 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Aug 11 06:35:08.113 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Aug 11 06:35:08.113 INFO kablam! | Aug 11 06:35:08.113 INFO kablam! = help: the following implementations were found: Aug 11 06:35:08.113 INFO kablam! > Aug 11 06:35:08.113 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 11 06:35:08.113 INFO kablam! Aug 11 06:35:08.153 INFO kablam! error: aborting due to 3 previous errors Aug 11 06:35:08.153 INFO kablam! Aug 11 06:35:08.153 INFO kablam! Some errors occurred: E0061, E0277. Aug 11 06:35:08.153 INFO kablam! For more information about an error, try `rustc --explain E0061`. Aug 11 06:35:08.166 INFO kablam! error: Could not compile `peg-syntax-ext`. Aug 11 06:35:08.166 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 06:35:09.254 INFO kablam! warning: unused `#[macro_use]` import Aug 11 06:35:09.254 INFO kablam! --> lib.rs:4:1 Aug 11 06:35:09.254 INFO kablam! | Aug 11 06:35:09.254 INFO kablam! 4 | #[macro_use] extern crate syntax_pos; Aug 11 06:35:09.254 INFO kablam! | ^^^^^^^^^^^^ Aug 11 06:35:09.254 INFO kablam! | Aug 11 06:35:09.254 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 11 06:35:09.254 INFO kablam! Aug 11 06:35:09.302 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::AsRef` is not satisfied Aug 11 06:35:09.302 INFO kablam! --> lib.rs:49:16 Aug 11 06:35:09.302 INFO kablam! | Aug 11 06:35:09.302 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Aug 11 06:35:09.302 INFO kablam! | ^^^^^^^^^ the trait `std::convert::AsRef` is not implemented for `syntax_pos::FileName` Aug 11 06:35:09.302 INFO kablam! | Aug 11 06:35:09.302 INFO kablam! = note: required by `std::path::Path::new` Aug 11 06:35:09.302 INFO kablam! Aug 11 06:35:09.320 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Aug 11 06:35:09.320 INFO kablam! --> lib.rs:57:18 Aug 11 06:35:09.320 INFO kablam! | Aug 11 06:35:09.320 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Aug 11 06:35:09.320 INFO kablam! | ^^^^^^^^^^^ expected 2 parameters Aug 11 06:35:09.320 INFO kablam! Aug 11 06:35:09.356 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Aug 11 06:35:09.356 INFO kablam! --> lib.rs:71:85 Aug 11 06:35:09.356 INFO kablam! | Aug 11 06:35:09.356 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Aug 11 06:35:09.356 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Aug 11 06:35:09.356 INFO kablam! | Aug 11 06:35:09.356 INFO kablam! = help: the following implementations were found: Aug 11 06:35:09.356 INFO kablam! > Aug 11 06:35:09.356 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 11 06:35:09.357 INFO kablam! Aug 11 06:35:09.405 INFO kablam! error: aborting due to 3 previous errors Aug 11 06:35:09.405 INFO kablam! Aug 11 06:35:09.405 INFO kablam! Some errors occurred: E0061, E0277. Aug 11 06:35:09.405 INFO kablam! For more information about an error, try `rustc --explain E0061`. Aug 11 06:35:09.420 INFO kablam! error: Could not compile `peg-syntax-ext`. Aug 11 06:35:09.420 INFO kablam! Aug 11 06:35:09.420 INFO kablam! To learn more, run the command again with --verbose. Aug 11 06:35:09.421 INFO kablam! su: No module specific data is present Aug 11 06:35:10.026 INFO running `"docker" "rm" "-f" "33f7547334018fc51b40aad394e72858b059a75cae8cf2db63dba259be085295"` Aug 11 06:35:10.106 INFO blam! 33f7547334018fc51b40aad394e72858b059a75cae8cf2db63dba259be085295