Dec 19 11:06:18.878 INFO checking pepoipod/rust-img-fetcher against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 11:06:18.878 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-7/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/pepoipod/rust-img-fetcher:/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" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 11:06:19.126 INFO [stdout] ef5bf829fc93c1a82b1263b8ad873c7fd810c9134a723dcc7f13f03d84c20018 Dec 19 11:06:19.134 INFO running `"docker" "start" "-a" "ef5bf829fc93c1a82b1263b8ad873c7fd810c9134a723dcc7f13f03d84c20018"` Dec 19 11:06:20.088 INFO [stderr] Checking nodrop v0.1.12 Dec 19 11:06:20.096 INFO [stderr] Compiling procedural-masquerade v0.1.6 Dec 19 11:06:20.096 INFO [stderr] Checking ego-tree v0.5.0 Dec 19 11:06:20.097 INFO [stderr] Checking dtoa-short v0.3.2 Dec 19 11:06:20.098 INFO [stderr] Checking mio v0.6.16 Dec 19 11:06:20.098 INFO [stderr] Checking want v0.0.6 Dec 19 11:06:20.100 INFO [stderr] Checking tokio-io v0.1.10 Dec 19 11:06:20.476 INFO [stderr] Compiling syn v0.13.11 Dec 19 11:06:20.842 INFO [stderr] Checking tendril v0.4.0 Dec 19 11:06:20.881 INFO [stderr] Compiling syn v0.14.9 Dec 19 11:06:20.890 INFO [stderr] Checking arrayvec v0.4.7 Dec 19 11:06:21.415 INFO [stderr] Checking servo_arc v0.1.1 Dec 19 11:06:22.228 INFO [stderr] Checking libflate v0.1.18 Dec 19 11:06:22.368 INFO [stderr] Compiling serde_derive v1.0.80 Dec 19 11:06:23.369 INFO [stderr] Compiling string_cache_codegen v0.4.2 Dec 19 11:06:23.612 INFO [stderr] Checking tokio-codec v0.1.1 Dec 19 11:06:24.500 INFO [stderr] Checking h2 v0.1.13 Dec 19 11:06:24.792 INFO [stderr] Compiling selectors v0.19.0 Dec 19 11:06:28.804 INFO [stderr] Checking crossbeam-epoch v0.5.2 Dec 19 11:06:28.844 INFO [stderr] Checking tokio-reactor v0.1.6 Dec 19 11:06:29.032 INFO [stderr] Checking mio-uds v0.6.7 Dec 19 11:06:30.288 INFO [stderr] Compiling string_cache v0.7.3 Dec 19 11:06:31.004 INFO [stderr] Checking crossbeam-deque v0.6.1 Dec 19 11:06:31.541 INFO [stderr] Checking tokio-udp v0.1.2 Dec 19 11:06:31.541 INFO [stderr] Checking tokio-uds v0.2.3 Dec 19 11:06:32.012 INFO [stderr] Checking tokio-tcp v0.1.2 Dec 19 11:06:32.296 INFO [stderr] Checking tokio-threadpool v0.1.8 Dec 19 11:06:35.448 INFO [stderr] Checking tokio-fs v0.1.4 Dec 19 11:06:36.748 INFO [stderr] Checking tokio v0.1.12 Dec 19 11:06:38.280 INFO [stderr] Checking hyper v0.12.12 Dec 19 11:07:06.815 INFO [stderr] Compiling markup5ever v0.7.3 Dec 19 11:07:07.164 INFO [stderr] Checking hyper-tls v0.3.1 Dec 19 11:07:09.156 INFO [stderr] Checking reqwest v0.9.3 Dec 19 11:07:09.473 INFO [stderr] Compiling cssparser-macros v0.3.4 Dec 19 11:07:09.760 INFO [stderr] Compiling cssparser v0.23.10 Dec 19 11:07:09.760 INFO [stderr] Compiling html5ever v0.22.3 Dec 19 11:07:37.445 INFO [stderr] Checking scraper v0.7.0 Dec 19 11:07:38.224 INFO [stderr] Checking img-fetcher v0.1.0 (/opt/crater/workdir) Dec 19 11:07:39.352 INFO [stderr] error[E0277]: the trait bound `&&str: reqwest::into_url::PolyfillTryInto` is not satisfied Dec 19 11:07:39.352 INFO [stderr] --> src/main.rs:41:19 Dec 19 11:07:39.352 INFO [stderr] | Dec 19 11:07:39.352 INFO [stderr] 41 | let mut res = reqwest::get(&url).unwrap(); Dec 19 11:07:39.352 INFO [stderr] | ^^^^^^^^^^^^ the trait `reqwest::into_url::PolyfillTryInto` is not implemented for `&&str` Dec 19 11:07:39.352 INFO [stderr] | Dec 19 11:07:39.352 INFO [stderr] = help: the following implementations were found: Dec 19 11:07:39.352 INFO [stderr] <&'a str as reqwest::into_url::PolyfillTryInto> Dec 19 11:07:39.352 INFO [stderr] = note: required because of the requirements on the impl of `reqwest::IntoUrl` for `&&str` Dec 19 11:07:39.352 INFO [stderr] = note: required by `reqwest::get` Dec 19 11:07:39.352 INFO [stderr] Dec 19 11:07:39.380 INFO [stderr] error[E0277]: the trait bound `&&str: reqwest::into_url::PolyfillTryInto` is not satisfied Dec 19 11:07:39.380 INFO [stderr] --> src/main.rs:41:19 Dec 19 11:07:39.380 INFO [stderr] | Dec 19 11:07:39.380 INFO [stderr] 41 | let mut res = reqwest::get(&url).unwrap(); Dec 19 11:07:39.380 INFO [stderr] | ^^^^^^^^^^^^ the trait `reqwest::into_url::PolyfillTryInto` is not implemented for `&&str` Dec 19 11:07:39.380 INFO [stderr] | Dec 19 11:07:39.380 INFO [stderr] = help: the following implementations were found: Dec 19 11:07:39.380 INFO [stderr] <&'a str as reqwest::into_url::PolyfillTryInto> Dec 19 11:07:39.380 INFO [stderr] = note: required because of the requirements on the impl of `reqwest::IntoUrl` for `&&str` Dec 19 11:07:39.380 INFO [stderr] = note: required by `reqwest::get` Dec 19 11:07:39.380 INFO [stderr] Dec 19 11:07:39.404 INFO [stderr] error: aborting due to previous error Dec 19 11:07:39.404 INFO [stderr] Dec 19 11:07:39.404 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Dec 19 11:07:39.412 INFO [stderr] error: Could not compile `img-fetcher`. Dec 19 11:07:39.412 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 11:07:39.436 INFO [stderr] error: aborting due to previous error Dec 19 11:07:39.436 INFO [stderr] Dec 19 11:07:39.436 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Dec 19 11:07:39.472 INFO [stderr] error: Could not compile `img-fetcher`. Dec 19 11:07:39.472 INFO [stderr] Dec 19 11:07:39.472 INFO [stderr] To learn more, run the command again with --verbose. Dec 19 11:07:40.238 INFO running `"docker" "inspect" "ef5bf829fc93c1a82b1263b8ad873c7fd810c9134a723dcc7f13f03d84c20018"` Dec 19 11:07:40.579 INFO running `"docker" "rm" "-f" "ef5bf829fc93c1a82b1263b8ad873c7fd810c9134a723dcc7f13f03d84c20018"` Dec 19 11:07:40.854 INFO [stdout] ef5bf829fc93c1a82b1263b8ad873c7fd810c9134a723dcc7f13f03d84c20018