Jul 11 19:38:28.957 INFO checking text_io-0.1.6 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 11 19:38:28.957 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 19:38:28.957 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 19:38:28.957 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-4/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 11 19:38:29.258 INFO blam! 78ce343b00e478af59d0752cecbdec7b9d27dcbca4dd5c9dc630df41d452868b Jul 11 19:38:29.261 INFO running `"docker" "start" "-a" "78ce343b00e478af59d0752cecbdec7b9d27dcbca4dd5c9dc630df41d452868b"` Jul 11 19:38:30.250 INFO kablam! Checking text_io v0.1.6 (file:///source) Jul 11 19:38:33.128 INFO kablam! warning: unused import: `:: std :: io :: Read` Jul 11 19:38:33.128 INFO kablam! --> tests/module.rs:6:9 Jul 11 19:38:33.128 INFO kablam! | Jul 11 19:38:33.128 INFO kablam! 6 | scan!(text.bytes() => "{}:{}", a, b); Jul 11 19:38:33.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 19:38:33.128 INFO kablam! | Jul 11 19:38:33.128 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 11 19:38:33.128 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 11 19:38:33.128 INFO kablam! Jul 11 19:38:34.513 INFO kablam! warning: unused import: `:: std :: io :: Read` Jul 11 19:38:34.513 INFO kablam! --> tests/read_str.rs:5:20 Jul 11 19:38:34.513 INFO kablam! | Jul 11 19:38:34.513 INFO kablam! 5 | let val: i32 = read!("{}", "42".bytes()); Jul 11 19:38:34.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 19:38:34.513 INFO kablam! | Jul 11 19:38:34.513 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 11 19:38:34.513 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 11 19:38:34.513 INFO kablam! Jul 11 19:38:34.513 INFO kablam! warning: unused import: `:: std :: io :: Read` Jul 11 19:38:34.513 INFO kablam! --> tests/read_str.rs:11:23 Jul 11 19:38:34.513 INFO kablam! | Jul 11 19:38:34.513 INFO kablam! 11 | let val: String = read!("{} 64", "42 64".bytes()); Jul 11 19:38:34.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 19:38:34.513 INFO kablam! | Jul 11 19:38:34.513 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 11 19:38:34.513 INFO kablam! Jul 11 19:38:34.513 INFO kablam! warning: unused import: `:: std :: io :: Read` Jul 11 19:38:34.513 INFO kablam! --> tests/read_str.rs:19:20 Jul 11 19:38:34.513 INFO kablam! | Jul 11 19:38:34.513 INFO kablam! 19 | let val: i32 = read!("The answer is {}!!!11einself\n", file); Jul 11 19:38:34.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 19:38:34.513 INFO kablam! | Jul 11 19:38:34.513 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 11 19:38:34.514 INFO kablam! Jul 11 19:38:34.514 INFO kablam! warning: unused import: `:: std :: io :: Read` Jul 11 19:38:34.514 INFO kablam! --> tests/read_str.rs:21:21 Jul 11 19:38:34.514 INFO kablam! | Jul 11 19:38:34.514 INFO kablam! 21 | let s: String = read!("There is {} spoon", file); Jul 11 19:38:34.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 19:38:34.514 INFO kablam! | Jul 11 19:38:34.514 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 11 19:38:34.514 INFO kablam! Jul 11 19:38:34.514 INFO kablam! warning: unused import: `:: std :: io :: Read` Jul 11 19:38:34.514 INFO kablam! --> tests/read_str.rs:31:5 Jul 11 19:38:34.514 INFO kablam! | Jul 11 19:38:34.514 INFO kablam! 31 | scan!(file => "The answer is {}!!!11einself\nThere is {} spoon", val, *s); Jul 11 19:38:34.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 19:38:34.514 INFO kablam! | Jul 11 19:38:34.514 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 11 19:38:34.514 INFO kablam! Jul 11 19:38:34.514 INFO kablam! warning: unused import: `:: std :: io :: Read` Jul 11 19:38:34.514 INFO kablam! --> tests/read_str.rs:39:5 Jul 11 19:38:34.514 INFO kablam! | Jul 11 19:38:34.514 INFO kablam! 39 | scan!("42".bytes() => "{}", val); Jul 11 19:38:34.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 19:38:34.514 INFO kablam! | Jul 11 19:38:34.514 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 11 19:38:34.514 INFO kablam! Jul 11 19:38:34.514 INFO kablam! warning: unused import: `:: std :: io :: Read` Jul 11 19:38:34.514 INFO kablam! --> tests/read_str.rs:43:5 Jul 11 19:38:34.515 INFO kablam! | Jul 11 19:38:34.515 INFO kablam! 43 | scan!("12".bytes() => "{}", i); Jul 11 19:38:34.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 19:38:34.515 INFO kablam! | Jul 11 19:38:34.515 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 11 19:38:34.515 INFO kablam! Jul 11 19:38:34.515 INFO kablam! warning: unused import: `:: std :: io :: Read` Jul 11 19:38:34.515 INFO kablam! --> tests/read_str.rs:48:5 Jul 11 19:38:34.515 INFO kablam! | Jul 11 19:38:34.515 INFO kablam! 48 | scan!(stdin => "{}", i); Jul 11 19:38:34.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 19:38:34.515 INFO kablam! | Jul 11 19:38:34.515 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 11 19:38:34.515 INFO kablam! Jul 11 19:38:34.515 INFO kablam! warning: unused import: `:: std :: io :: Read` Jul 11 19:38:34.515 INFO kablam! --> tests/read_str.rs:49:5 Jul 11 19:38:34.515 INFO kablam! | Jul 11 19:38:34.515 INFO kablam! 49 | scan!(stdin => "{}", j); Jul 11 19:38:34.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 19:38:34.515 INFO kablam! | Jul 11 19:38:34.515 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 11 19:38:34.515 INFO kablam! Jul 11 19:38:34.896 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.69s Jul 11 19:38:34.905 INFO kablam! su: No module specific data is present Jul 11 19:38:35.446 INFO running `"docker" "rm" "-f" "78ce343b00e478af59d0752cecbdec7b9d27dcbca4dd5c9dc630df41d452868b"` Jul 11 19:38:35.626 INFO blam! 78ce343b00e478af59d0752cecbdec7b9d27dcbca4dd5c9dc630df41d452868b