[INFO] fetching crate dnssd 0.1.0... [INFO] checking dnssd-0.1.0 against try#05c8870159e4f328578a970e125aa76d24f03b56 for pr-76219 [INFO] extracting crate dnssd 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate dnssd 0.1.0 on toolchain 05c8870159e4f328578a970e125aa76d24f03b56 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate dnssd 0.1.0 [INFO] finished tweaking crates.io crate dnssd 0.1.0 [INFO] tweaked toml for crates.io crate dnssd 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4c057e8cd7e20cead8a0ab41fbd0ef14e1573011662e891e8ea3da04f1952520 [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" "4c057e8cd7e20cead8a0ab41fbd0ef14e1573011662e891e8ea3da04f1952520", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4c057e8cd7e20cead8a0ab41fbd0ef14e1573011662e891e8ea3da04f1952520", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c057e8cd7e20cead8a0ab41fbd0ef14e1573011662e891e8ea3da04f1952520", kill_on_drop: false }` [INFO] [stdout] 4c057e8cd7e20cead8a0ab41fbd0ef14e1573011662e891e8ea3da04f1952520 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1941b11364e5ccc68854d256fab96b214f1ff4a16e89db5ceaeb534831158129 [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" "1941b11364e5ccc68854d256fab96b214f1ff4a16e89db5ceaeb534831158129", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.1.12 [INFO] [stderr] Checking dnssd v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ffi.rs:147:45 [INFO] [stdout] | [INFO] [stdout] 147 | pub type DNSServiceDomainEnumReply = Option src/ffi.rs:154:43 [INFO] [stdout] | [INFO] [stdout] 154 | pub type DNSServiceRegisterReply = Option src/ffi.rs:162:41 [INFO] [stdout] | [INFO] [stdout] 162 | pub type DNSServiceBrowseReply = Option src/ffi.rs:171:42 [INFO] [stdout] | [INFO] [stdout] 171 | pub type DNSServiceResolveReply = Option src/ffi.rs:182:49 [INFO] [stdout] | [INFO] [stdout] 182 | pub type DNSServiceRegisterRecordReply = Option src/ffi.rs:188:46 [INFO] [stdout] | [INFO] [stdout] 188 | pub type DNSServiceQueryRecordReply = Option src/ffi.rs:201:1 [INFO] [stdout] | [INFO] [stdout] 201 | / extern { [INFO] [stdout] 202 | | pub fn DNSServiceRefSockFD (sdRef : DNSServiceRef) -> int32_t; [INFO] [stdout] 203 | | [INFO] [stdout] 204 | | pub fn DNSServiceProcessResult (sdRef : DNSServiceRef) -> DNSServiceErrorType; [INFO] [stdout] ... | [INFO] [stdout] 336 | | value : *const (*const c_void)) -> DNSServiceErrorType; [INFO] [stdout] 337 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/ffi.rs:336:56 [INFO] [stdout] | [INFO] [stdout] 336 | ... value : *const (*const c_void)) -> DNSServiceErrorType; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/callback.rs:7:44 [INFO] [stdout] | [INFO] [stdout] 7 | pub type SafeDomainEnumReplyCallback = Box; [INFO] [stdout] | |_____________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 7 | pub type SafeDomainEnumReplyCallback = Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/callback.rs:13:42 [INFO] [stdout] | [INFO] [stdout] 13 | pub type SafeRegisterReplyCallback = Box; [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 13 | pub type SafeRegisterReplyCallback = Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/callback.rs:20:40 [INFO] [stdout] | [INFO] [stdout] 20 | pub type SafeBrowseReplyCallback = Box; [INFO] [stdout] | |_________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 20 | pub type SafeBrowseReplyCallback = Box src/callback.rs:28:41 [INFO] [stdout] | [INFO] [stdout] 28 | pub type SafeResolveReplyCallback = Box; [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 | pub type SafeResolveReplyCallback = Box src/callback.rs:37:48 [INFO] [stdout] | [INFO] [stdout] 37 | pub type SafeRegisterRecordReplyCallback = Box; [INFO] [stdout] | |________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 | pub type SafeRegisterRecordReplyCallback = Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/callback.rs:42:45 [INFO] [stdout] | [INFO] [stdout] 42 | pub type SafeQueryRecordReplyCallback = Box, [INFO] [stdout] 50 | | u32) + 'static>; [INFO] [stdout] | |_____________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 42 | pub type SafeQueryRecordReplyCallback = Box src/callback.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | / pub extern fn wrapper (service_ref : DNSServiceRef, [INFO] [stdout] 84 | | flags : DNSServiceFlags, [INFO] [stdout] 85 | | interface_index : uint32_t, [INFO] [stdout] 86 | | error_code : DNSServiceErrorType, [INFO] [stdout] 87 | | reply_domain : *const c_char, [INFO] [stdout] 88 | | context : *mut c_void) { [INFO] [stdout] | |_________________________________________________________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/callback.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | / pub extern fn wrapper (service_ref : DNSServiceRef, [INFO] [stdout] 107 | | flags : DNSServiceFlags, [INFO] [stdout] 108 | | error_code : DNSServiceErrorType, [INFO] [stdout] 109 | | name : *const c_char, [INFO] [stdout] 110 | | regtype : *const c_char, [INFO] [stdout] 111 | | domain : *const c_char, [INFO] [stdout] 112 | | context : *mut c_void) { [INFO] [stdout] | |_________________________________________________________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/callback.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | / pub extern fn wrapper (service_ref : DNSServiceRef, [INFO] [stdout] 133 | | flags : DNSServiceFlags, [INFO] [stdout] 134 | | interface_index : uint32_t, [INFO] [stdout] 135 | | error_code : DNSServiceErrorType, [INFO] [stdout] ... | [INFO] [stdout] 138 | | domain : *const c_char, [INFO] [stdout] 139 | | context : *mut c_void) { [INFO] [stdout] | |_________________________________________________________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/callback.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 159 | / pub extern fn wrapper (service_ref : DNSServiceRef, [INFO] [stdout] 160 | | flags : DNSServiceFlags, [INFO] [stdout] 161 | | interface_index : uint32_t, [INFO] [stdout] 162 | | error_code : DNSServiceErrorType, [INFO] [stdout] ... | [INFO] [stdout] 167 | | txt_record : *const c_uchar, [INFO] [stdout] 168 | | context : *mut c_void) { [INFO] [stdout] | |_________________________________________________________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/callback.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | / pub extern fn wrapper (service_ref : DNSServiceRef, [INFO] [stdout] 189 | | record_ref : DNSRecordRef, [INFO] [stdout] 190 | | flags : DNSServiceFlags, [INFO] [stdout] 191 | | error_code : DNSServiceErrorType, [INFO] [stdout] 192 | | context : *mut c_void) { [INFO] [stdout] | |_________________________________________________________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/callback.rs:208:5 [INFO] [stdout] | [INFO] [stdout] 208 | / pub extern fn wrapper (service_ref : DNSServiceRef, [INFO] [stdout] 209 | | flags : DNSServiceFlags, [INFO] [stdout] 210 | | interface_index : uint32_t, [INFO] [stdout] 211 | | error_code : DNSServiceErrorType, [INFO] [stdout] ... | [INFO] [stdout] 217 | | ttl : uint32_t, [INFO] [stdout] 218 | | context : *mut c_void) { [INFO] [stdout] | |_________________________________________________________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ffi.rs:147:45 [INFO] [stdout] | [INFO] [stdout] 147 | pub type DNSServiceDomainEnumReply = Option src/ffi.rs:154:43 [INFO] [stdout] | [INFO] [stdout] 154 | pub type DNSServiceRegisterReply = Option src/ffi.rs:162:41 [INFO] [stdout] | [INFO] [stdout] 162 | pub type DNSServiceBrowseReply = Option src/ffi.rs:171:42 [INFO] [stdout] | [INFO] [stdout] 171 | pub type DNSServiceResolveReply = Option src/ffi.rs:182:49 [INFO] [stdout] | [INFO] [stdout] 182 | pub type DNSServiceRegisterRecordReply = Option src/ffi.rs:188:46 [INFO] [stdout] | [INFO] [stdout] 188 | pub type DNSServiceQueryRecordReply = Option src/ffi.rs:201:1 [INFO] [stdout] | [INFO] [stdout] 201 | / extern { [INFO] [stdout] 202 | | pub fn DNSServiceRefSockFD (sdRef : DNSServiceRef) -> int32_t; [INFO] [stdout] 203 | | [INFO] [stdout] 204 | | pub fn DNSServiceProcessResult (sdRef : DNSServiceRef) -> DNSServiceErrorType; [INFO] [stdout] ... | [INFO] [stdout] 336 | | value : *const (*const c_void)) -> DNSServiceErrorType; [INFO] [stdout] 337 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/ffi.rs:336:56 [INFO] [stdout] | [INFO] [stdout] 336 | ... value : *const (*const c_void)) -> DNSServiceErrorType; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/callback.rs:7:44 [INFO] [stdout] | [INFO] [stdout] 7 | pub type SafeDomainEnumReplyCallback = Box; [INFO] [stdout] | |_____________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 7 | pub type SafeDomainEnumReplyCallback = Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/callback.rs:13:42 [INFO] [stdout] | [INFO] [stdout] 13 | pub type SafeRegisterReplyCallback = Box; [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 13 | pub type SafeRegisterReplyCallback = Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/callback.rs:20:40 [INFO] [stdout] | [INFO] [stdout] 20 | pub type SafeBrowseReplyCallback = Box; [INFO] [stdout] | |_________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 20 | pub type SafeBrowseReplyCallback = Box src/callback.rs:28:41 [INFO] [stdout] | [INFO] [stdout] 28 | pub type SafeResolveReplyCallback = Box; [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 | pub type SafeResolveReplyCallback = Box src/callback.rs:37:48 [INFO] [stdout] | [INFO] [stdout] 37 | pub type SafeRegisterRecordReplyCallback = Box; [INFO] [stdout] | |________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 | pub type SafeRegisterRecordReplyCallback = Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/callback.rs:42:45 [INFO] [stdout] | [INFO] [stdout] 42 | pub type SafeQueryRecordReplyCallback = Box, [INFO] [stdout] 50 | | u32) + 'static>; [INFO] [stdout] | |_____________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 42 | pub type SafeQueryRecordReplyCallback = Box src/callback.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | / pub extern fn wrapper (service_ref : DNSServiceRef, [INFO] [stdout] 84 | | flags : DNSServiceFlags, [INFO] [stdout] 85 | | interface_index : uint32_t, [INFO] [stdout] 86 | | error_code : DNSServiceErrorType, [INFO] [stdout] 87 | | reply_domain : *const c_char, [INFO] [stdout] 88 | | context : *mut c_void) { [INFO] [stdout] | |_________________________________________________________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/callback.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | / pub extern fn wrapper (service_ref : DNSServiceRef, [INFO] [stdout] 107 | | flags : DNSServiceFlags, [INFO] [stdout] 108 | | error_code : DNSServiceErrorType, [INFO] [stdout] 109 | | name : *const c_char, [INFO] [stdout] 110 | | regtype : *const c_char, [INFO] [stdout] 111 | | domain : *const c_char, [INFO] [stdout] 112 | | context : *mut c_void) { [INFO] [stdout] | |_________________________________________________________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/callback.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | / pub extern fn wrapper (service_ref : DNSServiceRef, [INFO] [stdout] 133 | | flags : DNSServiceFlags, [INFO] [stdout] 134 | | interface_index : uint32_t, [INFO] [stdout] 135 | | error_code : DNSServiceErrorType, [INFO] [stdout] ... | [INFO] [stdout] 138 | | domain : *const c_char, [INFO] [stdout] 139 | | context : *mut c_void) { [INFO] [stdout] | |_________________________________________________________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/callback.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 159 | / pub extern fn wrapper (service_ref : DNSServiceRef, [INFO] [stdout] 160 | | flags : DNSServiceFlags, [INFO] [stdout] 161 | | interface_index : uint32_t, [INFO] [stdout] 162 | | error_code : DNSServiceErrorType, [INFO] [stdout] ... | [INFO] [stdout] 167 | | txt_record : *const c_uchar, [INFO] [stdout] 168 | | context : *mut c_void) { [INFO] [stdout] | |_________________________________________________________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/callback.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | / pub extern fn wrapper (service_ref : DNSServiceRef, [INFO] [stdout] 189 | | record_ref : DNSRecordRef, [INFO] [stdout] 190 | | flags : DNSServiceFlags, [INFO] [stdout] 191 | | error_code : DNSServiceErrorType, [INFO] [stdout] 192 | | context : *mut c_void) { [INFO] [stdout] | |_________________________________________________________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/callback.rs:208:5 [INFO] [stdout] | [INFO] [stdout] 208 | / pub extern fn wrapper (service_ref : DNSServiceRef, [INFO] [stdout] 209 | | flags : DNSServiceFlags, [INFO] [stdout] 210 | | interface_index : uint32_t, [INFO] [stdout] 211 | | error_code : DNSServiceErrorType, [INFO] [stdout] ... | [INFO] [stdout] 217 | | ttl : uint32_t, [INFO] [stdout] 218 | | context : *mut c_void) { [INFO] [stdout] | |_________________________________________________________^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/service.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/service.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 18 | ptr : unsafe { uninitialized () }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/service.rs:231:28 [INFO] [stdout] | [INFO] [stdout] 231 | ptr : unsafe { uninitialized () }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/service.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/service.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 18 | ptr : unsafe { uninitialized () }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/service.rs:231:28 [INFO] [stdout] | [INFO] [stdout] 231 | ptr : unsafe { uninitialized () }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/txtrecord.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/txtrecord.rs:30:31 [INFO] [stdout] | [INFO] [stdout] 30 | ptr : unsafe { uninitialized () }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/txtrecord.rs:41:31 [INFO] [stdout] | [INFO] [stdout] 41 | ptr : unsafe { uninitialized () }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/txtrecord.rs:100:44 [INFO] [stdout] | [INFO] [stdout] 100 | let value_len : *mut uint8_t = uninitialized (); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/txtrecord.rs:132:44 [INFO] [stdout] | [INFO] [stdout] 132 | let value_len : *mut uint8_t = uninitialized (); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/txtrecord.rs:133:29 [INFO] [stdout] | [INFO] [stdout] 133 | let value_ptr = uninitialized (); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/txtrecord.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/txtrecord.rs:30:31 [INFO] [stdout] | [INFO] [stdout] 30 | ptr : unsafe { uninitialized () }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/txtrecord.rs:41:31 [INFO] [stdout] | [INFO] [stdout] 41 | ptr : unsafe { uninitialized () }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/txtrecord.rs:100:44 [INFO] [stdout] | [INFO] [stdout] 100 | let value_len : *mut uint8_t = uninitialized (); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/txtrecord.rs:132:44 [INFO] [stdout] | [INFO] [stdout] 132 | let value_len : *mut uint8_t = uninitialized (); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/txtrecord.rs:133:29 [INFO] [stdout] | [INFO] [stdout] 133 | let value_ptr = uninitialized (); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors; 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors; 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dnssd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1941b11364e5ccc68854d256fab96b214f1ff4a16e89db5ceaeb534831158129", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1941b11364e5ccc68854d256fab96b214f1ff4a16e89db5ceaeb534831158129", kill_on_drop: false }` [INFO] [stdout] 1941b11364e5ccc68854d256fab96b214f1ff4a16e89db5ceaeb534831158129