[INFO] crate maidsafe_types 0.2.3 is already in cache [INFO] extracting crate maidsafe_types 0.2.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/maidsafe_types/0.2.3 [INFO] extracting crate maidsafe_types 0.2.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/maidsafe_types/0.2.3 [INFO] validating manifest of maidsafe_types-0.2.3 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of maidsafe_types-0.2.3 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing maidsafe_types-0.2.3 [INFO] finished frobbing maidsafe_types-0.2.3 [INFO] frobbed toml for maidsafe_types-0.2.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/maidsafe_types/0.2.3/Cargo.toml [INFO] started frobbing maidsafe_types-0.2.3 [INFO] finished frobbing maidsafe_types-0.2.3 [INFO] frobbed toml for maidsafe_types-0.2.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/maidsafe_types/0.2.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing maidsafe_types-0.2.3 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/maidsafe_types/0.2.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 5e35285cd0b75161c7b382a236d83c80ef2d53696e8a8ad0991a1a273fae6b13 [INFO] running `"docker" "start" "-a" "5e35285cd0b75161c7b382a236d83c80ef2d53696e8a8ad0991a1a273fae6b13"` [INFO] [stderr] Compiling libsodium-sys v0.2.2 [INFO] [stderr] Compiling accumulator v0.0.4 [INFO] [stderr] Compiling crust v0.1.5 [INFO] [stderr] error[E0599]: no method named `check` found for type `lru_time_cache::LruCache>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/accumulator-0.0.4/src/lib.rs:64:22 [INFO] [stderr] | [INFO] [stderr] 64 | self.storage.check(name) [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add` found for type `lru_time_cache::LruCache>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/accumulator-0.0.4/src/lib.rs:82:26 [INFO] [stderr] | [INFO] [stderr] 82 | self.storage.add(name.clone(), entry_in.clone()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add` found for type `lru_time_cache::LruCache>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/accumulator-0.0.4/src/lib.rs:90:26 [INFO] [stderr] | [INFO] [stderr] 90 | self.storage.add(name.clone(), tmp.clone()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `accumulator`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `consts` in `libc` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:51:15 [INFO] [stderr] | [INFO] [stderr] 51 | use libc::consts::os::bsd44::{AF_INET, AF_INET6}; [INFO] [stderr] | ^^^^^^ could not find `consts` in `libc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `funcs` in `libc` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:52:15 [INFO] [stderr] | [INFO] [stderr] 52 | use libc::funcs::bsd43::getifaddrs as posix_getifaddrs; [INFO] [stderr] | ^^^^^ could not find `funcs` in `libc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `funcs` in `libc` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:53:15 [INFO] [stderr] | [INFO] [stderr] 53 | use libc::funcs::bsd43::freeifaddrs as posix_freeifaddrs; [INFO] [stderr] | ^^^^^ could not find `funcs` in `libc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:54:15 [INFO] [stderr] | [INFO] [stderr] 54 | use libc::types::os::common::bsd44::ifaddrs as posix_ifaddrs; [INFO] [stderr] | ^^^^^ could not find `types` in `libc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:55:15 [INFO] [stderr] | [INFO] [stderr] 55 | use libc::types::os::common::bsd44::sockaddr as posix_sockaddr; [INFO] [stderr] | ^^^^^ could not find `types` in `libc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:56:15 [INFO] [stderr] | [INFO] [stderr] 56 | use libc::types::os::common::bsd44::sockaddr_in as posix_sockaddr_in; [INFO] [stderr] | ^^^^^ could not find `types` in `libc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:57:15 [INFO] [stderr] | [INFO] [stderr] 57 | use libc::types::os::common::bsd44::sockaddr_in6 as posix_sockaddr_in6; [INFO] [stderr] | ^^^^^ could not find `types` in `libc` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `posix_sockaddr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:60:45 [INFO] [stderr] | [INFO] [stderr] 60 | fn sockaddr_to_ipaddr(sockaddr : *const posix_sockaddr) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `AF_INET` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:62:50 [INFO] [stderr] | [INFO] [stderr] 62 | if unsafe{*sockaddr}.sa_family as u32 == AF_INET as u32 { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 47 | use libc::AF_INET; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `posix_sockaddr_in` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:63:54 [INFO] [stderr] | [INFO] [stderr] 63 | let ref sa = unsafe{*(sockaddr as *const posix_sockaddr_in)}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `AF_INET6` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:70:57 [INFO] [stderr] | [INFO] [stderr] 70 | } else if unsafe{*sockaddr}.sa_family as u32 == AF_INET6 as u32 { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 47 | use libc::AF_INET6; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `posix_sockaddr_in6` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:71:54 [INFO] [stderr] | [INFO] [stderr] 71 | let ref sa = unsafe{*(sockaddr as *const posix_sockaddr_in6)}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `posix_ifaddrs` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:89:31 [INFO] [stderr] | [INFO] [stderr] 89 | fn do_broadcast(ifaddr : &posix_ifaddrs) -> IpAddr { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `posix_ifaddrs` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:104:32 [INFO] [stderr] | [INFO] [stderr] 104 | let mut ifaddrs : *mut posix_ifaddrs; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `posix_getifaddrs` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:107:20 [INFO] [stderr] | [INFO] [stderr] 107 | if -1 == posix_getifaddrs(&mut ifaddrs) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `posix_freeifaddrs` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/getifaddrs.rs:138:18 [INFO] [stderr] | [INFO] [stderr] 138 | unsafe { posix_freeifaddrs(ifaddrs); } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/lib.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | #![feature(ip_addr, ip, udp, arc_weak)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `downgrade` found for type `std::sync::Arc>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/connection_manager.rs:97:29 [INFO] [stderr] | [INFO] [stderr] 97 | let ws = self.state.downgrade(); [INFO] [stderr] | -----------^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | this is an associated function, not a method [INFO] [stderr] | help: use associated function syntax instead: `std::sync::Arc>::downgrade` [INFO] [stderr] | [INFO] [stderr] = note: found the following associated functions; to be used as methods, functions must have a `self` parameter [INFO] [stderr] = note: the candidate is defined in an impl for the type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `downgrade` found for type `std::sync::Arc>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/connection_manager.rs:196:29 [INFO] [stderr] | [INFO] [stderr] 196 | let ws = self.state.downgrade(); [INFO] [stderr] | -----------^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | this is an associated function, not a method [INFO] [stderr] | help: use associated function syntax instead: `std::sync::Arc>::downgrade` [INFO] [stderr] | [INFO] [stderr] = note: found the following associated functions; to be used as methods, functions must have a `self` parameter [INFO] [stderr] = note: the candidate is defined in an impl for the type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `downgrade` found for type `std::sync::Arc>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/connection_manager.rs:278:37 [INFO] [stderr] | [INFO] [stderr] 278 | let weak_state = self.state.downgrade(); [INFO] [stderr] | -----------^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | this is an associated function, not a method [INFO] [stderr] | help: use associated function syntax instead: `std::sync::Arc>::downgrade` [INFO] [stderr] | [INFO] [stderr] = note: found the following associated functions; to be used as methods, functions must have a `self` parameter [INFO] [stderr] = note: the candidate is defined in an impl for the type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `downgrade` found for type `std::sync::Arc>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/connection_manager.rs:305:29 [INFO] [stderr] | [INFO] [stderr] 305 | let ws = self.state.downgrade(); [INFO] [stderr] | -----------^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | this is an associated function, not a method [INFO] [stderr] | help: use associated function syntax instead: `std::sync::Arc>::downgrade` [INFO] [stderr] | [INFO] [stderr] = note: found the following associated functions; to be used as methods, functions must have a `self` parameter [INFO] [stderr] = note: the candidate is defined in an impl for the type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `downgrade` found for type `std::sync::Arc>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/connection_manager.rs:337:29 [INFO] [stderr] | [INFO] [stderr] 337 | let ws = self.state.downgrade(); [INFO] [stderr] | -----------^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | this is an associated function, not a method [INFO] [stderr] | help: use associated function syntax instead: `std::sync::Arc>::downgrade` [INFO] [stderr] | [INFO] [stderr] = note: found the following associated functions; to be used as methods, functions must have a `self` parameter [INFO] [stderr] = note: the candidate is defined in an impl for the type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `downgrade` found for type `std::sync::Arc>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/connection_manager.rs:353:33 [INFO] [stderr] | [INFO] [stderr] 353 | let mut ws = self.state.downgrade(); [INFO] [stderr] | -----------^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | this is an associated function, not a method [INFO] [stderr] | help: use associated function syntax instead: `std::sync::Arc>::downgrade` [INFO] [stderr] | [INFO] [stderr] = note: found the following associated functions; to be used as methods, functions must have a `self` parameter [INFO] [stderr] = note: the candidate is defined in an impl for the type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `downgrade` found for type `std::sync::Arc>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/connection_manager.rs:407:66 [INFO] [stderr] | [INFO] [stderr] 407 | let _ = try!(handle_connect(state_cloned.downgrade(), trans, [INFO] [stderr] | -------------^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | this is an associated function, not a method [INFO] [stderr] | help: use associated function syntax instead: `std::sync::Arc>::downgrade` [INFO] [stderr] | [INFO] [stderr] = note: found the following associated functions; to be used as methods, functions must have a `self` parameter [INFO] [stderr] = note: the candidate is defined in an impl for the type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `downgrade` found for type `std::sync::Arc>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crust-0.1.5/src/connection_manager.rs:427:41 [INFO] [stderr] | [INFO] [stderr] 427 | let mut weak_state = self.state.downgrade(); [INFO] [stderr] | -----------^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | this is an associated function, not a method [INFO] [stderr] | help: use associated function syntax instead: `std::sync::Arc>::downgrade` [INFO] [stderr] | [INFO] [stderr] = note: found the following associated functions; to be used as methods, functions must have a `self` parameter [INFO] [stderr] = note: the candidate is defined in an impl for the type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 25 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433, E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `crust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "5e35285cd0b75161c7b382a236d83c80ef2d53696e8a8ad0991a1a273fae6b13"` [INFO] running `"docker" "rm" "-f" "5e35285cd0b75161c7b382a236d83c80ef2d53696e8a8ad0991a1a273fae6b13"` [INFO] [stdout] 5e35285cd0b75161c7b382a236d83c80ef2d53696e8a8ad0991a1a273fae6b13