[INFO] updating cached repository kojimaro/todo-rust-actix-web [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/kojimaro/todo-rust-actix-web [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/kojimaro/todo-rust-actix-web" "work/ex/beta-1.37-6/sources/1.36.0/gh/kojimaro/todo-rust-actix-web"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/kojimaro/todo-rust-actix-web'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kojimaro/todo-rust-actix-web" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kojimaro/todo-rust-actix-web"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kojimaro/todo-rust-actix-web'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 151c286f236791c35dbe5491e51b5681eef4e80e [INFO] sha for GitHub repo kojimaro/todo-rust-actix-web: 151c286f236791c35dbe5491e51b5681eef4e80e [INFO] validating manifest of kojimaro/todo-rust-actix-web 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 kojimaro/todo-rust-actix-web 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 kojimaro/todo-rust-actix-web [INFO] finished frobbing kojimaro/todo-rust-actix-web [INFO] frobbed toml for kojimaro/todo-rust-actix-web written to work/ex/beta-1.37-6/sources/1.36.0/gh/kojimaro/todo-rust-actix-web/Cargo.toml [INFO] started frobbing kojimaro/todo-rust-actix-web [INFO] finished frobbing kojimaro/todo-rust-actix-web [INFO] frobbed toml for kojimaro/todo-rust-actix-web written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kojimaro/todo-rust-actix-web/Cargo.toml [INFO] crate kojimaro/todo-rust-actix-web 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 kojimaro/todo-rust-actix-web against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kojimaro/todo-rust-actix-web:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 99cdeb652e6308175f670738db9a37e2840ef2b719b9f5bc3a9523afaa94312a [INFO] running `"docker" "start" "-a" "99cdeb652e6308175f670738db9a37e2840ef2b719b9f5bc3a9523afaa94312a"` [INFO] [stderr] Compiling mysqlclient-sys v0.2.4 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling v_escape_derive v0.2.1 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling tokio-threadpool v0.1.13 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling dotenv v0.10.1 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-signal v0.2.8 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling v_escape v0.3.2 [INFO] [stderr] Compiling v_htmlescape v0.3.2 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling tokio v0.1.18 [INFO] [stderr] Compiling diesel v1.4.2 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling actix-web v0.7.18 [INFO] [stderr] Compiling todo-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `request` [INFO] [stderr] --> src/api/task.rs:6:14 [INFO] [stderr] | [INFO] [stderr] 6 | pub fn index(request: &HttpRequest) -> HttpResponse { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_request` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 15s [INFO] running `"docker" "inspect" "99cdeb652e6308175f670738db9a37e2840ef2b719b9f5bc3a9523afaa94312a"` [INFO] running `"docker" "rm" "-f" "99cdeb652e6308175f670738db9a37e2840ef2b719b9f5bc3a9523afaa94312a"` [INFO] [stdout] 99cdeb652e6308175f670738db9a37e2840ef2b719b9f5bc3a9523afaa94312a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kojimaro/todo-rust-actix-web:/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] bfe6625514aa4e32f1bce2b6e7fb2ffc2bba8ed14437b81d2b303e63572e8d17 [INFO] running `"docker" "start" "-a" "bfe6625514aa4e32f1bce2b6e7fb2ffc2bba8ed14437b81d2b303e63572e8d17"` [INFO] [stderr] Compiling todo-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `request` [INFO] [stderr] --> src/api/task.rs:6:14 [INFO] [stderr] | [INFO] [stderr] 6 | pub fn index(request: &HttpRequest) -> HttpResponse { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_request` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.52s [INFO] running `"docker" "inspect" "bfe6625514aa4e32f1bce2b6e7fb2ffc2bba8ed14437b81d2b303e63572e8d17"` [INFO] running `"docker" "rm" "-f" "bfe6625514aa4e32f1bce2b6e7fb2ffc2bba8ed14437b81d2b303e63572e8d17"` [INFO] [stdout] bfe6625514aa4e32f1bce2b6e7fb2ffc2bba8ed14437b81d2b303e63572e8d17 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kojimaro/todo-rust-actix-web:/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 616c9dd21d3340740903c6d7123ba1f81337224c75dac35187e6bf95fcf523a1 [INFO] running `"docker" "start" "-a" "616c9dd21d3340740903c6d7123ba1f81337224c75dac35187e6bf95fcf523a1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running /opt/crater/target/debug/deps/todo_rust-4223a36663dea54b [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" "616c9dd21d3340740903c6d7123ba1f81337224c75dac35187e6bf95fcf523a1"` [INFO] running `"docker" "rm" "-f" "616c9dd21d3340740903c6d7123ba1f81337224c75dac35187e6bf95fcf523a1"` [INFO] [stdout] 616c9dd21d3340740903c6d7123ba1f81337224c75dac35187e6bf95fcf523a1