Sep 21 13:44:00.485 INFO checking actix-web-sql-identity-0.4.3 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 13:44:00.485 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 13:44:00.485 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/master#f7f4c500b46603386e940f116b469c7adc043a6d:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 13:44:00.691 INFO blam! f83e71f84fe85edfb6bd8fc74bcda0515b1bb499f8f5c16aeeaec2d4019f3466 Sep 21 13:44:00.695 INFO running `"docker" "start" "-a" "f83e71f84fe85edfb6bd8fc74bcda0515b1bb499f8f5c16aeeaec2d4019f3466"` Sep 21 13:44:01.338 INFO kablam! usermod: no changes Sep 21 13:44:01.739 INFO kablam! Compiling actix-web v0.7.8 Sep 21 13:44:01.754 INFO kablam! Compiling mysqlclient-sys v0.2.3 Sep 21 13:44:01.758 INFO kablam! Checking libsqlite3-sys v0.9.3 Sep 21 13:44:01.760 INFO kablam! Compiling diesel_derives v1.3.0 Sep 21 13:44:01.761 INFO kablam! Checking cookie v0.11.0 Sep 21 13:44:01.763 INFO kablam! Compiling actix_derive v0.3.0 Sep 21 13:44:01.764 INFO kablam! Checking tokio-signal v0.2.5 Sep 21 13:44:01.766 INFO kablam! Checking dotenv v0.13.0 Sep 21 13:44:05.758 INFO kablam! Checking trust-dns-proto v0.4.0 Sep 21 13:44:19.812 INFO kablam! Checking trust-dns-resolver v0.9.1 Sep 21 13:44:20.754 INFO kablam! Checking diesel v1.3.3 Sep 21 13:44:24.262 INFO kablam! Checking actix v0.7.4 Sep 21 13:45:05.323 INFO kablam! Checking actix-web-sql-identity v0.4.3 (/source) Sep 21 13:45:12.938 INFO kablam! warning: unused import: `SqlIdentityError` Sep 21 13:45:12.938 INFO kablam! --> src/sql.rs:27:26 Sep 21 13:45:12.939 INFO kablam! | Sep 21 13:45:12.939 INFO kablam! 27 | use super::{SqlIdentity, SqlIdentityError}; Sep 21 13:45:12.940 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 13:45:12.940 INFO kablam! | Sep 21 13:45:12.940 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:45:12.940 INFO kablam! Sep 21 13:45:12.941 INFO kablam! warning: cannot find type `table` in this scope Sep 21 13:45:12.941 INFO kablam! --> :165:33 Sep 21 13:45:12.941 INFO kablam! | Sep 21 13:45:12.942 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 21 13:45:12.942 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.942 INFO kablam! | Sep 21 13:45:12.943 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 21 13:45:12.943 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.943 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.944 INFO kablam! Sep 21 13:45:12.944 INFO kablam! warning: cannot find type `table` in this scope Sep 21 13:45:12.944 INFO kablam! --> :165:33 Sep 21 13:45:12.945 INFO kablam! | Sep 21 13:45:12.945 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 21 13:45:12.945 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.946 INFO kablam! | Sep 21 13:45:12.946 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.946 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.947 INFO kablam! Sep 21 13:45:12.947 INFO kablam! warning: cannot find type `id` in this scope Sep 21 13:45:12.947 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 13:45:12.948 INFO kablam! | Sep 21 13:45:12.948 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 13:45:12.948 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.948 INFO kablam! | Sep 21 13:45:12.949 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.949 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.949 INFO kablam! Sep 21 13:45:12.950 INFO kablam! warning: cannot find type `token` in this scope Sep 21 13:45:12.950 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 13:45:12.950 INFO kablam! | Sep 21 13:45:12.951 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 13:45:12.951 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.951 INFO kablam! | Sep 21 13:45:12.951 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.951 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.951 INFO kablam! Sep 21 13:45:12.951 INFO kablam! warning: cannot find type `userid` in this scope Sep 21 13:45:12.952 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 13:45:12.952 INFO kablam! | Sep 21 13:45:12.952 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 13:45:12.952 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.952 INFO kablam! | Sep 21 13:45:12.952 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.952 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.952 INFO kablam! Sep 21 13:45:12.952 INFO kablam! warning: cannot find type `ip` in this scope Sep 21 13:45:12.952 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 13:45:12.952 INFO kablam! | Sep 21 13:45:12.952 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 13:45:12.952 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.952 INFO kablam! | Sep 21 13:45:12.952 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.952 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.952 INFO kablam! Sep 21 13:45:12.952 INFO kablam! warning: cannot find type `useragent` in this scope Sep 21 13:45:12.952 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 13:45:12.952 INFO kablam! | Sep 21 13:45:12.952 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 13:45:12.952 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.953 INFO kablam! | Sep 21 13:45:12.953 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.953 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.953 INFO kablam! Sep 21 13:45:12.953 INFO kablam! warning: cannot find type `created` in this scope Sep 21 13:45:12.953 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 13:45:12.953 INFO kablam! | Sep 21 13:45:12.953 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 13:45:12.953 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.953 INFO kablam! | Sep 21 13:45:12.953 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.953 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.953 INFO kablam! Sep 21 13:45:12.953 INFO kablam! warning: cannot find type `modified` in this scope Sep 21 13:45:12.953 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 13:45:12.953 INFO kablam! | Sep 21 13:45:12.953 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 13:45:12.953 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.953 INFO kablam! | Sep 21 13:45:12.953 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.953 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.953 INFO kablam! Sep 21 13:45:12.953 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 21 13:45:12.953 INFO kablam! --> src/sql.rs:49:17 Sep 21 13:45:12.953 INFO kablam! | Sep 21 13:45:12.954 INFO kablam! 49 | #[derive(Debug, Queryable)] Sep 21 13:45:12.954 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.954 INFO kablam! | Sep 21 13:45:12.954 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.954 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.954 INFO kablam! Sep 21 13:45:12.954 INFO kablam! warning: cannot find type `SqlIdentityModel` in this scope Sep 21 13:45:12.954 INFO kablam! --> src/sql.rs:49:17 Sep 21 13:45:12.954 INFO kablam! | Sep 21 13:45:12.955 INFO kablam! 49 | #[derive(Debug, Queryable)] Sep 21 13:45:12.955 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.955 INFO kablam! | Sep 21 13:45:12.955 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.955 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.955 INFO kablam! Sep 21 13:45:12.955 INFO kablam! warning: cannot find type `UpdateIdentity` in this scope Sep 21 13:45:12.955 INFO kablam! --> src/sql.rs:197:17 Sep 21 13:45:12.955 INFO kablam! | Sep 21 13:45:12.955 INFO kablam! 197 | #[derive(Debug, AsChangeset)] Sep 21 13:45:12.955 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.955 INFO kablam! | Sep 21 13:45:12.955 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.955 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.955 INFO kablam! Sep 21 13:45:12.955 INFO kablam! warning: cannot find type `identities` in this scope Sep 21 13:45:12.955 INFO kablam! --> src/sql.rs:197:17 Sep 21 13:45:12.955 INFO kablam! | Sep 21 13:45:12.955 INFO kablam! 197 | #[derive(Debug, AsChangeset)] Sep 21 13:45:12.956 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.956 INFO kablam! | Sep 21 13:45:12.956 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.956 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.956 INFO kablam! Sep 21 13:45:12.956 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 21 13:45:12.956 INFO kablam! --> src/sql.rs:197:17 Sep 21 13:45:12.956 INFO kablam! | Sep 21 13:45:12.956 INFO kablam! 197 | #[derive(Debug, AsChangeset)] Sep 21 13:45:12.956 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.956 INFO kablam! | Sep 21 13:45:12.956 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.956 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.956 INFO kablam! Sep 21 13:45:12.956 INFO kablam! warning: cannot find type `identities` in this scope Sep 21 13:45:12.956 INFO kablam! --> src/sql.rs:206:17 Sep 21 13:45:12.956 INFO kablam! | Sep 21 13:45:12.956 INFO kablam! 206 | #[derive(Debug, Insertable)] Sep 21 13:45:12.956 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.956 INFO kablam! | Sep 21 13:45:12.956 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.956 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.956 INFO kablam! Sep 21 13:45:12.956 INFO kablam! warning: cannot find type `CreateIdentity` in this scope Sep 21 13:45:12.956 INFO kablam! --> src/sql.rs:206:17 Sep 21 13:45:12.956 INFO kablam! | Sep 21 13:45:12.956 INFO kablam! 206 | #[derive(Debug, Insertable)] Sep 21 13:45:12.956 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.956 INFO kablam! | Sep 21 13:45:12.956 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.956 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.956 INFO kablam! Sep 21 13:45:12.956 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 21 13:45:12.957 INFO kablam! --> src/sql.rs:206:17 Sep 21 13:45:12.957 INFO kablam! | Sep 21 13:45:12.957 INFO kablam! 206 | #[derive(Debug, Insertable)] Sep 21 13:45:12.957 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.957 INFO kablam! | Sep 21 13:45:12.957 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.957 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.957 INFO kablam! Sep 21 13:45:12.965 INFO kablam! warning: unused import: `SqlIdentityError` Sep 21 13:45:12.965 INFO kablam! --> src/sql.rs:27:26 Sep 21 13:45:12.965 INFO kablam! | Sep 21 13:45:12.965 INFO kablam! 27 | use super::{SqlIdentity, SqlIdentityError}; Sep 21 13:45:12.965 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 13:45:12.965 INFO kablam! | Sep 21 13:45:12.965 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:45:12.965 INFO kablam! Sep 21 13:45:12.966 INFO kablam! warning: cannot find type `table` in this scope Sep 21 13:45:12.966 INFO kablam! --> :165:33 Sep 21 13:45:12.966 INFO kablam! | Sep 21 13:45:12.966 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 21 13:45:12.966 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.966 INFO kablam! | Sep 21 13:45:12.966 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 21 13:45:12.966 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.967 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.967 INFO kablam! Sep 21 13:45:12.967 INFO kablam! warning: cannot find type `table` in this scope Sep 21 13:45:12.967 INFO kablam! --> :165:33 Sep 21 13:45:12.967 INFO kablam! | Sep 21 13:45:12.967 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 21 13:45:12.967 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.967 INFO kablam! | Sep 21 13:45:12.968 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.968 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.968 INFO kablam! Sep 21 13:45:12.968 INFO kablam! warning: cannot find type `id` in this scope Sep 21 13:45:12.968 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 13:45:12.968 INFO kablam! | Sep 21 13:45:12.968 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 13:45:12.968 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.974 INFO kablam! | Sep 21 13:45:12.974 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.974 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.974 INFO kablam! Sep 21 13:45:12.975 INFO kablam! warning: cannot find type `token` in this scope Sep 21 13:45:12.975 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 13:45:12.975 INFO kablam! | Sep 21 13:45:12.975 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 13:45:12.975 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.976 INFO kablam! | Sep 21 13:45:12.976 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.976 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.976 INFO kablam! Sep 21 13:45:12.977 INFO kablam! warning: cannot find type `userid` in this scope Sep 21 13:45:12.977 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 13:45:12.977 INFO kablam! | Sep 21 13:45:12.977 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 13:45:12.977 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.977 INFO kablam! | Sep 21 13:45:12.978 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.978 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.978 INFO kablam! Sep 21 13:45:12.978 INFO kablam! warning: cannot find type `ip` in this scope Sep 21 13:45:12.978 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 13:45:12.978 INFO kablam! | Sep 21 13:45:12.978 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 13:45:12.979 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.979 INFO kablam! | Sep 21 13:45:12.979 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.979 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.979 INFO kablam! Sep 21 13:45:12.980 INFO kablam! warning: cannot find type `useragent` in this scope Sep 21 13:45:12.980 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 13:45:12.980 INFO kablam! | Sep 21 13:45:12.980 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 13:45:12.980 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.980 INFO kablam! | Sep 21 13:45:12.980 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.980 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.980 INFO kablam! Sep 21 13:45:12.981 INFO kablam! warning: cannot find type `created` in this scope Sep 21 13:45:12.981 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 13:45:12.981 INFO kablam! | Sep 21 13:45:12.981 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 13:45:12.981 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.981 INFO kablam! | Sep 21 13:45:12.982 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.982 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.982 INFO kablam! Sep 21 13:45:12.982 INFO kablam! warning: cannot find type `modified` in this scope Sep 21 13:45:12.982 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 13:45:12.982 INFO kablam! | Sep 21 13:45:12.982 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 13:45:12.983 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.983 INFO kablam! | Sep 21 13:45:12.983 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.983 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.983 INFO kablam! Sep 21 13:45:12.984 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 21 13:45:12.984 INFO kablam! --> src/sql.rs:49:17 Sep 21 13:45:12.984 INFO kablam! | Sep 21 13:45:12.984 INFO kablam! 49 | #[derive(Debug, Queryable)] Sep 21 13:45:12.984 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.984 INFO kablam! | Sep 21 13:45:12.984 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.985 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.985 INFO kablam! Sep 21 13:45:12.985 INFO kablam! warning: cannot find type `SqlIdentityModel` in this scope Sep 21 13:45:12.985 INFO kablam! --> src/sql.rs:49:17 Sep 21 13:45:12.985 INFO kablam! | Sep 21 13:45:12.985 INFO kablam! 49 | #[derive(Debug, Queryable)] Sep 21 13:45:12.985 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.985 INFO kablam! | Sep 21 13:45:12.985 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.986 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.986 INFO kablam! Sep 21 13:45:12.986 INFO kablam! warning: cannot find type `UpdateIdentity` in this scope Sep 21 13:45:12.986 INFO kablam! --> src/sql.rs:197:17 Sep 21 13:45:12.986 INFO kablam! | Sep 21 13:45:12.986 INFO kablam! 197 | #[derive(Debug, AsChangeset)] Sep 21 13:45:12.986 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.987 INFO kablam! | Sep 21 13:45:12.987 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.987 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.987 INFO kablam! Sep 21 13:45:12.987 INFO kablam! warning: cannot find type `identities` in this scope Sep 21 13:45:12.987 INFO kablam! --> src/sql.rs:197:17 Sep 21 13:45:12.987 INFO kablam! | Sep 21 13:45:12.988 INFO kablam! 197 | #[derive(Debug, AsChangeset)] Sep 21 13:45:12.988 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.988 INFO kablam! | Sep 21 13:45:12.988 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.988 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.988 INFO kablam! Sep 21 13:45:12.989 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 21 13:45:12.989 INFO kablam! --> src/sql.rs:197:17 Sep 21 13:45:12.989 INFO kablam! | Sep 21 13:45:12.989 INFO kablam! 197 | #[derive(Debug, AsChangeset)] Sep 21 13:45:12.989 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.989 INFO kablam! | Sep 21 13:45:12.989 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.990 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.990 INFO kablam! Sep 21 13:45:12.990 INFO kablam! warning: cannot find type `identities` in this scope Sep 21 13:45:12.990 INFO kablam! --> src/sql.rs:206:17 Sep 21 13:45:12.991 INFO kablam! | Sep 21 13:45:12.991 INFO kablam! 206 | #[derive(Debug, Insertable)] Sep 21 13:45:12.991 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.992 INFO kablam! | Sep 21 13:45:12.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.992 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.993 INFO kablam! Sep 21 13:45:12.993 INFO kablam! warning: cannot find type `CreateIdentity` in this scope Sep 21 13:45:12.993 INFO kablam! --> src/sql.rs:206:17 Sep 21 13:45:12.994 INFO kablam! | Sep 21 13:45:12.994 INFO kablam! 206 | #[derive(Debug, Insertable)] Sep 21 13:45:12.994 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.995 INFO kablam! | Sep 21 13:45:12.995 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.995 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.995 INFO kablam! Sep 21 13:45:12.996 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 21 13:45:12.996 INFO kablam! --> src/sql.rs:206:17 Sep 21 13:45:12.996 INFO kablam! | Sep 21 13:45:12.997 INFO kablam! 206 | #[derive(Debug, Insertable)] Sep 21 13:45:12.997 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:45:12.997 INFO kablam! | Sep 21 13:45:12.998 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 13:45:12.998 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:45:12.998 INFO kablam! Sep 21 13:45:19.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Sep 21 13:45:19.180 INFO kablam! su: No module specific data is present Sep 21 13:45:20.707 INFO running `"docker" "rm" "-f" "f83e71f84fe85edfb6bd8fc74bcda0515b1bb499f8f5c16aeeaec2d4019f3466"` Sep 21 13:45:20.826 INFO blam! f83e71f84fe85edfb6bd8fc74bcda0515b1bb499f8f5c16aeeaec2d4019f3466