Sep 19 17:18:37.115 INFO checking synac-0.6.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 17:18:37.115 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 17:18:37.116 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:18:37.409 INFO blam! 492576fb7314d0dd33caed6b5fcf8f0081ab7cabd5f63f0e2aa808f29e01d8a1 Sep 19 17:18:37.409 INFO running `"docker" "start" "-a" "492576fb7314d0dd33caed6b5fcf8f0081ab7cabd5f63f0e2aa808f29e01d8a1"` Sep 19 17:18:38.063 INFO kablam! usermod: no changes Sep 19 17:18:38.217 INFO kablam! Checking rmp v0.8.7 Sep 19 17:18:38.744 INFO kablam! Checking rmp-serde v0.13.7 Sep 19 17:18:39.463 INFO kablam! Checking synac v0.6.2 (/source) Sep 19 17:18:42.563 INFO kablam! error[E0463]: can't find crate for `futures` Sep 19 17:18:42.563 INFO kablam! --> examples/tokio.rs:1:1 Sep 19 17:18:42.563 INFO kablam! | Sep 19 17:18:42.563 INFO kablam! 1 | extern crate futures; Sep 19 17:18:42.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 19 17:18:42.563 INFO kablam! Sep 19 17:18:42.563 INFO kablam! error: aborting due to previous error Sep 19 17:18:42.563 INFO kablam! Sep 19 17:18:42.563 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 17:18:42.567 INFO kablam! error: Could not compile `synac`. Sep 19 17:18:42.567 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:18:43.291 INFO kablam! error: environment variable `ADDR` not defined Sep 19 17:18:43.291 INFO kablam! error: environment variable `ADDR` not defined Sep 19 17:18:43.291 INFO kablam! --> examples/nonblocking.rs:9:36 Sep 19 17:18:43.291 INFO kablam! | Sep 19 17:18:43.291 INFO kablam! 9 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 19 17:18:43.291 INFO kablam! | ^^^^^^^^^^^^ Sep 19 17:18:43.291 INFO kablam! --> examples/main.rs:7:36 Sep 19 17:18:43.291 INFO kablam! | Sep 19 17:18:43.291 INFO kablam! 7 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 19 17:18:43.292 INFO kablam! | ^^^^^^^^^^^^ Sep 19 17:18:43.292 INFO kablam! Sep 19 17:18:43.292 INFO kablam! error: environment variable `HASH` not defined Sep 19 17:18:43.292 INFO kablam! --> examples/main.rs:7:50 Sep 19 17:18:43.292 INFO kablam! Sep 19 17:18:43.292 INFO kablam! | Sep 19 17:18:43.292 INFO kablam! 7 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 19 17:18:43.292 INFO kablam! | ^^^^^^^^^^^^ Sep 19 17:18:43.292 INFO kablam! Sep 19 17:18:43.292 INFO kablam! error: environment variable `USERNAME` not defined Sep 19 17:18:43.292 INFO kablam! --> examples/main.rs:8:36 Sep 19 17:18:43.292 INFO kablam! | Sep 19 17:18:43.292 INFO kablam! 8 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 19 17:18:43.292 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 17:18:43.292 INFO kablam! Sep 19 17:18:43.292 INFO kablam! error: environment variable `HASH` not defined Sep 19 17:18:43.292 INFO kablam! --> examples/nonblocking.rs:9:50 Sep 19 17:18:43.292 INFO kablam! | Sep 19 17:18:43.292 INFO kablam! 9 | let mut session = Session::new(env!("ADDR"), env!("HASH")).unwrap(); Sep 19 17:18:43.292 INFO kablam! | ^^^^^^^^^^^^ Sep 19 17:18:43.292 INFO kablam! Sep 19 17:18:43.292 INFO kablam! error: environment variable `TOKEN` not defined Sep 19 17:18:43.292 INFO kablam! --> examples/main.rs:8:54 Sep 19 17:18:43.292 INFO kablam! | Sep 19 17:18:43.292 INFO kablam! 8 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 19 17:18:43.292 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 17:18:43.292 INFO kablam! Sep 19 17:18:43.292 INFO kablam! error: environment variable `USERNAME` not defined Sep 19 17:18:43.293 INFO kablam! --> examples/nonblocking.rs:10:36 Sep 19 17:18:43.293 INFO kablam! | Sep 19 17:18:43.293 INFO kablam! 10 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 19 17:18:43.293 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 17:18:43.293 INFO kablam! Sep 19 17:18:43.293 INFO kablam! error: environment variable `TOKEN` not defined Sep 19 17:18:43.293 INFO kablam! --> examples/nonblocking.rs:10:54 Sep 19 17:18:43.293 INFO kablam! | Sep 19 17:18:43.293 INFO kablam! 10 | session.login_with_token(true, env!("USERNAME"), env!("TOKEN")).unwrap(); // true specifies it's a bot account Sep 19 17:18:43.293 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 17:18:43.293 INFO kablam! Sep 19 17:18:43.293 INFO kablam! error: aborting due to 4 previous errors Sep 19 17:18:43.293 INFO kablam! error: aborting due to 4 previous errors Sep 19 17:18:43.293 INFO kablam! Sep 19 17:18:43.293 INFO kablam! Sep 19 17:18:43.300 INFO kablam! error: Could not compile `synac`. Sep 19 17:18:43.300 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:18:43.306 INFO kablam! error: Could not compile `synac`. Sep 19 17:18:43.306 INFO kablam! Sep 19 17:18:43.306 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:18:43.308 INFO kablam! su: No module specific data is present Sep 19 17:18:43.884 INFO running `"docker" "rm" "-f" "492576fb7314d0dd33caed6b5fcf8f0081ab7cabd5f63f0e2aa808f29e01d8a1"` Sep 19 17:18:43.943 INFO blam! 492576fb7314d0dd33caed6b5fcf8f0081ab7cabd5f63f0e2aa808f29e01d8a1