[INFO] crate throws 0.1.2 is already in cache [INFO] testing throws-0.1.2 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate throws 0.1.2 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate throws 0.1.2 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 throws 0.1.2 [INFO] finished tweaking crates.io crate throws 0.1.2 [INFO] tweaked toml for crates.io crate throws 0.1.2 written to /workspace/builds/worker-14/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-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=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] [stdout] 640cc23f87d348f143f45f96b357c942d8bbc3bd18631ac44a1806f94eba1571 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "640cc23f87d348f143f45f96b357c942d8bbc3bd18631ac44a1806f94eba1571"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling throws v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] running `"docker" "inspect" "640cc23f87d348f143f45f96b357c942d8bbc3bd18631ac44a1806f94eba1571"` [INFO] running `"docker" "rm" "-f" "640cc23f87d348f143f45f96b357c942d8bbc3bd18631ac44a1806f94eba1571"` [INFO] [stdout] 640cc23f87d348f143f45f96b357c942d8bbc3bd18631ac44a1806f94eba1571 [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=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] [stdout] 1a2bec022755132ac3ae98e872b4e461676a1f46f36cced11f84248db2330d04 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "1a2bec022755132ac3ae98e872b4e461676a1f46f36cced11f84248db2330d04"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling throws v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/complex.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | / throws! { [INFO] [stderr] 10 | | #[derive(Clone)] [INFO] [stderr] 11 | | pub FooError = ParseInt(ParseIntError); [INFO] [stderr] 12 | | [INFO] [stderr] 13 | | #[derive(Clone)] [INFO] [stderr] 14 | | pub BarError = ParseFloat(ParseFloatError), Foo(FooError) [INFO] [stderr] 15 | | } [INFO] [stderr] | |_____^ [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/complex.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | / throws! { [INFO] [stderr] 10 | | #[derive(Clone)] [INFO] [stderr] 11 | | pub FooError = ParseInt(ParseIntError); [INFO] [stderr] 12 | | [INFO] [stderr] 13 | | #[derive(Clone)] [INFO] [stderr] 14 | | pub BarError = ParseFloat(ParseFloatError), Foo(FooError) [INFO] [stderr] 15 | | } [INFO] [stderr] | |_____^ [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 58 | throws!(SingleIoError = Io(io::Error)); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` 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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 60 | throws!(#[derive(PartialEq, Eq)] SingleParseIntError = Parse(ParseIntError)); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 62 | throws!(MultipleError = Io(io::Error), ParseFloat(ParseFloatError), Single(SingleIoError)); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 64 | / throws! { [INFO] [stderr] 65 | | IoError = Io(io::Error); [INFO] [stderr] 66 | | ParseError = Parse(ParseIntError) [INFO] [stderr] 67 | | } [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 72 | throws!(pub PubError = Io(io::Error), Parse(ParseIntError)); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 74 | throws!(pub(crate) PubCrateError = Io(io::Error), Parse(ParseIntError)); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 76 | / throws!( [INFO] [stderr] 77 | | #[derive(PartialEq, Eq, Clone)] [INFO] [stderr] 78 | | #[allow(missing_docs)] [INFO] [stderr] 79 | | pub(crate) AllFeaturesError = ParseInt(ParseIntError), ParseFloat(ParseFloatError) [INFO] [stderr] 80 | | ); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 82 | / throws! { [INFO] [stderr] 83 | | () PrivateIoError = Io(io::Error); [INFO] [stderr] 84 | | #[derive(Clone)] [INFO] [stderr] 85 | | (pub) PubParseError = Parse(ParseIntError) [INFO] [stderr] 86 | | } [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/simple.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | throws!(SimpleError = Parse(ParseIntError)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/struct.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / throws! { [INFO] [stderr] 10 | | FooError = Io(io::Error), Parse(ParseIntError); [INFO] [stderr] 11 | | BarError = ParseFloat(ParseFloatError), Foo(FooError) [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/struct.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / throws! { [INFO] [stderr] 10 | | FooError = Io(io::Error), Parse(ParseIntError); [INFO] [stderr] 11 | | BarError = ParseFloat(ParseFloatError), Foo(FooError) [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/file_double.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | throws!(FileDoubleError = Io(io::Error), Parse(ParseIntError)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/file_double.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | throws!(FileDoubleError = Io(io::Error), Parse(ParseIntError)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 58 | throws!(SingleIoError = Io(io::Error)); [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 60 | throws!(#[derive(PartialEq, Eq)] SingleParseIntError = Parse(ParseIntError)); [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 62 | throws!(MultipleError = Io(io::Error), ParseFloat(ParseFloatError), Single(SingleIoError)); [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 64 | / throws! { [INFO] [stderr] 65 | | IoError = Io(io::Error); [INFO] [stderr] 66 | | ParseError = Parse(ParseIntError) [INFO] [stderr] 67 | | } [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | throws!(pub PubError = Io(io::Error), Parse(ParseIntError)); [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 74 | throws!(pub(crate) PubCrateError = Io(io::Error), Parse(ParseIntError)); [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 76 | / throws!( [INFO] [stderr] 77 | | #[derive(PartialEq, Eq, Clone)] [INFO] [stderr] 78 | | #[allow(missing_docs)] [INFO] [stderr] 79 | | pub(crate) AllFeaturesError = ParseInt(ParseIntError), ParseFloat(ParseFloatError) [INFO] [stderr] 80 | | ); [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 82 | / throws! { [INFO] [stderr] 83 | | () PrivateIoError = Io(io::Error); [INFO] [stderr] 84 | | #[derive(Clone)] [INFO] [stderr] 85 | | (pub) PubParseError = Parse(ParseIntError) [INFO] [stderr] 86 | | } [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: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.15s [INFO] running `"docker" "inspect" "1a2bec022755132ac3ae98e872b4e461676a1f46f36cced11f84248db2330d04"` [INFO] running `"docker" "rm" "-f" "1a2bec022755132ac3ae98e872b4e461676a1f46f36cced11f84248db2330d04"` [INFO] [stdout] 1a2bec022755132ac3ae98e872b4e461676a1f46f36cced11f84248db2330d04 [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=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"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fa9da4317610daf6ec2aaf5e6fa00c550b14c3c8cd10b404e6fd77b3073a3cd3 [INFO] running `"docker" "start" "-a" "fa9da4317610daf6ec2aaf5e6fa00c550b14c3c8cd10b404e6fd77b3073a3cd3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/file_double.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | throws!(FileDoubleError = Io(io::Error), Parse(ParseIntError)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/file_double.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | throws!(FileDoubleError = Io(io::Error), Parse(ParseIntError)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 58 | throws!(SingleIoError = Io(io::Error)); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` 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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 60 | throws!(#[derive(PartialEq, Eq)] SingleParseIntError = Parse(ParseIntError)); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 62 | throws!(MultipleError = Io(io::Error), ParseFloat(ParseFloatError), Single(SingleIoError)); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 64 | / throws! { [INFO] [stderr] 65 | | IoError = Io(io::Error); [INFO] [stderr] 66 | | ParseError = Parse(ParseIntError) [INFO] [stderr] 67 | | } [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 72 | throws!(pub PubError = Io(io::Error), Parse(ParseIntError)); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 74 | throws!(pub(crate) PubCrateError = Io(io::Error), Parse(ParseIntError)); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 76 | / throws!( [INFO] [stderr] 77 | | #[derive(PartialEq, Eq, Clone)] [INFO] [stderr] 78 | | #[allow(missing_docs)] [INFO] [stderr] 79 | | pub(crate) AllFeaturesError = ParseInt(ParseIntError), ParseFloat(ParseFloatError) [INFO] [stderr] 80 | | ); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] ... [INFO] [stderr] 82 | / throws! { [INFO] [stderr] 83 | | () PrivateIoError = Io(io::Error); [INFO] [stderr] 84 | | #[derive(Clone)] [INFO] [stderr] 85 | | (pub) PubParseError = Parse(ParseIntError) [INFO] [stderr] 86 | | } [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 58 | throws!(SingleIoError = Io(io::Error)); [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 60 | throws!(#[derive(PartialEq, Eq)] SingleParseIntError = Parse(ParseIntError)); [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 62 | throws!(MultipleError = Io(io::Error), ParseFloat(ParseFloatError), Single(SingleIoError)); [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 64 | / throws! { [INFO] [stderr] 65 | | IoError = Io(io::Error); [INFO] [stderr] 66 | | ParseError = Parse(ParseIntError) [INFO] [stderr] 67 | | } [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | throws!(pub PubError = Io(io::Error), Parse(ParseIntError)); [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 74 | throws!(pub(crate) PubCrateError = Io(io::Error), Parse(ParseIntError)); [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 76 | / throws!( [INFO] [stderr] 77 | | #[derive(PartialEq, Eq, Clone)] [INFO] [stderr] 78 | | #[allow(missing_docs)] [INFO] [stderr] 79 | | pub(crate) AllFeaturesError = ParseInt(ParseIntError), ParseFloat(ParseFloatError) [INFO] [stderr] 80 | | ); [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | $($name::$case(ref err) => err.description()),* [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 82 | / throws! { [INFO] [stderr] 83 | | () PrivateIoError = Io(io::Error); [INFO] [stderr] 84 | | #[derive(Clone)] [INFO] [stderr] 85 | | (pub) PubParseError = Parse(ParseIntError) [INFO] [stderr] 86 | | } [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: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/complex.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | / throws! { [INFO] [stderr] 10 | | #[derive(Clone)] [INFO] [stderr] 11 | | pub FooError = ParseInt(ParseIntError); [INFO] [stderr] 12 | | [INFO] [stderr] 13 | | #[derive(Clone)] [INFO] [stderr] 14 | | pub BarError = ParseFloat(ParseFloatError), Foo(FooError) [INFO] [stderr] 15 | | } [INFO] [stderr] | |_____^ [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/complex.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | / throws! { [INFO] [stderr] 10 | | #[derive(Clone)] [INFO] [stderr] 11 | | pub FooError = ParseInt(ParseIntError); [INFO] [stderr] 12 | | [INFO] [stderr] 13 | | #[derive(Clone)] [INFO] [stderr] 14 | | pub BarError = ParseFloat(ParseFloatError), Foo(FooError) [INFO] [stderr] 15 | | } [INFO] [stderr] | |_____^ [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: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/struct.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / throws! { [INFO] [stderr] 10 | | FooError = Io(io::Error), Parse(ParseIntError); [INFO] [stderr] 11 | | BarError = ParseFloat(ParseFloatError), Foo(FooError) [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/simple.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | throws!(SimpleError = Parse(ParseIntError)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> examples/struct.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / throws! { [INFO] [stderr] 10 | | FooError = Io(io::Error), Parse(ParseIntError); [INFO] [stderr] 11 | | BarError = ParseFloat(ParseFloatError), Foo(FooError) [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [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: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/throws-a59a05c3b0195a0a [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::create_from_error ... ok [INFO] [stderr] Doc-tests throws [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "fa9da4317610daf6ec2aaf5e6fa00c550b14c3c8cd10b404e6fd77b3073a3cd3"` [INFO] running `"docker" "rm" "-f" "fa9da4317610daf6ec2aaf5e6fa00c550b14c3c8cd10b404e6fd77b3073a3cd3"` [INFO] [stdout] fa9da4317610daf6ec2aaf5e6fa00c550b14c3c8cd10b404e6fd77b3073a3cd3