[INFO] cloning repository https://github.com/bnewbold/bad-hashish [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bnewbold/bad-hashish" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbnewbold%2Fbad-hashish"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbnewbold%2Fbad-hashish'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6ed6757702eea4f775ad06e293550b99a499a415 [INFO] checking bnewbold/bad-hashish against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbnewbold%2Fbad-hashish" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bnewbold/bad-hashish on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bnewbold/bad-hashish [INFO] finished tweaking git repo https://github.com/bnewbold/bad-hashish [INFO] tweaked toml for git repo https://github.com/bnewbold/bad-hashish written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/bnewbold/bad-hashish already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tar v0.4.12 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ccb33a094051064cb6c5ca99cc6353fd10e6bfda7414839f46ec489ae1f610ff [INFO] running `"docker" "start" "-a" "ccb33a094051064cb6c5ca99cc6353fd10e6bfda7414839f46ec489ae1f610ff"` [INFO] [stderr] Compiling gcc v0.3.48 [INFO] [stderr] Checking podio v0.1.5 [INFO] [stderr] Checking data-encoding v1.2.0 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking filetime v0.1.10 [INFO] [stderr] Checking xattr v0.1.11 [INFO] [stderr] Checking libflate v0.1.6 [INFO] [stderr] Checking crc v1.4.0 [INFO] [stderr] Checking petgraph v0.4.4 [INFO] [stderr] Checking msdos_time v0.1.5 [INFO] [stderr] Checking url v1.4.0 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Checking csv-core v0.1.2 [INFO] [stderr] Checking tar v0.4.12 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Checking csv v1.0.0-beta.3 [INFO] [stderr] error[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/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] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0713`. [INFO] [stderr] error: could not compile `url`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.4/src/graph.rs:489:17 [INFO] [stderr] | [INFO] [stderr] 489 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); [INFO] [stderr] | ^^^^^^^ multiple `max` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in the trait `graph_impl::IndexType` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.4/src/graph.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | fn max() -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `graph_impl::IndexType::max(...)` instead [INFO] [stderr] note: candidate #2 is defined in the trait `std::cmp::Ord` [INFO] [stderr] = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.4/src/graph.rs:526:17 [INFO] [stderr] | [INFO] [stderr] 526 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); [INFO] [stderr] | ^^^^^^^ multiple `max` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in the trait `graph_impl::IndexType` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.4/src/graph.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | fn max() -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `graph_impl::IndexType::max(...)` instead [INFO] [stderr] note: candidate #2 is defined in the trait `std::cmp::Ord` [INFO] [stderr] = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0034`. [INFO] [stderr] error: could not compile `petgraph`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ccb33a094051064cb6c5ca99cc6353fd10e6bfda7414839f46ec489ae1f610ff"` [INFO] running `"docker" "rm" "-f" "ccb33a094051064cb6c5ca99cc6353fd10e6bfda7414839f46ec489ae1f610ff"` [INFO] [stdout] ccb33a094051064cb6c5ca99cc6353fd10e6bfda7414839f46ec489ae1f610ff