[INFO] updating cached repository skaupper/pokerserver-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/skaupper/pokerserver-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/skaupper/pokerserver-rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/skaupper/pokerserver-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/skaupper/pokerserver-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/skaupper/pokerserver-rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/skaupper/pokerserver-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/skaupper/pokerserver-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0ac236b05694e2e2a7e8d7fb48157d0483878e75 [INFO] sha for GitHub repo skaupper/pokerserver-rust: 0ac236b05694e2e2a7e8d7fb48157d0483878e75 [INFO] validating manifest of skaupper/pokerserver-rust on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of skaupper/pokerserver-rust on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing skaupper/pokerserver-rust [INFO] finished frobbing skaupper/pokerserver-rust [INFO] frobbed toml for skaupper/pokerserver-rust written to work/ex/beta-1.38-1/sources/1.37.0/gh/skaupper/pokerserver-rust/Cargo.toml [INFO] started frobbing skaupper/pokerserver-rust [INFO] finished frobbing skaupper/pokerserver-rust [INFO] frobbed toml for skaupper/pokerserver-rust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/skaupper/pokerserver-rust/Cargo.toml [INFO] crate skaupper/pokerserver-rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing skaupper/pokerserver-rust against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/skaupper/pokerserver-rust:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 779cc7a1acda08bec889bbabc4e6829a6b3e1a66b76e0375084d82172cf5f528 [INFO] running `"docker" "start" "-a" "779cc7a1acda08bec889bbabc4e6829a6b3e1a66b76e0375084d82172cf5f528"` [INFO] [stderr] Compiling unicode-bidi v0.3.3 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling num_cpus v1.5.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling serde_json v0.8.6 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling uuid v0.3.1 [INFO] [stderr] Compiling num-bigint v0.1.37 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling idna v0.1.2 [INFO] [stderr] Compiling valico v1.0.1 [INFO] [stderr] Compiling num-rational v0.1.36 [INFO] [stderr] Compiling jsonway v1.0.1 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling url v1.4.1 [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.4.1/src/form_urlencoded.rs:248:40 [INFO] [stderr] | [INFO] [stderr] 246 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 247 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 248 | 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] Compiling cookie v0.2.5 [INFO] [stderr] Compiling cookie v0.3.1 [INFO] [stderr] Compiling queryst v1.0.1 [INFO] [stderr] Compiling hyper v0.9.18 [INFO] [stderr] Compiling iron v0.4.0 [INFO] [stderr] Compiling persistent v0.2.1 [INFO] [stderr] Compiling bodyparser v0.4.1 [INFO] [stderr] Compiling rustless v0.10.0 (https://github.com/rustless/rustless#90ed0f47) [INFO] [stderr] Compiling pokerserver v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: expected item, found keyword `let` [INFO] [stderr] --> src/server_utils.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | let SERVER = PokerServer { ..Default::default() }; [INFO] [stderr] | ^^^ expected item [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `pokerserver`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "779cc7a1acda08bec889bbabc4e6829a6b3e1a66b76e0375084d82172cf5f528"` [INFO] running `"docker" "rm" "-f" "779cc7a1acda08bec889bbabc4e6829a6b3e1a66b76e0375084d82172cf5f528"` [INFO] [stdout] 779cc7a1acda08bec889bbabc4e6829a6b3e1a66b76e0375084d82172cf5f528