[INFO] fetching crate urlparse 0.7.3... [INFO] extracting crate urlparse 0.7.3 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/urlparse/0.7.3 [INFO] extracting crate urlparse 0.7.3 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/urlparse/0.7.3 [INFO] validating manifest of urlparse-0.7.3 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of urlparse-0.7.3 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing urlparse-0.7.3 [INFO] finished frobbing urlparse-0.7.3 [INFO] frobbed toml for urlparse-0.7.3 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/urlparse/0.7.3/Cargo.toml [INFO] started frobbing urlparse-0.7.3 [INFO] finished frobbing urlparse-0.7.3 [INFO] frobbed toml for urlparse-0.7.3 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/urlparse/0.7.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing urlparse-0.7.3 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/urlparse/0.7.3:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 6be99dcc09eb5c10fea92a24011e40d575cb5c130673fa260199587bcf4c096d [INFO] running `"docker" "start" "-a" "6be99dcc09eb5c10fea92a24011e40d575cb5c130673fa260199587bcf4c096d"` [INFO] [stderr] Compiling urlparse v0.7.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/query_string.rs:87:55 [INFO] [stderr] | [INFO] [stderr] 87 | let _value = match unquote_plus(value.trim_left_matches('=')) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/query_string.rs:94:21 [INFO] [stderr] | [INFO] [stderr] 94 | let mut result = match map.entry(_key) { [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.85s [INFO] running `"docker" "inspect" "6be99dcc09eb5c10fea92a24011e40d575cb5c130673fa260199587bcf4c096d"` [INFO] running `"docker" "rm" "-f" "6be99dcc09eb5c10fea92a24011e40d575cb5c130673fa260199587bcf4c096d"` [INFO] [stdout] 6be99dcc09eb5c10fea92a24011e40d575cb5c130673fa260199587bcf4c096d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/urlparse/0.7.3:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 703ba15e8f3e95cca010d5f5985086e176236ea018f900294e4052bb87daac1d [INFO] running `"docker" "start" "-a" "703ba15e8f3e95cca010d5f5985086e176236ea018f900294e4052bb87daac1d"` [INFO] [stderr] Compiling urlparse v0.7.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/query_string.rs:87:55 [INFO] [stderr] | [INFO] [stderr] 87 | let _value = match unquote_plus(value.trim_left_matches('=')) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/query_string.rs:94:21 [INFO] [stderr] | [INFO] [stderr] 94 | let mut result = match map.entry(_key) { [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.22s [INFO] running `"docker" "inspect" "703ba15e8f3e95cca010d5f5985086e176236ea018f900294e4052bb87daac1d"` [INFO] running `"docker" "rm" "-f" "703ba15e8f3e95cca010d5f5985086e176236ea018f900294e4052bb87daac1d"` [INFO] [stdout] 703ba15e8f3e95cca010d5f5985086e176236ea018f900294e4052bb87daac1d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/urlparse/0.7.3:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] db0584f30c49ceb50e3009da6ad8f2c6306797ccbdd08d44831e4fd8071a893f [INFO] running `"docker" "start" "-a" "db0584f30c49ceb50e3009da6ad8f2c6306797ccbdd08d44831e4fd8071a893f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/urlparse-b8ee38345ab1cf92 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test unquote::test_to_digit ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test_query-8a5f482d61f7cae5 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_parse_qs ... ok [INFO] [stdout] test test_qsl ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test_quote-ca124fe0023a30a6 [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/test_urlparse-ee3887314e85ebdc [INFO] [stdout] test test_quote_safe ... ok [INFO] [stdout] test test_quote_plus ... ok [INFO] [stdout] test test_quote ... ok [INFO] [stdout] test test_quote_unquote ... ok [INFO] [stdout] test test_unquote ... ok [INFO] [stdout] test test_quote_default ... ok [INFO] [stdout] test test_unquoting_parts ... ok [INFO] [stdout] test test_unquote_plus ... ok [INFO] [stdout] test test_unquoting_badpercent ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test test_urlparse_rfc2368 ... ok [INFO] [stdout] test test_urlparse_portseparator ... ok [INFO] [stdout] test test_urlparse_noslash ... ok [INFO] [stdout] test test_urlparse_anyscheme ... ok [INFO] [stdout] test test_urlparse_fragments ... ok [INFO] [stdout] test test_urlparse_empty ... ok [INFO] [stdout] test test_urlparse_withoutscheme ... ok [INFO] [stdout] test test_urlparse_rfc2732 ... ok [INFO] [stdout] test test_urlparse_withoutnetloc ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests urlparse [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/quote.rs - quote::quote (line 16) ... ok [INFO] [stdout] test src/unquote.rs - unquote::unquote_plus (line 54) ... ok [INFO] [stdout] test src/unquote.rs - unquote::unquote (line 12) ... ok [INFO] [stdout] test src/quote.rs - quote::quote_plus (line 48) ... ok [INFO] [stdout] test src/lib.rs - (line 10) ... ok [INFO] [stdout] test src/url.rs - url::Url::get_parsed_query (line 210) ... ok [INFO] [stdout] test src/query_string.rs - query_string::parse_qs (line 66) ... ok [INFO] [stdout] test src/url.rs - url::Url::parse (line 64) ... ok [INFO] [stdout] test src/url.rs - url::Url::unparse (line 186) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "db0584f30c49ceb50e3009da6ad8f2c6306797ccbdd08d44831e4fd8071a893f"` [INFO] running `"docker" "rm" "-f" "db0584f30c49ceb50e3009da6ad8f2c6306797ccbdd08d44831e4fd8071a893f"` [INFO] [stdout] db0584f30c49ceb50e3009da6ad8f2c6306797ccbdd08d44831e4fd8071a893f