[INFO] crate rapid 0.0.1 is already in cache [INFO] testing rapid-0.0.1 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate rapid 0.0.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate rapid 0.0.1 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rapid 0.0.1 [INFO] finished tweaking crates.io crate rapid 0.0.1 [INFO] tweaked toml for crates.io crate rapid 0.0.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 27175ae67c911aac27610cf0900369d80efb20ce0b385e80774620218171c784 [INFO] running `Command { std: "docker" "start" "-a" "27175ae67c911aac27610cf0900369d80efb20ce0b385e80774620218171c784", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27175ae67c911aac27610cf0900369d80efb20ce0b385e80774620218171c784", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27175ae67c911aac27610cf0900369d80efb20ce0b385e80774620218171c784", kill_on_drop: false }` [INFO] [stdout] 27175ae67c911aac27610cf0900369d80efb20ce0b385e80774620218171c784 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1934f1183828c668b226342bfabd84b1fe10c0968b7220a7e0f14062199d41f0 [INFO] running `Command { std: "docker" "start" "-a" "1934f1183828c668b226342bfabd84b1fe10c0968b7220a7e0f14062199d41f0", kill_on_drop: false }` [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling derive_builder v0.5.1 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling crossbeam v0.2.12 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling crossbeam-channel v0.4.3 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling docopt v0.8.3 [INFO] [stderr] Compiling slog-scope v4.3.0 [INFO] [stderr] Compiling slog-async v2.5.0 [INFO] [stderr] Compiling slog-stdlog v3.0.5 [INFO] [stderr] Compiling slog-term v2.6.0 [INFO] [stderr] Compiling derive_builder_core v0.2.0 [INFO] [stderr] Compiling rapid v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[macro_use(slog_o, slog_kv)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | (self as &::failure::Fail).traverse(action) [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | (self as &::failure::Fail).log_error() [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | (self as &::failure::Fail).log_warning() [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 37 | (self as &::failure::Fail).stringify() [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 41 | impl FailMethods for ::failure::Fail { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:5:25 [INFO] [stdout] | [INFO] [stdout] 5 | let mut cause: &::failure::Fail = $error; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] ... [INFO] [stdout] 43 | / traverse_err! { [INFO] [stdout] 44 | | self, [INFO] [stdout] 45 | | |failure| action(format!("{}", failure)), [INFO] [stdout] 46 | | |failure| action(format!(" caused by: {}",failure)) [INFO] [stdout] 47 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:5:25 [INFO] [stdout] | [INFO] [stdout] 5 | let mut cause: &::failure::Fail = $error; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] ... [INFO] [stdout] 51 | / traverse_err! { [INFO] [stdout] 52 | | self, [INFO] [stdout] 53 | | |failure| error!("{}", failure), [INFO] [stdout] 54 | | |failure| error!(" caused by: {}",failure) [INFO] [stdout] 55 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:5:25 [INFO] [stdout] | [INFO] [stdout] 5 | let mut cause: &::failure::Fail = $error; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] ... [INFO] [stdout] 59 | / traverse_err! { [INFO] [stdout] 60 | | self, [INFO] [stdout] 61 | | |failure| warn!("{}", failure), [INFO] [stdout] 62 | | |failure| warn!(" caused by: {}",failure) [INFO] [stdout] 63 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead [INFO] [stdout] --> src/errors/fail_methods.rs:84:14 [INFO] [stdout] | [INFO] [stdout] 84 | self.cause().traverse(action) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead [INFO] [stdout] --> src/errors/fail_methods.rs:88:14 [INFO] [stdout] | [INFO] [stdout] 88 | self.cause().log_error() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead [INFO] [stdout] --> src/errors/fail_methods.rs:92:14 [INFO] [stdout] | [INFO] [stdout] 92 | self.cause().log_warning() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead [INFO] [stdout] --> src/errors/fail_methods.rs:96:14 [INFO] [stdout] | [INFO] [stdout] 96 | self.cause().stringify() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.47s [INFO] running `Command { std: "docker" "inspect" "1934f1183828c668b226342bfabd84b1fe10c0968b7220a7e0f14062199d41f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1934f1183828c668b226342bfabd84b1fe10c0968b7220a7e0f14062199d41f0", kill_on_drop: false }` [INFO] [stdout] 1934f1183828c668b226342bfabd84b1fe10c0968b7220a7e0f14062199d41f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 315c0748a8427ebd25f42b31edef1a5b991a509ac7c10eb6861d5f8ee374589c [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" "315c0748a8427ebd25f42b31edef1a5b991a509ac7c10eb6861d5f8ee374589c", kill_on_drop: false }` [INFO] [stderr] Compiling test-case-derive v0.1.5 [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[macro_use(slog_o, slog_kv)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | (self as &::failure::Fail).traverse(action) [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | (self as &::failure::Fail).log_error() [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | (self as &::failure::Fail).log_warning() [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 37 | (self as &::failure::Fail).stringify() [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 41 | impl FailMethods for ::failure::Fail { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:5:25 [INFO] [stdout] | [INFO] [stdout] 5 | let mut cause: &::failure::Fail = $error; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] ... [INFO] [stdout] 43 | / traverse_err! { [INFO] [stdout] 44 | | self, [INFO] [stdout] 45 | | |failure| action(format!("{}", failure)), [INFO] [stdout] 46 | | |failure| action(format!(" caused by: {}",failure)) [INFO] [stdout] 47 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:5:25 [INFO] [stdout] | [INFO] [stdout] 5 | let mut cause: &::failure::Fail = $error; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] ... [INFO] [stdout] 51 | / traverse_err! { [INFO] [stdout] 52 | | self, [INFO] [stdout] 53 | | |failure| error!("{}", failure), [INFO] [stdout] 54 | | |failure| error!(" caused by: {}",failure) [INFO] [stdout] 55 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/fail_methods.rs:5:25 [INFO] [stdout] | [INFO] [stdout] 5 | let mut cause: &::failure::Fail = $error; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::failure::Fail)` [INFO] [stdout] ... [INFO] [stdout] 59 | / traverse_err! { [INFO] [stdout] 60 | | self, [INFO] [stdout] 61 | | |failure| warn!("{}", failure), [INFO] [stdout] 62 | | |failure| warn!(" caused by: {}",failure) [INFO] [stdout] 63 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead [INFO] [stdout] --> src/errors/fail_methods.rs:84:14 [INFO] [stdout] | [INFO] [stdout] 84 | self.cause().traverse(action) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead [INFO] [stdout] --> src/errors/fail_methods.rs:88:14 [INFO] [stdout] | [INFO] [stdout] 88 | self.cause().log_error() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead [INFO] [stdout] --> src/errors/fail_methods.rs:92:14 [INFO] [stdout] | [INFO] [stdout] 92 | self.cause().log_warning() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead [INFO] [stdout] --> src/errors/fail_methods.rs:96:14 [INFO] [stdout] | [INFO] [stdout] 96 | self.cause().stringify() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/test-case-derive-0.1.5/src/lib.rs:182:1 [INFO] [stdout] | [INFO] [stdout] 182 | #![feature(proc_macro)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `test-case-derive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "315c0748a8427ebd25f42b31edef1a5b991a509ac7c10eb6861d5f8ee374589c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "315c0748a8427ebd25f42b31edef1a5b991a509ac7c10eb6861d5f8ee374589c", kill_on_drop: false }` [INFO] [stdout] 315c0748a8427ebd25f42b31edef1a5b991a509ac7c10eb6861d5f8ee374589c