[INFO] cloning repository https://github.com/abbradar/nets-server [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/abbradar/nets-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabbradar%2Fnets-server"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabbradar%2Fnets-server'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c89a20b5787ba4db664979a001ba2263f815ee46 [INFO] checking abbradar/nets-server against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabbradar%2Fnets-server" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/abbradar/nets-server on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/abbradar/nets-server [INFO] removed path dependency nix from git repo https://github.com/abbradar/nets-server [INFO] finished tweaking git repo https://github.com/abbradar/nets-server [INFO] tweaked toml for git repo https://github.com/abbradar/nets-server written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/abbradar/nets-server already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-14/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 67b201a011313d0951cf840ba535c6169616609ec8cd102a13312f15357704e3 [INFO] running `"docker" "start" "-a" "67b201a011313d0951cf840ba535c6169616609ec8cd102a13312f15357704e3"` [INFO] [stderr] Checking nets-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `nix::sys::timerfd` [INFO] [stderr] --> src/smtp.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use nix::sys::timerfd; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `timerfd` in `sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nix::sys::timerfd` [INFO] [stderr] --> src/smtp.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | use nix::sys::timerfd::{ITimerSpec, ClockId, TfFlag, TfTimerFlag}; [INFO] [stderr] | ^^^^^^^ could not find `timerfd` in `sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nix::sys::timerfd` [INFO] [stderr] --> src/main.rs:35:15 [INFO] [stderr] | [INFO] [stderr] 35 | use nix::sys::timerfd::ITimerSpec; [INFO] [stderr] | ^^^^^^^ could not find `timerfd` in `sys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `SockFlag` in `signal` [INFO] [stderr] --> src/main.rs:168:77 [INFO] [stderr] | [INFO] [stderr] 168 | let action = SigAction::new(SigHandler::Handler(handle_signal), signal::SockFlag::empty(), SigSet::empty()); [INFO] [stderr] | ^^^^^^^^ could not find `SockFlag` in `signal` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `pselect` in module `select` [INFO] [stderr] --> src/main.rs:263:19 [INFO] [stderr] | [INFO] [stderr] 263 | match select::pselect(nfds, Some(&mut cafds), None, None, None, None) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] help: a function with a similar name exists [INFO] [stderr] | [INFO] [stderr] 263 | match select::select(nfds, Some(&mut cafds), None, None, None, None) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 16 | use libc::pselect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/smtp.rs:254:19 [INFO] [stderr] | [INFO] [stderr] 254 | let timerfd = try!(timerfd::timerfd_create(ClockId::Monotonic, TfFlag::empty())); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/smtp.rs:269:5 [INFO] [stderr] | [INFO] [stderr] 269 | try!(s.rearm_timeout()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/smtp.rs:305:5 [INFO] [stderr] | [INFO] [stderr] 305 | try!(timerfd::timerfd_settime(self.timerfd, TfTimerFlag::empty(), &*self.timeout, None)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/smtp.rs:317:9 [INFO] [stderr] | [INFO] [stderr] 317 | try!(self.rearm_timeout()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/smtp.rs:355:17 [INFO] [stderr] | [INFO] [stderr] 355 | assert!(try!(unistd::write(self.fd, &send)) == send.len()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/smtp.rs:359:15 [INFO] [stderr] | [INFO] [stderr] 359 | assert!(try!(unistd::write(self.fd, &send)) == send.len()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/smtp.rs:457:29 [INFO] [stderr] | [INFO] [stderr] 457 | self.tmpfile = Some(try!(NamedTempFile::new_in(&*self.tmpdir))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/logger.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | let queue_wr = try!(mqueue::mq_open(&name, mqueue::O_CREAT | mqueue::O_EXCL | mqueue::O_WRONLY, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/logger.rs:26:11 [INFO] [stderr] | [INFO] [stderr] 26 | match try!(unistd::fork()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/logger.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | try!(mqueue::mq_close(queue_wr)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/logger.rs:36:24 [INFO] [stderr] | [INFO] [stderr] 36 | let queue_rd = try!(mqueue::mq_open(&name, mqueue::O_RDONLY, Mode::empty(), None)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/logger.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | try!(mqueue::mq_unlink(&name)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/logger.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | try!(mqueue::mq_send(self.queue, &msg[..cmp::min(MSGSIZE, msg.len())], 0)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant `QD_ZN` should have an upper camel case name [INFO] [stderr] --> src/resolv.rs:146:3 [INFO] [stderr] | [INFO] [stderr] 146 | QD_ZN = 0, // Question / Zone [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case: `QdZn` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant `AN_PR` should have an upper camel case name [INFO] [stderr] --> src/resolv.rs:147:3 [INFO] [stderr] | [INFO] [stderr] 147 | AN_PR = 1, // Answer / Prerequisites [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case: `AnPr` [INFO] [stderr] [INFO] [stderr] warning: variant `NS_UD` should have an upper camel case name [INFO] [stderr] --> src/resolv.rs:148:3 [INFO] [stderr] | [INFO] [stderr] 148 | NS_UD = 2, // Name servers / Update [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case: `NsUd` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / lazy_static! { [INFO] [stderr] 65 | | static ref SIGNAL_GOT: AtomicBool = AtomicBool::new(false); [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/main.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / lazy_static! { [INFO] [stderr] 65 | | static ref SIGNAL_GOT: AtomicBool = AtomicBool::new(false); [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/resolv.rs:168:30 [INFO] [stderr] | [INFO] [stderr] 168 | let mut nsmsg = unsafe { mem::uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/resolv.rs:180:27 [INFO] [stderr] | [INFO] [stderr] 180 | let mut rr = unsafe { mem::uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nix::sys::timerfd` [INFO] [stderr] --> src/smtp.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use nix::sys::timerfd; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `timerfd` in `sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nix::sys::timerfd` [INFO] [stderr] --> src/smtp.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | use nix::sys::timerfd::{ITimerSpec, ClockId, TfFlag, TfTimerFlag}; [INFO] [stderr] | ^^^^^^^ could not find `timerfd` in `sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nix::sys::timerfd` [INFO] [stderr] --> src/main.rs:35:15 [INFO] [stderr] | [INFO] [stderr] 35 | use nix::sys::timerfd::ITimerSpec; [INFO] [stderr] | ^^^^^^^ could not find `timerfd` in `sys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `SockFlag` in `signal` [INFO] [stderr] --> src/main.rs:168:77 [INFO] [stderr] | [INFO] [stderr] 168 | let action = SigAction::new(SigHandler::Handler(handle_signal), signal::SockFlag::empty(), SigSet::empty()); [INFO] [stderr] | ^^^^^^^^ could not find `SockFlag` in `signal` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `pselect` in module `select` [INFO] [stderr] --> src/main.rs:263:19 [INFO] [stderr] | [INFO] [stderr] 263 | match select::pselect(nfds, Some(&mut cafds), None, None, None, None) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] help: a function with a similar name exists [INFO] [stderr] | [INFO] [stderr] 263 | match select::select(nfds, Some(&mut cafds), None, None, None, None) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 16 | use libc::pselect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/smtp.rs:254:19 [INFO] [stderr] | [INFO] [stderr] 254 | let timerfd = try!(timerfd::timerfd_create(ClockId::Monotonic, TfFlag::empty())); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/smtp.rs:269:5 [INFO] [stderr] | [INFO] [stderr] 269 | try!(s.rearm_timeout()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/smtp.rs:305:5 [INFO] [stderr] | [INFO] [stderr] 305 | try!(timerfd::timerfd_settime(self.timerfd, TfTimerFlag::empty(), &*self.timeout, None)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/smtp.rs:317:9 [INFO] [stderr] | [INFO] [stderr] 317 | try!(self.rearm_timeout()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/smtp.rs:355:17 [INFO] [stderr] | [INFO] [stderr] 355 | assert!(try!(unistd::write(self.fd, &send)) == send.len()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/smtp.rs:359:15 [INFO] [stderr] | [INFO] [stderr] 359 | assert!(try!(unistd::write(self.fd, &send)) == send.len()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/smtp.rs:457:29 [INFO] [stderr] | [INFO] [stderr] 457 | self.tmpfile = Some(try!(NamedTempFile::new_in(&*self.tmpdir))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/logger.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | let queue_wr = try!(mqueue::mq_open(&name, mqueue::O_CREAT | mqueue::O_EXCL | mqueue::O_WRONLY, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/logger.rs:26:11 [INFO] [stderr] | [INFO] [stderr] 26 | match try!(unistd::fork()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/logger.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | try!(mqueue::mq_close(queue_wr)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/logger.rs:36:24 [INFO] [stderr] | [INFO] [stderr] 36 | let queue_rd = try!(mqueue::mq_open(&name, mqueue::O_RDONLY, Mode::empty(), None)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/logger.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | try!(mqueue::mq_unlink(&name)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/logger.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | try!(mqueue::mq_send(self.queue, &msg[..cmp::min(MSGSIZE, msg.len())], 0)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant `QD_ZN` should have an upper camel case name [INFO] [stderr] --> src/resolv.rs:146:3 [INFO] [stderr] | [INFO] [stderr] 146 | QD_ZN = 0, // Question / Zone [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case: `QdZn` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant `AN_PR` should have an upper camel case name [INFO] [stderr] --> src/resolv.rs:147:3 [INFO] [stderr] | [INFO] [stderr] 147 | AN_PR = 1, // Answer / Prerequisites [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case: `AnPr` [INFO] [stderr] [INFO] [stderr] warning: variant `NS_UD` should have an upper camel case name [INFO] [stderr] --> src/resolv.rs:148:3 [INFO] [stderr] | [INFO] [stderr] 148 | NS_UD = 2, // Name servers / Update [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case: `NsUd` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / lazy_static! { [INFO] [stderr] 65 | | static ref SIGNAL_GOT: AtomicBool = AtomicBool::new(false); [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/main.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / lazy_static! { [INFO] [stderr] 65 | | static ref SIGNAL_GOT: AtomicBool = AtomicBool::new(false); [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/smtp.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref LOCAL_PART_RREGEX: String = { [INFO] [stderr] 49 | | // Raw e-mails (And no, we are not fully compliant here too. Want to parse the whole goodness? [INFO] [stderr] 50 | | // Don't force your regexes on me!). [INFO] [stderr] ... | [INFO] [stderr] 138 | | }; [INFO] [stderr] 139 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/resolv.rs:168:30 [INFO] [stderr] | [INFO] [stderr] 168 | let mut nsmsg = unsafe { mem::uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/resolv.rs:180:27 [INFO] [stderr] | [INFO] [stderr] 180 | let mut rr = unsafe { mem::uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `clone` found for type `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/main.rs:326:87 [INFO] [stderr] | [INFO] [stderr] 326 | match Session::new(nfd, tmpdir.clone(), logger.clone(), origin.clone(), timeout.clone()) { [INFO] [stderr] | ^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: timeout is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `clone` found for type `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/main.rs:326:87 [INFO] [stderr] | [INFO] [stderr] 326 | match Session::new(nfd, tmpdir.clone(), logger.clone(), origin.clone(), timeout.clone()) { [INFO] [stderr] | ^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: timeout is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `nets-server`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `nets-server`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "67b201a011313d0951cf840ba535c6169616609ec8cd102a13312f15357704e3"` [INFO] running `"docker" "rm" "-f" "67b201a011313d0951cf840ba535c6169616609ec8cd102a13312f15357704e3"` [INFO] [stdout] 67b201a011313d0951cf840ba535c6169616609ec8cd102a13312f15357704e3