[INFO] cloning repository Micutio/chitchat.rs [INFO] running `"git" "clone" "--bare" "git://github.com/Micutio/chitchat.rs.git" "work/cache/sources/gh/Micutio/chitchat.rs"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Micutio/chitchat.rs'... [INFO] running `"git" "clone" "work/cache/sources/gh/Micutio/chitchat.rs" "work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/Micutio/chitchat.rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/Micutio/chitchat.rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Micutio/chitchat.rs" "work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Micutio/chitchat.rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Micutio/chitchat.rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 950416d0994be3a1af0fc7ec278a8151a3a78d45 [INFO] sha for GitHub repo Micutio/chitchat.rs: 950416d0994be3a1af0fc7ec278a8151a3a78d45 [INFO] validating manifest of Micutio/chitchat.rs on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Micutio/chitchat.rs on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Micutio/chitchat.rs [INFO] finished frobbing Micutio/chitchat.rs [INFO] frobbed toml for Micutio/chitchat.rs written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/Micutio/chitchat.rs/Cargo.toml [INFO] started frobbing Micutio/chitchat.rs [INFO] finished frobbing Micutio/chitchat.rs [INFO] frobbed toml for Micutio/chitchat.rs written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Micutio/chitchat.rs/Cargo.toml [INFO] crate Micutio/chitchat.rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] checking Micutio/chitchat.rs against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-3/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Micutio/chitchat.rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e53511ea371aebbcc00784a157bcea92c6572162aa31a955f3e009c91deca384 [INFO] running `"docker" "start" "-a" "e53511ea371aebbcc00784a157bcea92c6572162aa31a955f3e009c91deca384"` [INFO] [stderr] Compiling http-muncher v0.2.5 [INFO] [stderr] Checking net2 v0.2.32 [INFO] [stderr] Checking sha1 v0.1.1 [INFO] [stderr] Checking miow v0.1.5 [INFO] [stderr] Checking mio v0.5.1 [INFO] [stderr] Checking chitchat v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0277]: `std::cell::Cell>` cannot be shared between threads safely [INFO] [stderr] --> src/interface.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | thread::spawn(move || { [INFO] [stderr] | ^^^^^^^^^^^^^ `std::cell::Cell>` cannot be shared between threads safely [INFO] [stderr] | [INFO] [stderr] = help: within `(mio::Token, client::WebSocketClient)`, the trait `std::marker::Sync` is not implemented for `std::cell::Cell>` [INFO] [stderr] = note: required because it appears within the type `mio::sys::unix::tcp::TcpStream` [INFO] [stderr] = note: required because it appears within the type `mio::tcp::TcpStream` [INFO] [stderr] = note: required because it appears within the type `client::WebSocketClient` [INFO] [stderr] = note: required because it appears within the type `(mio::Token, client::WebSocketClient)` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Sync` for `hashbrown::raw::RawTable<(mio::Token, client::WebSocketClient)>` [INFO] [stderr] = note: required because it appears within the type `hashbrown::map::HashMap` [INFO] [stderr] = note: required because it appears within the type `std::collections::HashMap` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Sync` for `std::sync::RwLock>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Arc>>` [INFO] [stderr] = note: required because it appears within the type `server::WebSocketServerState` [INFO] [stderr] = note: required because it appears within the type `[closure@src/interface.rs:39:23: 51:10 address:std::net::SocketAddr, mio_server_state:server::WebSocketServerState, tx:std::sync::mpsc::Sender]` [INFO] [stderr] = note: required by `std::thread::spawn` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `chitchat`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `std::cell::Cell>` cannot be shared between threads safely [INFO] [stderr] --> src/interface.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | thread::spawn(move || { [INFO] [stderr] | ^^^^^^^^^^^^^ `std::cell::Cell>` cannot be shared between threads safely [INFO] [stderr] | [INFO] [stderr] = help: within `(mio::Token, client::WebSocketClient)`, the trait `std::marker::Sync` is not implemented for `std::cell::Cell>` [INFO] [stderr] = note: required because it appears within the type `mio::sys::unix::tcp::TcpStream` [INFO] [stderr] = note: required because it appears within the type `mio::tcp::TcpStream` [INFO] [stderr] = note: required because it appears within the type `client::WebSocketClient` [INFO] [stderr] = note: required because it appears within the type `(mio::Token, client::WebSocketClient)` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Sync` for `hashbrown::raw::RawTable<(mio::Token, client::WebSocketClient)>` [INFO] [stderr] = note: required because it appears within the type `hashbrown::map::HashMap` [INFO] [stderr] = note: required because it appears within the type `std::collections::HashMap` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Sync` for `std::sync::RwLock>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::sync::Arc>>` [INFO] [stderr] = note: required because it appears within the type `server::WebSocketServerState` [INFO] [stderr] = note: required because it appears within the type `[closure@src/interface.rs:39:23: 51:10 address:std::net::SocketAddr, mio_server_state:server::WebSocketServerState, tx:std::sync::mpsc::Sender]` [INFO] [stderr] = note: required by `std::thread::spawn` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `chitchat`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e53511ea371aebbcc00784a157bcea92c6572162aa31a955f3e009c91deca384"` [INFO] running `"docker" "rm" "-f" "e53511ea371aebbcc00784a157bcea92c6572162aa31a955f3e009c91deca384"` [INFO] [stdout] e53511ea371aebbcc00784a157bcea92c6572162aa31a955f3e009c91deca384