Sep 01 15:15:56.152 INFO checking ivanceras/old-rustorm against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 15:15:56.152 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 15:15:56.152 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 15:15:56.413 INFO blam! 457275bcf54bc5449e9f105e6dd180875b9517d8eea873bc689002cd7d81f265 Sep 01 15:15:56.416 INFO running `"docker" "start" "-a" "457275bcf54bc5449e9f105e6dd180875b9517d8eea873bc689002cd7d81f265"` Sep 01 15:15:57.398 INFO kablam! Checking serde v0.9.13 Sep 01 15:15:57.400 INFO kablam! Checking serde v0.7.15 Sep 01 15:15:57.400 INFO kablam! Checking memchr v0.1.11 Sep 01 15:15:57.401 INFO kablam! Checking phf v0.7.15 Sep 01 15:15:57.401 INFO kablam! Checking r2d2 v0.7.1 Sep 01 15:15:57.401 INFO kablam! Compiling syn v0.10.8 Sep 01 15:15:57.401 INFO kablam! Checking pretty_assertions v0.1.2 Sep 01 15:15:57.401 INFO kablam! Checking num v0.1.37 Sep 01 15:15:58.027 INFO kablam! Checking thread-id v2.0.0 Sep 01 15:15:58.076 INFO kablam! Checking chrono v0.2.25 Sep 01 15:15:58.268 INFO kablam! Checking aho-corasick v0.5.3 Sep 01 15:15:58.544 INFO kablam! Checking thread_local v0.2.7 Sep 01 15:16:00.360 INFO kablam! Checking regex v0.1.80 Sep 01 15:16:05.422 INFO kablam! Checking env_logger v0.3.5 Sep 01 15:16:07.395 INFO kablam! Compiling rustorm-derive v0.1.0 (file:///source/rustorm-derive) Sep 01 15:16:08.878 INFO kablam! Checking serde_json v0.7.4 Sep 01 15:16:15.610 INFO kablam! Checking uuid v0.4.0 Sep 01 15:16:16.566 INFO kablam! Checking postgres v0.11.12 Sep 01 15:16:21.563 INFO kablam! Checking r2d2_postgres v0.10.1 Sep 01 15:16:22.242 INFO kablam! Checking rustorm v0.7.0 (file:///source) Sep 01 15:16:27.842 INFO blam! Attribute { style: Outer, value: NameValue(Ident("table"), Str("users", Cooked)), is_sugared_doc: false } Sep 01 15:16:27.864 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 01 15:16:27.864 INFO kablam! --> examples/em_insert_sqlite.rs:48:20 Sep 01 15:16:27.864 INFO kablam! | Sep 01 15:16:27.864 INFO kablam! 48 | let db = pool::db_with_url("sqlite:///file.db").unwrap(); Sep 01 15:16:27.864 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 01 15:16:27.865 INFO kablam! Sep 01 15:16:27.866 INFO kablam! warning: unused import: `chrono::DateTime` Sep 01 15:16:27.866 INFO kablam! --> examples/em_insert_sqlite.rs:19:5 Sep 01 15:16:27.866 INFO kablam! | Sep 01 15:16:27.866 INFO kablam! 19 | use chrono::DateTime; Sep 01 15:16:27.866 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 15:16:27.867 INFO kablam! | Sep 01 15:16:27.867 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 15:16:27.867 INFO kablam! Sep 01 15:16:27.868 INFO kablam! warning: unused import: `chrono::UTC` Sep 01 15:16:27.868 INFO kablam! --> examples/em_insert_sqlite.rs:20:5 Sep 01 15:16:27.868 INFO kablam! | Sep 01 15:16:27.868 INFO kablam! 20 | use chrono::UTC; Sep 01 15:16:27.868 INFO kablam! | ^^^^^^^^^^^ Sep 01 15:16:27.869 INFO kablam! Sep 01 15:16:27.988 INFO kablam! error: aborting due to previous error Sep 01 15:16:27.988 INFO kablam! Sep 01 15:16:27.989 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 01 15:16:27.993 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 01 15:16:27.993 INFO kablam! --> examples/em_get_all_sqlite.rs:37:20 Sep 01 15:16:27.993 INFO kablam! | Sep 01 15:16:27.993 INFO kablam! 37 | let db = pool::db_with_url("sqlite:///file.db").unwrap(); Sep 01 15:16:27.994 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 01 15:16:27.994 INFO kablam! Sep 01 15:16:27.994 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 01 15:16:27.994 INFO kablam! --> tests/test_crud.rs:31:20 Sep 01 15:16:27.994 INFO kablam! | Sep 01 15:16:27.994 INFO kablam! 31 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 01 15:16:27.994 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 01 15:16:27.995 INFO kablam! Sep 01 15:16:28.003 INFO kablam! error: Could not compile `rustorm`. Sep 01 15:16:28.004 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 15:16:28.278 INFO kablam! error: aborting due to previous error Sep 01 15:16:28.278 INFO kablam! Sep 01 15:16:28.278 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 01 15:16:28.305 INFO kablam! error: Could not compile `rustorm`. Sep 01 15:16:28.306 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 15:16:28.334 INFO kablam! error: aborting due to previous error Sep 01 15:16:28.334 INFO kablam! Sep 01 15:16:28.334 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 01 15:16:28.345 INFO kablam! error: Could not compile `rustorm`. Sep 01 15:16:28.346 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 15:16:28.589 INFO blam! Attribute { style: Outer, value: NameValue(Ident("table"), Str("users", Cooked)), is_sugared_doc: false } Sep 01 15:16:28.609 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 01 15:16:28.609 INFO kablam! --> examples/em_get_all.rs:37:20 Sep 01 15:16:28.609 INFO kablam! | Sep 01 15:16:28.609 INFO kablam! 37 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 01 15:16:28.609 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 01 15:16:28.609 INFO kablam! Sep 01 15:16:28.610 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 01 15:16:28.610 INFO kablam! --> examples/em_delete.rs:30:20 Sep 01 15:16:28.611 INFO kablam! | Sep 01 15:16:28.611 INFO kablam! 30 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 01 15:16:28.611 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 01 15:16:28.611 INFO kablam! Sep 01 15:16:28.669 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 01 15:16:28.669 INFO kablam! --> examples/em_update.rs:48:20 Sep 01 15:16:28.669 INFO kablam! | Sep 01 15:16:28.669 INFO kablam! 48 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 01 15:16:28.669 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 01 15:16:28.669 INFO kablam! Sep 01 15:16:28.723 INFO kablam! error: aborting due to previous error Sep 01 15:16:28.724 INFO kablam! Sep 01 15:16:28.724 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 01 15:16:28.738 INFO kablam! error: Could not compile `rustorm`. Sep 01 15:16:28.739 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 15:16:28.748 INFO blam! Attribute { style: Outer, value: NameValue(Ident("table"), Str("users", Cooked)), is_sugared_doc: false } Sep 01 15:16:28.761 INFO kablam! error: aborting due to previous error Sep 01 15:16:28.761 INFO kablam! Sep 01 15:16:28.761 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 01 15:16:28.772 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 01 15:16:28.772 INFO kablam! --> examples/em_insert.rs:48:20 Sep 01 15:16:28.772 INFO kablam! | Sep 01 15:16:28.772 INFO kablam! 48 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 01 15:16:28.772 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 01 15:16:28.773 INFO kablam! Sep 01 15:16:28.774 INFO kablam! error: Could not compile `rustorm`. Sep 01 15:16:28.774 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 15:16:28.775 INFO kablam! warning: unused import: `chrono::DateTime` Sep 01 15:16:28.775 INFO kablam! --> examples/em_insert.rs:19:5 Sep 01 15:16:28.775 INFO kablam! | Sep 01 15:16:28.775 INFO kablam! 19 | use chrono::DateTime; Sep 01 15:16:28.775 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 15:16:28.775 INFO kablam! | Sep 01 15:16:28.775 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 15:16:28.776 INFO kablam! Sep 01 15:16:28.776 INFO kablam! warning: unused import: `chrono::UTC` Sep 01 15:16:28.776 INFO kablam! --> examples/em_insert.rs:20:5 Sep 01 15:16:28.776 INFO kablam! | Sep 01 15:16:28.776 INFO kablam! 20 | use chrono::UTC; Sep 01 15:16:28.776 INFO kablam! | ^^^^^^^^^^^ Sep 01 15:16:28.776 INFO kablam! Sep 01 15:16:28.803 INFO kablam! error[E0432]: unresolved import `rustorm::platform::Postgres` Sep 01 15:16:28.803 INFO kablam! --> examples/simple_query.rs:9:5 Sep 01 15:16:28.803 INFO kablam! | Sep 01 15:16:28.803 INFO kablam! 9 | use rustorm::platform::Postgres; Sep 01 15:16:28.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Postgres` in `platform` Sep 01 15:16:28.803 INFO kablam! Sep 01 15:16:28.821 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 01 15:16:28.821 INFO kablam! --> examples/simple_query.rs:14:20 Sep 01 15:16:28.821 INFO kablam! | Sep 01 15:16:28.821 INFO kablam! 14 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/bazaar_v8").unwrap(); Sep 01 15:16:28.821 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 01 15:16:28.821 INFO kablam! Sep 01 15:16:28.821 INFO kablam! warning: unused import: `rustorm::query::Query` Sep 01 15:16:28.821 INFO kablam! --> examples/simple_query.rs:3:5 Sep 01 15:16:28.821 INFO kablam! | Sep 01 15:16:28.821 INFO kablam! 3 | use rustorm::query::Query; Sep 01 15:16:28.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:16:28.821 INFO kablam! | Sep 01 15:16:28.821 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 15:16:28.821 INFO kablam! Sep 01 15:16:28.822 INFO kablam! warning: unused import: `rustorm::query::Filter` Sep 01 15:16:28.822 INFO kablam! --> examples/simple_query.rs:4:5 Sep 01 15:16:28.822 INFO kablam! | Sep 01 15:16:28.822 INFO kablam! 4 | use rustorm::query::Filter; Sep 01 15:16:28.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:16:28.822 INFO kablam! Sep 01 15:16:28.822 INFO kablam! warning: unused import: `rustorm::query::Equality::EQ` Sep 01 15:16:28.822 INFO kablam! --> examples/simple_query.rs:6:5 Sep 01 15:16:28.822 INFO kablam! | Sep 01 15:16:28.822 INFO kablam! 6 | use rustorm::query::Equality::EQ; Sep 01 15:16:28.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:16:28.822 INFO kablam! Sep 01 15:16:28.822 INFO kablam! warning: unused import: `rustorm::database::BuildMode` Sep 01 15:16:28.822 INFO kablam! --> examples/simple_query.rs:7:5 Sep 01 15:16:28.822 INFO kablam! | Sep 01 15:16:28.822 INFO kablam! 7 | use rustorm::database::BuildMode; Sep 01 15:16:28.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:16:28.822 INFO kablam! Sep 01 15:16:28.822 INFO kablam! warning: unused import: `rustorm::platform::pool::Platform` Sep 01 15:16:28.823 INFO kablam! --> examples/simple_query.rs:8:5 Sep 01 15:16:28.823 INFO kablam! | Sep 01 15:16:28.823 INFO kablam! 8 | use rustorm::platform::pool::Platform; Sep 01 15:16:28.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:16:28.823 INFO kablam! Sep 01 15:16:28.823 INFO kablam! warning: unused import: `rustorm::platform::Postgres` Sep 01 15:16:28.823 INFO kablam! --> examples/simple_query.rs:9:5 Sep 01 15:16:28.823 INFO kablam! | Sep 01 15:16:28.823 INFO kablam! 9 | use rustorm::platform::Postgres; Sep 01 15:16:28.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:16:28.823 INFO kablam! Sep 01 15:16:28.841 INFO kablam! error: aborting due to previous error Sep 01 15:16:28.841 INFO kablam! Sep 01 15:16:28.841 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 01 15:16:28.849 INFO kablam! error: Could not compile `rustorm`. Sep 01 15:16:28.849 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 15:16:28.865 INFO kablam! error: aborting due to 2 previous errors Sep 01 15:16:28.865 INFO kablam! Sep 01 15:16:28.865 INFO kablam! Some errors occurred: E0425, E0432. Sep 01 15:16:28.865 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 01 15:16:28.875 INFO kablam! error: Could not compile `rustorm`. Sep 01 15:16:28.875 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 15:16:28.908 INFO kablam! error: aborting due to previous error Sep 01 15:16:28.908 INFO kablam! Sep 01 15:16:28.908 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 01 15:16:28.926 INFO kablam! error: Could not compile `rustorm`. Sep 01 15:16:28.926 INFO kablam! Sep 01 15:16:28.926 INFO kablam! To learn more, run the command again with --verbose. Sep 01 15:16:28.928 INFO kablam! su: No module specific data is present Sep 01 15:16:30.192 INFO running `"docker" "rm" "-f" "457275bcf54bc5449e9f105e6dd180875b9517d8eea873bc689002cd7d81f265"` Sep 01 15:16:30.316 INFO blam! 457275bcf54bc5449e9f105e6dd180875b9517d8eea873bc689002cd7d81f265