[INFO] crate protocol-ftp-client 0.1.1 is already in cache [INFO] testing protocol-ftp-client-0.1.1 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate protocol-ftp-client 0.1.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate protocol-ftp-client 0.1.1 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0bcfdd09e136c196c5b7fcc406f566171c635b9c6f0fda15306ca0bae0bb1c51 [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" "0bcfdd09e136c196c5b7fcc406f566171c635b9c6f0fda15306ca0bae0bb1c51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0bcfdd09e136c196c5b7fcc406f566171c635b9c6f0fda15306ca0bae0bb1c51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bcfdd09e136c196c5b7fcc406f566171c635b9c6f0fda15306ca0bae0bb1c51", kill_on_drop: false }` [INFO] [stdout] 0bcfdd09e136c196c5b7fcc406f566171c635b9c6f0fda15306ca0bae0bb1c51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7351e295e529d130c1e78d1f2d9125a21d3124ee27699ea8d393d407bdc74314 [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" "7351e295e529d130c1e78d1f2d9125a21d3124ee27699ea8d393d407bdc74314", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling protocol-ftp-client v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.89s [INFO] running `Command { std: "docker" "inspect" "7351e295e529d130c1e78d1f2d9125a21d3124ee27699ea8d393d407bdc74314", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7351e295e529d130c1e78d1f2d9125a21d3124ee27699ea8d393d407bdc74314", kill_on_drop: false }` [INFO] [stdout] 7351e295e529d130c1e78d1f2d9125a21d3124ee27699ea8d393d407bdc74314 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c461b7285656a138bd3f5b2f495a7aa63d3a2524a42f044fe471b38662001b70 [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" "c461b7285656a138bd3f5b2f495a7aa63d3a2524a42f044fe471b38662001b70", kill_on_drop: false }` [INFO] [stderr] Compiling protocol-ftp-client v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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: 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: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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: 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: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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: 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 test [unoptimized + debuginfo] target(s) in 2.36s [INFO] running `Command { std: "docker" "inspect" "c461b7285656a138bd3f5b2f495a7aa63d3a2524a42f044fe471b38662001b70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c461b7285656a138bd3f5b2f495a7aa63d3a2524a42f044fe471b38662001b70", kill_on_drop: false }` [INFO] [stdout] c461b7285656a138bd3f5b2f495a7aa63d3a2524a42f044fe471b38662001b70 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4c7300161f7f8d7b867eef9ec48a70a32145bac56fb6a5e60c416e0a35c25c65 [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" "4c7300161f7f8d7b867eef9ec48a70a32145bac56fb6a5e60c416e0a35c25c65", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / lazy_static! { [INFO] [stderr] 202 | | static ref RE_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3}) (.+)\r$)").unwrap(); [INFO] [stderr] 203 | | static ref RE_PATHNAME: Regex = Regex::new("\"(.+)\"").unwrap(); [INFO] [stderr] 204 | | static ref RE_SYSTEM: Regex = Regex::new("(\\w+) [Tt]ype: (\\w+)").unwrap(); [INFO] [stderr] 205 | | static ref RE_PARTRIAL_RESPONCE_CODE: Regex = Regex::new("(?m:^(\\d{3})-.+\r$)").unwrap(); [INFO] [stderr] 206 | | static ref RE_PASSIVE_MODE: Regex = Regex::new("Entering Passive Mode \\((\\d+),(\\d+),(\\d+),(\\d+),(\\d+),(\\d+)\\)").unwrap(); [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:695:5 [INFO] [stderr] | [INFO] [stderr] 695 | / lazy_static! { [INFO] [stderr] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stderr] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stderr] 698 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:695:5 [INFO] [stderr] | [INFO] [stderr] 695 | / lazy_static! { [INFO] [stderr] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stderr] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stderr] 698 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:695:5 [INFO] [stderr] | [INFO] [stderr] 695 | / lazy_static! { [INFO] [stderr] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stderr] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stderr] 698 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:695:5 [INFO] [stderr] | [INFO] [stderr] 695 | / lazy_static! { [INFO] [stderr] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stderr] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stderr] 698 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 36 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:396:1 [INFO] [stderr] | [INFO] [stderr] 396 | / lazy_static! { [INFO] [stderr] 397 | | static ref DATA_USER: &'static [u8] = "USER ".as_bytes(); [INFO] [stderr] 398 | | static ref DATA_PASS: &'static [u8] = "PASS ".as_bytes(); [INFO] [stderr] 399 | | static ref DATA_PWD: &'static [u8] = "PWD\r\n".as_bytes(); [INFO] [stderr] ... | [INFO] [stderr] 407 | | static ref DATA_RETR: &'static [u8] = "RETR ".as_bytes(); [INFO] [stderr] 408 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:695:5 [INFO] [stderr] | [INFO] [stderr] 695 | / lazy_static! { [INFO] [stderr] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stderr] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stderr] 698 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:695:5 [INFO] [stderr] | [INFO] [stderr] 695 | / lazy_static! { [INFO] [stderr] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stderr] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stderr] 698 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:695:5 [INFO] [stderr] | [INFO] [stderr] 695 | / lazy_static! { [INFO] [stderr] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stderr] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stderr] 698 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:695:5 [INFO] [stderr] | [INFO] [stderr] 695 | / lazy_static! { [INFO] [stderr] 696 | | static ref RE_LINE: Regex = Regex::new("(?m:^(.+)\r$)").unwrap(); [INFO] [stderr] 697 | | static ref RE_FILE: Regex = Regex::new("^([d-])(?:[rwx-]{3}){3} +\\d+ +\\w+ +\\w+ +(\\d+) +(.+) +(.+)$").unwrap(); [INFO] [stderr] 698 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 36 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::str` [INFO] [stderr] --> tests/10-feed-by-part.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::str; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::str` [INFO] [stderr] --> tests/31-auth-fail.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::str; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> tests/20-simple-yandex.rs:85:3 [INFO] [stderr] | [INFO] [stderr] 85 | ; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/protocol_ftp_client-3d3335d1fe77b85c [INFO] [stderr] Running /opt/rustwide/target/debug/deps/10_feed_by_part-f9a9be730fc9f4a5 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test simple_advance ... ok [INFO] [stdout] test cycled_advance ... 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/rustwide/target/debug/deps/20_simple_yandex-60394967790ed756 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test session_sample ... 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/rustwide/target/debug/deps/31_auth_fail-de72dc34d9c9675a [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests protocol-ftp-client [INFO] [stdout] test session_sample ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4c7300161f7f8d7b867eef9ec48a70a32145bac56fb6a5e60c416e0a35c25c65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c7300161f7f8d7b867eef9ec48a70a32145bac56fb6a5e60c416e0a35c25c65", kill_on_drop: false }` [INFO] [stdout] 4c7300161f7f8d7b867eef9ec48a70a32145bac56fb6a5e60c416e0a35c25c65