Sep 01 04:43:03.492 INFO checking synac-0.6.2 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 04:43:03.492 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 04:43:03.492 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-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.626 INFO blam! 5ca39a920bb721a0cb95ab7b01bb41d30c66c151e6c02d87e7956531dea28c7b Sep 01 04:43:03.628 INFO running `"docker" "start" "-a" "5ca39a920bb721a0cb95ab7b01bb41d30c66c151e6c02d87e7956531dea28c7b"` Sep 01 04:43:04.278 INFO kablam! Checking synac v0.6.2 (file:///source) Sep 01 04:43:08.594 INFO kablam! error[E0463]: can't find crate for `futures` Sep 01 04:43:08.594 INFO kablam! --> examples/tokio.rs:1:1 Sep 01 04:43:08.594 INFO kablam! | Sep 01 04:43:08.594 INFO kablam! 1 | extern crate futures; Sep 01 04:43:08.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 04:43:08.594 INFO kablam! Sep 01 04:43:08.595 INFO kablam! error: aborting due to previous error Sep 01 04:43:08.595 INFO kablam! Sep 01 04:43:08.595 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 04:43:08.600 INFO kablam! error: Could not compile `synac`. Sep 01 04:43:08.600 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 04:43:09.418 INFO kablam! error: environment variable `ADDR` not defined Sep 01 04:43:09.418 INFO kablam! --> examples/main.rs:7:36 Sep 01 04:43:09.418 INFO kablam! | Sep 01 04:43:09.418 INFO kablam! 7 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 01 04:43:09.419 INFO kablam! | ^^^^^^^^^^^^ Sep 01 04:43:09.419 INFO kablam! Sep 01 04:43:09.420 INFO kablam! error: environment variable `HASH` not defined Sep 01 04:43:09.420 INFO kablam! --> examples/main.rs:7:50 Sep 01 04:43:09.420 INFO kablam! | Sep 01 04:43:09.420 INFO kablam! 7 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 01 04:43:09.420 INFO kablam! | ^^^^^^^^^^^^ Sep 01 04:43:09.420 INFO kablam! Sep 01 04:43:09.420 INFO kablam! error: environment variable `USERNAME` not defined Sep 01 04:43:09.421 INFO kablam! --> examples/main.rs:8:36 Sep 01 04:43:09.421 INFO kablam! | Sep 01 04:43:09.421 INFO kablam! 8 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 01 04:43:09.421 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 04:43:09.421 INFO kablam! Sep 01 04:43:09.421 INFO kablam! error: environment variable `TOKEN` not defined Sep 01 04:43:09.421 INFO kablam! --> examples/main.rs:8:54 Sep 01 04:43:09.421 INFO kablam! | Sep 01 04:43:09.421 INFO kablam! 8 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 01 04:43:09.421 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 04:43:09.421 INFO kablam! Sep 01 04:43:09.422 INFO kablam! error: aborting due to 4 previous errors Sep 01 04:43:09.422 INFO kablam! Sep 01 04:43:09.429 INFO kablam! error: Could not compile `synac`. Sep 01 04:43:09.429 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 04:43:09.442 INFO kablam! error: environment variable `ADDR` not defined Sep 01 04:43:09.442 INFO kablam! --> examples/nonblocking.rs:9:36 Sep 01 04:43:09.442 INFO kablam! | Sep 01 04:43:09.442 INFO kablam! 9 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 01 04:43:09.442 INFO kablam! | ^^^^^^^^^^^^ Sep 01 04:43:09.442 INFO kablam! Sep 01 04:43:09.442 INFO kablam! error: environment variable `HASH` not defined Sep 01 04:43:09.443 INFO kablam! --> examples/nonblocking.rs:9:50 Sep 01 04:43:09.443 INFO kablam! | Sep 01 04:43:09.443 INFO kablam! 9 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 01 04:43:09.443 INFO kablam! | ^^^^^^^^^^^^ Sep 01 04:43:09.443 INFO kablam! Sep 01 04:43:09.443 INFO kablam! error: environment variable `USERNAME` not defined Sep 01 04:43:09.443 INFO kablam! --> examples/nonblocking.rs:10:36 Sep 01 04:43:09.443 INFO kablam! | Sep 01 04:43:09.443 INFO kablam! 10 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 01 04:43:09.443 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 04:43:09.443 INFO kablam! Sep 01 04:43:09.443 INFO kablam! error: environment variable `TOKEN` not defined Sep 01 04:43:09.443 INFO kablam! --> examples/nonblocking.rs:10:54 Sep 01 04:43:09.443 INFO kablam! | Sep 01 04:43:09.443 INFO kablam! 10 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 01 04:43:09.443 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 04:43:09.443 INFO kablam! Sep 01 04:43:09.444 INFO kablam! error: aborting due to 4 previous errors Sep 01 04:43:09.444 INFO kablam! Sep 01 04:43:09.457 INFO kablam! error: Could not compile `synac`. Sep 01 04:43:09.457 INFO kablam! Sep 01 04:43:09.457 INFO kablam! To learn more, run the command again with --verbose. Sep 01 04:43:09.458 INFO kablam! su: No module specific data is present Sep 01 04:43:09.870 INFO running `"docker" "rm" "-f" "5ca39a920bb721a0cb95ab7b01bb41d30c66c151e6c02d87e7956531dea28c7b"` Sep 01 04:43:09.961 INFO blam! 5ca39a920bb721a0cb95ab7b01bb41d30c66c151e6c02d87e7956531dea28c7b