Sep 04 01:14:34.054 INFO checking synac-0.6.2 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 01:14:34.054 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 01:14:34.054 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 01:14:34.274 INFO blam! 4f33d85b97e548847028112d809984e09f06b659d01f7ffe2c1d9d9ae35b6c54 Sep 04 01:14:34.277 INFO running `"docker" "start" "-a" "4f33d85b97e548847028112d809984e09f06b659d01f7ffe2c1d9d9ae35b6c54"` Sep 04 01:14:35.111 INFO kablam! Checking synac v0.6.2 (file:///source) Sep 04 01:14:40.061 INFO kablam! error[E0463]: can't find crate for `futures` Sep 04 01:14:40.061 INFO kablam! --> examples/tokio.rs:1:1 Sep 04 01:14:40.061 INFO kablam! | Sep 04 01:14:40.061 INFO kablam! 1 | extern crate futures; Sep 04 01:14:40.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 01:14:40.062 INFO kablam! Sep 04 01:14:40.062 INFO kablam! error: aborting due to previous error Sep 04 01:14:40.063 INFO kablam! Sep 04 01:14:40.063 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 01:14:40.070 INFO kablam! error: Could not compile `synac`. Sep 04 01:14:40.071 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 01:14:41.067 INFO kablam! error: environment variable `ADDR` not defined Sep 04 01:14:41.068 INFO kablam! --> examples/nonblocking.rs:9:36 Sep 04 01:14:41.068 INFO kablam! | Sep 04 01:14:41.069 INFO kablam! 9 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 04 01:14:41.069 INFO kablam! | ^^^^^^^^^^^^ Sep 04 01:14:41.069 INFO kablam! Sep 04 01:14:41.069 INFO kablam! error: environment variable `HASH` not defined Sep 04 01:14:41.069 INFO kablam! --> examples/nonblocking.rs:9:50 Sep 04 01:14:41.069 INFO kablam! | Sep 04 01:14:41.069 INFO kablam! 9 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 04 01:14:41.069 INFO kablam! | ^^^^^^^^^^^^ Sep 04 01:14:41.069 INFO kablam! Sep 04 01:14:41.069 INFO kablam! error: environment variable `USERNAME` not defined Sep 04 01:14:41.069 INFO kablam! --> examples/nonblocking.rs:10:36 Sep 04 01:14:41.069 INFO kablam! | Sep 04 01:14:41.069 INFO kablam! 10 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 04 01:14:41.069 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 01:14:41.069 INFO kablam! Sep 04 01:14:41.069 INFO kablam! error: environment variable `TOKEN` not defined Sep 04 01:14:41.069 INFO kablam! --> examples/nonblocking.rs:10:54 Sep 04 01:14:41.069 INFO kablam! | Sep 04 01:14:41.069 INFO kablam! 10 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 04 01:14:41.069 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 01:14:41.069 INFO kablam! Sep 04 01:14:41.069 INFO kablam! error: aborting due to 4 previous errors Sep 04 01:14:41.069 INFO kablam! Sep 04 01:14:41.075 INFO kablam! error: Could not compile `synac`. Sep 04 01:14:41.075 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 01:14:41.150 INFO kablam! error: environment variable `ADDR` not defined Sep 04 01:14:41.150 INFO kablam! --> examples/main.rs:7:36 Sep 04 01:14:41.150 INFO kablam! | Sep 04 01:14:41.150 INFO kablam! 7 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 04 01:14:41.150 INFO kablam! | ^^^^^^^^^^^^ Sep 04 01:14:41.150 INFO kablam! Sep 04 01:14:41.150 INFO kablam! error: environment variable `HASH` not defined Sep 04 01:14:41.150 INFO kablam! --> examples/main.rs:7:50 Sep 04 01:14:41.151 INFO kablam! | Sep 04 01:14:41.151 INFO kablam! 7 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 04 01:14:41.151 INFO kablam! | ^^^^^^^^^^^^ Sep 04 01:14:41.151 INFO kablam! Sep 04 01:14:41.151 INFO kablam! error: environment variable `USERNAME` not defined Sep 04 01:14:41.151 INFO kablam! --> examples/main.rs:8:36 Sep 04 01:14:41.151 INFO kablam! | Sep 04 01:14:41.151 INFO kablam! 8 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 04 01:14:41.151 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 01:14:41.151 INFO kablam! Sep 04 01:14:41.151 INFO kablam! error: environment variable `TOKEN` not defined Sep 04 01:14:41.151 INFO kablam! --> examples/main.rs:8:54 Sep 04 01:14:41.151 INFO kablam! | Sep 04 01:14:41.151 INFO kablam! 8 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 04 01:14:41.151 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 01:14:41.151 INFO kablam! Sep 04 01:14:41.151 INFO kablam! error: aborting due to 4 previous errors Sep 04 01:14:41.151 INFO kablam! Sep 04 01:14:41.163 INFO kablam! error: Could not compile `synac`. Sep 04 01:14:41.163 INFO kablam! Sep 04 01:14:41.163 INFO kablam! To learn more, run the command again with --verbose. Sep 04 01:14:41.165 INFO kablam! su: No module specific data is present Sep 04 01:14:41.670 INFO running `"docker" "rm" "-f" "4f33d85b97e548847028112d809984e09f06b659d01f7ffe2c1d9d9ae35b6c54"` Sep 04 01:14:41.758 INFO blam! 4f33d85b97e548847028112d809984e09f06b659d01f7ffe2c1d9d9ae35b6c54