[INFO] updating cached repository https://github.com/jakobdalsgaard/simple-tower-mysql-service [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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6c40b35f4bf966023a49532b50d9f22e6949baf5 [INFO] testing jakobdalsgaard/simple-tower-mysql-service against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakobdalsgaard%2Fsimple-tower-mysql-service" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jakobdalsgaard/simple-tower-mysql-service 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/jakobdalsgaard/simple-tower-mysql-service [INFO] finished tweaking git repo https://github.com/jakobdalsgaard/simple-tower-mysql-service [INFO] tweaked toml for git repo https://github.com/jakobdalsgaard/simple-tower-mysql-service written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/jakobdalsgaard/simple-tower-mysql-service 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-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] de100eafa1c545c9f6087a8a847f73dbcb22d014751701d9caf87ad437ac7cff [INFO] running `"docker" "start" "-a" "de100eafa1c545c9f6087a8a847f73dbcb22d014751701d9caf87ad437ac7cff"` [INFO] [stderr] Compiling prost-build v0.3.2 [INFO] [stderr] Compiling net2 v0.2.32 [INFO] [stderr] Compiling tower-service v0.1.0 (https://github.com/tower-rs/tower#20fb04e3) [INFO] [stderr] Compiling petgraph v0.4.12 [INFO] [stderr] Compiling codegen v0.1.0 (https://github.com/carllerche/codegen#9b2f8185) [INFO] [stderr] Compiling env_logger v0.5.10 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling prost v0.3.2 [INFO] [stderr] Compiling http v0.1.5 [INFO] [stderr] Compiling twox-hash v1.1.0 [INFO] [stderr] Compiling atoi v0.2.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.4 [INFO] [stderr] Compiling chrono v0.4.3 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling tokio-connect v0.1.0 (https://github.com/carllerche/tokio-connect#f7ad1ca4) [INFO] [stderr] Compiling mysql_common v0.5.0 [INFO] [stderr] Compiling tokio-fs v0.1.0 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling h2 v0.1.9 [INFO] [stderr] Compiling tower-add-origin v0.1.0 (https://github.com/tower-rs/tower-http#c9e13f64) [INFO] [stderr] Compiling tower-http v0.1.0 (https://github.com/tower-rs/tower-http#c9e13f64) [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio v0.1.7 [INFO] [stderr] Compiling prost-derive v0.3.2 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tower-h2 v0.1.0 (https://github.com/tower-rs/tower-h2#0c9c5f16) [INFO] [stderr] Compiling mysql_async v0.14.2 [INFO] [stderr] Compiling tower-grpc v0.1.0 (https://github.com/tower-rs/tower-grpc#f222daa5) [INFO] [stderr] Compiling prost-types v0.3.2 [INFO] [stderr] Compiling tower-grpc-build v0.1.0 (https://github.com/tower-rs/tower-grpc#f222daa5) [INFO] [stderr] Compiling simple-tower-mysql-service v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/service.rs:138:34 [INFO] [stderr] | [INFO] [stderr] 138 | type GetItemDataFuture = Box, Error = tower_grpc::Error>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = tower_grpc::Error>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/service.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref CACHE: Mutex> = Mutex::new(HashMap::new()); [INFO] [stderr] 36 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 25.85s [INFO] running `"docker" "inspect" "de100eafa1c545c9f6087a8a847f73dbcb22d014751701d9caf87ad437ac7cff"` [INFO] running `"docker" "rm" "-f" "de100eafa1c545c9f6087a8a847f73dbcb22d014751701d9caf87ad437ac7cff"` [INFO] [stdout] de100eafa1c545c9f6087a8a847f73dbcb22d014751701d9caf87ad437ac7cff [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 9a569c4c7de25fb658c1536749c40c5089a5ce433d74e20d298657ac85fb9c74 [INFO] running `"docker" "start" "-a" "9a569c4c7de25fb658c1536749c40c5089a5ce433d74e20d298657ac85fb9c74"` [INFO] [stderr] Compiling simple-tower-mysql-service v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/service.rs:138:34 [INFO] [stderr] | [INFO] [stderr] 138 | type GetItemDataFuture = Box, Error = tower_grpc::Error>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = tower_grpc::Error>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/service.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref CACHE: Mutex> = Mutex::new(HashMap::new()); [INFO] [stderr] 36 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 2.12s [INFO] running `"docker" "inspect" "9a569c4c7de25fb658c1536749c40c5089a5ce433d74e20d298657ac85fb9c74"` [INFO] running `"docker" "rm" "-f" "9a569c4c7de25fb658c1536749c40c5089a5ce433d74e20d298657ac85fb9c74"` [INFO] [stdout] 9a569c4c7de25fb658c1536749c40c5089a5ce433d74e20d298657ac85fb9c74 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 5f2001cc1dc952e504c6a8b5e67d1a84540b8a432580903a168d7c084d62d6f6 [INFO] running `"docker" "start" "-a" "5f2001cc1dc952e504c6a8b5e67d1a84540b8a432580903a168d7c084d62d6f6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/client-b757f52f5b731f88 [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] Running /opt/rustwide/target/debug/deps/service-ebf5c052fd11378a [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" "5f2001cc1dc952e504c6a8b5e67d1a84540b8a432580903a168d7c084d62d6f6"` [INFO] running `"docker" "rm" "-f" "5f2001cc1dc952e504c6a8b5e67d1a84540b8a432580903a168d7c084d62d6f6"` [INFO] [stdout] 5f2001cc1dc952e504c6a8b5e67d1a84540b8a432580903a168d7c084d62d6f6