Sep 10 19:41:02.321 INFO checking embed-0.1.1 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 19:41:02.321 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 19:41:02.321 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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=1000" "-e" "CMD=cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 19:41:02.512 INFO blam! d489115b170c69742092ba8c1544e99acc290037917e4e859341fc3ebfe83230 Sep 10 19:41:02.514 INFO running `"docker" "start" "-a" "d489115b170c69742092ba8c1544e99acc290037917e4e859341fc3ebfe83230"` Sep 10 19:41:03.140 INFO kablam! usermod: no changes Sep 10 19:41:03.184 INFO kablam! Checking winapi v0.2.8 Sep 10 19:41:04.755 INFO kablam! Checking kernel32-sys v0.2.2 Sep 10 19:41:05.374 INFO kablam! Checking walkdir v0.1.8 Sep 10 19:41:05.857 INFO kablam! Checking embed v0.1.1 (file:///source) Sep 10 19:41:08.566 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 19:41:08.566 INFO kablam! --> src/lib.rs:17:13 Sep 10 19:41:08.566 INFO kablam! | Sep 10 19:41:08.566 INFO kablam! 17 | use syntax::codemap::Span; Sep 10 19:41:08.566 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 19:41:08.566 INFO kablam! Sep 10 19:41:08.638 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 19:41:08.638 INFO kablam! --> src/lib.rs:17:13 Sep 10 19:41:08.638 INFO kablam! | Sep 10 19:41:08.638 INFO kablam! 17 | use syntax::codemap::Span; Sep 10 19:41:08.638 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 19:41:08.638 INFO kablam! Sep 10 19:41:08.706 INFO kablam! error[E0277]: the size for values of type `str` cannot be known at compilation time Sep 10 19:41:08.706 INFO kablam! --> src/lib.rs:79:9 Sep 10 19:41:08.706 INFO kablam! | Sep 10 19:41:08.706 INFO kablam! 79 | let relative_path = match get_single_str_from_tts(cx, sp, args, "embed!") { Sep 10 19:41:08.706 INFO kablam! | ^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 19:41:08.706 INFO kablam! | Sep 10 19:41:08.706 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `str` Sep 10 19:41:08.706 INFO kablam! = note: to learn more, visit Sep 10 19:41:08.706 INFO kablam! = note: all local variables must have a statically known size Sep 10 19:41:08.706 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 10 19:41:08.706 INFO kablam! Sep 10 19:41:08.719 INFO kablam! error: aborting due to 2 previous errors Sep 10 19:41:08.719 INFO kablam! Sep 10 19:41:08.720 INFO kablam! Some errors occurred: E0277, E0432. Sep 10 19:41:08.720 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 19:41:08.737 INFO kablam! error: Could not compile `embed`. Sep 10 19:41:08.737 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:41:08.754 INFO kablam! error[E0277]: the size for values of type `str` cannot be known at compilation time Sep 10 19:41:08.754 INFO kablam! --> src/lib.rs:79:9 Sep 10 19:41:08.754 INFO kablam! | Sep 10 19:41:08.754 INFO kablam! 79 | let relative_path = match get_single_str_from_tts(cx, sp, args, "embed!") { Sep 10 19:41:08.754 INFO kablam! | ^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 19:41:08.754 INFO kablam! | Sep 10 19:41:08.754 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `str` Sep 10 19:41:08.754 INFO kablam! = note: to learn more, visit Sep 10 19:41:08.754 INFO kablam! = note: all local variables must have a statically known size Sep 10 19:41:08.754 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 10 19:41:08.754 INFO kablam! Sep 10 19:41:08.765 INFO kablam! error: aborting due to 2 previous errors Sep 10 19:41:08.766 INFO kablam! Sep 10 19:41:08.766 INFO kablam! Some errors occurred: E0277, E0432. Sep 10 19:41:08.766 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 19:41:08.779 INFO kablam! error: Could not compile `embed`. Sep 10 19:41:08.779 INFO kablam! Sep 10 19:41:08.779 INFO kablam! To learn more, run the command again with --verbose. Sep 10 19:41:08.780 INFO kablam! su: No module specific data is present Sep 10 19:41:09.340 INFO running `"docker" "rm" "-f" "d489115b170c69742092ba8c1544e99acc290037917e4e859341fc3ebfe83230"` Sep 10 19:41:09.445 INFO blam! d489115b170c69742092ba8c1544e99acc290037917e4e859341fc3ebfe83230