Sep 01 04:43:03.531 INFO checking synac-0.6.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 04:43:03.531 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 04:43:03.531 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 04:43:03.678 INFO blam! a0cb40de5751becb18c353dbed6b4ed8ccbd03f1bfa00ea8e34990236db499b8 Sep 01 04:43:03.680 INFO running `"docker" "start" "-a" "a0cb40de5751becb18c353dbed6b4ed8ccbd03f1bfa00ea8e34990236db499b8"` Sep 01 04:43:04.337 INFO kablam! Checking rmp-serde v0.13.7 Sep 01 04:43:05.476 INFO kablam! Checking synac v0.6.2 (file:///source) Sep 01 04:43:09.868 INFO kablam! error[E0463]: can't find crate for `futures` Sep 01 04:43:09.868 INFO kablam! --> examples/tokio.rs:1:1 Sep 01 04:43:09.868 INFO kablam! | Sep 01 04:43:09.868 INFO kablam! 1 | extern crate futures; Sep 01 04:43:09.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 04:43:09.868 INFO kablam! Sep 01 04:43:09.868 INFO kablam! error: aborting due to previous error Sep 01 04:43:09.868 INFO kablam! Sep 01 04:43:09.868 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 04:43:09.874 INFO kablam! error: Could not compile `synac`. Sep 01 04:43:09.874 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 04:43:10.674 INFO kablam! error: environment variable `ADDR` not defined Sep 01 04:43:10.674 INFO kablam! --> examples/main.rs:7:36 Sep 01 04:43:10.674 INFO kablam! | Sep 01 04:43:10.675 INFO kablam! 7 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 01 04:43:10.675 INFO kablam! | ^^^^^^^^^^^^ Sep 01 04:43:10.675 INFO kablam! Sep 01 04:43:10.675 INFO kablam! error: environment variable `HASH` not defined Sep 01 04:43:10.675 INFO kablam! --> examples/main.rs:7:50 Sep 01 04:43:10.675 INFO kablam! | Sep 01 04:43:10.675 INFO kablam! 7 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 01 04:43:10.675 INFO kablam! | ^^^^^^^^^^^^ Sep 01 04:43:10.675 INFO kablam! Sep 01 04:43:10.675 INFO kablam! error: environment variable `USERNAME` not defined Sep 01 04:43:10.675 INFO kablam! --> examples/main.rs:8:36 Sep 01 04:43:10.675 INFO kablam! | Sep 01 04:43:10.675 INFO kablam! 8 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 01 04:43:10.675 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 04:43:10.675 INFO kablam! Sep 01 04:43:10.675 INFO kablam! error: environment variable `TOKEN` not defined Sep 01 04:43:10.675 INFO kablam! --> examples/main.rs:8:54 Sep 01 04:43:10.675 INFO kablam! | Sep 01 04:43:10.675 INFO kablam! 8 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 01 04:43:10.675 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 04:43:10.675 INFO kablam! Sep 01 04:43:10.675 INFO kablam! error: aborting due to 4 previous errors Sep 01 04:43:10.675 INFO kablam! Sep 01 04:43:10.681 INFO kablam! error: Could not compile `synac`. Sep 01 04:43:10.681 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 04:43:10.686 INFO kablam! error: environment variable `ADDR` not defined Sep 01 04:43:10.686 INFO kablam! --> examples/nonblocking.rs:9:36 Sep 01 04:43:10.686 INFO kablam! | Sep 01 04:43:10.686 INFO kablam! 9 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 01 04:43:10.686 INFO kablam! | ^^^^^^^^^^^^ Sep 01 04:43:10.686 INFO kablam! Sep 01 04:43:10.686 INFO kablam! error: environment variable `HASH` not defined Sep 01 04:43:10.686 INFO kablam! --> examples/nonblocking.rs:9:50 Sep 01 04:43:10.686 INFO kablam! | Sep 01 04:43:10.686 INFO kablam! 9 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 01 04:43:10.686 INFO kablam! | ^^^^^^^^^^^^ Sep 01 04:43:10.686 INFO kablam! Sep 01 04:43:10.686 INFO kablam! error: environment variable `USERNAME` not defined Sep 01 04:43:10.686 INFO kablam! --> examples/nonblocking.rs:10:36 Sep 01 04:43:10.686 INFO kablam! | Sep 01 04:43:10.687 INFO kablam! 10 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 01 04:43:10.687 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 04:43:10.687 INFO kablam! Sep 01 04:43:10.688 INFO kablam! error: environment variable `TOKEN` not defined Sep 01 04:43:10.688 INFO kablam! --> examples/nonblocking.rs:10:54 Sep 01 04:43:10.688 INFO kablam! | Sep 01 04:43:10.689 INFO kablam! 10 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 01 04:43:10.689 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 04:43:10.689 INFO kablam! Sep 01 04:43:10.689 INFO kablam! error: aborting due to 4 previous errors Sep 01 04:43:10.689 INFO kablam! Sep 01 04:43:10.697 INFO kablam! error: Could not compile `synac`. Sep 01 04:43:10.697 INFO kablam! Sep 01 04:43:10.697 INFO kablam! To learn more, run the command again with --verbose. Sep 01 04:43:10.698 INFO kablam! su: No module specific data is present Sep 01 04:43:11.094 INFO running `"docker" "rm" "-f" "a0cb40de5751becb18c353dbed6b4ed8ccbd03f1bfa00ea8e34990236db499b8"` Sep 01 04:43:11.206 INFO blam! a0cb40de5751becb18c353dbed6b4ed8ccbd03f1bfa00ea8e34990236db499b8