Sep 17 16:24:10.723 INFO checking synac-0.6.2 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 16:24:10.723 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 16:24:10.723 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:24:10.892 INFO blam! 1b4506d9a3e53ba7e44b015d84ea64cdf427c513f5671cfeee1d8818280dfe7c Sep 17 16:24:10.894 INFO running `"docker" "start" "-a" "1b4506d9a3e53ba7e44b015d84ea64cdf427c513f5671cfeee1d8818280dfe7c"` Sep 17 16:24:11.827 INFO kablam! usermod: no changes Sep 17 16:24:11.970 INFO kablam! Checking rmp v0.8.7 Sep 17 16:24:12.591 INFO kablam! Checking rmp-serde v0.13.7 Sep 17 16:24:13.312 INFO kablam! Checking synac v0.6.2 (/source) Sep 17 16:24:16.463 INFO kablam! error[E0463]: can't find crate for `futures` Sep 17 16:24:16.463 INFO kablam! --> examples/tokio.rs:1:1 Sep 17 16:24:16.463 INFO kablam! | Sep 17 16:24:16.463 INFO kablam! 1 | extern crate futures; Sep 17 16:24:16.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 17 16:24:16.463 INFO kablam! Sep 17 16:24:16.463 INFO kablam! error: aborting due to previous error Sep 17 16:24:16.463 INFO kablam! Sep 17 16:24:16.463 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 17 16:24:16.471 INFO kablam! error: Could not compile `synac`. Sep 17 16:24:16.471 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:24:16.635 INFO kablam! error: environment variable `ADDR` not defined Sep 17 16:24:16.635 INFO kablam! --> examples/nonblocking.rs:9:36 Sep 17 16:24:16.635 INFO kablam! | Sep 17 16:24:16.635 INFO kablam! 9 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 17 16:24:16.635 INFO kablam! | ^^^^^^^^^^^^ Sep 17 16:24:16.635 INFO kablam! Sep 17 16:24:16.635 INFO kablam! error: environment variable `HASH` not defined Sep 17 16:24:16.635 INFO kablam! --> examples/nonblocking.rs:9:50 Sep 17 16:24:16.635 INFO kablam! | Sep 17 16:24:16.635 INFO kablam! 9 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 17 16:24:16.635 INFO kablam! | ^^^^^^^^^^^^ Sep 17 16:24:16.635 INFO kablam! Sep 17 16:24:16.635 INFO kablam! error: environment variable `USERNAME` not defined Sep 17 16:24:16.635 INFO kablam! --> examples/nonblocking.rs:10:36 Sep 17 16:24:16.635 INFO kablam! | Sep 17 16:24:16.635 INFO kablam! 10 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 17 16:24:16.635 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 16:24:16.635 INFO kablam! Sep 17 16:24:16.635 INFO kablam! error: environment variable `TOKEN` not defined Sep 17 16:24:16.635 INFO kablam! --> examples/nonblocking.rs:10:54 Sep 17 16:24:16.635 INFO kablam! | Sep 17 16:24:16.635 INFO kablam! 10 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 17 16:24:16.635 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 16:24:16.635 INFO kablam! Sep 17 16:24:16.635 INFO kablam! error: aborting due to 4 previous errors Sep 17 16:24:16.635 INFO kablam! Sep 17 16:24:16.635 INFO kablam! error: Could not compile `synac`. Sep 17 16:24:16.635 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:24:16.731 INFO kablam! error: environment variable `ADDR` not defined Sep 17 16:24:16.731 INFO kablam! --> examples/main.rs:7:36 Sep 17 16:24:16.731 INFO kablam! | Sep 17 16:24:16.731 INFO kablam! 7 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 17 16:24:16.731 INFO kablam! | ^^^^^^^^^^^^ Sep 17 16:24:16.731 INFO kablam! Sep 17 16:24:16.731 INFO kablam! error: environment variable `HASH` not defined Sep 17 16:24:16.731 INFO kablam! --> examples/main.rs:7:50 Sep 17 16:24:16.731 INFO kablam! | Sep 17 16:24:16.731 INFO kablam! 7 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 17 16:24:16.731 INFO kablam! | ^^^^^^^^^^^^ Sep 17 16:24:16.731 INFO kablam! Sep 17 16:24:16.731 INFO kablam! error: environment variable `USERNAME` not defined Sep 17 16:24:16.731 INFO kablam! --> examples/main.rs:8:36 Sep 17 16:24:16.731 INFO kablam! | Sep 17 16:24:16.731 INFO kablam! 8 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 17 16:24:16.731 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 16:24:16.731 INFO kablam! Sep 17 16:24:16.731 INFO kablam! error: environment variable `TOKEN` not defined Sep 17 16:24:16.731 INFO kablam! --> examples/main.rs:8:54 Sep 17 16:24:16.731 INFO kablam! | Sep 17 16:24:16.731 INFO kablam! 8 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 17 16:24:16.731 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 16:24:16.731 INFO kablam! Sep 17 16:24:16.735 INFO kablam! error: aborting due to 4 previous errors Sep 17 16:24:16.735 INFO kablam! Sep 17 16:24:16.749 INFO kablam! error: Could not compile `synac`. Sep 17 16:24:16.749 INFO kablam! Sep 17 16:24:16.749 INFO kablam! To learn more, run the command again with --verbose. Sep 17 16:24:16.749 INFO kablam! su: No module specific data is present Sep 17 16:24:17.495 INFO running `"docker" "rm" "-f" "1b4506d9a3e53ba7e44b015d84ea64cdf427c513f5671cfeee1d8818280dfe7c"` Sep 17 16:24:17.630 INFO blam! 1b4506d9a3e53ba7e44b015d84ea64cdf427c513f5671cfeee1d8818280dfe7c