[INFO] updating cached repository https://github.com/lofim/gotham-todo [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] 1de092d3cd54c226d2f930f61307c5ff9ea6acd2 [INFO] testing lofim/gotham-todo against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Flofim%2Fgotham-todo" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lofim/gotham-todo 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/lofim/gotham-todo [INFO] finished tweaking git repo https://github.com/lofim/gotham-todo [INFO] tweaked toml for git repo https://github.com/lofim/gotham-todo written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/lofim/gotham-todo 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 38dbbb85486c719e9d554bfe789981119b498c105db3c6fc05755583a500dc80 [INFO] running `"docker" "start" "-a" "38dbbb85486c719e9d554bfe789981119b498c105db3c6fc05755583a500dc80"` [INFO] [stderr] Compiling serde v1.0.57 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling net2 v0.2.32 [INFO] [stderr] Compiling base64 v0.9.1 [INFO] [stderr] Compiling bytes v0.4.7 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling uuid v0.6.3 [INFO] [stderr] Compiling crossbeam-epoch v0.4.1 [INFO] [stderr] Compiling tokio-timer v0.2.3 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling syn v0.13.10 [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling url v1.7.0 [INFO] [stderr] Compiling gotham_derive v0.2.1 [INFO] [stderr] Compiling backtrace v0.3.7 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling crossbeam-deque v0.3.1 [INFO] [stderr] Compiling chrono v0.4.2 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.3 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.0 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio v0.1.6 [INFO] [stderr] Compiling serde_derive v1.0.57 [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 semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.17 [INFO] [stderr] Compiling bincode v1.0.0 [INFO] [stderr] Compiling cargo_metadata v0.5.4 [INFO] [stderr] Compiling skeptic v0.13.3 [INFO] [stderr] Compiling borrow-bag v1.0.0 [INFO] [stderr] Compiling gotham v0.2.1 [INFO] [stderr] Compiling gotham-todo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/todo/controller.rs:93:21 [INFO] [stderr] | [INFO] [stderr] 93 | let mut body_content = [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.25s [INFO] running `"docker" "inspect" "38dbbb85486c719e9d554bfe789981119b498c105db3c6fc05755583a500dc80"` [INFO] running `"docker" "rm" "-f" "38dbbb85486c719e9d554bfe789981119b498c105db3c6fc05755583a500dc80"` [INFO] [stdout] 38dbbb85486c719e9d554bfe789981119b498c105db3c6fc05755583a500dc80 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 206b62c18ab5f9ec2d3ea99c27f68c9ae111537863d1c8dedd2a6d5ad5e27ecd [INFO] running `"docker" "start" "-a" "206b62c18ab5f9ec2d3ea99c27f68c9ae111537863d1c8dedd2a6d5ad5e27ecd"` [INFO] [stderr] Compiling gotham-todo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/todo/controller.rs:93:21 [INFO] [stderr] | [INFO] [stderr] 93 | let mut body_content = [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.92s [INFO] running `"docker" "inspect" "206b62c18ab5f9ec2d3ea99c27f68c9ae111537863d1c8dedd2a6d5ad5e27ecd"` [INFO] running `"docker" "rm" "-f" "206b62c18ab5f9ec2d3ea99c27f68c9ae111537863d1c8dedd2a6d5ad5e27ecd"` [INFO] [stdout] 206b62c18ab5f9ec2d3ea99c27f68c9ae111537863d1c8dedd2a6d5ad5e27ecd [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 0835eae3214092daf8c11bef9f7f1bbd7d2cf0c35e72bb2c49d82c5639b685a6 [INFO] running `"docker" "start" "-a" "0835eae3214092daf8c11bef9f7f1bbd7d2cf0c35e72bb2c49d82c5639b685a6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.46s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gotham_todo-e15563871366e8df [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" "0835eae3214092daf8c11bef9f7f1bbd7d2cf0c35e72bb2c49d82c5639b685a6"` [INFO] running `"docker" "rm" "-f" "0835eae3214092daf8c11bef9f7f1bbd7d2cf0c35e72bb2c49d82c5639b685a6"` [INFO] [stdout] 0835eae3214092daf8c11bef9f7f1bbd7d2cf0c35e72bb2c49d82c5639b685a6