Sep 17 12:44:24.879 INFO checking ivanceras/old-rustorm against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 12:44:24.879 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 12:44:24.879 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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:25.347 INFO blam! 74174f05e51876cdd64f9035c26db33c3f6bb37e933f24bbc11328aa5dbb3fd1 Sep 17 12:44:25.349 INFO running `"docker" "start" "-a" "74174f05e51876cdd64f9035c26db33c3f6bb37e933f24bbc11328aa5dbb3fd1"` Sep 17 12:44:27.511 INFO kablam! usermod: no changes Sep 17 12:44:27.811 INFO kablam! Checking phf_shared v0.7.15 Sep 17 12:44:27.811 INFO kablam! Checking serde v0.9.13 Sep 17 12:44:27.820 INFO kablam! Checking serde v0.7.15 Sep 17 12:44:27.823 INFO kablam! Checking lazy_static v0.2.6 Sep 17 12:44:27.825 INFO kablam! Checking num-integer v0.1.34 Sep 17 12:44:27.835 INFO kablam! Checking memchr v0.1.11 Sep 17 12:44:27.839 INFO kablam! Checking r2d2 v0.7.1 Sep 17 12:44:27.844 INFO kablam! Compiling syn v0.10.8 Sep 17 12:44:28.911 INFO kablam! Checking pretty_assertions v0.1.2 Sep 17 12:44:29.464 INFO kablam! Checking idna v0.1.1 Sep 17 12:44:29.868 INFO kablam! Checking aho-corasick v0.5.3 Sep 17 12:44:29.897 INFO kablam! Checking phf v0.7.15 Sep 17 12:44:30.588 INFO kablam! Checking thread-id v2.0.0 Sep 17 12:44:31.459 INFO kablam! Checking num-iter v0.1.33 Sep 17 12:44:31.811 INFO kablam! Checking thread_local v0.2.7 Sep 17 12:44:33.019 INFO kablam! Checking num v0.1.37 Sep 17 12:44:33.704 INFO kablam! Checking chrono v0.2.25 Sep 17 12:44:34.168 INFO kablam! Checking regex v0.1.80 Sep 17 12:44:41.395 INFO kablam! Checking url v1.4.0 Sep 17 12:44:46.795 INFO kablam! Checking env_logger v0.3.5 Sep 17 12:44:47.359 INFO kablam! Compiling rustorm-derive v0.1.0 (/source/rustorm-derive) Sep 17 12:44:49.343 INFO kablam! Checking serde_json v0.7.4 Sep 17 12:44:55.888 INFO kablam! Checking uuid v0.4.0 Sep 17 12:44:56.519 INFO kablam! Checking postgres v0.11.12 Sep 17 12:44:59.139 INFO kablam! Checking r2d2_postgres v0.10.1 Sep 17 12:44:59.538 INFO kablam! Checking rustorm v0.7.0 (/source) Sep 17 12:45:03.487 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:03.487 INFO kablam! --> tests/test_crud.rs:31:20 Sep 17 12:45:03.487 INFO kablam! | Sep 17 12:45:03.487 INFO kablam! 31 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 17 12:45:03.487 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:03.487 INFO kablam! Sep 17 12:45:03.838 INFO kablam! error: aborting due to previous error Sep 17 12:45:03.839 INFO kablam! Sep 17 12:45:03.839 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 17 12:45:03.848 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:03.848 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:45:04.867 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:04.867 INFO kablam! --> examples/derive_test.rs:30:20 Sep 17 12:45:04.867 INFO kablam! | Sep 17 12:45:04.867 INFO kablam! 30 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 17 12:45:04.867 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:04.867 INFO kablam! Sep 17 12:45:05.039 INFO kablam! error[E0432]: unresolved import `rustorm::platform::Postgres` Sep 17 12:45:05.039 INFO kablam! --> tests/test_simple.rs:12:5 Sep 17 12:45:05.039 INFO kablam! | Sep 17 12:45:05.039 INFO kablam! 12 | use rustorm::platform::Postgres; Sep 17 12:45:05.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Postgres` in `platform` Sep 17 12:45:05.039 INFO kablam! Sep 17 12:45:05.039 INFO kablam! warning: unused `#[macro_use]` import Sep 17 12:45:05.039 INFO kablam! --> tests/test_simple.rs:3:14 Sep 17 12:45:05.039 INFO kablam! | Sep 17 12:45:05.039 INFO kablam! 3 | #[cfg(test)] #[macro_use] extern crate pretty_assertions; Sep 17 12:45:05.039 INFO kablam! | ^^^^^^^^^^^^ Sep 17 12:45:05.039 INFO kablam! | Sep 17 12:45:05.039 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 12:45:05.039 INFO kablam! Sep 17 12:45:05.039 INFO kablam! warning: unused import: `rustorm::query::Query` Sep 17 12:45:05.039 INFO kablam! --> tests/test_simple.rs:6:5 Sep 17 12:45:05.039 INFO kablam! | Sep 17 12:45:05.039 INFO kablam! 6 | use rustorm::query::Query; Sep 17 12:45:05.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:05.039 INFO kablam! Sep 17 12:45:05.039 INFO kablam! warning: unused import: `rustorm::query::Filter` Sep 17 12:45:05.039 INFO kablam! --> tests/test_simple.rs:7:5 Sep 17 12:45:05.039 INFO kablam! | Sep 17 12:45:05.039 INFO kablam! 7 | use rustorm::query::Filter; Sep 17 12:45:05.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:05.039 INFO kablam! Sep 17 12:45:05.039 INFO kablam! warning: unused import: `rustorm::query::Select` Sep 17 12:45:05.039 INFO kablam! --> tests/test_simple.rs:8:5 Sep 17 12:45:05.039 INFO kablam! | Sep 17 12:45:05.039 INFO kablam! 8 | use rustorm::query::Select; Sep 17 12:45:05.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:05.039 INFO kablam! Sep 17 12:45:05.039 INFO kablam! warning: unused import: `rustorm::query::Equality::EQ` Sep 17 12:45:05.039 INFO kablam! --> tests/test_simple.rs:9:5 Sep 17 12:45:05.039 INFO kablam! | Sep 17 12:45:05.039 INFO kablam! 9 | use rustorm::query::Equality::EQ; Sep 17 12:45:05.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:05.039 INFO kablam! Sep 17 12:45:05.039 INFO kablam! warning: unused import: `rustorm::database::BuildMode` Sep 17 12:45:05.039 INFO kablam! --> tests/test_simple.rs:10:5 Sep 17 12:45:05.039 INFO kablam! | Sep 17 12:45:05.040 INFO kablam! 10 | use rustorm::database::BuildMode; Sep 17 12:45:05.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:05.040 INFO kablam! Sep 17 12:45:05.040 INFO kablam! warning: unused import: `rustorm::platform::pool::Platform` Sep 17 12:45:05.040 INFO kablam! --> tests/test_simple.rs:11:5 Sep 17 12:45:05.040 INFO kablam! | Sep 17 12:45:05.040 INFO kablam! 11 | use rustorm::platform::pool::Platform; Sep 17 12:45:05.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:05.040 INFO kablam! Sep 17 12:45:05.040 INFO kablam! warning: unused import: `rustorm::platform::Postgres` Sep 17 12:45:05.040 INFO kablam! --> tests/test_simple.rs:12:5 Sep 17 12:45:05.040 INFO kablam! | Sep 17 12:45:05.040 INFO kablam! 12 | use rustorm::platform::Postgres; Sep 17 12:45:05.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:05.040 INFO kablam! Sep 17 12:45:05.043 INFO kablam! error: aborting due to previous error Sep 17 12:45:05.048 INFO kablam! Sep 17 12:45:05.048 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 17 12:45:05.075 INFO kablam! error[E0432]: unresolved import `rustorm::platform::Postgres` Sep 17 12:45:05.075 INFO kablam! --> examples/simple_insert.rs:10:5 Sep 17 12:45:05.075 INFO kablam! | Sep 17 12:45:05.075 INFO kablam! 10 | use rustorm::platform::Postgres; Sep 17 12:45:05.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Postgres` in `platform` Sep 17 12:45:05.075 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:05.075 INFO kablam! --> examples/em_get_all.rs:37:20 Sep 17 12:45:05.075 INFO kablam! | Sep 17 12:45:05.075 INFO kablam! 37 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 17 12:45:05.075 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:05.075 INFO kablam! Sep 17 12:45:05.083 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:05.083 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:45:05.083 INFO kablam! Sep 17 12:45:05.107 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:05.107 INFO kablam! --> examples/simple_insert.rs:17:20 Sep 17 12:45:05.107 INFO kablam! | Sep 17 12:45:05.107 INFO kablam! 17 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 17 12:45:05.107 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:05.119 INFO kablam! Sep 17 12:45:05.119 INFO kablam! warning: unused import: `rustorm::query::Query` Sep 17 12:45:05.119 INFO kablam! --> examples/simple_insert.rs:4:5 Sep 17 12:45:05.119 INFO kablam! | Sep 17 12:45:05.119 INFO kablam! 4 | use rustorm::query::Query; Sep 17 12:45:05.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:05.119 INFO kablam! | Sep 17 12:45:05.119 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 12:45:05.119 INFO kablam! Sep 17 12:45:05.119 INFO kablam! warning: unused import: `rustorm::query::Filter` Sep 17 12:45:05.119 INFO kablam! --> examples/simple_insert.rs:5:5 Sep 17 12:45:05.119 INFO kablam! | Sep 17 12:45:05.119 INFO kablam! 5 | use rustorm::query::Filter; Sep 17 12:45:05.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:05.119 INFO kablam! Sep 17 12:45:05.119 INFO kablam! warning: unused import: `rustorm::query::Select` Sep 17 12:45:05.119 INFO kablam! --> examples/simple_insert.rs:6:5 Sep 17 12:45:05.119 INFO kablam! | Sep 17 12:45:05.119 INFO kablam! 6 | use rustorm::query::Select; Sep 17 12:45:05.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:05.119 INFO kablam! Sep 17 12:45:05.119 INFO kablam! warning: unused import: `rustorm::query::Equality::EQ` Sep 17 12:45:05.119 INFO kablam! --> examples/simple_insert.rs:7:5 Sep 17 12:45:05.119 INFO kablam! | Sep 17 12:45:05.119 INFO kablam! 7 | use rustorm::query::Equality::EQ; Sep 17 12:45:05.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:05.119 INFO kablam! Sep 17 12:45:05.119 INFO kablam! warning: unused import: `rustorm::database::BuildMode` Sep 17 12:45:05.119 INFO kablam! --> examples/simple_insert.rs:8:5 Sep 17 12:45:05.119 INFO kablam! | Sep 17 12:45:05.119 INFO kablam! 8 | use rustorm::database::BuildMode; Sep 17 12:45:05.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:05.119 INFO kablam! Sep 17 12:45:05.119 INFO kablam! warning: unused import: `rustorm::platform::pool::Platform` Sep 17 12:45:05.119 INFO kablam! --> examples/simple_insert.rs:9:5 Sep 17 12:45:05.119 INFO kablam! | Sep 17 12:45:05.119 INFO kablam! 9 | use rustorm::platform::pool::Platform; Sep 17 12:45:05.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:05.119 INFO kablam! Sep 17 12:45:05.119 INFO kablam! warning: unused import: `rustorm::platform::Postgres` Sep 17 12:45:05.119 INFO kablam! --> examples/simple_insert.rs:10:5 Sep 17 12:45:05.119 INFO kablam! | Sep 17 12:45:05.119 INFO kablam! 10 | use rustorm::platform::Postgres; Sep 17 12:45:05.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 12:45:05.120 INFO kablam! Sep 17 12:45:05.164 INFO kablam! error: aborting due to previous error Sep 17 12:45:05.164 INFO kablam! Sep 17 12:45:05.164 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 17 12:45:05.175 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:05.175 INFO kablam! --> examples/em_delete.rs:30:20 Sep 17 12:45:05.175 INFO kablam! | Sep 17 12:45:05.175 INFO kablam! 30 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 17 12:45:05.175 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:05.175 INFO kablam! Sep 17 12:45:05.184 INFO blam! Attribute { style: Outer, value: NameValue(Ident("table"), Str("users", Cooked)), is_sugared_doc: false } Sep 17 12:45:05.184 INFO kablam! error: aborting due to 2 previous errors Sep 17 12:45:05.191 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:05.191 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:45:05.202 INFO kablam! Sep 17 12:45:05.207 INFO kablam! Some errors occurred: E0425, E0432. Sep 17 12:45:05.207 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 17 12:45:05.235 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:05.235 INFO kablam! --> examples/em_update.rs:48:20 Sep 17 12:45:05.235 INFO kablam! | Sep 17 12:45:05.235 INFO kablam! 48 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); Sep 17 12:45:05.235 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:05.235 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:05.235 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:45:05.247 INFO kablam! Sep 17 12:45:05.260 INFO kablam! error: aborting due to previous error Sep 17 12:45:05.275 INFO kablam! Sep 17 12:45:05.279 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 17 12:45:05.284 INFO kablam! error[E0425]: cannot find function `db_with_url` in module `pool` Sep 17 12:45:05.286 INFO kablam! --> examples/em_get_all_sqlite.rs:37:20 Sep 17 12:45:05.286 INFO kablam! | Sep 17 12:45:05.286 INFO kablam! 37 | let db = pool::db_with_url("sqlite:///file.db").unwrap(); Sep 17 12:45:05.286 INFO kablam! | ^^^^^^^^^^^ not found in `pool` Sep 17 12:45:05.286 INFO kablam! Sep 17 12:45:05.295 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:05.295 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:45:05.326 INFO kablam! error: aborting due to previous error Sep 17 12:45:05.326 INFO kablam! Sep 17 12:45:05.326 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 17 12:45:05.331 INFO kablam! error: aborting due to previous error Sep 17 12:45:05.331 INFO kablam! Sep 17 12:45:05.331 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 17 12:45:05.335 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:05.335 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:45:05.347 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:05.347 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 12:45:05.383 INFO kablam! error: aborting due to previous error Sep 17 12:45:05.383 INFO kablam! Sep 17 12:45:05.383 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 17 12:45:05.405 INFO kablam! error: Could not compile `rustorm`. Sep 17 12:45:05.405 INFO kablam! Sep 17 12:45:05.405 INFO kablam! To learn more, run the command again with --verbose. Sep 17 12:45:05.405 INFO kablam! su: No module specific data is present Sep 17 12:45:06.265 INFO running `"docker" "rm" "-f" "74174f05e51876cdd64f9035c26db33c3f6bb37e933f24bbc11328aa5dbb3fd1"` Sep 17 12:45:06.671 INFO blam! 74174f05e51876cdd64f9035c26db33c3f6bb37e933f24bbc11328aa5dbb3fd1