Nov 16 18:49:49.169 INFO testing munckymagik/actix-todo against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 18:49:49.169 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 18:49:49.528 INFO [stdout] 488b3977a24c8ed4801490448fcb2e839a1e3385438f1bc0b64e9217e8ca1123 Nov 16 18:49:49.533 INFO running `"docker" "start" "-a" "488b3977a24c8ed4801490448fcb2e839a1e3385438f1bc0b64e9217e8ca1123"` Nov 16 18:49:50.815 INFO [stderr] usermod: no changes Nov 16 18:49:51.339 INFO [stderr] Compiling futures v0.1.22 Nov 16 18:49:51.375 INFO [stderr] Compiling actix-web v0.7.4 Nov 16 18:49:51.379 INFO [stderr] Compiling r2d2 v0.8.2 Nov 16 18:49:51.379 INFO [stderr] Compiling http v0.1.10 Nov 16 18:49:51.379 INFO [stderr] Compiling quote v0.6.3 Nov 16 18:49:51.379 INFO [stderr] Compiling url v1.7.1 Nov 16 18:49:51.379 INFO [stderr] Compiling flate2 v1.0.2 Nov 16 18:49:51.379 INFO [stderr] Compiling error-chain v0.11.0 Nov 16 18:49:55.775 INFO [stderr] Compiling diesel v1.3.2 Nov 16 18:49:58.024 INFO [stderr] Compiling syn v0.14.4 Nov 16 18:50:04.071 INFO [stderr] Compiling cookie v0.11.0 Nov 16 18:50:04.071 INFO [stderr] Compiling serde_urlencoded v0.5.3 Nov 16 18:50:04.071 INFO [stderr] Compiling tera v0.11.8 Nov 16 18:50:10.695 INFO [stderr] Compiling tokio-executor v0.1.2 Nov 16 18:50:10.719 INFO [stderr] Compiling tokio-io v0.1.7 Nov 16 18:50:10.783 INFO [stderr] Compiling futures-cpupool v0.1.8 Nov 16 18:50:12.207 INFO [stderr] Compiling tokio-threadpool v0.1.5 Nov 16 18:50:12.208 INFO [stderr] Compiling tokio-timer v0.2.4 Nov 16 18:50:16.824 INFO [stderr] Compiling tokio-codec v0.1.0 Nov 16 18:50:18.107 INFO [stderr] Compiling tokio-reactor v0.1.2 Nov 16 18:50:23.831 INFO [stderr] Compiling tokio-fs v0.1.1 Nov 16 18:50:23.934 INFO [stderr] Compiling tokio-tcp v0.1.0 Nov 16 18:50:23.939 INFO [stderr] Compiling tokio-udp v0.1.1 Nov 16 18:50:23.940 INFO [stderr] Compiling tokio-signal v0.2.4 Nov 16 18:50:24.896 INFO [stderr] Compiling h2 v0.1.10 Nov 16 18:50:29.331 INFO [stderr] Compiling trust-dns-proto v0.4.0 Nov 16 18:50:30.003 INFO [stderr] Compiling tokio v0.1.7 Nov 16 18:51:01.295 INFO [stderr] Compiling trust-dns-resolver v0.9.1 Nov 16 18:51:01.395 INFO [stderr] Compiling synstructure v0.9.0 Nov 16 18:51:01.395 INFO [stderr] Compiling actix_derive v0.3.0 Nov 16 18:51:01.395 INFO [stderr] Compiling serde_derive v1.0.70 Nov 16 18:51:18.413 INFO [stderr] Compiling failure_derive v0.1.2 Nov 16 18:51:30.683 INFO [stderr] Compiling failure v0.1.2 Nov 16 18:51:34.772 INFO [stderr] Compiling actix v0.7.3 Nov 16 18:51:34.774 INFO [stderr] Compiling dotenv v0.13.0 Nov 16 18:52:27.075 INFO [stderr] Compiling actix-todo v0.1.0 (/source) Nov 16 18:52:30.073 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 16 18:52:30.073 INFO [stderr] --> src/model.rs:9:17 Nov 16 18:52:30.073 INFO [stderr] | Nov 16 18:52:30.073 INFO [stderr] 9 | #[derive(Debug, Insertable)] Nov 16 18:52:30.073 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:30.073 INFO [stderr] | Nov 16 18:52:30.073 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 18:52:30.080 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:30.080 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:30.080 INFO [stderr] Nov 16 18:52:30.080 INFO [stderr] warning: cannot find type `NewTask` in this scope Nov 16 18:52:30.080 INFO [stderr] --> src/model.rs:9:17 Nov 16 18:52:30.080 INFO [stderr] | Nov 16 18:52:30.080 INFO [stderr] 9 | #[derive(Debug, Insertable)] Nov 16 18:52:30.080 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:30.080 INFO [stderr] | Nov 16 18:52:30.080 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:30.080 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:30.080 INFO [stderr] Nov 16 18:52:30.080 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 16 18:52:30.080 INFO [stderr] --> src/model.rs:9:17 Nov 16 18:52:30.080 INFO [stderr] | Nov 16 18:52:30.080 INFO [stderr] 9 | #[derive(Debug, Insertable)] Nov 16 18:52:30.080 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:30.080 INFO [stderr] | Nov 16 18:52:30.080 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:30.080 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:30.080 INFO [stderr] Nov 16 18:52:30.080 INFO [stderr] warning: cannot find type `Task` in this scope Nov 16 18:52:30.080 INFO [stderr] --> src/model.rs:15:17 Nov 16 18:52:30.080 INFO [stderr] | Nov 16 18:52:30.080 INFO [stderr] 15 | #[derive(Debug, Queryable, Serialize)] Nov 16 18:52:30.080 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:30.080 INFO [stderr] | Nov 16 18:52:30.080 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:30.080 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:30.080 INFO [stderr] Nov 16 18:52:30.080 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 18:52:30.080 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 18:52:30.080 INFO [stderr] | Nov 16 18:52:30.080 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 18:52:30.080 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:30.080 INFO [stderr] | Nov 16 18:52:30.080 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:30.080 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:30.080 INFO [stderr] Nov 16 18:52:30.080 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 18:52:30.080 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:52:30.080 INFO [stderr] | Nov 16 18:52:30.080 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:52:30.080 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:30.080 INFO [stderr] | Nov 16 18:52:30.080 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:30.080 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:30.080 INFO [stderr] Nov 16 18:52:30.080 INFO [stderr] warning: cannot find type `description` in this scope Nov 16 18:52:30.080 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:52:30.080 INFO [stderr] | Nov 16 18:52:30.080 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:52:30.080 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:30.080 INFO [stderr] | Nov 16 18:52:30.080 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:30.080 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:30.080 INFO [stderr] Nov 16 18:52:30.080 INFO [stderr] warning: cannot find type `completed` in this scope Nov 16 18:52:30.080 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:52:30.080 INFO [stderr] | Nov 16 18:52:30.080 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:52:30.080 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:30.080 INFO [stderr] | Nov 16 18:52:30.080 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:30.080 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:30.080 INFO [stderr] Nov 16 18:52:48.183 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 57s Nov 16 18:52:48.222 INFO [stderr] su: No module specific data is present Nov 16 18:52:50.145 INFO running `"docker" "inspect" "488b3977a24c8ed4801490448fcb2e839a1e3385438f1bc0b64e9217e8ca1123"` Nov 16 18:52:50.471 INFO running `"docker" "rm" "-f" "488b3977a24c8ed4801490448fcb2e839a1e3385438f1bc0b64e9217e8ca1123"` Nov 16 18:52:50.831 INFO [stdout] 488b3977a24c8ed4801490448fcb2e839a1e3385438f1bc0b64e9217e8ca1123 Nov 16 18:52:50.837 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 18:52:51.503 INFO [stdout] 41d2e5a67e45f3e42859ddf4effadcd8a0f94ce608cc9d6dbc1d164eb555ea37 Nov 16 18:52:51.505 INFO running `"docker" "start" "-a" "41d2e5a67e45f3e42859ddf4effadcd8a0f94ce608cc9d6dbc1d164eb555ea37"` Nov 16 18:52:54.230 INFO [stderr] usermod: no changes Nov 16 18:52:54.711 INFO [stderr] Compiling actix-todo v0.1.0 (/source) Nov 16 18:52:57.597 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 16 18:52:57.597 INFO [stderr] --> src/model.rs:9:17 Nov 16 18:52:57.598 INFO [stderr] | Nov 16 18:52:57.598 INFO [stderr] 9 | #[derive(Debug, Insertable)] Nov 16 18:52:57.598 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:57.598 INFO [stderr] | Nov 16 18:52:57.598 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 18:52:57.598 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:57.598 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:57.598 INFO [stderr] Nov 16 18:52:57.598 INFO [stderr] warning: cannot find type `NewTask` in this scope Nov 16 18:52:57.598 INFO [stderr] --> src/model.rs:9:17 Nov 16 18:52:57.599 INFO [stderr] | Nov 16 18:52:57.599 INFO [stderr] 9 | #[derive(Debug, Insertable)] Nov 16 18:52:57.599 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:57.599 INFO [stderr] | Nov 16 18:52:57.599 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:57.599 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:57.599 INFO [stderr] Nov 16 18:52:57.599 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 16 18:52:57.599 INFO [stderr] --> src/model.rs:9:17 Nov 16 18:52:57.599 INFO [stderr] | Nov 16 18:52:57.599 INFO [stderr] 9 | #[derive(Debug, Insertable)] Nov 16 18:52:57.599 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:57.599 INFO [stderr] | Nov 16 18:52:57.599 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:57.599 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:57.603 INFO [stderr] Nov 16 18:52:57.603 INFO [stderr] warning: cannot find type `Task` in this scope Nov 16 18:52:57.603 INFO [stderr] --> src/model.rs:15:17 Nov 16 18:52:57.603 INFO [stderr] | Nov 16 18:52:57.603 INFO [stderr] 15 | #[derive(Debug, Queryable, Serialize)] Nov 16 18:52:57.603 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:57.603 INFO [stderr] | Nov 16 18:52:57.603 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:57.603 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:57.604 INFO [stderr] Nov 16 18:52:57.604 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 18:52:57.604 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 18:52:57.604 INFO [stderr] | Nov 16 18:52:57.604 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 18:52:57.604 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:57.604 INFO [stderr] | Nov 16 18:52:57.604 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:57.604 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:57.604 INFO [stderr] Nov 16 18:52:57.604 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 18:52:57.604 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:52:57.604 INFO [stderr] | Nov 16 18:52:57.604 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:52:57.604 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:57.604 INFO [stderr] | Nov 16 18:52:57.604 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:57.604 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:57.604 INFO [stderr] Nov 16 18:52:57.604 INFO [stderr] warning: cannot find type `description` in this scope Nov 16 18:52:57.604 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:52:57.604 INFO [stderr] | Nov 16 18:52:57.604 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:52:57.604 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:57.604 INFO [stderr] | Nov 16 18:52:57.604 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:57.604 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:57.604 INFO [stderr] Nov 16 18:52:57.604 INFO [stderr] warning: cannot find type `completed` in this scope Nov 16 18:52:57.604 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 18:52:57.604 INFO [stderr] | Nov 16 18:52:57.604 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 18:52:57.604 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 18:52:57.604 INFO [stderr] | Nov 16 18:52:57.604 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 18:52:57.604 INFO [stderr] = note: for more information, see issue #50504 Nov 16 18:52:57.604 INFO [stderr] Nov 16 18:52:58.804 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.55s Nov 16 18:52:58.825 INFO [stderr] su: No module specific data is present Nov 16 18:53:00.567 INFO running `"docker" "inspect" "41d2e5a67e45f3e42859ddf4effadcd8a0f94ce608cc9d6dbc1d164eb555ea37"` Nov 16 18:53:00.931 INFO running `"docker" "rm" "-f" "41d2e5a67e45f3e42859ddf4effadcd8a0f94ce608cc9d6dbc1d164eb555ea37"` Nov 16 18:53:01.299 INFO [stdout] 41d2e5a67e45f3e42859ddf4effadcd8a0f94ce608cc9d6dbc1d164eb555ea37 Nov 16 18:53:01.303 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 18:53:01.962 INFO [stdout] baf9549581f72b6eb1491c7400cdc9b42ac1c090b964b5c4e673e999b81e610a Nov 16 18:53:01.964 INFO running `"docker" "start" "-a" "baf9549581f72b6eb1491c7400cdc9b42ac1c090b964b5c4e673e999b81e610a"` Nov 16 18:53:04.250 INFO [stderr] usermod: no changes Nov 16 18:53:04.619 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.34s Nov 16 18:53:04.629 INFO [stderr] Running /target/debug/deps/actix_todo-aaa28c37a9577e83 Nov 16 18:53:04.651 INFO [stdout] Nov 16 18:53:04.651 INFO [stdout] running 0 tests Nov 16 18:53:04.651 INFO [stdout] Nov 16 18:53:04.651 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 18:53:04.651 INFO [stdout] Nov 16 18:53:04.659 INFO [stderr] su: No module specific data is present Nov 16 18:53:05.401 INFO running `"docker" "inspect" "baf9549581f72b6eb1491c7400cdc9b42ac1c090b964b5c4e673e999b81e610a"` Nov 16 18:53:05.641 INFO running `"docker" "rm" "-f" "baf9549581f72b6eb1491c7400cdc9b42ac1c090b964b5c4e673e999b81e610a"` Nov 16 18:53:05.917 INFO [stdout] baf9549581f72b6eb1491c7400cdc9b42ac1c090b964b5c4e673e999b81e610a