[INFO] fetching crate protocol-ftp-client 0.1.1... [INFO] checking protocol-ftp-client-0.1.1 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate protocol-ftp-client 0.1.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate protocol-ftp-client 0.1.1 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate protocol-ftp-client 0.1.1 [INFO] finished tweaking crates.io crate protocol-ftp-client 0.1.1 [INFO] tweaked toml for crates.io crate protocol-ftp-client 0.1.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4857f8f4177bb0fff3b535c71fd5e82941bf414ffac1589cf60fef1420930a7d [INFO] running `Command { std: "docker" "start" "-a" "4857f8f4177bb0fff3b535c71fd5e82941bf414ffac1589cf60fef1420930a7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4857f8f4177bb0fff3b535c71fd5e82941bf414ffac1589cf60fef1420930a7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4857f8f4177bb0fff3b535c71fd5e82941bf414ffac1589cf60fef1420930a7d", kill_on_drop: false }` [INFO] [stdout] 4857f8f4177bb0fff3b535c71fd5e82941bf414ffac1589cf60fef1420930a7d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9dea10b9219136d865f3ff1194d0a66e25e795b26b11280c1a99ad78325da3f8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9dea10b9219136d865f3ff1194d0a66e25e795b26b11280c1a99ad78325da3f8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking protocol-ftp-client v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / lazy_static! { [INFO] [stdout] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stdout] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stdout] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stdout] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stdout] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stdout] 207 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:695:5 [INFO] [stdout] | [INFO] [stdout] 695 | / lazy_static! { [INFO] [stdout] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stdout] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stdout] 698 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:695:5 [INFO] [stdout] | [INFO] [stdout] 695 | / lazy_static! { [INFO] [stdout] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stdout] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stdout] 698 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:695:5 [INFO] [stdout] | [INFO] [stdout] 695 | / lazy_static! { [INFO] [stdout] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stdout] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stdout] 698 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:695:5 [INFO] [stdout] | [INFO] [stdout] 695 | / lazy_static! { [INFO] [stdout] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stdout] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stdout] 698 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | / lazy_static! { [INFO] [stdout] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stdout] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stdout] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stdout] ... | [INFO] [stdout] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:695:5 [INFO] [stdout] | [INFO] [stdout] 695 | / lazy_static! { [INFO] [stdout] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stdout] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stdout] 698 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:695:5 [INFO] [stdout] | [INFO] [stdout] 695 | / lazy_static! { [INFO] [stdout] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stdout] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stdout] 698 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:695:5 [INFO] [stdout] | [INFO] [stdout] 695 | / lazy_static! { [INFO] [stdout] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stdout] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stdout] 698 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:695:5 [INFO] [stdout] | [INFO] [stdout] 695 | / lazy_static! { [INFO] [stdout] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stdout] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stdout] 698 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::str` [INFO] [stdout] --> tests/31-auth-fail.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::str; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> tests/20-simple-yandex.rs:85:3 [INFO] [stdout] | [INFO] [stdout] 85 | ; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::str` [INFO] [stdout] --> tests/10-feed-by-part.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::str; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `Command { std: "docker" "inspect" "9dea10b9219136d865f3ff1194d0a66e25e795b26b11280c1a99ad78325da3f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dea10b9219136d865f3ff1194d0a66e25e795b26b11280c1a99ad78325da3f8", kill_on_drop: false }` [INFO] [stdout] 9dea10b9219136d865f3ff1194d0a66e25e795b26b11280c1a99ad78325da3f8