Sep 21 02:09:18.866 INFO checking synac-0.6.2 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 02:09:18.866 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 02:09:18.866 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:09:19.094 INFO blam! d9ec210fcc42cd74ab50e1960c05584c1c8e34e3ee6871d58b53fae56dafd06f Sep 21 02:09:19.094 INFO running `"docker" "start" "-a" "d9ec210fcc42cd74ab50e1960c05584c1c8e34e3ee6871d58b53fae56dafd06f"` Sep 21 02:09:20.545 INFO kablam! usermod: no changes Sep 21 02:09:20.730 INFO kablam! Checking synac v0.6.2 (/source) Sep 21 02:09:24.586 INFO kablam! error[E0463]: can't find crate for `futures` Sep 21 02:09:24.586 INFO kablam! --> examples/tokio.rs:1:1 Sep 21 02:09:24.586 INFO kablam! | Sep 21 02:09:24.586 INFO kablam! 1 | extern crate futures; Sep 21 02:09:24.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 02:09:24.586 INFO kablam! Sep 21 02:09:24.586 INFO kablam! error: aborting due to previous error Sep 21 02:09:24.586 INFO kablam! Sep 21 02:09:24.586 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 02:09:24.586 INFO kablam! error: Could not compile `synac`. Sep 21 02:09:24.587 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 02:09:24.871 INFO kablam! error: environment variable `ADDR` not defined Sep 21 02:09:24.871 INFO kablam! --> examples/main.rs:7:36 Sep 21 02:09:24.871 INFO kablam! | Sep 21 02:09:24.871 INFO kablam! 7 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 21 02:09:24.871 INFO kablam! | ^^^^^^^^^^^^ Sep 21 02:09:24.871 INFO kablam! Sep 21 02:09:24.871 INFO kablam! error: environment variable `HASH` not defined Sep 21 02:09:24.871 INFO kablam! --> examples/main.rs:7:50 Sep 21 02:09:24.871 INFO kablam! | Sep 21 02:09:24.871 INFO kablam! 7 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 21 02:09:24.871 INFO kablam! | ^^^^^^^^^^^^ Sep 21 02:09:24.871 INFO kablam! Sep 21 02:09:24.871 INFO kablam! error: environment variable `USERNAME` not defined Sep 21 02:09:24.871 INFO kablam! --> examples/main.rs:8:36 Sep 21 02:09:24.871 INFO kablam! | Sep 21 02:09:24.871 INFO kablam! 8 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 21 02:09:24.871 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 02:09:24.871 INFO kablam! Sep 21 02:09:24.871 INFO kablam! error: environment variable `TOKEN` not defined Sep 21 02:09:24.871 INFO kablam! --> examples/main.rs:8:54 Sep 21 02:09:24.871 INFO kablam! | Sep 21 02:09:24.871 INFO kablam! 8 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 21 02:09:24.871 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 02:09:24.871 INFO kablam! Sep 21 02:09:24.874 INFO kablam! error: aborting due to 4 previous errors Sep 21 02:09:24.874 INFO kablam! Sep 21 02:09:24.875 INFO kablam! error: environment variable `ADDR` not defined Sep 21 02:09:24.875 INFO kablam! --> examples/nonblocking.rs:9:36 Sep 21 02:09:24.876 INFO kablam! | Sep 21 02:09:24.876 INFO kablam! 9 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 21 02:09:24.876 INFO kablam! | ^^^^^^^^^^^^ Sep 21 02:09:24.876 INFO kablam! Sep 21 02:09:24.876 INFO kablam! error: environment variable `HASH` not defined Sep 21 02:09:24.876 INFO kablam! --> examples/nonblocking.rs:9:50 Sep 21 02:09:24.876 INFO kablam! | Sep 21 02:09:24.876 INFO kablam! 9 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 21 02:09:24.876 INFO kablam! | ^^^^^^^^^^^^ Sep 21 02:09:24.876 INFO kablam! Sep 21 02:09:24.878 INFO kablam! error: environment variable `USERNAME` not defined Sep 21 02:09:24.878 INFO kablam! --> examples/nonblocking.rs:10:36 Sep 21 02:09:24.878 INFO kablam! | Sep 21 02:09:24.878 INFO kablam! 10 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 21 02:09:24.878 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 02:09:24.878 INFO kablam! Sep 21 02:09:24.878 INFO kablam! error: environment variable `TOKEN` not defined Sep 21 02:09:24.878 INFO kablam! --> examples/nonblocking.rs:10:54 Sep 21 02:09:24.878 INFO kablam! | Sep 21 02:09:24.878 INFO kablam! 10 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 21 02:09:24.878 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 02:09:24.878 INFO kablam! Sep 21 02:09:24.878 INFO kablam! error: aborting due to 4 previous errors Sep 21 02:09:24.878 INFO kablam! Sep 21 02:09:24.878 INFO kablam! error: Could not compile `synac`. Sep 21 02:09:24.878 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 02:09:24.885 INFO kablam! error: Could not compile `synac`. Sep 21 02:09:24.885 INFO kablam! Sep 21 02:09:24.885 INFO kablam! To learn more, run the command again with --verbose. Sep 21 02:09:24.887 INFO kablam! su: No module specific data is present Sep 21 02:09:25.554 INFO running `"docker" "rm" "-f" "d9ec210fcc42cd74ab50e1960c05584c1c8e34e3ee6871d58b53fae56dafd06f"` Sep 21 02:09:25.615 INFO blam! d9ec210fcc42cd74ab50e1960c05584c1c8e34e3ee6871d58b53fae56dafd06f