Sep 20 21:58:06.289 INFO checking mexus/pastebin against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 21:58:06.289 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 21:58:06.289 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/master#f7f4c500b46603386e940f116b469c7adc043a6d:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 21:58:06.512 INFO blam! 524830f8a5fd25d55c7de9d035a964714d22b280ba6c6b442e8dc4b6a601eaa1 Sep 20 21:58:06.514 INFO running `"docker" "start" "-a" "524830f8a5fd25d55c7de9d035a964714d22b280ba6c6b442e8dc4b6a601eaa1"` Sep 20 21:58:07.781 INFO kablam! usermod: no changes Sep 20 21:58:08.260 INFO kablam! Compiling num-traits v0.2.4 Sep 20 21:58:08.260 INFO kablam! Compiling serde v1.0.65 Sep 20 21:58:08.278 INFO kablam! Compiling num-integer v0.1.38 Sep 20 21:58:08.315 INFO kablam! Checking ordermap v0.3.5 Sep 20 21:58:08.315 INFO kablam! Checking unidecode v0.3.0 Sep 20 21:58:08.315 INFO kablam! Checking humansize v1.1.0 Sep 20 21:58:08.315 INFO kablam! Checking hex v0.2.0 Sep 20 21:58:08.315 INFO kablam! Checking rand_core v0.2.0 Sep 20 21:58:10.190 INFO kablam! Checking log v0.4.1 Sep 20 21:58:10.190 INFO kablam! Checking hostname v0.1.5 Sep 20 21:58:10.190 INFO kablam! Compiling mongoc-sys v1.8.2-1 Sep 20 21:58:12.152 INFO kablam! Checking base64 v0.6.0 Sep 20 21:58:12.153 INFO kablam! Checking textwrap v0.9.0 Sep 20 21:58:12.330 INFO kablam! Checking rand v0.5.0 Sep 20 21:58:13.240 INFO kablam! Checking mio v0.6.14 Sep 20 21:58:13.316 INFO kablam! Checking log v0.3.9 Sep 20 21:58:13.450 INFO kablam! Checking want v0.0.4 Sep 20 21:58:13.487 INFO kablam! Checking petgraph v0.4.12 Sep 20 21:58:14.458 INFO kablam! Checking tokio-io v0.1.6 Sep 20 21:58:14.896 INFO kablam! Checking rust-crypto v0.2.36 Sep 20 21:58:15.152 INFO kablam! Compiling pest_derive v1.0.7 Sep 20 21:58:17.740 INFO kablam! Checking clap v2.31.2 Sep 20 21:58:19.274 INFO kablam! Checking tokio-threadpool v0.1.3 Sep 20 21:58:21.378 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 21:58:21.378 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 20 21:58:21.378 INFO kablam! | Sep 20 21:58:21.378 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 20 21:58:21.378 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 21:58:21.378 INFO kablam! | Sep 20 21:58:21.378 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 21:58:21.378 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 21:58:21.378 INFO kablam! | Sep 20 21:58:21.378 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 21:58:21.378 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 21:58:21.378 INFO kablam! 7 | | { Sep 20 21:58:21.378 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 21:58:21.378 INFO kablam! ... | Sep 20 21:58:21.378 INFO kablam! 13 | | None Sep 20 21:58:21.378 INFO kablam! 14 | | } Sep 20 21:58:21.378 INFO kablam! | |_____^ Sep 20 21:58:21.378 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 21:58:21.378 INFO kablam! Sep 20 21:58:21.395 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 21:58:21.395 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 20 21:58:21.395 INFO kablam! | Sep 20 21:58:21.395 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 20 21:58:21.395 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 21:58:21.395 INFO kablam! | Sep 20 21:58:21.395 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 21:58:21.395 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 21:58:21.395 INFO kablam! | Sep 20 21:58:21.395 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 21:58:21.395 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 21:58:21.395 INFO kablam! 7 | | { Sep 20 21:58:21.395 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 21:58:21.395 INFO kablam! ... | Sep 20 21:58:21.395 INFO kablam! 13 | | None Sep 20 21:58:21.395 INFO kablam! 14 | | } Sep 20 21:58:21.395 INFO kablam! | |_____^ Sep 20 21:58:21.395 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 21:58:21.395 INFO kablam! Sep 20 21:58:21.406 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 21:58:21.406 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 20 21:58:21.406 INFO kablam! | Sep 20 21:58:21.406 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 20 21:58:21.406 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 21:58:21.406 INFO kablam! | Sep 20 21:58:21.406 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 21:58:21.406 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 21:58:21.406 INFO kablam! | Sep 20 21:58:21.406 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 21:58:21.406 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 21:58:21.406 INFO kablam! 7 | | { Sep 20 21:58:21.406 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 21:58:21.408 INFO kablam! ... | Sep 20 21:58:21.409 INFO kablam! 13 | | None Sep 20 21:58:21.409 INFO kablam! 14 | | } Sep 20 21:58:21.409 INFO kablam! | |_____^ Sep 20 21:58:21.409 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 21:58:21.409 INFO kablam! Sep 20 21:58:21.421 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 21:58:21.421 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 20 21:58:21.421 INFO kablam! | Sep 20 21:58:21.421 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 20 21:58:21.421 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 20 21:58:21.421 INFO kablam! | Sep 20 21:58:21.421 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 20 21:58:21.421 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 20 21:58:21.421 INFO kablam! | Sep 20 21:58:21.421 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 20 21:58:21.421 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 20 21:58:21.421 INFO kablam! 7 | | { Sep 20 21:58:21.421 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 20 21:58:21.421 INFO kablam! ... | Sep 20 21:58:21.421 INFO kablam! 13 | | None Sep 20 21:58:21.421 INFO kablam! 14 | | } Sep 20 21:58:21.421 INFO kablam! | |_____^ Sep 20 21:58:21.421 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 20 21:58:21.421 INFO kablam! Sep 20 21:58:22.118 INFO kablam! error: failed to run custom build command for `mongoc-sys v1.8.2-1` Sep 20 21:58:22.118 INFO kablam! process didn't exit successfully: `/target/debug/build/mongoc-sys-f45c6ebd9dac25ea/build-script-build` (exit code: 101) Sep 20 21:58:22.118 INFO kablam! --- stderr Sep 20 21:58:22.118 INFO kablam! % Total % Received % Xferd Average Speed Time Time Time Current Sep 20 21:58:22.118 INFO kablam! Dload Upload Total Spent Left Speed Sep 20 21:58:22.118 INFO kablam! 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 616 0 616 0 0 869 0 --:--:-- --:--:-- --:--:-- 870 Sep 20 21:58:22.118 INFO kablam! 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Failed to create the file mongo-c-driver-1.8.2.tar.gz: Read-only file Sep 20 21:58:22.118 INFO kablam! Warning: system Sep 20 21:58:22.118 INFO kablam! 0 7137k 0 16360 0 0 10808 0 0:11:16 0:00:01 0:11:15 22349 Sep 20 21:58:22.118 INFO kablam! curl: (23) Failed writing body (0 != 16360) Sep 20 21:58:22.118 INFO kablam! thread 'main' panicked at 'assertion failed: Command::new("curl").arg("-O").arg("-L").arg(url).status().expect("Could not run curl").success()', /cargo-home/registry/src/github.com-1ecc6299db9ec823/mongoc-sys-1.8.2-1/build.rs:32:13 Sep 20 21:58:22.118 INFO kablam! stack backtrace: Sep 20 21:58:22.118 INFO kablam! 0: 0x558fb587648e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h8364381a6315579e Sep 20 21:58:22.118 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Sep 20 21:58:22.118 INFO kablam! 1: 0x558fb586a196 - std::sys_common::backtrace::print::hbf206e386958691c Sep 20 21:58:22.118 INFO kablam! at libstd/sys_common/backtrace.rs:71 Sep 20 21:58:22.118 INFO kablam! at libstd/sys_common/backtrace.rs:59 Sep 20 21:58:22.118 INFO kablam! 2: 0x558fb5868b3d - std::panicking::default_hook::{{closure}}::hdfbe128a3d24757d Sep 20 21:58:22.118 INFO kablam! at libstd/panicking.rs:211 Sep 20 21:58:22.118 INFO kablam! 3: 0x558fb58688b0 - std::panicking::default_hook::h7fe1685957f6b205 Sep 20 21:58:22.118 INFO kablam! at libstd/panicking.rs:227 Sep 20 21:58:22.118 INFO kablam! 4: 0x558fb58690fc - std::panicking::rust_panic_with_hook::h67471ab114b25df3 Sep 20 21:58:22.119 INFO kablam! at libstd/panicking.rs:477 Sep 20 21:58:22.119 INFO kablam! 5: 0x558fb585a68f - std::panicking::begin_panic::h364ddf46a71df81b Sep 20 21:58:22.119 INFO kablam! at libstd/panicking.rs:411 Sep 20 21:58:22.119 INFO kablam! 6: 0x558fb582ab0b - build_script_build::main::h20d8a191b0ae3b94 Sep 20 21:58:22.119 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/mongoc-sys-1.8.2-1/build.rs:32 Sep 20 21:58:22.119 INFO kablam! 7: 0x558fb58294af - std::rt::lang_start::{{closure}}::h757b8c8c1fb553c5 Sep 20 21:58:22.119 INFO kablam! at libstd/rt.rs:74 Sep 20 21:58:22.119 INFO kablam! 8: 0x558fb5868be2 - std::panicking::try::do_call::hba3cdd40b2f76c63 Sep 20 21:58:22.119 INFO kablam! at libstd/rt.rs:59 Sep 20 21:58:22.119 INFO kablam! at libstd/panicking.rs:310 Sep 20 21:58:22.119 INFO kablam! 9: 0x558fb58874e9 - __rust_maybe_catch_panic Sep 20 21:58:22.119 INFO kablam! at libpanic_unwind/lib.rs:102 Sep 20 21:58:22.119 INFO kablam! 10: 0x558fb5872eb5 - std::rt::lang_start_internal::ha318b532168af217 Sep 20 21:58:22.119 INFO kablam! at libstd/panicking.rs:289 Sep 20 21:58:22.119 INFO kablam! at libstd/panic.rs:392 Sep 20 21:58:22.119 INFO kablam! at libstd/rt.rs:58 Sep 20 21:58:22.119 INFO kablam! 11: 0x558fb5829487 - std::rt::lang_start::hae4fcf2d8f7f1689 Sep 20 21:58:22.119 INFO kablam! at libstd/rt.rs:74 Sep 20 21:58:22.119 INFO kablam! 12: 0x558fb582b879 - main Sep 20 21:58:22.119 INFO kablam! 13: 0x7fe86b67b82f - __libc_start_main Sep 20 21:58:22.119 INFO kablam! 14: 0x558fb5828768 - _start Sep 20 21:58:22.119 INFO kablam! 15: 0x0 - Sep 20 21:58:22.119 INFO kablam! Sep 20 21:58:22.119 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 21:58:22.238 INFO kablam! error: aborting due to 4 previous errors Sep 20 21:58:22.242 INFO kablam! Sep 20 21:58:22.242 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 20 21:58:22.258 INFO kablam! error: Could not compile `petgraph`. Sep 20 21:58:22.258 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 21:58:34.120 INFO kablam! error: build failed Sep 20 21:58:34.121 INFO kablam! su: No module specific data is present Sep 20 21:58:35.218 INFO running `"docker" "rm" "-f" "524830f8a5fd25d55c7de9d035a964714d22b280ba6c6b442e8dc4b6a601eaa1"` Sep 20 21:58:35.347 INFO blam! 524830f8a5fd25d55c7de9d035a964714d22b280ba6c6b442e8dc4b6a601eaa1