[INFO] updating cached repository Gexon/chatserver [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Gexon/chatserver [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Gexon/chatserver" "work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/gh/Gexon/chatserver"` [INFO] [stderr] Cloning into 'work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/gh/Gexon/chatserver'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Gexon/chatserver" "work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/Gexon/chatserver"` [INFO] [stderr] Cloning into 'work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/Gexon/chatserver'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7bc004f5a36310762515a93819dcc89a898f3037 [INFO] sha for GitHub repo Gexon/chatserver: 7bc004f5a36310762515a93819dcc89a898f3037 [INFO] validating manifest of Gexon/chatserver on toolchain master#452087b4bf18cece2d52d7cd8c9147195e5404bf [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Gexon/chatserver on toolchain try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Gexon/chatserver [INFO] finished frobbing Gexon/chatserver [INFO] frobbed toml for Gexon/chatserver written to work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/gh/Gexon/chatserver/Cargo.toml [INFO] started frobbing Gexon/chatserver [INFO] finished frobbing Gexon/chatserver [INFO] frobbed toml for Gexon/chatserver written to work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/Gexon/chatserver/Cargo.toml [INFO] crate Gexon/chatserver already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking Gexon/chatserver against try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab for pr-63247 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63247/worker-4/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/Gexon/chatserver:/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" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 46b4daca9529119aafa575bd111e39d7c42a6dea14e6b107f383e542e722ec4e [INFO] running `"docker" "start" "-a" "46b4daca9529119aafa575bd111e39d7c42a6dea14e6b107f383e542e722ec4e"` [INFO] [stderr] Checking regex-syntax v0.3.7 [INFO] [stderr] Checking bufstream v0.1.2 [INFO] [stderr] Compiling openssl-sys-extras v0.7.14 [INFO] [stderr] Compiling openssl v0.7.14 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking net2 v0.2.26 [INFO] [stderr] Compiling openssl-sys v0.7.17 [INFO] [stderr] Checking twox-hash v1.0.0 [INFO] [stderr] Checking url v1.2.1 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] error[E0214]: parenthesized type parameters may only be used with a `Fn` trait [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/twox-hash-1.0.0/src/number_streams.rs:67:28 [INFO] [stderr] | [INFO] [stderr] 67 | fn count(self) -> usize() { [INFO] [stderr] | ^^ only `Fn` traits may use parentheses [INFO] [stderr] ... [INFO] [stderr] 74 | number_stream!(U32FromBytes, u32, U32_BYTES); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0214]: parenthesized type parameters may only be used with a `Fn` trait [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/twox-hash-1.0.0/src/number_streams.rs:67:28 [INFO] [stderr] | [INFO] [stderr] 67 | fn count(self) -> usize() { [INFO] [stderr] | ^^ only `Fn` traits may use parentheses [INFO] [stderr] ... [INFO] [stderr] 75 | number_stream!(U64FromBytes, u64, U64_BYTES); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] Checking time v0.1.35 [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0214`. [INFO] [stderr] error: Could not compile `twox-hash`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.2.1/src/form_urlencoded.rs:246:40 [INFO] [stderr] | [INFO] [stderr] 244 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 245 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 246 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "46b4daca9529119aafa575bd111e39d7c42a6dea14e6b107f383e542e722ec4e"` [INFO] running `"docker" "rm" "-f" "46b4daca9529119aafa575bd111e39d7c42a6dea14e6b107f383e542e722ec4e"` [INFO] [stdout] 46b4daca9529119aafa575bd111e39d7c42a6dea14e6b107f383e542e722ec4e