[INFO] updating cached repository topher6345/kafka-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/topher6345/kafka-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/topher6345/kafka-rust" "work/ex/beta-1.37-6/sources/1.36.0/gh/topher6345/kafka-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/topher6345/kafka-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/topher6345/kafka-rust" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/topher6345/kafka-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/topher6345/kafka-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 27e582d8e8fb449441d09354cd916885057239f4 [INFO] sha for GitHub repo topher6345/kafka-rust: 27e582d8e8fb449441d09354cd916885057239f4 [INFO] validating manifest of topher6345/kafka-rust on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of topher6345/kafka-rust on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing topher6345/kafka-rust [INFO] finished frobbing topher6345/kafka-rust [INFO] frobbed toml for topher6345/kafka-rust written to work/ex/beta-1.37-6/sources/1.36.0/gh/topher6345/kafka-rust/Cargo.toml [INFO] started frobbing topher6345/kafka-rust [INFO] finished frobbing topher6345/kafka-rust [INFO] frobbed toml for topher6345/kafka-rust written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/topher6345/kafka-rust/Cargo.toml [INFO] crate topher6345/kafka-rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing topher6345/kafka-rust against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/topher6345/kafka-rust:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 6010b4884c01d10802937bc917d230d32d84e1d98b4915f4275fa8cc0fe9f36e [INFO] running `"docker" "start" "-a" "6010b4884c01d10802937bc917d230d32d84e1d98b4915f4275fa8cc0fe9f36e"` [INFO] [stderr] Compiling ref_slice v1.1.1 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling openssl-sys v0.9.30 [INFO] [stderr] Compiling atty v0.2.10 [INFO] [stderr] Compiling snap v0.2.4 [INFO] [stderr] Compiling regex v1.0.0 [INFO] [stderr] Compiling twox-hash v1.1.0 [INFO] [stderr] Compiling backtrace v0.3.7 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling env_logger v0.5.10 [INFO] [stderr] Compiling kafka v0.7.0 [INFO] [stderr] Compiling hello_kafka v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | / error_chain! { [INFO] [stderr] 77 | | foreign_links { [INFO] [stderr] 78 | | Kafka(kafka::error::Error); [INFO] [stderr] 79 | | Io(io::Error); [INFO] [stderr] 80 | | Opt(getopts::Fail); [INFO] [stderr] 81 | | } [INFO] [stderr] 82 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | / error_chain! { [INFO] [stderr] 77 | | foreign_links { [INFO] [stderr] 78 | | Kafka(kafka::error::Error); [INFO] [stderr] 79 | | Io(io::Error); [INFO] [stderr] 80 | | Opt(getopts::Fail); [INFO] [stderr] 81 | | } [INFO] [stderr] 82 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.13s [INFO] running `"docker" "inspect" "6010b4884c01d10802937bc917d230d32d84e1d98b4915f4275fa8cc0fe9f36e"` [INFO] running `"docker" "rm" "-f" "6010b4884c01d10802937bc917d230d32d84e1d98b4915f4275fa8cc0fe9f36e"` [INFO] [stdout] 6010b4884c01d10802937bc917d230d32d84e1d98b4915f4275fa8cc0fe9f36e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/topher6345/kafka-rust:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 6e7ab6dab61ca5f6b40daaaed022973305205f640bd850fb8c41e47e37db9518 [INFO] running `"docker" "start" "-a" "6e7ab6dab61ca5f6b40daaaed022973305205f640bd850fb8c41e47e37db9518"` [INFO] [stderr] Compiling hello_kafka v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | / error_chain! { [INFO] [stderr] 77 | | foreign_links { [INFO] [stderr] 78 | | Kafka(kafka::error::Error); [INFO] [stderr] 79 | | Io(io::Error); [INFO] [stderr] 80 | | Opt(getopts::Fail); [INFO] [stderr] 81 | | } [INFO] [stderr] 82 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | / error_chain! { [INFO] [stderr] 77 | | foreign_links { [INFO] [stderr] 78 | | Kafka(kafka::error::Error); [INFO] [stderr] 79 | | Io(io::Error); [INFO] [stderr] 80 | | Opt(getopts::Fail); [INFO] [stderr] 81 | | } [INFO] [stderr] 82 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.22s [INFO] running `"docker" "inspect" "6e7ab6dab61ca5f6b40daaaed022973305205f640bd850fb8c41e47e37db9518"` [INFO] running `"docker" "rm" "-f" "6e7ab6dab61ca5f6b40daaaed022973305205f640bd850fb8c41e47e37db9518"` [INFO] [stdout] 6e7ab6dab61ca5f6b40daaaed022973305205f640bd850fb8c41e47e37db9518 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/topher6345/kafka-rust:/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 7f5396728ddc9e8f10c4e2c2c169638eff8ddebeb6e7801419e65b578514cc89 [INFO] running `"docker" "start" "-a" "7f5396728ddc9e8f10c4e2c2c169638eff8ddebeb6e7801419e65b578514cc89"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/hello_kafka-455a2b3a8d6abc69 [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" "7f5396728ddc9e8f10c4e2c2c169638eff8ddebeb6e7801419e65b578514cc89"` [INFO] running `"docker" "rm" "-f" "7f5396728ddc9e8f10c4e2c2c169638eff8ddebeb6e7801419e65b578514cc89"` [INFO] [stdout] 7f5396728ddc9e8f10c4e2c2c169638eff8ddebeb6e7801419e65b578514cc89