[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 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukaspustina%2Fservice-world" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lukaspustina/service-world on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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-0/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" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 5917cdb07378022ba9fcd8f05c3c8056254164e0cc6c03787ad5a4b2f16a8e68 [INFO] running `"docker" "start" "-a" "5917cdb07378022ba9fcd8f05c3c8056254164e0cc6c03787ad5a4b2f16a8e68"` [INFO] [stderr] Compiling cc v1.0.42 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling mio-uds v0.6.7 [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 tokio-timer v0.2.11 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling backtrace v0.3.37 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio v0.1.22 [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.97s [INFO] running `"docker" "inspect" "5917cdb07378022ba9fcd8f05c3c8056254164e0cc6c03787ad5a4b2f16a8e68"` [INFO] running `"docker" "rm" "-f" "5917cdb07378022ba9fcd8f05c3c8056254164e0cc6c03787ad5a4b2f16a8e68"` [INFO] [stdout] 5917cdb07378022ba9fcd8f05c3c8056254164e0cc6c03787ad5a4b2f16a8e68 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] b33004cf1860c86b904ba8761e08f3b6800ffd76a51daff06c3cb15a1209297c [INFO] running `"docker" "start" "-a" "b33004cf1860c86b904ba8761e08f3b6800ffd76a51daff06c3cb15a1209297c"` [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 4.93s [INFO] running `"docker" "inspect" "b33004cf1860c86b904ba8761e08f3b6800ffd76a51daff06c3cb15a1209297c"` [INFO] running `"docker" "rm" "-f" "b33004cf1860c86b904ba8761e08f3b6800ffd76a51daff06c3cb15a1209297c"` [INFO] [stdout] b33004cf1860c86b904ba8761e08f3b6800ffd76a51daff06c3cb15a1209297c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 44872b30a1b126aa21e71049d97465edf40bb1cef9ac183a1ae0eead59d187dc [INFO] running `"docker" "start" "-a" "44872b30a1b126aa21e71049d97465edf40bb1cef9ac183a1ae0eead59d187dc"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/service_world-a5b29568df653cb3 [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" "44872b30a1b126aa21e71049d97465edf40bb1cef9ac183a1ae0eead59d187dc"` [INFO] running `"docker" "rm" "-f" "44872b30a1b126aa21e71049d97465edf40bb1cef9ac183a1ae0eead59d187dc"` [INFO] [stdout] 44872b30a1b126aa21e71049d97465edf40bb1cef9ac183a1ae0eead59d187dc