Dec 05 11:38:02.689 INFO testing pepoipod/rust-img-fetcher against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 11:38:02.689 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-0/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-alt build --frozen" "-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"` Dec 05 11:38:02.984 INFO [stdout] 434db1f02d68323f2534c0cd68a91e950b56b25e58114a6d490365f8ead174aa Dec 05 11:38:02.990 INFO running `"docker" "start" "-a" "434db1f02d68323f2534c0cd68a91e950b56b25e58114a6d490365f8ead174aa"` Dec 05 11:38:04.037 INFO [stderr] usermod: no changes Dec 05 11:38:04.392 INFO [stderr] Compiling procedural-masquerade v0.1.6 Dec 05 11:38:04.396 INFO [stderr] Compiling ego-tree v0.5.0 Dec 05 11:38:04.404 INFO [stderr] Compiling servo_arc v0.1.1 Dec 05 11:38:04.404 INFO [stderr] Compiling dtoa-short v0.3.2 Dec 05 11:38:04.404 INFO [stderr] Compiling new_debug_unreachable v1.0.1 Dec 05 11:38:04.404 INFO [stderr] Compiling tokio-io v0.1.10 Dec 05 11:38:04.404 INFO [stderr] Compiling syn v0.13.11 Dec 05 11:38:04.404 INFO [stderr] Compiling crossbeam-epoch v0.5.2 Dec 05 11:38:05.010 INFO [stderr] Compiling syn v0.15.13 Dec 05 11:38:06.852 INFO [stderr] Compiling syn v0.14.9 Dec 05 11:38:06.860 INFO [stderr] Compiling futf v0.1.4 Dec 05 11:38:06.888 INFO [stderr] Compiling string_cache_codegen v0.4.2 Dec 05 11:38:07.208 INFO [stderr] Compiling selectors v0.19.0 Dec 05 11:38:10.724 INFO [stderr] Compiling tendril v0.4.0 Dec 05 11:38:17.066 INFO [stderr] Compiling crossbeam-deque v0.6.1 Dec 05 11:38:17.083 INFO [stderr] Compiling tokio-codec v0.1.1 Dec 05 11:38:17.140 INFO [stderr] Compiling tokio-reactor v0.1.6 Dec 05 11:38:17.153 INFO [stderr] Compiling h2 v0.1.13 Dec 05 11:38:17.348 INFO [stderr] Compiling string_cache v0.7.3 Dec 05 11:38:20.632 INFO [stderr] Compiling tokio-threadpool v0.1.8 Dec 05 11:38:33.196 INFO [stderr] Compiling tokio-tcp v0.1.2 Dec 05 11:38:33.560 INFO [stderr] Compiling tokio-udp v0.1.2 Dec 05 11:38:34.328 INFO [stderr] Compiling tokio-uds v0.2.3 Dec 05 11:38:35.186 INFO [stderr] Compiling serde_derive v1.0.80 Dec 05 11:38:35.374 INFO [stderr] Compiling tokio-fs v0.1.4 Dec 05 11:38:40.552 INFO [stderr] Compiling tokio v0.1.12 Dec 05 11:38:55.504 INFO [stderr] Compiling hyper v0.12.12 Dec 05 11:39:01.004 INFO [stderr] Compiling cssparser v0.23.10 Dec 05 11:39:01.704 INFO [stderr] Compiling html5ever v0.22.3 Dec 05 11:39:03.314 INFO [stderr] Compiling cssparser-macros v0.3.4 Dec 05 11:39:25.462 INFO [stderr] Compiling markup5ever v0.7.3 Dec 05 11:39:27.936 INFO [stderr] Compiling hyper-tls v0.3.1 Dec 05 11:39:31.618 INFO [stderr] Compiling reqwest v0.9.3 Dec 05 11:39:54.546 INFO [stderr] Compiling scraper v0.7.0 Dec 05 11:39:59.796 INFO [stderr] Compiling img-fetcher v0.1.0 (/source) Dec 05 11:40:02.184 INFO [stderr] error[E0277]: the trait bound `&&str: reqwest::into_url::PolyfillTryInto` is not satisfied Dec 05 11:40:02.184 INFO [stderr] --> src/main.rs:41:19 Dec 05 11:40:02.184 INFO [stderr] | Dec 05 11:40:02.184 INFO [stderr] 41 | let mut res = reqwest::get(&url).unwrap(); Dec 05 11:40:02.184 INFO [stderr] | ^^^^^^^^^^^^ the trait `reqwest::into_url::PolyfillTryInto` is not implemented for `&&str` Dec 05 11:40:02.184 INFO [stderr] | Dec 05 11:40:02.184 INFO [stderr] = help: the following implementations were found: Dec 05 11:40:02.184 INFO [stderr] <&'a str as reqwest::into_url::PolyfillTryInto> Dec 05 11:40:02.184 INFO [stderr] = note: required because of the requirements on the impl of `reqwest::IntoUrl` for `&&str` Dec 05 11:40:02.184 INFO [stderr] = note: required by `reqwest::get` Dec 05 11:40:02.184 INFO [stderr] Dec 05 11:40:02.240 INFO [stderr] error: aborting due to previous error Dec 05 11:40:02.240 INFO [stderr] Dec 05 11:40:02.240 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Dec 05 11:40:02.264 INFO [stderr] error: Could not compile `img-fetcher`. Dec 05 11:40:02.264 INFO [stderr] Dec 05 11:40:02.264 INFO [stderr] To learn more, run the command again with --verbose. Dec 05 11:40:02.269 INFO [stderr] su: No module specific data is present Dec 05 11:40:03.159 INFO running `"docker" "inspect" "434db1f02d68323f2534c0cd68a91e950b56b25e58114a6d490365f8ead174aa"` Dec 05 11:40:03.376 INFO running `"docker" "rm" "-f" "434db1f02d68323f2534c0cd68a91e950b56b25e58114a6d490365f8ead174aa"` Dec 05 11:40:03.776 INFO [stdout] 434db1f02d68323f2534c0cd68a91e950b56b25e58114a6d490365f8ead174aa