Nov 17 10:49:11.846 INFO testing Weasy666/actix_repro_example against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 10:49:11.846 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 17 10:49:12.127 INFO [stdout] 9e905ffc7853eaf2c9ce2576cf61ed7a6636be52b9d37f660044e6b15c2dd5bd Nov 17 10:49:12.129 INFO running `"docker" "start" "-a" "9e905ffc7853eaf2c9ce2576cf61ed7a6636be52b9d37f660044e6b15c2dd5bd"` Nov 17 10:49:12.778 INFO [stderr] usermod: no changes Nov 17 10:49:13.211 INFO [stderr] Compiling openssl v0.10.11 Nov 17 10:49:13.212 INFO [stderr] Compiling actix-web v0.7.5 Nov 17 10:49:13.213 INFO [stderr] Compiling openssl-sys v0.9.35 Nov 17 10:49:13.239 INFO [stderr] Compiling brotli-sys v0.3.2 Nov 17 10:49:13.240 INFO [stderr] Compiling miniz-sys v0.1.10 Nov 17 10:49:13.241 INFO [stderr] Compiling ring v0.13.2 Nov 17 10:49:13.242 INFO [stderr] Compiling backtrace v0.2.3 Nov 17 10:49:13.242 INFO [stderr] Compiling serde_urlencoded v0.5.3 Nov 17 10:49:14.044 INFO [stderr] Compiling chrono v0.4.6 Nov 17 10:49:14.560 INFO [stderr] Compiling serde_derive v1.0.75 Nov 17 10:49:16.687 INFO [stderr] Compiling flate2 v1.0.2 Nov 17 10:49:16.695 INFO [stderr] Compiling env_logger v0.5.12 Nov 17 10:49:16.959 INFO [stderr] Compiling brotli2 v0.3.2 Nov 17 10:49:19.297 INFO [stderr] Compiling error-chain v0.1.12 Nov 17 10:49:23.092 INFO [stderr] Compiling failure v0.1.2 Nov 17 10:49:23.147 INFO [stderr] Compiling trust-dns-proto v0.4.0 Nov 17 10:49:23.147 INFO [stderr] Compiling cookie v0.11.0 Nov 17 10:49:27.719 INFO [stderr] Compiling dotenv v0.13.0 Nov 17 10:49:28.151 INFO [stderr] Compiling diesel v1.3.2 Nov 17 10:49:51.871 INFO [stderr] Compiling trust-dns-resolver v0.9.1 Nov 17 10:49:54.487 INFO [stderr] Compiling tokio-openssl v0.2.1 Nov 17 10:50:07.268 INFO [stderr] Compiling askama_shared v0.7.1 Nov 17 10:50:11.527 INFO [stderr] Compiling askama_derive v0.7.1 Nov 17 10:50:14.055 INFO [stderr] Compiling actix v0.7.3 Nov 17 10:51:00.883 INFO [stderr] Compiling askama v0.7.1 Nov 17 10:51:08.523 INFO [stderr] Compiling actix_repro_example v0.1.0 (/source) Nov 17 10:51:19.631 INFO [stderr] error[E0557]: feature has been removed Nov 17 10:51:19.631 INFO [stderr] --> src/main.rs:1:12 Nov 17 10:51:19.632 INFO [stderr] | Nov 17 10:51:19.632 INFO [stderr] 1 | #![feature(proc_macro_non_items)] Nov 17 10:51:19.632 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 17 10:51:19.632 INFO [stderr] | Nov 17 10:51:19.633 INFO [stderr] note: subsumed by `#![feature(proc_macro_hygiene)]` Nov 17 10:51:19.633 INFO [stderr] --> src/main.rs:1:12 Nov 17 10:51:19.633 INFO [stderr] | Nov 17 10:51:19.633 INFO [stderr] 1 | #![feature(proc_macro_non_items)] Nov 17 10:51:19.634 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 17 10:51:19.634 INFO [stderr] Nov 17 10:51:25.799 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 17 10:51:25.799 INFO [stderr] --> src/models.rs:8:32 Nov 17 10:51:25.800 INFO [stderr] | Nov 17 10:51:25.800 INFO [stderr] 8 | #[derive(Debug,PartialEq,Clone,Queryable,Insertable)] Nov 17 10:51:25.800 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.801 INFO [stderr] | Nov 17 10:51:25.801 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 10:51:25.801 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 17 10:51:25.801 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.802 INFO [stderr] Nov 17 10:51:25.802 INFO [stderr] warning: cannot find type `User` in this scope Nov 17 10:51:25.802 INFO [stderr] --> src/models.rs:8:32 Nov 17 10:51:25.802 INFO [stderr] | Nov 17 10:51:25.803 INFO [stderr] 8 | #[derive(Debug,PartialEq,Clone,Queryable,Insertable)] Nov 17 10:51:25.803 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.803 INFO [stderr] | Nov 17 10:51:25.803 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 17 10:51:25.804 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.804 INFO [stderr] Nov 17 10:51:25.804 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 17 10:51:25.804 INFO [stderr] --> src/models.rs:8:32 Nov 17 10:51:25.805 INFO [stderr] | Nov 17 10:51:25.805 INFO [stderr] 8 | #[derive(Debug,PartialEq,Clone,Queryable,Insertable)] Nov 17 10:51:25.805 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.805 INFO [stderr] | Nov 17 10:51:25.806 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 17 10:51:25.806 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.806 INFO [stderr] Nov 17 10:51:25.806 INFO [stderr] warning: cannot find type `users` in this scope Nov 17 10:51:25.807 INFO [stderr] --> src/models.rs:8:42 Nov 17 10:51:25.807 INFO [stderr] | Nov 17 10:51:25.807 INFO [stderr] 8 | #[derive(Debug,PartialEq,Clone,Queryable,Insertable)] Nov 17 10:51:25.807 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.808 INFO [stderr] | Nov 17 10:51:25.808 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 17 10:51:25.808 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.808 INFO [stderr] Nov 17 10:51:25.809 INFO [stderr] warning: cannot find type `User` in this scope Nov 17 10:51:25.809 INFO [stderr] --> src/models.rs:8:42 Nov 17 10:51:25.809 INFO [stderr] | Nov 17 10:51:25.809 INFO [stderr] 8 | #[derive(Debug,PartialEq,Clone,Queryable,Insertable)] Nov 17 10:51:25.809 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.810 INFO [stderr] | Nov 17 10:51:25.810 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 17 10:51:25.810 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.810 INFO [stderr] Nov 17 10:51:25.811 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 17 10:51:25.811 INFO [stderr] --> src/models.rs:8:42 Nov 17 10:51:25.811 INFO [stderr] | Nov 17 10:51:25.811 INFO [stderr] 8 | #[derive(Debug,PartialEq,Clone,Queryable,Insertable)] Nov 17 10:51:25.812 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.812 INFO [stderr] | Nov 17 10:51:25.812 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 17 10:51:25.812 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.813 INFO [stderr] Nov 17 10:51:25.814 INFO [stderr] warning: cannot find type `sessions` in this scope Nov 17 10:51:25.814 INFO [stderr] --> src/models.rs:19:32 Nov 17 10:51:25.814 INFO [stderr] | Nov 17 10:51:25.814 INFO [stderr] 19 | #[derive(Debug,PartialEq,Clone,Insertable)] Nov 17 10:51:25.815 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.815 INFO [stderr] | Nov 17 10:51:25.815 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 17 10:51:25.815 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.816 INFO [stderr] Nov 17 10:51:25.816 INFO [stderr] warning: cannot find type `Session` in this scope Nov 17 10:51:25.816 INFO [stderr] --> src/models.rs:19:32 Nov 17 10:51:25.816 INFO [stderr] | Nov 17 10:51:25.817 INFO [stderr] 19 | #[derive(Debug,PartialEq,Clone,Insertable)] Nov 17 10:51:25.817 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.817 INFO [stderr] | Nov 17 10:51:25.817 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 17 10:51:25.818 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.818 INFO [stderr] Nov 17 10:51:25.818 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 17 10:51:25.818 INFO [stderr] --> src/models.rs:19:32 Nov 17 10:51:25.819 INFO [stderr] | Nov 17 10:51:25.819 INFO [stderr] 19 | #[derive(Debug,PartialEq,Clone,Insertable)] Nov 17 10:51:25.819 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.820 INFO [stderr] | Nov 17 10:51:25.820 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 17 10:51:25.820 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.820 INFO [stderr] Nov 17 10:51:25.821 INFO [stderr] warning: unused import: `schema::sessions::dsl::*` Nov 17 10:51:25.821 INFO [stderr] --> src/database.rs:13:5 Nov 17 10:51:25.821 INFO [stderr] | Nov 17 10:51:25.821 INFO [stderr] 13 | use schema::sessions::dsl::*; Nov 17 10:51:25.822 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 10:51:25.822 INFO [stderr] | Nov 17 10:51:25.822 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 10:51:25.822 INFO [stderr] Nov 17 10:51:25.823 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 10:51:25.823 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 10:51:25.823 INFO [stderr] | Nov 17 10:51:25.823 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 10:51:25.824 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.824 INFO [stderr] | Nov 17 10:51:25.824 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 17 10:51:25.824 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.825 INFO [stderr] Nov 17 10:51:25.825 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 10:51:25.825 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:51:25.825 INFO [stderr] | Nov 17 10:51:25.826 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:51:25.826 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.826 INFO [stderr] | Nov 17 10:51:25.826 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 17 10:51:25.827 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.827 INFO [stderr] Nov 17 10:51:25.827 INFO [stderr] warning: cannot find type `username` in this scope Nov 17 10:51:25.827 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:51:25.828 INFO [stderr] | Nov 17 10:51:25.828 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:51:25.828 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.828 INFO [stderr] | Nov 17 10:51:25.829 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 17 10:51:25.829 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.829 INFO [stderr] Nov 17 10:51:25.829 INFO [stderr] warning: cannot find type `token` in this scope Nov 17 10:51:25.830 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:51:25.830 INFO [stderr] | Nov 17 10:51:25.830 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:51:25.830 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.831 INFO [stderr] | Nov 17 10:51:25.831 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 17 10:51:25.831 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.831 INFO [stderr] Nov 17 10:51:25.831 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 17 10:51:25.831 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:51:25.831 INFO [stderr] | Nov 17 10:51:25.831 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:51:25.831 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.831 INFO [stderr] | Nov 17 10:51:25.831 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 17 10:51:25.831 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.831 INFO [stderr] Nov 17 10:51:25.831 INFO [stderr] warning: cannot find type `email` in this scope Nov 17 10:51:25.831 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:51:25.831 INFO [stderr] | Nov 17 10:51:25.831 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:51:25.831 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.831 INFO [stderr] | Nov 17 10:51:25.831 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 17 10:51:25.831 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.831 INFO [stderr] Nov 17 10:51:25.831 INFO [stderr] warning: cannot find type `password` in this scope Nov 17 10:51:25.831 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:51:25.831 INFO [stderr] | Nov 17 10:51:25.831 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:51:25.831 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.831 INFO [stderr] | Nov 17 10:51:25.831 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 17 10:51:25.831 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.831 INFO [stderr] Nov 17 10:51:25.831 INFO [stderr] warning: cannot find type `salt` in this scope Nov 17 10:51:25.831 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:51:25.831 INFO [stderr] | Nov 17 10:51:25.831 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:51:25.831 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:51:25.831 INFO [stderr] | Nov 17 10:51:25.831 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 17 10:51:25.831 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:51:25.831 INFO [stderr] Nov 17 10:51:26.375 INFO [stderr] error: aborting due to previous error Nov 17 10:51:26.375 INFO [stderr] Nov 17 10:51:26.375 INFO [stderr] For more information about this error, try `rustc --explain E0557`. Nov 17 10:51:26.407 INFO [stderr] error: Could not compile `actix_repro_example`. Nov 17 10:51:26.407 INFO [stderr] Nov 17 10:51:26.407 INFO [stderr] To learn more, run the command again with --verbose. Nov 17 10:51:26.415 INFO [stderr] su: No module specific data is present Nov 17 10:51:26.951 INFO running `"docker" "inspect" "9e905ffc7853eaf2c9ce2576cf61ed7a6636be52b9d37f660044e6b15c2dd5bd"` Nov 17 10:51:27.253 INFO running `"docker" "rm" "-f" "9e905ffc7853eaf2c9ce2576cf61ed7a6636be52b9d37f660044e6b15c2dd5bd"` Nov 17 10:51:27.527 INFO [stdout] 9e905ffc7853eaf2c9ce2576cf61ed7a6636be52b9d37f660044e6b15c2dd5bd