Nov 29 20:40:54.364 INFO checking pepoipod/rust-img-fetcher against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 29 20:40:54.364 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-3/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +a49316ddc99d9d595193557fc899f6c52e4d9af9-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 29 20:40:54.624 INFO [stdout] 53b06c0854a4c72913c55da775ef475be6a28d7d96560053fc5fc19569802823 Nov 29 20:40:54.630 INFO running `"docker" "start" "-a" "53b06c0854a4c72913c55da775ef475be6a28d7d96560053fc5fc19569802823"` Nov 29 20:40:55.128 INFO [stderr] usermod: no changes Nov 29 20:40:55.476 INFO [stderr] Checking log v0.3.9 Nov 29 20:40:55.476 INFO [stderr] Checking tokio-io v0.1.10 Nov 29 20:40:55.484 INFO [stderr] Checking crossbeam-epoch v0.5.2 Nov 29 20:40:55.484 INFO [stderr] Compiling syn v0.14.9 Nov 29 20:40:55.484 INFO [stderr] Checking serde_urlencoded v0.5.3 Nov 29 20:40:55.484 INFO [stderr] Compiling serde_derive v1.0.80 Nov 29 20:40:55.484 INFO [stderr] Compiling string_cache_codegen v0.4.2 Nov 29 20:40:55.484 INFO [stderr] Compiling selectors v0.19.0 Nov 29 20:40:56.504 INFO [stderr] Checking crossbeam-deque v0.6.1 Nov 29 20:40:59.088 INFO [stderr] Checking tokio-threadpool v0.1.8 Nov 29 20:40:59.788 INFO [stderr] Checking tokio-codec v0.1.1 Nov 29 20:40:59.788 INFO [stderr] Checking tokio-reactor v0.1.6 Nov 29 20:40:59.788 INFO [stderr] Checking h2 v0.1.13 Nov 29 20:41:04.872 INFO [stderr] Checking tokio-tcp v0.1.2 Nov 29 20:41:04.872 INFO [stderr] Checking tokio-udp v0.1.2 Nov 29 20:41:05.378 INFO [stderr] Checking tokio-uds v0.2.3 Nov 29 20:41:05.632 INFO [stderr] Compiling string_cache v0.7.3 Nov 29 20:41:08.500 INFO [stderr] Checking tokio-fs v0.1.4 Nov 29 20:41:13.060 INFO [stderr] Checking tokio v0.1.12 Nov 29 20:41:17.940 INFO [stderr] Checking hyper v0.12.12 Nov 29 20:41:26.920 INFO [stderr] Checking hyper-tls v0.3.1 Nov 29 20:41:35.138 INFO [stderr] Checking reqwest v0.9.3 Nov 29 20:41:43.630 INFO [stderr] Compiling markup5ever v0.7.3 Nov 29 20:41:51.859 INFO [stderr] Compiling cssparser-macros v0.3.4 Nov 29 20:41:58.469 INFO [stderr] Checking cssparser v0.23.10 Nov 29 20:42:00.480 INFO [stderr] Checking html5ever v0.22.3 Nov 29 20:42:06.798 INFO [stderr] Checking scraper v0.7.0 Nov 29 20:42:08.166 INFO [stderr] Checking img-fetcher v0.1.0 (/source) Nov 29 20:42:12.368 INFO [stderr] error[E0277]: the trait bound `&&str: reqwest::into_url::PolyfillTryInto` is not satisfied Nov 29 20:42:12.369 INFO [stderr] --> src/main.rs:41:19 Nov 29 20:42:12.369 INFO [stderr] | Nov 29 20:42:12.369 INFO [stderr] 41 | let mut res = reqwest::get(&url).unwrap(); Nov 29 20:42:12.369 INFO [stderr] | ^^^^^^^^^^^^ the trait `reqwest::into_url::PolyfillTryInto` is not implemented for `&&str` Nov 29 20:42:12.369 INFO [stderr] | Nov 29 20:42:12.369 INFO [stderr] = help: the following implementations were found: Nov 29 20:42:12.369 INFO [stderr] <&'a str as reqwest::into_url::PolyfillTryInto> Nov 29 20:42:12.369 INFO [stderr] = note: required because of the requirements on the impl of `reqwest::IntoUrl` for `&&str` Nov 29 20:42:12.369 INFO [stderr] = note: required by `reqwest::get` Nov 29 20:42:12.369 INFO [stderr] Nov 29 20:42:12.472 INFO [stderr] error: aborting due to previous error Nov 29 20:42:12.472 INFO [stderr] Nov 29 20:42:12.472 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 29 20:42:12.487 INFO [stderr] error: Could not compile `img-fetcher`. Nov 29 20:42:12.487 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 20:42:12.533 INFO [stderr] error[E0277]: the trait bound `&&str: reqwest::into_url::PolyfillTryInto` is not satisfied Nov 29 20:42:12.534 INFO [stderr] --> src/main.rs:41:19 Nov 29 20:42:12.534 INFO [stderr] | Nov 29 20:42:12.534 INFO [stderr] 41 | let mut res = reqwest::get(&url).unwrap(); Nov 29 20:42:12.535 INFO [stderr] | ^^^^^^^^^^^^ the trait `reqwest::into_url::PolyfillTryInto` is not implemented for `&&str` Nov 29 20:42:12.535 INFO [stderr] | Nov 29 20:42:12.535 INFO [stderr] = help: the following implementations were found: Nov 29 20:42:12.536 INFO [stderr] <&'a str as reqwest::into_url::PolyfillTryInto> Nov 29 20:42:12.536 INFO [stderr] = note: required because of the requirements on the impl of `reqwest::IntoUrl` for `&&str` Nov 29 20:42:12.536 INFO [stderr] = note: required by `reqwest::get` Nov 29 20:42:12.536 INFO [stderr] Nov 29 20:42:12.592 INFO [stderr] error: aborting due to previous error Nov 29 20:42:12.592 INFO [stderr] Nov 29 20:42:12.593 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 29 20:42:12.613 INFO [stderr] error: Could not compile `img-fetcher`. Nov 29 20:42:12.613 INFO [stderr] Nov 29 20:42:12.613 INFO [stderr] To learn more, run the command again with --verbose. Nov 29 20:42:12.617 INFO [stderr] su: No module specific data is present Nov 29 20:42:14.229 INFO running `"docker" "inspect" "53b06c0854a4c72913c55da775ef475be6a28d7d96560053fc5fc19569802823"` Nov 29 20:42:14.594 INFO running `"docker" "rm" "-f" "53b06c0854a4c72913c55da775ef475be6a28d7d96560053fc5fc19569802823"` Nov 29 20:42:14.908 INFO [stdout] 53b06c0854a4c72913c55da775ef475be6a28d7d96560053fc5fc19569802823