Nov 27 22:57:43.285 INFO checking pepoipod/rust-img-fetcher against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 27 22:57:43.285 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-0/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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 27 22:57:43.596 INFO [stdout] 9c6e1580d1bbcb2a6abace0afe8ed94c10c39b83738e2b32bf4c45808d8ee6c6 Nov 27 22:57:43.600 INFO running `"docker" "start" "-a" "9c6e1580d1bbcb2a6abace0afe8ed94c10c39b83738e2b32bf4c45808d8ee6c6"` Nov 27 22:57:44.607 INFO [stderr] usermod: no changes Nov 27 22:57:45.085 INFO [stderr] Compiling procedural-masquerade v0.1.6 Nov 27 22:57:45.100 INFO [stderr] Checking ego-tree v0.5.0 Nov 27 22:57:45.100 INFO [stderr] Checking servo_arc v0.1.1 Nov 27 22:57:45.106 INFO [stderr] Checking dtoa-short v0.3.2 Nov 27 22:57:45.108 INFO [stderr] Checking log v0.3.9 Nov 27 22:57:45.108 INFO [stderr] Checking tokio-io v0.1.10 Nov 27 22:57:45.110 INFO [stderr] Checking crossbeam-epoch v0.5.2 Nov 27 22:57:46.360 INFO [stderr] Compiling syn v0.15.13 Nov 27 22:57:46.420 INFO [stderr] Compiling syn v0.14.9 Nov 27 22:57:46.772 INFO [stderr] Compiling cssparser v0.23.10 Nov 27 22:57:47.433 INFO [stderr] Compiling string_cache_codegen v0.4.2 Nov 27 22:57:47.624 INFO [stderr] Compiling selectors v0.19.0 Nov 27 22:57:48.061 INFO [stderr] Checking crossbeam-deque v0.6.1 Nov 27 22:57:50.164 INFO [stderr] Checking tokio-threadpool v0.1.8 Nov 27 22:57:50.253 INFO [stderr] Checking tokio-codec v0.1.1 Nov 27 22:57:50.256 INFO [stderr] Checking tokio-reactor v0.1.6 Nov 27 22:57:53.769 INFO [stderr] Checking h2 v0.1.13 Nov 27 22:57:55.468 INFO [stderr] Checking tokio-fs v0.1.4 Nov 27 22:57:56.757 INFO [stderr] Checking tokio-udp v0.1.2 Nov 27 22:57:56.757 INFO [stderr] Checking tokio-uds v0.2.3 Nov 27 22:58:12.195 INFO [stderr] Checking tokio-tcp v0.1.2 Nov 27 22:58:12.201 INFO [stderr] Compiling string_cache v0.7.3 Nov 27 22:58:22.538 INFO [stderr] Checking tokio v0.1.12 Nov 27 22:58:25.196 INFO [stderr] Compiling serde_derive v1.0.80 Nov 27 22:58:28.436 INFO [stderr] Checking hyper v0.12.12 Nov 27 22:58:40.860 INFO [stderr] Checking hyper-tls v0.3.1 Nov 27 22:58:50.236 INFO [stderr] Checking reqwest v0.9.3 Nov 27 22:58:53.588 INFO [stderr] Compiling cssparser-macros v0.3.4 Nov 27 22:59:02.373 INFO [stderr] Compiling markup5ever v0.7.3 Nov 27 22:59:14.392 INFO [stderr] Checking html5ever v0.22.3 Nov 27 22:59:17.243 INFO [stderr] Checking scraper v0.7.0 Nov 27 22:59:18.575 INFO [stderr] Checking img-fetcher v0.1.0 (/source) Nov 27 22:59:22.056 INFO [stderr] error[E0277]: the trait bound `&&str: reqwest::into_url::PolyfillTryInto` is not satisfied Nov 27 22:59:22.057 INFO [stderr] --> src/main.rs:41:19 Nov 27 22:59:22.057 INFO [stderr] | Nov 27 22:59:22.057 INFO [stderr] 41 | let mut res = reqwest::get(&url).unwrap(); Nov 27 22:59:22.057 INFO [stderr] | ^^^^^^^^^^^^ the trait `reqwest::into_url::PolyfillTryInto` is not implemented for `&&str` Nov 27 22:59:22.057 INFO [stderr] | Nov 27 22:59:22.057 INFO [stderr] = help: the following implementations were found: Nov 27 22:59:22.057 INFO [stderr] <&'a str as reqwest::into_url::PolyfillTryInto> Nov 27 22:59:22.057 INFO [stderr] = note: required because of the requirements on the impl of `reqwest::IntoUrl` for `&&str` Nov 27 22:59:22.057 INFO [stderr] = note: required by `reqwest::get` Nov 27 22:59:22.057 INFO [stderr] Nov 27 22:59:22.128 INFO [stderr] error: aborting due to previous error Nov 27 22:59:22.128 INFO [stderr] Nov 27 22:59:22.128 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 27 22:59:22.152 INFO [stderr] error: Could not compile `img-fetcher`. Nov 27 22:59:22.152 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 27 22:59:22.336 INFO [stderr] error[E0277]: the trait bound `&&str: reqwest::into_url::PolyfillTryInto` is not satisfied Nov 27 22:59:22.336 INFO [stderr] --> src/main.rs:41:19 Nov 27 22:59:22.336 INFO [stderr] | Nov 27 22:59:22.336 INFO [stderr] 41 | let mut res = reqwest::get(&url).unwrap(); Nov 27 22:59:22.336 INFO [stderr] | ^^^^^^^^^^^^ the trait `reqwest::into_url::PolyfillTryInto` is not implemented for `&&str` Nov 27 22:59:22.336 INFO [stderr] | Nov 27 22:59:22.336 INFO [stderr] = help: the following implementations were found: Nov 27 22:59:22.336 INFO [stderr] <&'a str as reqwest::into_url::PolyfillTryInto> Nov 27 22:59:22.336 INFO [stderr] = note: required because of the requirements on the impl of `reqwest::IntoUrl` for `&&str` Nov 27 22:59:22.336 INFO [stderr] = note: required by `reqwest::get` Nov 27 22:59:22.336 INFO [stderr] Nov 27 22:59:22.380 INFO [stderr] error: aborting due to previous error Nov 27 22:59:22.380 INFO [stderr] Nov 27 22:59:22.380 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 27 22:59:22.404 INFO [stderr] error: Could not compile `img-fetcher`. Nov 27 22:59:22.404 INFO [stderr] Nov 27 22:59:22.404 INFO [stderr] To learn more, run the command again with --verbose. Nov 27 22:59:22.404 INFO [stderr] su: No module specific data is present Nov 27 22:59:23.110 INFO running `"docker" "inspect" "9c6e1580d1bbcb2a6abace0afe8ed94c10c39b83738e2b32bf4c45808d8ee6c6"` Nov 27 22:59:23.382 INFO running `"docker" "rm" "-f" "9c6e1580d1bbcb2a6abace0afe8ed94c10c39b83738e2b32bf4c45808d8ee6c6"` Nov 27 22:59:23.675 INFO [stdout] 9c6e1580d1bbcb2a6abace0afe8ed94c10c39b83738e2b32bf4c45808d8ee6c6