[INFO] updating cached repository https://github.com/lukaspustina/service-world [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/lukaspustina/service-world [INFO] [stderr] + df9dd4d...cf4ab76 dependabot/cargo/handlebars-2.0.2 -> dependabot/cargo/handlebars-2.0.2 (forced update) [INFO] [stderr] + a96ebb0...68dc9f3 dependabot/cargo/hyper-0.12.35 -> dependabot/cargo/hyper-0.12.35 (forced update) [INFO] [stderr] + 7837400...6185a8e dependabot/cargo/toml-0.5.3 -> dependabot/cargo/toml-0.5.3 (forced update) [INFO] [stderr] d210620..ca39aa9 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ca39aa978bcb2f871c9c8ef52882eb1b16caaf0e [INFO] testing lukaspustina/service-world against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukaspustina%2Fservice-world" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lukaspustina/service-world on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/lukaspustina/service-world [INFO] finished tweaking git repo https://github.com/lukaspustina/service-world [INFO] tweaked toml for git repo https://github.com/lukaspustina/service-world written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/lukaspustina/service-world already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "build" "--frozen"` [INFO] [stdout] aa22d48dc5a9cc4936c5173bd314a424eeec9b6f2fbbe7a0b1e1668cbefa4aa1 [INFO] running `"docker" "start" "-a" "aa22d48dc5a9cc4936c5173bd314a424eeec9b6f2fbbe7a0b1e1668cbefa4aa1"` [INFO] [stderr] Compiling cc v1.0.42 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling handlebars v0.29.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling backtrace v0.3.37 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling service_world v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/config.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | / error_chain! { [INFO] [stderr] 82 | | foreign_links { [INFO] [stderr] 83 | | CouldNotRead(::std::io::Error); [INFO] [stderr] 84 | | CouldNotParse(::toml::de::Error); [INFO] [stderr] 85 | | } [INFO] [stderr] 86 | | } [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/config.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | / error_chain! { [INFO] [stderr] 82 | | foreign_links { [INFO] [stderr] 83 | | CouldNotRead(::std::io::Error); [INFO] [stderr] 84 | | CouldNotParse(::toml::de::Error); [INFO] [stderr] 85 | | } [INFO] [stderr] 86 | | } [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 18.04s [INFO] running `"docker" "inspect" "aa22d48dc5a9cc4936c5173bd314a424eeec9b6f2fbbe7a0b1e1668cbefa4aa1"` [INFO] running `"docker" "rm" "-f" "aa22d48dc5a9cc4936c5173bd314a424eeec9b6f2fbbe7a0b1e1668cbefa4aa1"` [INFO] [stdout] aa22d48dc5a9cc4936c5173bd314a424eeec9b6f2fbbe7a0b1e1668cbefa4aa1 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] d1d3e33ea7dd0f5def8fe533bee2eede6c4dfbaf197caad81c9a2432fe5de255 [INFO] running `"docker" "start" "-a" "d1d3e33ea7dd0f5def8fe533bee2eede6c4dfbaf197caad81c9a2432fe5de255"` [INFO] [stderr] Compiling service_world v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/config.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | / error_chain! { [INFO] [stderr] 82 | | foreign_links { [INFO] [stderr] 83 | | CouldNotRead(::std::io::Error); [INFO] [stderr] 84 | | CouldNotParse(::toml::de::Error); [INFO] [stderr] 85 | | } [INFO] [stderr] 86 | | } [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/config.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | / error_chain! { [INFO] [stderr] 82 | | foreign_links { [INFO] [stderr] 83 | | CouldNotRead(::std::io::Error); [INFO] [stderr] 84 | | CouldNotParse(::toml::de::Error); [INFO] [stderr] 85 | | } [INFO] [stderr] 86 | | } [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 5.06s [INFO] running `"docker" "inspect" "d1d3e33ea7dd0f5def8fe533bee2eede6c4dfbaf197caad81c9a2432fe5de255"` [INFO] running `"docker" "rm" "-f" "d1d3e33ea7dd0f5def8fe533bee2eede6c4dfbaf197caad81c9a2432fe5de255"` [INFO] [stdout] d1d3e33ea7dd0f5def8fe533bee2eede6c4dfbaf197caad81c9a2432fe5de255 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "test" "--frozen"` [INFO] [stdout] 163eb9f430f9e8c0b3a7baead9218f955d1d9d8f0d9561d241acc5842245f37d [INFO] running `"docker" "start" "-a" "163eb9f430f9e8c0b3a7baead9218f955d1d9d8f0d9561d241acc5842245f37d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.55s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/service_world-b51a30ebc1a79cab [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] [stderr] Doc-tests service_world [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" "163eb9f430f9e8c0b3a7baead9218f955d1d9d8f0d9561d241acc5842245f37d"` [INFO] running `"docker" "rm" "-f" "163eb9f430f9e8c0b3a7baead9218f955d1d9d8f0d9561d241acc5842245f37d"` [INFO] [stdout] 163eb9f430f9e8c0b3a7baead9218f955d1d9d8f0d9561d241acc5842245f37d