[INFO] cloning repository obourgain/rustique [INFO] running `"git" "clone" "--bare" "git://github.com/obourgain/rustique.git" "work/cache/sources/gh/obourgain/rustique"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/obourgain/rustique'... [INFO] running `"git" "clone" "work/cache/sources/gh/obourgain/rustique" "work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/obourgain/rustique"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/obourgain/rustique'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/obourgain/rustique" "work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/obourgain/rustique"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/obourgain/rustique'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6bba8ee336af51af9e36504987ea9c671262bf56 [INFO] sha for GitHub repo obourgain/rustique: 6bba8ee336af51af9e36504987ea9c671262bf56 [INFO] validating manifest of obourgain/rustique on toolchain master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of obourgain/rustique on toolchain try#8f81d0bf6baf07b92f1246696722485c4ca0b049 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing obourgain/rustique [INFO] finished frobbing obourgain/rustique [INFO] frobbed toml for obourgain/rustique written to work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/obourgain/rustique/Cargo.toml [INFO] started frobbing obourgain/rustique [INFO] finished frobbing obourgain/rustique [INFO] frobbed toml for obourgain/rustique written to work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/obourgain/rustique/Cargo.toml [INFO] crate obourgain/rustique already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking obourgain/rustique against master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 for pr-62008 [INFO] running `"docker" "create" "-v" "/mnt/big/ec2-user/crater/work/local/target-dirs/pr-62008/worker-3/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1:/opt/crater/target:rw,Z" "-v" "/mnt/big/ec2-user/crater/work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/obourgain/rustique:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/ec2-user/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" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 8d9588f6de36883e336249b49e60c4d8a3f7964289d7300770044ae28f37e6b6 [INFO] running `"docker" "start" "-a" "8d9588f6de36883e336249b49e60c4d8a3f7964289d7300770044ae28f37e6b6"` [INFO] [stderr] Compiling quote v0.3.13 [INFO] [stderr] Checking serde v0.9.8 [INFO] [stderr] Compiling synom v0.11.0 [INFO] [stderr] Compiling hyper v0.10.4 [INFO] [stderr] Checking url v1.4.0 [INFO] [stderr] Compiling syn v0.11.6 [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.0/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] Compiling serde_codegen_internals v0.14.0 [INFO] [stderr] Checking iron v0.5.1 [INFO] [stderr] Compiling serde_derive v0.9.8 [INFO] [stderr] Checking router v0.5.1 [INFO] [stderr] Checking serde_json v0.9.8 [INFO] [stderr] Checking rustique v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.97s [INFO] running `"docker" "inspect" "8d9588f6de36883e336249b49e60c4d8a3f7964289d7300770044ae28f37e6b6"` [INFO] running `"docker" "rm" "-f" "8d9588f6de36883e336249b49e60c4d8a3f7964289d7300770044ae28f37e6b6"` [INFO] [stdout] 8d9588f6de36883e336249b49e60c4d8a3f7964289d7300770044ae28f37e6b6