Nov 29 20:40:54.351 INFO checking pepoipod/rust-img-fetcher against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 29 20:40:54.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-2/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-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.584 INFO [stdout] ecb2a0a64607c95067e6b1e04b3017cd71f88e8abd748fc77c999c6057caf057 Nov 29 20:40:54.589 INFO running `"docker" "start" "-a" "ecb2a0a64607c95067e6b1e04b3017cd71f88e8abd748fc77c999c6057caf057"` Nov 29 20:40:55.072 INFO [stderr] usermod: no changes Nov 29 20:40:55.369 INFO [stderr] Compiling procedural-masquerade v0.1.6 Nov 29 20:40:55.371 INFO [stderr] Checking ego-tree v0.5.0 Nov 29 20:40:55.375 INFO [stderr] Checking arrayvec v0.4.7 Nov 29 20:40:55.376 INFO [stderr] Checking servo_arc v0.1.1 Nov 29 20:40:55.376 INFO [stderr] Checking dtoa-short v0.3.2 Nov 29 20:40:55.378 INFO [stderr] Checking tokio-io v0.1.10 Nov 29 20:40:55.380 INFO [stderr] Compiling syn v0.13.11 Nov 29 20:40:56.139 INFO [stderr] Checking tendril v0.4.0 Nov 29 20:40:56.434 INFO [stderr] Compiling syn v0.14.9 Nov 29 20:40:56.712 INFO [stderr] Compiling string_cache_codegen v0.4.2 Nov 29 20:40:57.120 INFO [stderr] Compiling selectors v0.19.0 Nov 29 20:40:59.074 INFO [stderr] Checking crossbeam-epoch v0.5.2 Nov 29 20:40:59.976 INFO [stderr] Checking tokio-codec v0.1.1 Nov 29 20:40:59.976 INFO [stderr] Checking tokio-reactor v0.1.6 Nov 29 20:41:00.281 INFO [stderr] Checking h2 v0.1.13 Nov 29 20:41:02.435 INFO [stderr] Checking crossbeam-deque v0.6.1 Nov 29 20:41:08.112 INFO [stderr] Checking tokio-threadpool v0.1.8 Nov 29 20:41:08.152 INFO [stderr] Checking tokio-udp v0.1.2 Nov 29 20:41:08.152 INFO [stderr] Checking tokio-uds v0.2.3 Nov 29 20:41:08.364 INFO [stderr] Checking tokio-tcp v0.1.2 Nov 29 20:41:09.853 INFO [stderr] Compiling string_cache v0.7.3 Nov 29 20:41:13.536 INFO [stderr] Compiling markup5ever v0.7.3 Nov 29 20:41:17.497 INFO [stderr] Checking tokio-fs v0.1.4 Nov 29 20:41:21.944 INFO [stderr] Checking tokio v0.1.12 Nov 29 20:41:27.458 INFO [stderr] Checking hyper v0.12.12 Nov 29 20:41:39.168 INFO [stderr] Checking hyper-tls v0.3.1 Nov 29 20:41:55.380 INFO [stderr] Checking reqwest v0.9.3 Nov 29 20:41:59.752 INFO [stderr] Compiling cssparser v0.23.10 Nov 29 20:41:59.752 INFO [stderr] Compiling html5ever v0.22.3 Nov 29 20:41:59.897 INFO [stderr] Compiling cssparser-macros v0.3.4 Nov 29 20:42:29.864 INFO [stderr] Checking scraper v0.7.0 Nov 29 20:42:31.100 INFO [stderr] Checking img-fetcher v0.1.0 (/source) Nov 29 20:42:34.268 INFO [stderr] error[E0277]: the trait bound `&&str: reqwest::into_url::PolyfillTryInto` is not satisfied Nov 29 20:42:34.268 INFO [stderr] --> src/main.rs:41:19 Nov 29 20:42:34.268 INFO [stderr] | Nov 29 20:42:34.268 INFO [stderr] 41 | let mut res = reqwest::get(&url).unwrap(); Nov 29 20:42:34.268 INFO [stderr] | ^^^^^^^^^^^^ the trait `reqwest::into_url::PolyfillTryInto` is not implemented for `&&str` Nov 29 20:42:34.268 INFO [stderr] | Nov 29 20:42:34.268 INFO [stderr] = help: the following implementations were found: Nov 29 20:42:34.268 INFO [stderr] <&'a str as reqwest::into_url::PolyfillTryInto> Nov 29 20:42:34.268 INFO [stderr] = note: required because of the requirements on the impl of `reqwest::IntoUrl` for `&&str` Nov 29 20:42:34.268 INFO [stderr] = note: required by `reqwest::get` Nov 29 20:42:34.268 INFO [stderr] Nov 29 20:42:34.356 INFO [stderr] error: aborting due to previous error Nov 29 20:42:34.356 INFO [stderr] Nov 29 20:42:34.356 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 29 20:42:34.356 INFO [stderr] error: Could not compile `img-fetcher`. Nov 29 20:42:34.356 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 20:42:34.636 INFO [stderr] error[E0277]: the trait bound `&&str: reqwest::into_url::PolyfillTryInto` is not satisfied Nov 29 20:42:34.636 INFO [stderr] --> src/main.rs:41:19 Nov 29 20:42:34.636 INFO [stderr] | Nov 29 20:42:34.636 INFO [stderr] 41 | let mut res = reqwest::get(&url).unwrap(); Nov 29 20:42:34.636 INFO [stderr] | ^^^^^^^^^^^^ the trait `reqwest::into_url::PolyfillTryInto` is not implemented for `&&str` Nov 29 20:42:34.636 INFO [stderr] | Nov 29 20:42:34.636 INFO [stderr] = help: the following implementations were found: Nov 29 20:42:34.636 INFO [stderr] <&'a str as reqwest::into_url::PolyfillTryInto> Nov 29 20:42:34.636 INFO [stderr] = note: required because of the requirements on the impl of `reqwest::IntoUrl` for `&&str` Nov 29 20:42:34.636 INFO [stderr] = note: required by `reqwest::get` Nov 29 20:42:34.636 INFO [stderr] Nov 29 20:42:34.690 INFO [stderr] error: aborting due to previous error Nov 29 20:42:34.690 INFO [stderr] Nov 29 20:42:34.690 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 29 20:42:34.720 INFO [stderr] error: Could not compile `img-fetcher`. Nov 29 20:42:34.720 INFO [stderr] Nov 29 20:42:34.720 INFO [stderr] To learn more, run the command again with --verbose. Nov 29 20:42:34.724 INFO [stderr] su: No module specific data is present Nov 29 20:42:35.453 INFO running `"docker" "inspect" "ecb2a0a64607c95067e6b1e04b3017cd71f88e8abd748fc77c999c6057caf057"` Nov 29 20:42:35.768 INFO running `"docker" "rm" "-f" "ecb2a0a64607c95067e6b1e04b3017cd71f88e8abd748fc77c999c6057caf057"` Nov 29 20:42:36.072 INFO [stdout] ecb2a0a64607c95067e6b1e04b3017cd71f88e8abd748fc77c999c6057caf057