Sep 17 12:44:23.773 INFO checking ivanceras/old-rustorm against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 12:44:23.774 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 12:44:23.774 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 12:44:24.251 INFO blam! 1a6b3acd8714ce8d414ee95841f33086d10600edac812e96a8d9961224fb607c Sep 17 12:44:24.253 INFO running `"docker" "start" "-a" "1a6b3acd8714ce8d414ee95841f33086d10600edac812e96a8d9961224fb607c"` Sep 17 12:44:25.907 INFO kablam! usermod: no changes Sep 17 12:44:26.219 INFO kablam! Checking num-traits v0.1.37 Sep 17 12:44:26.219 INFO kablam! Checking serde v0.9.13 Sep 17 12:44:26.223 INFO kablam! Checking serde v0.7.15 Sep 17 12:44:26.231 INFO kablam! Checking memchr v0.1.11 Sep 17 12:44:26.235 INFO kablam! Checking phf v0.7.15 Sep 17 12:44:26.235 INFO kablam! Compiling syn v0.10.8 Sep 17 12:44:26.235 INFO kablam! Checking r2d2 v0.7.1 Sep 17 12:44:26.235 INFO kablam! Checking pretty_assertions v0.1.2 Sep 17 12:44:27.247 INFO kablam! Checking thread-id v2.0.0 Sep 17 12:44:27.715 INFO kablam! Checking aho-corasick v0.5.3 Sep 17 12:44:28.328 INFO kablam! Checking thread_local v0.2.7 Sep 17 12:44:30.984 INFO kablam! Checking regex v0.1.80 Sep 17 12:44:32.475 INFO kablam! Checking num-integer v0.1.34 Sep 17 12:44:34.154 INFO kablam! Checking num-iter v0.1.33 Sep 17 12:44:35.090 INFO kablam! Checking num v0.1.37 Sep 17 12:44:35.735 INFO kablam! Checking chrono v0.2.25 Sep 17 12:44:42.607 INFO kablam! Checking env_logger v0.3.5 Sep 17 12:44:43.137 INFO kablam! Compiling rustorm-derive v0.1.0 (/source/rustorm-derive) Sep 17 12:44:47.844 INFO kablam! Checking serde_json v0.7.4 Sep 17 12:44:53.215 INFO kablam! Checking uuid v0.4.0 Sep 17 12:44:53.839 INFO kablam! Checking postgres v0.11.12 Sep 17 12:44:56.798 INFO kablam! Checking r2d2_postgres v0.10.1 Sep 17 12:44:57.227 INFO kablam! Checking rustorm v0.7.0 (/source) Sep 17 12:45:03.199 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:03.199 INFO kablam! --> examples/em_get_all_sqlite.rs:37:20 Sep 17 12:45:03.199 INFO kablam! | Sep 17 12:45:03.199 INFO kablam! 37 | let db = pool::db_with_url("sqlite:///file.db").unwrap(); Sep 17 12:45:03.199 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:03.199 INFO kablam! Sep 17 12:45:03.306 INFO blam! Attribute { style: Outer, value: NameValue(Ident("table"), Str("users", Cooked)), is_sugared_doc: false } Sep 17 12:45:03.387 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:03.387 INFO kablam! --> examples/derive_test.rs:30:20 Sep 17 12:45:03.387 INFO kablam! | Sep 17 12:45:03.387 INFO kablam! 30 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 17 12:45:03.387 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:03.387 INFO kablam! Sep 17 12:45:03.443 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:03.443 INFO kablam! --> tests/test_crud.rs:31:20 Sep 17 12:45:03.443 INFO kablam! | Sep 17 12:45:03.443 INFO kablam! 31 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 17 12:45:03.443 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:03.443 INFO kablam! Sep 17 12:45:03.447 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:03.447 INFO kablam! --> examples/em_insert_sqlite.rs:48:20 Sep 17 12:45:03.447 INFO kablam! | Sep 17 12:45:03.447 INFO kablam! 48 | let db = pool::db_with_url("sqlite:///file.db").unwrap(); Sep 17 12:45:03.447 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:03.463 INFO kablam! error[E0432]: unresolved import `rustorm::platform::Postgres` Sep 17 12:45:03.463 INFO kablam! --> examples/simple_query.rs:9:5 Sep 17 12:45:03.463 INFO kablam! | Sep 17 12:45:03.463 INFO kablam! 9 | use rustorm::platform::Postgres; Sep 17 12:45:03.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Postgres` in `platform` Sep 17 12:45:03.463 INFO kablam! Sep 17 12:45:03.463 INFO kablam! warning: unused import: `chrono::DateTime` Sep 17 12:45:03.463 INFO kablam! --> examples/em_insert_sqlite.rs:19:5 Sep 17 12:45:03.463 INFO kablam! | Sep 17 12:45:03.463 INFO kablam! 19 | use chrono::DateTime; Sep 17 12:45:03.463 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 12:45:03.463 INFO kablam! | Sep 17 12:45:03.463 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 12:45:03.463 INFO kablam! Sep 17 12:45:03.463 INFO kablam! warning: unused import: `chrono::UTC` Sep 17 12:45:03.463 INFO kablam! --> examples/em_insert_sqlite.rs:20:5 Sep 17 12:45:03.463 INFO kablam! | Sep 17 12:45:03.463 INFO kablam! 20 | use chrono::UTC; Sep 17 12:45:03.463 INFO kablam! | ^^^^^^^^^^^ Sep 17 12:45:03.463 INFO kablam! Sep 17 12:45:03.476 INFO kablam! Sep 17 12:45:03.523 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:03.523 INFO kablam! --> examples/simple_query.rs:14:20 Sep 17 12:45:03.523 INFO kablam! | Sep 17 12:45:03.523 INFO kablam! 14 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/bazaar_v8").unwrap(); Sep 17 12:45:03.523 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:03.528 INFO blam! Attribute { style: Outer, value: NameValue(Ident("table"), Str("users", Cooked)), is_sugared_doc: false } Sep 17 12:45:03.539 INFO kablam! error: aborting due to previous error Sep 17 12:45:03.539 INFO kablam! Sep 17 12:45:03.539 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 17 12:45:03.547 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:03.547 INFO kablam! --> examples/em_delete.rs:30:20 Sep 17 12:45:03.547 INFO kablam! | Sep 17 12:45:03.548 INFO kablam! 30 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 17 12:45:03.548 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:03.548 INFO kablam! Sep 17 12:45:03.549 INFO kablam! warning: unused import: `rustorm::query::Query` Sep 17 12:45:03.549 INFO kablam! --> examples/simple_query.rs:3:5 Sep 17 12:45:03.549 INFO kablam! | Sep 17 12:45:03.549 INFO kablam! 3 | use rustorm::query::Query; Sep 17 12:45:03.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:03.550 INFO kablam! | Sep 17 12:45:03.550 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 12:45:03.550 INFO kablam! Sep 17 12:45:03.551 INFO kablam! warning: unused import: `rustorm::query::Filter` Sep 17 12:45:03.551 INFO kablam! --> examples/simple_query.rs:4:5 Sep 17 12:45:03.551 INFO kablam! | Sep 17 12:45:03.552 INFO kablam! 4 | use rustorm::query::Filter; Sep 17 12:45:03.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:03.552 INFO kablam! Sep 17 12:45:03.552 INFO kablam! warning: unused import: `rustorm::query::Equality::EQ` Sep 17 12:45:03.553 INFO kablam! --> examples/simple_query.rs:6:5 Sep 17 12:45:03.553 INFO kablam! | Sep 17 12:45:03.553 INFO kablam! 6 | use rustorm::query::Equality::EQ; Sep 17 12:45:03.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:03.554 INFO kablam! Sep 17 12:45:03.554 INFO kablam! warning: unused import: `rustorm::database::BuildMode` Sep 17 12:45:03.554 INFO kablam! --> examples/simple_query.rs:7:5 Sep 17 12:45:03.555 INFO kablam! | Sep 17 12:45:03.555 INFO kablam! 7 | use rustorm::database::BuildMode; Sep 17 12:45:03.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:03.556 INFO kablam! Sep 17 12:45:03.556 INFO kablam! warning: unused import: `rustorm::platform::pool::Platform` Sep 17 12:45:03.556 INFO kablam! --> examples/simple_query.rs:8:5 Sep 17 12:45:03.556 INFO kablam! | Sep 17 12:45:03.557 INFO kablam! 8 | use rustorm::platform::pool::Platform; Sep 17 12:45:03.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:03.557 INFO kablam! Sep 17 12:45:03.557 INFO kablam! warning: unused import: `rustorm::platform::Postgres` Sep 17 12:45:03.558 INFO kablam! --> examples/simple_query.rs:9:5 Sep 17 12:45:03.558 INFO kablam! | Sep 17 12:45:03.558 INFO kablam! 9 | use rustorm::platform::Postgres; Sep 17 12:45:03.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:03.559 INFO kablam! Sep 17 12:45:03.559 INFO kablam! Sep 17 12:45:03.603 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:03.604 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:45:03.619 INFO blam! Attribute { style: Outer, value: NameValue(Ident("table"), Str("users", Cooked)), is_sugared_doc: false } Sep 17 12:45:03.631 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:03.631 INFO kablam! --> examples/em_update.rs:48:20 Sep 17 12:45:03.632 INFO kablam! | Sep 17 12:45:03.632 INFO kablam! 48 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 17 12:45:03.632 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:03.639 INFO kablam! Sep 17 12:45:03.703 INFO kablam! error: aborting due to 2 previous errors Sep 17 12:45:03.727 INFO kablam! Sep 17 12:45:03.727 INFO kablam! Some errors occurred: E0425, E0432. Sep 17 12:45:03.727 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 17 12:45:03.747 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:03.747 INFO kablam! --> examples/em_insert.rs:48:20 Sep 17 12:45:03.748 INFO kablam! | Sep 17 12:45:03.748 INFO kablam! 48 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 17 12:45:03.748 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:03.749 INFO kablam! Sep 17 12:45:03.749 INFO kablam! warning: unused import: `chrono::DateTime` Sep 17 12:45:03.749 INFO kablam! --> examples/em_insert.rs:19:5 Sep 17 12:45:03.750 INFO kablam! | Sep 17 12:45:03.750 INFO kablam! 19 | use chrono::DateTime; Sep 17 12:45:03.750 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 12:45:03.751 INFO kablam! | Sep 17 12:45:03.751 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 12:45:03.751 INFO kablam! Sep 17 12:45:03.752 INFO kablam! warning: unused import: `chrono::UTC` Sep 17 12:45:03.752 INFO kablam! --> examples/em_insert.rs:20:5 Sep 17 12:45:03.752 INFO kablam! | Sep 17 12:45:03.753 INFO kablam! 20 | use chrono::UTC; Sep 17 12:45:03.753 INFO kablam! | ^^^^^^^^^^^ Sep 17 12:45:03.753 INFO kablam! Sep 17 12:45:03.800 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:03.801 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:45:03.863 INFO kablam! error: aborting due to previous error Sep 17 12:45:03.863 INFO kablam! Sep 17 12:45:03.864 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 17 12:45:03.938 INFO kablam! error: aborting due to previous error Sep 17 12:45:03.939 INFO kablam! error: aborting due to previous error Sep 17 12:45:03.939 INFO kablam! Sep 17 12:45:03.939 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 17 12:45:03.947 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:03.948 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:45:03.948 INFO kablam! Sep 17 12:45:03.948 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 17 12:45:03.959 INFO kablam! error: aborting due to previous error Sep 17 12:45:03.960 INFO kablam! Sep 17 12:45:03.960 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 17 12:45:03.970 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:03.971 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:45:04.000 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:04.000 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:45:04.001 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:04.002 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:45:04.016 INFO kablam! error: aborting due to previous error Sep 17 12:45:04.017 INFO kablam! Sep 17 12:45:04.017 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 17 12:45:04.036 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:04.036 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:45:04.049 INFO kablam! error: aborting due to previous error Sep 17 12:45:04.050 INFO kablam! Sep 17 12:45:04.050 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 17 12:45:04.079 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:04.079 INFO kablam! Sep 17 12:45:04.079 INFO kablam! To learn more, run the command again with --verbose. Sep 17 12:45:04.079 INFO kablam! su: No module specific data is present Sep 17 12:45:05.498 INFO running `"docker" "rm" "-f" "1a6b3acd8714ce8d414ee95841f33086d10600edac812e96a8d9961224fb607c"` Sep 17 12:45:05.827 INFO blam! 1a6b3acd8714ce8d414ee95841f33086d10600edac812e96a8d9961224fb607c