[INFO] updating cached repository https://github.com/alexrudy/urlsplit [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/alexrudy/urlsplit [INFO] [stderr] 84d696d..4892932 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 48929327bc5f169f3349dbe1e0b4a6ae4eb47242 [INFO] testing alexrudy/urlsplit against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexrudy%2Furlsplit" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexrudy/urlsplit on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/alexrudy/urlsplit [INFO] finished tweaking git repo https://github.com/alexrudy/urlsplit [INFO] tweaked toml for git repo https://github.com/alexrudy/urlsplit written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/alexrudy/urlsplit already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 0735698f03748ca3325a54d58ece4cd27cc2ffeb93ee04ed05bb0dfb23e83577 [INFO] running `"docker" "start" "-a" "0735698f03748ca3325a54d58ece4cd27cc2ffeb93ee04ed05bb0dfb23e83577"` [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling tokio-udp v0.1.4 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling bstr v0.2.7 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling tldextract v0.5.1 [INFO] [stderr] Compiling urlsplit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/main.rs:76:15 [INFO] [stderr] | [INFO] [stderr] 76 | match arg.as_deref() { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `split::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/split.rs:73:42 [INFO] [stderr] | [INFO] [stderr] 73 | values.push_field(tld.domain.as_deref().unwrap_or("")); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `split::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/split.rs:74:45 [INFO] [stderr] | [INFO] [stderr] 74 | values.push_field(tld.subdomain.as_deref().unwrap_or("")); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `split::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/split.rs:75:42 [INFO] [stderr] | [INFO] [stderr] 75 | values.push_field(tld.suffix.as_deref().unwrap_or("")); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `split::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/split.rs:80:32 [INFO] [stderr] | [INFO] [stderr] 80 | tld.domain.as_deref().unwrap_or(""), [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `split::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/split.rs:81:32 [INFO] [stderr] | [INFO] [stderr] 81 | tld.suffix.as_deref().unwrap_or("") [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `split::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/split.rs:84:28 [INFO] [stderr] | [INFO] [stderr] 84 | tld.domain.as_deref().unwrap_or("").to_string() [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `split::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `"docker" "inspect" "0735698f03748ca3325a54d58ece4cd27cc2ffeb93ee04ed05bb0dfb23e83577"` [INFO] running `"docker" "rm" "-f" "0735698f03748ca3325a54d58ece4cd27cc2ffeb93ee04ed05bb0dfb23e83577"` [INFO] [stdout] 0735698f03748ca3325a54d58ece4cd27cc2ffeb93ee04ed05bb0dfb23e83577 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 7e08b45625554627522669adc0e53a5d6e52536609690e7a3138aa6a294bed36 [INFO] running `"docker" "start" "-a" "7e08b45625554627522669adc0e53a5d6e52536609690e7a3138aa6a294bed36"` [INFO] [stderr] Compiling urlsplit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/main.rs:76:15 [INFO] [stderr] | [INFO] [stderr] 76 | match arg.as_deref() { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `split::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/split.rs:73:42 [INFO] [stderr] | [INFO] [stderr] 73 | values.push_field(tld.domain.as_deref().unwrap_or("")); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `split::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/split.rs:74:45 [INFO] [stderr] | [INFO] [stderr] 74 | values.push_field(tld.subdomain.as_deref().unwrap_or("")); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `split::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/split.rs:75:42 [INFO] [stderr] | [INFO] [stderr] 75 | values.push_field(tld.suffix.as_deref().unwrap_or("")); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `split::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/split.rs:80:32 [INFO] [stderr] | [INFO] [stderr] 80 | tld.domain.as_deref().unwrap_or(""), [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `split::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/split.rs:81:32 [INFO] [stderr] | [INFO] [stderr] 81 | tld.suffix.as_deref().unwrap_or("") [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `split::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/split.rs:84:28 [INFO] [stderr] | [INFO] [stderr] 84 | tld.domain.as_deref().unwrap_or("").to_string() [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `split::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.96s [INFO] running `"docker" "inspect" "7e08b45625554627522669adc0e53a5d6e52536609690e7a3138aa6a294bed36"` [INFO] running `"docker" "rm" "-f" "7e08b45625554627522669adc0e53a5d6e52536609690e7a3138aa6a294bed36"` [INFO] [stdout] 7e08b45625554627522669adc0e53a5d6e52536609690e7a3138aa6a294bed36 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] dbca7fd366e8af5cb770c10a707fd7cb050a9f65e2b1a6ecc50ef6d7a0d6fd96 [INFO] running `"docker" "start" "-a" "dbca7fd366e8af5cb770c10a707fd7cb050a9f65e2b1a6ecc50ef6d7a0d6fd96"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.74s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/urlsplit-5f20fd3b0090ce18 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test::test_handle_io_path ... ok [INFO] [stdout] test split::test::test_urlsplit_columns ... ok [INFO] [stdout] test split::test::test_urlsplit_parse ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_urlsplit-451ab38be67f17fa [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_command ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "dbca7fd366e8af5cb770c10a707fd7cb050a9f65e2b1a6ecc50ef6d7a0d6fd96"` [INFO] running `"docker" "rm" "-f" "dbca7fd366e8af5cb770c10a707fd7cb050a9f65e2b1a6ecc50ef6d7a0d6fd96"` [INFO] [stdout] dbca7fd366e8af5cb770c10a707fd7cb050a9f65e2b1a6ecc50ef6d7a0d6fd96