Sep 19 19:19:36.717 INFO checking synac-0.6.2 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 19:19:36.717 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 19:19:36.717 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:19:36.895 INFO blam! a671c2f3eef3606c3abdfc0f9084bcecad6fc60a564b8658899a54586c187ebc Sep 19 19:19:36.896 INFO running `"docker" "start" "-a" "a671c2f3eef3606c3abdfc0f9084bcecad6fc60a564b8658899a54586c187ebc"` Sep 19 19:19:37.449 INFO kablam! usermod: no changes Sep 19 19:19:37.580 INFO kablam! Checking rmp v0.8.7 Sep 19 19:19:37.987 INFO kablam! Checking rmp-serde v0.13.7 Sep 19 19:19:38.619 INFO kablam! Checking synac v0.6.2 (/source) Sep 19 19:19:41.182 INFO kablam! error[E0463]: can't find crate for `futures` Sep 19 19:19:41.182 INFO kablam! --> examples/tokio.rs:1:1 Sep 19 19:19:41.182 INFO kablam! | Sep 19 19:19:41.182 INFO kablam! 1 | extern crate futures; Sep 19 19:19:41.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 19 19:19:41.182 INFO kablam! Sep 19 19:19:41.182 INFO kablam! error: aborting due to previous error Sep 19 19:19:41.182 INFO kablam! Sep 19 19:19:41.182 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 19:19:41.193 INFO kablam! error: Could not compile `synac`. Sep 19 19:19:41.193 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:19:41.424 INFO kablam! error: environment variable `ADDR` not defined Sep 19 19:19:41.424 INFO kablam! --> examples/main.rs:7:36 Sep 19 19:19:41.424 INFO kablam! | Sep 19 19:19:41.424 INFO kablam! 7 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 19 19:19:41.424 INFO kablam! | ^^^^^^^^^^^^ Sep 19 19:19:41.424 INFO kablam! Sep 19 19:19:41.424 INFO kablam! error: environment variable `HASH` not defined Sep 19 19:19:41.424 INFO kablam! --> examples/main.rs:7:50 Sep 19 19:19:41.424 INFO kablam! | Sep 19 19:19:41.424 INFO kablam! 7 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 19 19:19:41.424 INFO kablam! | ^^^^^^^^^^^^ Sep 19 19:19:41.424 INFO kablam! Sep 19 19:19:41.424 INFO kablam! error: environment variable `USERNAME` not defined Sep 19 19:19:41.424 INFO kablam! --> examples/main.rs:8:36 Sep 19 19:19:41.424 INFO kablam! | Sep 19 19:19:41.424 INFO kablam! 8 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 19 19:19:41.424 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 19:19:41.424 INFO kablam! Sep 19 19:19:41.424 INFO kablam! error: environment variable `TOKEN` not defined Sep 19 19:19:41.424 INFO kablam! --> examples/main.rs:8:54 Sep 19 19:19:41.424 INFO kablam! | Sep 19 19:19:41.424 INFO kablam! 8 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 19 19:19:41.424 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 19:19:41.424 INFO kablam! Sep 19 19:19:41.424 INFO kablam! error: aborting due to 4 previous errors Sep 19 19:19:41.424 INFO kablam! Sep 19 19:19:41.429 INFO kablam! error: Could not compile `synac`. Sep 19 19:19:41.430 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:19:41.430 INFO kablam! error: environment variable `ADDR` not defined Sep 19 19:19:41.430 INFO kablam! --> examples/nonblocking.rs:9:36 Sep 19 19:19:41.430 INFO kablam! | Sep 19 19:19:41.430 INFO kablam! 9 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 19 19:19:41.430 INFO kablam! | ^^^^^^^^^^^^ Sep 19 19:19:41.430 INFO kablam! Sep 19 19:19:41.430 INFO kablam! error: environment variable `HASH` not defined Sep 19 19:19:41.430 INFO kablam! --> examples/nonblocking.rs:9:50 Sep 19 19:19:41.430 INFO kablam! | Sep 19 19:19:41.430 INFO kablam! 9 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 19 19:19:41.430 INFO kablam! | ^^^^^^^^^^^^ Sep 19 19:19:41.430 INFO kablam! Sep 19 19:19:41.430 INFO kablam! error: environment variable `USERNAME` not defined Sep 19 19:19:41.430 INFO kablam! --> examples/nonblocking.rs:10:36 Sep 19 19:19:41.430 INFO kablam! | Sep 19 19:19:41.430 INFO kablam! 10 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 19 19:19:41.430 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 19:19:41.430 INFO kablam! Sep 19 19:19:41.430 INFO kablam! error: environment variable `TOKEN` not defined Sep 19 19:19:41.430 INFO kablam! --> examples/nonblocking.rs:10:54 Sep 19 19:19:41.430 INFO kablam! | Sep 19 19:19:41.430 INFO kablam! 10 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 19 19:19:41.431 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 19:19:41.431 INFO kablam! Sep 19 19:19:41.431 INFO kablam! error: aborting due to 4 previous errors Sep 19 19:19:41.431 INFO kablam! Sep 19 19:19:41.440 INFO kablam! error: Could not compile `synac`. Sep 19 19:19:41.440 INFO kablam! Sep 19 19:19:41.440 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:19:41.441 INFO kablam! su: No module specific data is present Sep 19 19:19:41.893 INFO running `"docker" "rm" "-f" "a671c2f3eef3606c3abdfc0f9084bcecad6fc60a564b8658899a54586c187ebc"` Sep 19 19:19:41.978 INFO blam! a671c2f3eef3606c3abdfc0f9084bcecad6fc60a564b8658899a54586c187ebc