[INFO] crate bincode_ext 0.0.7 is already in cache [INFO] testing bincode_ext-0.0.7 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate bincode_ext 0.0.7 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate bincode_ext 0.0.7 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bincode_ext 0.0.7 [INFO] finished tweaking crates.io crate bincode_ext 0.0.7 [INFO] tweaked toml for crates.io crate bincode_ext 0.0.7 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] da95501ec676baccdc20f88fbc9d831df199d3b4f6f6cf6db2913adbf8a82cc3 [INFO] running `"docker" "start" "-a" "da95501ec676baccdc20f88fbc9d831df199d3b4f6f6cf6db2913adbf8a82cc3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bincode_ext v0.0.7 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/byte_order.rs:24:31 [INFO] [stderr] | [INFO] [stderr] 24 | let r: $int = try!(Decodable::decode(d)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 37 | define_le! { u16 } [INFO] [stderr] | ------------------ in this macro invocation [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 'try': use the `?` operator instead [INFO] [stderr] --> src/byte_order.rs:24:31 [INFO] [stderr] | [INFO] [stderr] 24 | let r: $int = try!(Decodable::decode(d)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 38 | define_le! { u32 } [INFO] [stderr] | ------------------ in this macro invocation [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 'try': use the `?` operator instead [INFO] [stderr] --> src/byte_order.rs:24:31 [INFO] [stderr] | [INFO] [stderr] 24 | let r: $int = try!(Decodable::decode(d)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 39 | define_le! { u64 } [INFO] [stderr] | ------------------ in this macro invocation [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 'try': use the `?` operator instead [INFO] [stderr] --> src/slice.rs:59:27 [INFO] [stderr] | [INFO] [stderr] 59 | v[i] = try!(Decodable::decode(d)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [INFO] [stderr] 78 | | 32} [INFO] [stderr] | |_______- in this macro invocation [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 'try': use the `?` operator instead [INFO] [stderr] --> src/slice.rs:69:21 [INFO] [stderr] | [INFO] [stderr] 69 | try!(self.0[i].encode(s)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [INFO] [stderr] 78 | | 32} [INFO] [stderr] | |_______- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/slice.rs:57:48 [INFO] [stderr] | [INFO] [stderr] 57 | let mut v : [T; $n] = unsafe { mem::uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [INFO] [stderr] 78 | | 32} [INFO] [stderr] | |_______- in this macro invocation [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: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `"docker" "inspect" "da95501ec676baccdc20f88fbc9d831df199d3b4f6f6cf6db2913adbf8a82cc3"` [INFO] running `"docker" "rm" "-f" "da95501ec676baccdc20f88fbc9d831df199d3b4f6f6cf6db2913adbf8a82cc3"` [INFO] [stdout] da95501ec676baccdc20f88fbc9d831df199d3b4f6f6cf6db2913adbf8a82cc3 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7ccd13de33ce0823bcc82a5a871a57a27b63fbd2267e06b3235285be48b5f6e5 [INFO] running `"docker" "start" "-a" "7ccd13de33ce0823bcc82a5a871a57a27b63fbd2267e06b3235285be48b5f6e5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/byte_order.rs:24:31 [INFO] [stderr] | [INFO] [stderr] 24 | let r: $int = try!(Decodable::decode(d)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 37 | define_le! { u16 } [INFO] [stderr] | ------------------ in this macro invocation [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 'try': use the `?` operator instead [INFO] [stderr] --> src/byte_order.rs:24:31 [INFO] [stderr] | [INFO] [stderr] 24 | let r: $int = try!(Decodable::decode(d)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 38 | define_le! { u32 } [INFO] [stderr] | ------------------ in this macro invocation [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 'try': use the `?` operator instead [INFO] [stderr] --> src/byte_order.rs:24:31 [INFO] [stderr] | [INFO] [stderr] 24 | let r: $int = try!(Decodable::decode(d)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 39 | define_le! { u64 } [INFO] [stderr] | ------------------ in this macro invocation [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 'try': use the `?` operator instead [INFO] [stderr] --> src/slice.rs:59:27 [INFO] [stderr] | [INFO] [stderr] 59 | v[i] = try!(Decodable::decode(d)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [INFO] [stderr] 78 | | 32} [INFO] [stderr] | |_______- in this macro invocation [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 'try': use the `?` operator instead [INFO] [stderr] --> src/slice.rs:69:21 [INFO] [stderr] | [INFO] [stderr] 69 | try!(self.0[i].encode(s)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [INFO] [stderr] 78 | | 32} [INFO] [stderr] | |_______- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/slice.rs:57:48 [INFO] [stderr] | [INFO] [stderr] 57 | let mut v : [T; $n] = unsafe { mem::uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [INFO] [stderr] 78 | | 32} [INFO] [stderr] | |_______- in this macro invocation [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: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling bincode v1.2.1 [INFO] [stderr] Compiling bincode_ext v0.0.7 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `SizeLimit` in `bincode` [INFO] [stderr] --> src/test.rs:16:52 [INFO] [stderr] | [INFO] [stderr] 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); [INFO] [stderr] | ^^^^^^^^^ could not find `SizeLimit` in `bincode` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `SizeLimit` in `bincode` [INFO] [stderr] --> src/test.rs:33:52 [INFO] [stderr] | [INFO] [stderr] 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); [INFO] [stderr] | ^^^^^^^^^ could not find `SizeLimit` in `bincode` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `encode` in crate `bincode` [INFO] [stderr] --> src/test.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); [INFO] [stderr] | ^^^^^^ not found in `bincode` [INFO] [stderr] | [INFO] [stderr] help: consider importing this function [INFO] [stderr] | [INFO] [stderr] 3 | use rustc_serialize::json::encode; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `decode` in crate `bincode` [INFO] [stderr] --> src/test.rs:18:26 [INFO] [stderr] | [INFO] [stderr] 18 | let d : X = bincode::decode(&e).unwrap(); [INFO] [stderr] | ^^^^^^ not found in `bincode` [INFO] [stderr] | [INFO] [stderr] help: consider importing this function [INFO] [stderr] | [INFO] [stderr] 3 | use rustc_serialize::json::decode; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `encode` in crate `bincode` [INFO] [stderr] --> src/test.rs:33:32 [INFO] [stderr] | [INFO] [stderr] 33 | let e : Vec = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap(); [INFO] [stderr] | ^^^^^^ not found in `bincode` [INFO] [stderr] | [INFO] [stderr] help: consider importing this function [INFO] [stderr] | [INFO] [stderr] 3 | use rustc_serialize::json::encode; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `decode` in crate `bincode` [INFO] [stderr] --> src/test.rs:35:26 [INFO] [stderr] | [INFO] [stderr] 35 | let d : Y = bincode::decode(&e).unwrap(); [INFO] [stderr] | ^^^^^^ not found in `bincode` [INFO] [stderr] | [INFO] [stderr] help: consider importing this function [INFO] [stderr] | [INFO] [stderr] 3 | use rustc_serialize::json::decode; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/byte_order.rs:24:31 [INFO] [stderr] | [INFO] [stderr] 24 | let r: $int = try!(Decodable::decode(d)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 37 | define_le! { u16 } [INFO] [stderr] | ------------------ in this macro invocation [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 'try': use the `?` operator instead [INFO] [stderr] --> src/byte_order.rs:24:31 [INFO] [stderr] | [INFO] [stderr] 24 | let r: $int = try!(Decodable::decode(d)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 38 | define_le! { u32 } [INFO] [stderr] | ------------------ in this macro invocation [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 'try': use the `?` operator instead [INFO] [stderr] --> src/byte_order.rs:24:31 [INFO] [stderr] | [INFO] [stderr] 24 | let r: $int = try!(Decodable::decode(d)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 39 | define_le! { u64 } [INFO] [stderr] | ------------------ in this macro invocation [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 'try': use the `?` operator instead [INFO] [stderr] --> src/slice.rs:59:27 [INFO] [stderr] | [INFO] [stderr] 59 | v[i] = try!(Decodable::decode(d)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [INFO] [stderr] 78 | | 32} [INFO] [stderr] | |_______- in this macro invocation [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 'try': use the `?` operator instead [INFO] [stderr] --> src/slice.rs:69:21 [INFO] [stderr] | [INFO] [stderr] 69 | try!(self.0[i].encode(s)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [INFO] [stderr] 78 | | 32} [INFO] [stderr] | |_______- in this macro invocation [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: unused import: `rustc_serialize::Encodable` [INFO] [stderr] --> src/test.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use rustc_serialize::Encodable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/slice.rs:57:48 [INFO] [stderr] | [INFO] [stderr] 57 | let mut v : [T; $n] = unsafe { mem::uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [INFO] [stderr] 78 | | 32} [INFO] [stderr] | |_______- in this macro invocation [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] error: aborting due to 6 previous errors; 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `bincode_ext`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7ccd13de33ce0823bcc82a5a871a57a27b63fbd2267e06b3235285be48b5f6e5"` [INFO] running `"docker" "rm" "-f" "7ccd13de33ce0823bcc82a5a871a57a27b63fbd2267e06b3235285be48b5f6e5"` [INFO] [stdout] 7ccd13de33ce0823bcc82a5a871a57a27b63fbd2267e06b3235285be48b5f6e5