Nov 27 22:57:42.603 INFO checking pepoipod/rust-img-fetcher against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 27 22:57:42.604 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-2/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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.006 INFO [stdout] 3e748af319dea209961fb657b21cf2f886486c415731ade8297224989a90ed35 Nov 27 22:57:43.017 INFO running `"docker" "start" "-a" "3e748af319dea209961fb657b21cf2f886486c415731ade8297224989a90ed35"` Nov 27 22:57:43.892 INFO [stderr] usermod: no changes Nov 27 22:57:44.266 INFO [stderr] Compiling procedural-masquerade v0.1.6 Nov 27 22:57:44.273 INFO [stderr] Compiling encoding_rs v0.8.10 Nov 27 22:57:44.282 INFO [stderr] Checking ego-tree v0.5.0 Nov 27 22:57:44.289 INFO [stderr] Checking servo_arc v0.1.1 Nov 27 22:57:44.290 INFO [stderr] Checking log v0.4.5 Nov 27 22:57:44.292 INFO [stderr] Checking dtoa-short v0.3.2 Nov 27 22:57:44.306 INFO [stderr] Checking new_debug_unreachable v1.0.1 Nov 27 22:57:44.848 INFO [stderr] Checking futf v0.1.4 Nov 27 22:57:45.108 INFO [stderr] Compiling serde_json v1.0.32 Nov 27 22:57:45.980 INFO [stderr] Compiling native-tls v0.2.2 Nov 27 22:57:46.012 INFO [stderr] Checking crossbeam-epoch v0.5.2 Nov 27 22:57:46.684 INFO [stderr] Compiling syn v0.14.9 Nov 27 22:57:46.744 INFO [stderr] Compiling cssparser v0.23.10 Nov 27 22:57:46.768 INFO [stderr] Checking openssl v0.10.15 Nov 27 22:57:46.936 INFO [stderr] Checking serde_urlencoded v0.5.3 Nov 27 22:57:46.996 INFO [stderr] Checking tendril v0.4.0 Nov 27 22:57:47.106 INFO [stderr] Checking tokio-io v0.1.10 Nov 27 22:57:49.376 INFO [stderr] Checking mio v0.6.16 Nov 27 22:57:49.534 INFO [stderr] Checking want v0.0.6 Nov 27 22:57:50.036 INFO [stderr] Checking log v0.3.9 Nov 27 22:57:51.096 INFO [stderr] Compiling string_cache_codegen v0.4.2 Nov 27 22:57:53.004 INFO [stderr] Checking crossbeam-deque v0.6.1 Nov 27 22:57:55.516 INFO [stderr] Compiling selectors v0.19.0 Nov 27 22:58:13.116 INFO [stderr] Checking tokio-codec v0.1.1 Nov 27 22:58:13.132 INFO [stderr] Checking h2 v0.1.13 Nov 27 22:58:13.148 INFO [stderr] Checking tokio-threadpool v0.1.8 Nov 27 22:58:13.272 INFO [stderr] Checking mio-uds v0.6.7 Nov 27 22:58:14.212 INFO [stderr] Checking tokio-reactor v0.1.6 Nov 27 22:58:15.624 INFO [stderr] Compiling string_cache v0.7.3 Nov 27 22:58:16.984 INFO [stderr] Compiling markup5ever v0.7.3 Nov 27 22:58:20.551 INFO [stderr] Checking tokio-fs v0.1.4 Nov 27 22:58:21.121 INFO [stderr] Checking tokio-udp v0.1.2 Nov 27 22:58:21.121 INFO [stderr] Checking tokio-uds v0.2.3 Nov 27 22:58:22.648 INFO [stderr] Checking tokio-tcp v0.1.2 Nov 27 22:58:27.809 INFO [stderr] Checking tokio v0.1.12 Nov 27 22:58:35.661 INFO [stderr] Checking hyper v0.12.12 Nov 27 22:58:42.588 INFO [stderr] Checking html5ever v0.22.3 Nov 27 22:58:44.991 INFO [stderr] Checking hyper-tls v0.3.1 Nov 27 22:58:51.865 INFO [stderr] Checking reqwest v0.9.3 Nov 27 22:58:58.841 INFO [stderr] Compiling cssparser-macros v0.3.4 Nov 27 22:59:10.452 INFO [stderr] Checking scraper v0.7.0 Nov 27 22:59:11.917 INFO [stderr] Checking img-fetcher v0.1.0 (/source) Nov 27 22:59:15.412 INFO [stderr] error[E0277]: the trait bound `&&str: reqwest::into_url::PolyfillTryInto` is not satisfied Nov 27 22:59:15.412 INFO [stderr] --> src/main.rs:41:19 Nov 27 22:59:15.412 INFO [stderr] | Nov 27 22:59:15.412 INFO [stderr] 41 | let mut res = reqwest::get(&url).unwrap(); Nov 27 22:59:15.412 INFO [stderr] | ^^^^^^^^^^^^ the trait `reqwest::into_url::PolyfillTryInto` is not implemented for `&&str` Nov 27 22:59:15.412 INFO [stderr] | Nov 27 22:59:15.412 INFO [stderr] = help: the following implementations were found: Nov 27 22:59:15.412 INFO [stderr] <&'a str as reqwest::into_url::PolyfillTryInto> Nov 27 22:59:15.412 INFO [stderr] = note: required because of the requirements on the impl of `reqwest::IntoUrl` for `&&str` Nov 27 22:59:15.412 INFO [stderr] = note: required by `reqwest::get` Nov 27 22:59:15.412 INFO [stderr] Nov 27 22:59:15.465 INFO [stderr] error: aborting due to previous error Nov 27 22:59:15.465 INFO [stderr] Nov 27 22:59:15.465 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 27 22:59:15.489 INFO [stderr] error: Could not compile `img-fetcher`. Nov 27 22:59:15.489 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 27 22:59:15.909 INFO [stderr] error[E0277]: the trait bound `&&str: reqwest::into_url::PolyfillTryInto` is not satisfied Nov 27 22:59:15.909 INFO [stderr] --> src/main.rs:41:19 Nov 27 22:59:15.909 INFO [stderr] | Nov 27 22:59:15.909 INFO [stderr] 41 | let mut res = reqwest::get(&url).unwrap(); Nov 27 22:59:15.909 INFO [stderr] | ^^^^^^^^^^^^ the trait `reqwest::into_url::PolyfillTryInto` is not implemented for `&&str` Nov 27 22:59:15.909 INFO [stderr] | Nov 27 22:59:15.909 INFO [stderr] = help: the following implementations were found: Nov 27 22:59:15.909 INFO [stderr] <&'a str as reqwest::into_url::PolyfillTryInto> Nov 27 22:59:15.909 INFO [stderr] = note: required because of the requirements on the impl of `reqwest::IntoUrl` for `&&str` Nov 27 22:59:15.909 INFO [stderr] = note: required by `reqwest::get` Nov 27 22:59:15.909 INFO [stderr] Nov 27 22:59:15.980 INFO [stderr] error: aborting due to previous error Nov 27 22:59:15.980 INFO [stderr] Nov 27 22:59:15.980 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 27 22:59:16.007 INFO [stderr] error: Could not compile `img-fetcher`. Nov 27 22:59:16.007 INFO [stderr] Nov 27 22:59:16.007 INFO [stderr] To learn more, run the command again with --verbose. Nov 27 22:59:16.008 INFO [stderr] su: No module specific data is present Nov 27 22:59:17.052 INFO running `"docker" "inspect" "3e748af319dea209961fb657b21cf2f886486c415731ade8297224989a90ed35"` Nov 27 22:59:17.364 INFO running `"docker" "rm" "-f" "3e748af319dea209961fb657b21cf2f886486c415731ade8297224989a90ed35"` Nov 27 22:59:17.725 INFO [stdout] 3e748af319dea209961fb657b21cf2f886486c415731ade8297224989a90ed35