Oct 12 02:45:41.928 INFO testing conc-0.5.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 02:45:41.928 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 02:45:42.306 INFO blam! 0eb85c6bfa574d8b237b4517c14f50080a9f244aae997dea1c2f43c854df33ee Oct 12 02:45:42.307 INFO running `"docker" "start" "-a" "0eb85c6bfa574d8b237b4517c14f50080a9f244aae997dea1c2f43c854df33ee"` Oct 12 02:45:43.712 INFO kablam! usermod: no changes Oct 12 02:45:43.816 INFO kablam! Compiling conc v0.5.0 (/source) Oct 12 02:45:44.445 INFO kablam! error[E0433]: failed to resolve. Could not find `LocalKeyState` in `thread` Oct 12 02:45:44.445 INFO kablam! --> src/local.rs:23:33 Oct 12 02:45:44.445 INFO kablam! | Oct 12 02:45:44.445 INFO kablam! 23 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 12 02:45:44.445 INFO kablam! | ^^^^^^^^^^^^^ Could not find `LocalKeyState` in `thread` Oct 12 02:45:44.445 INFO kablam! Oct 12 02:45:44.445 INFO kablam! error[E0433]: failed to resolve. Could not find `LocalKeyState` in `thread` Oct 12 02:45:44.445 INFO kablam! --> src/local.rs:46:33 Oct 12 02:45:44.445 INFO kablam! | Oct 12 02:45:44.445 INFO kablam! 46 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 12 02:45:44.445 INFO kablam! | ^^^^^^^^^^^^^ Could not find `LocalKeyState` in `thread` Oct 12 02:45:44.445 INFO kablam! Oct 12 02:45:44.445 INFO kablam! error[E0433]: failed to resolve. Could not find `LocalKeyState` in `thread` Oct 12 02:45:44.445 INFO kablam! --> src/local.rs:75:33 Oct 12 02:45:44.445 INFO kablam! | Oct 12 02:45:44.445 INFO kablam! 75 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 12 02:45:44.445 INFO kablam! | ^^^^^^^^^^^^^ Could not find `LocalKeyState` in `thread` Oct 12 02:45:44.445 INFO kablam! Oct 12 02:45:44.445 INFO kablam! error[E0433]: failed to resolve. Could not find `LocalKeyState` in `thread` Oct 12 02:45:44.445 INFO kablam! --> src/local.rs:94:33 Oct 12 02:45:44.445 INFO kablam! | Oct 12 02:45:44.445 INFO kablam! 94 | if STATE.state() != thread::LocalKeyState::Destroyed { Oct 12 02:45:44.445 INFO kablam! | ^^^^^^^^^^^^^ Could not find `LocalKeyState` in `thread` Oct 12 02:45:44.445 INFO kablam! Oct 12 02:45:44.652 INFO kablam! error[E0599]: no method named `state` found for type `std::thread::LocalKey>` in the current scope Oct 12 02:45:44.653 INFO kablam! --> src/local.rs:23:14 Oct 12 02:45:44.653 INFO kablam! | Oct 12 02:45:44.653 INFO kablam! 23 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 12 02:45:44.654 INFO kablam! | ^^^^^ Oct 12 02:45:44.654 INFO kablam! Oct 12 02:45:44.664 INFO kablam! error[E0599]: no method named `state` found for type `std::thread::LocalKey>` in the current scope Oct 12 02:45:44.665 INFO kablam! --> src/local.rs:46:14 Oct 12 02:45:44.665 INFO kablam! | Oct 12 02:45:44.665 INFO kablam! 46 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 12 02:45:44.665 INFO kablam! | ^^^^^ Oct 12 02:45:44.665 INFO kablam! Oct 12 02:45:44.666 INFO kablam! error[E0599]: no method named `state` found for type `std::thread::LocalKey>` in the current scope Oct 12 02:45:44.666 INFO kablam! --> src/local.rs:75:14 Oct 12 02:45:44.666 INFO kablam! | Oct 12 02:45:44.666 INFO kablam! 75 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 12 02:45:44.667 INFO kablam! | ^^^^^ Oct 12 02:45:44.667 INFO kablam! Oct 12 02:45:44.667 INFO kablam! error[E0599]: no method named `state` found for type `std::thread::LocalKey>` in the current scope Oct 12 02:45:44.667 INFO kablam! --> src/local.rs:94:14 Oct 12 02:45:44.667 INFO kablam! | Oct 12 02:45:44.668 INFO kablam! 94 | if STATE.state() != thread::LocalKeyState::Destroyed { Oct 12 02:45:44.668 INFO kablam! | ^^^^^ Oct 12 02:45:44.668 INFO kablam! Oct 12 02:45:44.702 INFO kablam! error: aborting due to 8 previous errors Oct 12 02:45:44.702 INFO kablam! Oct 12 02:45:44.702 INFO kablam! Some errors occurred: E0433, E0599. Oct 12 02:45:44.703 INFO kablam! For more information about an error, try `rustc --explain E0433`. Oct 12 02:45:44.707 INFO kablam! error: Could not compile `conc`. Oct 12 02:45:44.708 INFO kablam! Oct 12 02:45:44.708 INFO kablam! To learn more, run the command again with --verbose. Oct 12 02:45:44.708 INFO kablam! su: No module specific data is present Oct 12 02:45:45.549 INFO running `"docker" "rm" "-f" "0eb85c6bfa574d8b237b4517c14f50080a9f244aae997dea1c2f43c854df33ee"` Oct 12 02:45:45.843 INFO blam! 0eb85c6bfa574d8b237b4517c14f50080a9f244aae997dea1c2f43c854df33ee