Aug 17 03:33:40.049 INFO checking bnewbold/einhyrningsins against try#a5d98b025f62ace80fe9d2a15781f900fc42515e for pr-53426 Aug 17 03:33:40.049 INFO running: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 03:33:40.049 INFO creating container for: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 03:33:40.049 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53426/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426/worker-2/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/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 +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 17 03:33:40.306 INFO blam! d27204c3aa2824b2c0f7786e0097f88e89edf24b6a421343c01bb1b73f90da47 Aug 17 03:33:40.309 INFO running `"docker" "start" "-a" "d27204c3aa2824b2c0f7786e0097f88e89edf24b6a421343c01bb1b73f90da47"` Aug 17 03:33:41.314 INFO kablam! Checking slog v1.5.2 Aug 17 03:33:41.321 INFO kablam! Checking json v0.11.5 Aug 17 03:33:41.333 INFO kablam! Checking getopts v0.2.14 Aug 17 03:33:41.336 INFO kablam! Checking thread-id v3.0.0 Aug 17 03:33:41.349 INFO kablam! Checking isatty v0.1.3 Aug 17 03:33:41.352 INFO kablam! Checking unreachable v0.1.1 Aug 17 03:33:41.354 INFO kablam! Checking unix_socket v0.5.0 Aug 17 03:33:41.360 INFO kablam! Checking nix v0.5.1 Aug 17 03:33:42.975 INFO kablam! Checking chan v0.1.19 Aug 17 03:33:43.035 INFO kablam! Checking thread_local v0.3.2 Aug 17 03:33:43.220 INFO kablam! Checking thread-id v2.0.0 Aug 17 03:33:44.476 INFO kablam! error[E0277]: `*mut (dyn core::ops::Fn() + 'static)` cannot be shared between threads safely Aug 17 03:33:44.477 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/slog-1.5.2/src/ser.rs:228:6 Aug 17 03:33:44.477 INFO kablam! | Aug 17 03:33:44.477 INFO kablam! 228 | impl SyncSerialize for fmt::Arguments<'static> {} Aug 17 03:33:44.477 INFO kablam! | ^^^^^^^^^^^^^ `*mut (dyn core::ops::Fn() + 'static)` cannot be shared between threads safely Aug 17 03:33:44.477 INFO kablam! | Aug 17 03:33:44.477 INFO kablam! = help: within `core::fmt::Arguments<'static>`, the trait `core::marker::Sync` is not implemented for `*mut (dyn core::ops::Fn() + 'static)` Aug 17 03:33:44.477 INFO kablam! = note: required because it appears within the type `core::marker::PhantomData<*mut (dyn core::ops::Fn() + 'static)>` Aug 17 03:33:44.477 INFO kablam! = note: required because it appears within the type `core::fmt::Void` Aug 17 03:33:44.477 INFO kablam! = note: required because it appears within the type `&'static core::fmt::Void` Aug 17 03:33:44.477 INFO kablam! = note: required because it appears within the type `core::fmt::ArgumentV1<'static>` Aug 17 03:33:44.477 INFO kablam! = note: required because it appears within the type `[core::fmt::ArgumentV1<'static>]` Aug 17 03:33:44.477 INFO kablam! = note: required because it appears within the type `&'static [core::fmt::ArgumentV1<'static>]` Aug 17 03:33:44.494 INFO kablam! = note: required because it appears within the type `core::fmt::Arguments<'static>` Aug 17 03:33:44.495 INFO kablam! Aug 17 03:33:44.879 INFO kablam! Checking chrono v0.2.25 Aug 17 03:33:45.081 INFO kablam! error: aborting due to previous error Aug 17 03:33:45.090 INFO kablam! Aug 17 03:33:45.103 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 17 03:33:45.160 INFO kablam! error: Could not compile `slog`. Aug 17 03:33:45.160 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 17 03:33:49.392 INFO kablam! error[E0503]: cannot use `state` because it was mutably borrowed Aug 17 03:33:49.392 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.14/src/lib.rs:1008:25 Aug 17 03:33:49.392 INFO kablam! | Aug 17 03:33:49.392 INFO kablam! 955 | let mut machine = |cont: &mut bool, (i, c): (usize, char)| { Aug 17 03:33:49.392 INFO kablam! | ---------------------------------------- borrow of `state` occurs here Aug 17 03:33:49.392 INFO kablam! ... Aug 17 03:33:49.392 INFO kablam! 959 | state = match (state, whitespace, limit) { Aug 17 03:33:49.392 INFO kablam! | ----- borrow occurs due to use of `state` in closure Aug 17 03:33:49.392 INFO kablam! ... Aug 17 03:33:49.392 INFO kablam! 1008 | while cont && match state { B | C => true, A => false } { Aug 17 03:33:49.392 INFO kablam! | ^^^^^ use of borrowed `state` Aug 17 03:33:49.392 INFO kablam! 1009 | machine(&mut cont, (fake_i, ' ')); Aug 17 03:33:49.392 INFO kablam! | ------- borrow used here in later iteration of loop Aug 17 03:33:49.392 INFO kablam! Aug 17 03:33:49.393 INFO kablam! error[E0503]: cannot use `state` because it was mutably borrowed Aug 17 03:33:49.393 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.14/src/lib.rs:1008:33 Aug 17 03:33:49.393 INFO kablam! | Aug 17 03:33:49.393 INFO kablam! 955 | let mut machine = |cont: &mut bool, (i, c): (usize, char)| { Aug 17 03:33:49.393 INFO kablam! | ---------------------------------------- borrow of `state` occurs here Aug 17 03:33:49.393 INFO kablam! ... Aug 17 03:33:49.393 INFO kablam! 959 | state = match (state, whitespace, limit) { Aug 17 03:33:49.394 INFO kablam! | ----- borrow occurs due to use of `state` in closure Aug 17 03:33:49.394 INFO kablam! ... Aug 17 03:33:49.394 INFO kablam! 1008 | while cont && match state { B | C => true, A => false } { Aug 17 03:33:49.394 INFO kablam! | ^ use of borrowed `state` Aug 17 03:33:49.394 INFO kablam! 1009 | machine(&mut cont, (fake_i, ' ')); Aug 17 03:33:49.394 INFO kablam! | ------- borrow used here in later iteration of loop Aug 17 03:33:49.394 INFO kablam! Aug 17 03:33:49.434 INFO kablam! error: aborting due to 2 previous errors Aug 17 03:33:49.450 INFO kablam! Aug 17 03:33:49.451 INFO kablam! For more information about this error, try `rustc --explain E0503`. Aug 17 03:33:49.487 INFO kablam! error: Could not compile `getopts`. Aug 17 03:33:49.487 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 17 03:34:01.191 INFO kablam! error: build failed Aug 17 03:34:01.193 INFO kablam! su: No module specific data is present Aug 17 03:34:01.692 INFO running `"docker" "rm" "-f" "d27204c3aa2824b2c0f7786e0097f88e89edf24b6a421343c01bb1b73f90da47"` Aug 17 03:34:01.866 INFO blam! d27204c3aa2824b2c0f7786e0097f88e89edf24b6a421343c01bb1b73f90da47