Oct 12 02:45:41.154 INFO testing conc-0.5.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 02:45:41.155 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:41.556 INFO blam! fa4b18b19d05f8d1aff2e55f1b021e5d59e2b437d6ec5031baff46d1fbbf9fe8 Oct 12 02:45:41.556 INFO running `"docker" "start" "-a" "fa4b18b19d05f8d1aff2e55f1b021e5d59e2b437d6ec5031baff46d1fbbf9fe8"` Oct 12 02:45:42.692 INFO kablam! usermod: no changes Oct 12 02:45:42.784 INFO kablam! Compiling spin v0.4.9 Oct 12 02:45:43.120 INFO kablam! Compiling conc v0.5.0 (/source) Oct 12 02:45:43.320 INFO kablam! error[E0433]: failed to resolve. Could not find `LocalKeyState` in `thread` Oct 12 02:45:43.320 INFO kablam! --> src/local.rs:23:33 Oct 12 02:45:43.320 INFO kablam! | Oct 12 02:45:43.320 INFO kablam! 23 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 12 02:45:43.320 INFO kablam! | ^^^^^^^^^^^^^ Could not find `LocalKeyState` in `thread` Oct 12 02:45:43.320 INFO kablam! Oct 12 02:45:43.320 INFO kablam! error[E0433]: failed to resolve. Could not find `LocalKeyState` in `thread` Oct 12 02:45:43.320 INFO kablam! --> src/local.rs:46:33 Oct 12 02:45:43.320 INFO kablam! | Oct 12 02:45:43.320 INFO kablam! 46 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 12 02:45:43.320 INFO kablam! | ^^^^^^^^^^^^^ Could not find `LocalKeyState` in `thread` Oct 12 02:45:43.320 INFO kablam! Oct 12 02:45:43.336 INFO kablam! error[E0433]: failed to resolve. Could not find `LocalKeyState` in `thread` Oct 12 02:45:43.336 INFO kablam! --> src/local.rs:75:33 Oct 12 02:45:43.336 INFO kablam! | Oct 12 02:45:43.336 INFO kablam! 75 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 12 02:45:43.336 INFO kablam! | ^^^^^^^^^^^^^ Could not find `LocalKeyState` in `thread` Oct 12 02:45:43.336 INFO kablam! Oct 12 02:45:43.336 INFO kablam! error[E0433]: failed to resolve. Could not find `LocalKeyState` in `thread` Oct 12 02:45:43.336 INFO kablam! --> src/local.rs:94:33 Oct 12 02:45:43.336 INFO kablam! | Oct 12 02:45:43.336 INFO kablam! 94 | if STATE.state() != thread::LocalKeyState::Destroyed { Oct 12 02:45:43.336 INFO kablam! | ^^^^^^^^^^^^^ Could not find `LocalKeyState` in `thread` Oct 12 02:45:43.336 INFO kablam! Oct 12 02:45:43.552 INFO kablam! error[E0599]: no method named `state` found for type `std::thread::LocalKey>` in the current scope Oct 12 02:45:43.552 INFO kablam! --> src/local.rs:23:14 Oct 12 02:45:43.552 INFO kablam! | Oct 12 02:45:43.552 INFO kablam! 23 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 12 02:45:43.552 INFO kablam! | ^^^^^ Oct 12 02:45:43.552 INFO kablam! Oct 12 02:45:43.552 INFO kablam! error[E0599]: no method named `state` found for type `std::thread::LocalKey>` in the current scope Oct 12 02:45:43.552 INFO kablam! --> src/local.rs:46:14 Oct 12 02:45:43.552 INFO kablam! | Oct 12 02:45:43.552 INFO kablam! 46 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 12 02:45:43.552 INFO kablam! | ^^^^^ Oct 12 02:45:43.552 INFO kablam! Oct 12 02:45:43.560 INFO kablam! error[E0599]: no method named `state` found for type `std::thread::LocalKey>` in the current scope Oct 12 02:45:43.560 INFO kablam! --> src/local.rs:75:14 Oct 12 02:45:43.560 INFO kablam! | Oct 12 02:45:43.560 INFO kablam! 75 | if STATE.state() == thread::LocalKeyState::Destroyed { Oct 12 02:45:43.560 INFO kablam! | ^^^^^ Oct 12 02:45:43.560 INFO kablam! Oct 12 02:45:43.560 INFO kablam! error[E0599]: no method named `state` found for type `std::thread::LocalKey>` in the current scope Oct 12 02:45:43.560 INFO kablam! --> src/local.rs:94:14 Oct 12 02:45:43.560 INFO kablam! | Oct 12 02:45:43.560 INFO kablam! 94 | if STATE.state() != thread::LocalKeyState::Destroyed { Oct 12 02:45:43.560 INFO kablam! | ^^^^^ Oct 12 02:45:43.560 INFO kablam! Oct 12 02:45:43.600 INFO kablam! error: aborting due to 8 previous errors Oct 12 02:45:43.600 INFO kablam! Oct 12 02:45:43.600 INFO kablam! Some errors occurred: E0433, E0599. Oct 12 02:45:43.600 INFO kablam! For more information about an error, try `rustc --explain E0433`. Oct 12 02:45:43.609 INFO kablam! error: Could not compile `conc`. Oct 12 02:45:43.609 INFO kablam! Oct 12 02:45:43.609 INFO kablam! To learn more, run the command again with --verbose. Oct 12 02:45:43.610 INFO kablam! su: No module specific data is present Oct 12 02:45:44.182 INFO running `"docker" "rm" "-f" "fa4b18b19d05f8d1aff2e55f1b021e5d59e2b437d6ec5031baff46d1fbbf9fe8"` Oct 12 02:45:44.614 INFO blam! fa4b18b19d05f8d1aff2e55f1b021e5d59e2b437d6ec5031baff46d1fbbf9fe8