Oct 16 14:34:14.881 INFO testing conc-0.5.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 14:34:14.881 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 14:34:15.220 INFO blam! aad76c772c14ddf8902470642595f774dae4e3821cf9634834355f750a0fb8f3 Oct 16 14:34:15.226 INFO running `"docker" "start" "-a" "aad76c772c14ddf8902470642595f774dae4e3821cf9634834355f750a0fb8f3"` Oct 16 14:34:16.295 INFO kablam! usermod: no changes Oct 16 14:34:16.395 INFO kablam! Compiling conc v0.5.0 (/source) Oct 16 14:34:17.373 INFO kablam! error[E0433]: failed to resolve. Could not find `LocalKeyState` in `thread` Oct 16 14:34:17.373 INFO kablam! --> src/local.rs:23:33 Oct 16 14:34:17.373 INFO kablam! | Oct 16 14:34:17.373 INFO kablam! 23 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 16 14:34:17.373 INFO kablam! | ^^^^^^^^^^^^^ Could not find `LocalKeyState` in `thread` Oct 16 14:34:17.373 INFO kablam! Oct 16 14:34:17.373 INFO kablam! error[E0433]: failed to resolve. Could not find `LocalKeyState` in `thread` Oct 16 14:34:17.373 INFO kablam! --> src/local.rs:46:33 Oct 16 14:34:17.373 INFO kablam! | Oct 16 14:34:17.373 INFO kablam! 46 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 16 14:34:17.373 INFO kablam! | ^^^^^^^^^^^^^ Could not find `LocalKeyState` in `thread` Oct 16 14:34:17.373 INFO kablam! Oct 16 14:34:17.373 INFO kablam! error[E0433]: failed to resolve. Could not find `LocalKeyState` in `thread` Oct 16 14:34:17.373 INFO kablam! --> src/local.rs:75:33 Oct 16 14:34:17.373 INFO kablam! | Oct 16 14:34:17.373 INFO kablam! 75 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 16 14:34:17.373 INFO kablam! | ^^^^^^^^^^^^^ Could not find `LocalKeyState` in `thread` Oct 16 14:34:17.373 INFO kablam! Oct 16 14:34:17.373 INFO kablam! error[E0433]: failed to resolve. Could not find `LocalKeyState` in `thread` Oct 16 14:34:17.374 INFO kablam! --> src/local.rs:94:33 Oct 16 14:34:17.374 INFO kablam! | Oct 16 14:34:17.374 INFO kablam! 94 | if STATE.state() != thread::LocalKeyState::Destroyed { Oct 16 14:34:17.374 INFO kablam! | ^^^^^^^^^^^^^ Could not find `LocalKeyState` in `thread` Oct 16 14:34:17.374 INFO kablam! Oct 16 14:34:17.575 INFO kablam! error[E0599]: no method named `state` found for type `std::thread::LocalKey>` in the current scope Oct 16 14:34:17.575 INFO kablam! --> src/local.rs:23:14 Oct 16 14:34:17.575 INFO kablam! | Oct 16 14:34:17.575 INFO kablam! 23 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 16 14:34:17.575 INFO kablam! | ^^^^^ Oct 16 14:34:17.575 INFO kablam! Oct 16 14:34:17.575 INFO kablam! error[E0599]: no method named `state` found for type `std::thread::LocalKey>` in the current scope Oct 16 14:34:17.575 INFO kablam! --> src/local.rs:46:14 Oct 16 14:34:17.575 INFO kablam! | Oct 16 14:34:17.575 INFO kablam! 46 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 16 14:34:17.575 INFO kablam! | ^^^^^ Oct 16 14:34:17.575 INFO kablam! Oct 16 14:34:17.577 INFO kablam! error[E0599]: no method named `state` found for type `std::thread::LocalKey>` in the current scope Oct 16 14:34:17.577 INFO kablam! --> src/local.rs:75:14 Oct 16 14:34:17.577 INFO kablam! | Oct 16 14:34:17.577 INFO kablam! 75 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 16 14:34:17.577 INFO kablam! | ^^^^^ Oct 16 14:34:17.577 INFO kablam! Oct 16 14:34:17.587 INFO kablam! error[E0599]: no method named `state` found for type `std::thread::LocalKey>` in the current scope Oct 16 14:34:17.587 INFO kablam! --> src/local.rs:94:14 Oct 16 14:34:17.587 INFO kablam! | Oct 16 14:34:17.587 INFO kablam! 94 | if STATE.state() != thread::LocalKeyState::Destroyed { Oct 16 14:34:17.587 INFO kablam! | ^^^^^ Oct 16 14:34:17.587 INFO kablam! Oct 16 14:34:17.619 INFO kablam! error: aborting due to 8 previous errors Oct 16 14:34:17.619 INFO kablam! Oct 16 14:34:17.619 INFO kablam! Some errors occurred: E0433, E0599. Oct 16 14:34:17.619 INFO kablam! For more information about an error, try `rustc --explain E0433`. Oct 16 14:34:17.623 INFO kablam! error: Could not compile `conc`. Oct 16 14:34:17.623 INFO kablam! Oct 16 14:34:17.623 INFO kablam! To learn more, run the command again with --verbose. Oct 16 14:34:17.623 INFO kablam! su: No module specific data is present Oct 16 14:34:18.262 INFO running `"docker" "rm" "-f" "aad76c772c14ddf8902470642595f774dae4e3821cf9634834355f750a0fb8f3"` Oct 16 14:34:18.707 INFO blam! aad76c772c14ddf8902470642595f774dae4e3821cf9634834355f750a0fb8f3