Dec 19 11:24:50.271 INFO checking ordovicia/scholar against master#d99a320cba42f661aebfa1293b7b2ec3603dda75 for pr-56955 Dec 19 11:24:50.271 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-5/master#d99a320cba42f661aebfa1293b7b2ec3603dda75:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/master#d99a320cba42f661aebfa1293b7b2ec3603dda75/gh/ordovicia/scholar:/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" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 11:24:50.700 INFO [stdout] 88078963b9b702cea0ce1f49418450f3a3073ae47ddf5d96c8c691411a59f7fb Dec 19 11:24:50.704 INFO running `"docker" "start" "-a" "88078963b9b702cea0ce1f49418450f3a3073ae47ddf5d96c8c691411a59f7fb"` Dec 19 11:24:53.200 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 19 11:24:53.200 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 19 11:24:53.200 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 19 11:24:53.200 INFO [stderr] files will be included as a binary target: Dec 19 11:24:53.200 INFO [stderr] Dec 19 11:24:53.200 INFO [stderr] * /opt/crater/workdir/src/bin/config.rs Dec 19 11:24:53.200 INFO [stderr] * /opt/crater/workdir/src/bin/scrape.rs Dec 19 11:24:53.200 INFO [stderr] * /opt/crater/workdir/src/bin/errors.rs Dec 19 11:24:53.200 INFO [stderr] Dec 19 11:24:53.200 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 19 11:24:53.200 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 19 11:24:53.200 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 19 11:24:53.200 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 19 11:24:53.200 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 19 11:24:53.200 INFO [stderr] Dec 19 11:24:53.200 INFO [stderr] For more information on this warning you can consult Dec 19 11:24:53.200 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 19 11:24:53.493 INFO [stderr] Compiling rand v0.4.2 Dec 19 11:24:53.495 INFO [stderr] Compiling openssl-sys v0.9.26 Dec 19 11:24:53.519 INFO [stderr] Checking uuid v0.5.1 Dec 19 11:24:53.549 INFO [stderr] Checking tendril v0.3.1 Dec 19 11:24:53.549 INFO [stderr] Checking serde_urlencoded v0.5.1 Dec 19 11:24:53.549 INFO [stderr] Checking error-chain v0.11.0 Dec 19 11:24:58.488 INFO [stderr] Compiling openssl v0.9.24 Dec 19 11:25:00.981 INFO [stderr] Compiling rand v0.3.22 Dec 19 11:25:01.417 INFO [stderr] Compiling phf_generator v0.7.21 Dec 19 11:25:02.118 INFO [stderr] Compiling string_cache_codegen v0.4.0 Dec 19 11:25:02.120 INFO [stderr] Compiling phf_codegen v0.7.21 Dec 19 11:25:03.064 INFO [stderr] Compiling mime_guess v2.0.0-alpha.4 Dec 19 11:25:06.113 INFO [stderr] Compiling string_cache v0.6.2 Dec 19 11:25:06.113 INFO [stderr] Compiling markup5ever v0.3.2 Dec 19 11:25:11.944 INFO [stderr] Checking native-tls v0.1.5 Dec 19 11:25:13.132 INFO [stderr] Checking tokio-tls v0.1.4 Dec 19 11:25:13.781 INFO [stderr] Checking hyper-tls v0.1.2 Dec 19 11:25:14.863 INFO [stderr] Checking reqwest v0.8.5 Dec 19 11:25:18.868 INFO [stderr] Checking html5ever v0.18.0 Dec 19 11:25:21.377 INFO [stderr] Checking select v0.4.2 Dec 19 11:25:22.232 INFO [stderr] Checking scholar v0.1.0 (/opt/crater/workdir) Dec 19 11:25:23.532 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 11:25:23.532 INFO [stderr] --> src/errors.rs:3:1 Dec 19 11:25:23.532 INFO [stderr] | Dec 19 11:25:23.532 INFO [stderr] 3 | / error_chain!{ Dec 19 11:25:23.532 INFO [stderr] 4 | | foreign_links { Dec 19 11:25:23.532 INFO [stderr] 5 | | Io(::std::io::Error); Dec 19 11:25:23.532 INFO [stderr] 6 | | Reqwest(::reqwest::Error); Dec 19 11:25:23.532 INFO [stderr] ... | Dec 19 11:25:23.532 INFO [stderr] 20 | | } Dec 19 11:25:23.532 INFO [stderr] 21 | | } Dec 19 11:25:23.532 INFO [stderr] | |_^ Dec 19 11:25:23.532 INFO [stderr] | Dec 19 11:25:23.532 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 19 11:25:23.532 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:25:23.532 INFO [stderr] Dec 19 11:25:23.532 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 11:25:23.533 INFO [stderr] --> src/errors.rs:3:1 Dec 19 11:25:23.533 INFO [stderr] | Dec 19 11:25:23.533 INFO [stderr] 3 | / error_chain!{ Dec 19 11:25:23.533 INFO [stderr] 4 | | foreign_links { Dec 19 11:25:23.533 INFO [stderr] 5 | | Io(::std::io::Error); Dec 19 11:25:23.533 INFO [stderr] 6 | | Reqwest(::reqwest::Error); Dec 19 11:25:23.533 INFO [stderr] ... | Dec 19 11:25:23.533 INFO [stderr] 20 | | } Dec 19 11:25:23.533 INFO [stderr] 21 | | } Dec 19 11:25:23.533 INFO [stderr] | |_^ Dec 19 11:25:23.533 INFO [stderr] | Dec 19 11:25:23.533 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:25:23.533 INFO [stderr] Dec 19 11:25:24.348 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 11:25:24.348 INFO [stderr] --> src/errors.rs:3:1 Dec 19 11:25:24.348 INFO [stderr] | Dec 19 11:25:24.348 INFO [stderr] 3 | / error_chain!{ Dec 19 11:25:24.349 INFO [stderr] 4 | | foreign_links { Dec 19 11:25:24.349 INFO [stderr] 5 | | Io(::std::io::Error); Dec 19 11:25:24.349 INFO [stderr] 6 | | Reqwest(::reqwest::Error); Dec 19 11:25:24.349 INFO [stderr] ... | Dec 19 11:25:24.349 INFO [stderr] 20 | | } Dec 19 11:25:24.349 INFO [stderr] 21 | | } Dec 19 11:25:24.349 INFO [stderr] | |_^ Dec 19 11:25:24.349 INFO [stderr] | Dec 19 11:25:24.349 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 19 11:25:24.349 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:25:24.349 INFO [stderr] Dec 19 11:25:24.349 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 11:25:24.349 INFO [stderr] --> src/errors.rs:3:1 Dec 19 11:25:24.349 INFO [stderr] | Dec 19 11:25:24.349 INFO [stderr] 3 | / error_chain!{ Dec 19 11:25:24.349 INFO [stderr] 4 | | foreign_links { Dec 19 11:25:24.350 INFO [stderr] 5 | | Io(::std::io::Error); Dec 19 11:25:24.350 INFO [stderr] 6 | | Reqwest(::reqwest::Error); Dec 19 11:25:24.350 INFO [stderr] ... | Dec 19 11:25:24.350 INFO [stderr] 20 | | } Dec 19 11:25:24.350 INFO [stderr] 21 | | } Dec 19 11:25:24.350 INFO [stderr] | |_^ Dec 19 11:25:24.350 INFO [stderr] | Dec 19 11:25:24.350 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:25:24.350 INFO [stderr] Dec 19 11:25:26.348 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 11:25:26.348 INFO [stderr] --> src/bin/errors.rs:1:1 Dec 19 11:25:26.348 INFO [stderr] | Dec 19 11:25:26.348 INFO [stderr] 1 | / error_chain! { Dec 19 11:25:26.348 INFO [stderr] 2 | | foreign_links { Dec 19 11:25:26.348 INFO [stderr] 3 | | Clap(::clap::Error); Dec 19 11:25:26.348 INFO [stderr] 4 | | Io(::std::io::Error); Dec 19 11:25:26.356 INFO [stderr] ... | Dec 19 11:25:26.356 INFO [stderr] 16 | | } Dec 19 11:25:26.356 INFO [stderr] 17 | | } Dec 19 11:25:26.356 INFO [stderr] | |_^ Dec 19 11:25:26.356 INFO [stderr] | Dec 19 11:25:26.356 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 19 11:25:26.356 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:25:26.356 INFO [stderr] Dec 19 11:25:26.356 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 11:25:26.356 INFO [stderr] --> src/bin/errors.rs:1:1 Dec 19 11:25:26.356 INFO [stderr] | Dec 19 11:25:26.356 INFO [stderr] 1 | / error_chain! { Dec 19 11:25:26.356 INFO [stderr] 2 | | foreign_links { Dec 19 11:25:26.356 INFO [stderr] 3 | | Clap(::clap::Error); Dec 19 11:25:26.356 INFO [stderr] 4 | | Io(::std::io::Error); Dec 19 11:25:26.356 INFO [stderr] ... | Dec 19 11:25:26.356 INFO [stderr] 16 | | } Dec 19 11:25:26.356 INFO [stderr] 17 | | } Dec 19 11:25:26.356 INFO [stderr] | |_^ Dec 19 11:25:26.356 INFO [stderr] | Dec 19 11:25:26.356 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:25:26.357 INFO [stderr] Dec 19 11:25:26.392 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 11:25:26.393 INFO [stderr] --> src/bin/errors.rs:1:1 Dec 19 11:25:26.393 INFO [stderr] | Dec 19 11:25:26.393 INFO [stderr] 1 | / error_chain! { Dec 19 11:25:26.394 INFO [stderr] 2 | | foreign_links { Dec 19 11:25:26.400 INFO [stderr] 3 | | Clap(::clap::Error); Dec 19 11:25:26.400 INFO [stderr] 4 | | Io(::std::io::Error); Dec 19 11:25:26.400 INFO [stderr] ... | Dec 19 11:25:26.400 INFO [stderr] 16 | | } Dec 19 11:25:26.400 INFO [stderr] 17 | | } Dec 19 11:25:26.400 INFO [stderr] | |_^ Dec 19 11:25:26.400 INFO [stderr] | Dec 19 11:25:26.400 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 19 11:25:26.400 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:25:26.400 INFO [stderr] Dec 19 11:25:26.400 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 11:25:26.400 INFO [stderr] --> src/bin/errors.rs:1:1 Dec 19 11:25:26.400 INFO [stderr] | Dec 19 11:25:26.400 INFO [stderr] 1 | / error_chain! { Dec 19 11:25:26.400 INFO [stderr] 2 | | foreign_links { Dec 19 11:25:26.400 INFO [stderr] 3 | | Clap(::clap::Error); Dec 19 11:25:26.400 INFO [stderr] 4 | | Io(::std::io::Error); Dec 19 11:25:26.400 INFO [stderr] ... | Dec 19 11:25:26.400 INFO [stderr] 16 | | } Dec 19 11:25:26.400 INFO [stderr] 17 | | } Dec 19 11:25:26.400 INFO [stderr] | |_^ Dec 19 11:25:26.400 INFO [stderr] | Dec 19 11:25:26.400 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:25:26.400 INFO [stderr] Dec 19 11:25:26.660 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.47s Dec 19 11:25:27.456 INFO running `"docker" "inspect" "88078963b9b702cea0ce1f49418450f3a3073ae47ddf5d96c8c691411a59f7fb"` Dec 19 11:25:27.819 INFO running `"docker" "rm" "-f" "88078963b9b702cea0ce1f49418450f3a3073ae47ddf5d96c8c691411a59f7fb"` Dec 19 11:25:28.176 INFO [stdout] 88078963b9b702cea0ce1f49418450f3a3073ae47ddf5d96c8c691411a59f7fb