[INFO] crate refinery 0.2.1 is already in cache
[INFO] checking refinery-0.2.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate refinery 0.2.1 into /workspace/builds/worker-9/source
[INFO] validating manifest of crates.io crate refinery 0.2.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate refinery 0.2.1
[INFO] finished tweaking crates.io crate refinery 0.2.1
[INFO] tweaked toml for crates.io crate refinery 0.2.1 written to /workspace/builds/worker-9/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 905221b2276f0541da89642a727f4b8b8cfd3cefe5f1cd724bcc5286cf1968d9
[INFO] running `"docker" "start" "-a" "905221b2276f0541da89642a727f4b8b8cfd3cefe5f1cd724bcc5286cf1968d9"`
[INFO] [stderr]    Compiling escargot v0.4.0
[INFO] [stderr]    Compiling barrel v0.5.8
[INFO] [stderr]    Compiling libsqlite3-sys v0.17.3
[INFO] [stderr]    Compiling mysql v16.1.0
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling libc v0.2.68
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling lexical-core v0.4.6
[INFO] [stderr]    Compiling lexical v2.2.2
[INFO] [stderr]     Checking float-cmp v0.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.14
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking serde_json v1.0.51
[INFO] [stderr]     Checking rust_decimal v1.4.1
[INFO] [stderr]     Checking toml v0.5.6
[INFO] [stderr]     Checking predicates v1.0.4
[INFO] [stderr]     Checking twox-hash v1.5.0
[INFO] [stderr]     Checking tempfile v3.1.0
[INFO] [stderr]     Checking rusqlite v0.21.0
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]    Compiling time v0.1.42
[INFO] [stderr]     Checking bigdecimal v0.1.0
[INFO] [stderr]    Compiling thiserror v1.0.14
[INFO] [stderr]     Checking refinery-migrations v0.2.2
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking assert_cmd v0.11.1
[INFO] [stderr]     Checking mysql_common v0.18.1
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]    Compiling refinery-macros v0.2.0
[INFO] [stderr]     Checking refinery v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/postgres_previous.rs:11:9
[INFO] [stderr]    |
[INFO] [stderr] 11 |         embed_migrations!("refinery/tests/sql_migrations");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/postgres_previous.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |         embed_migrations!("refinery/tests/sql_migrations_broken");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations_broken", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/postgres_previous.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 |         embed_migrations!("refinery/tests/sql_migrations_missing");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations_missing", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/mysql_async.rs:46:9
[INFO] [stderr]    |
[INFO] [stderr] 46 |         embed_migrations!("refinery/tests/sql_migrations");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/mysql_async.rs:51:9
[INFO] [stderr]    |
[INFO] [stderr] 51 |         embed_migrations!("refinery/tests/sql_migrations_broken");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations_broken", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/mysql_async.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |         embed_migrations!("refinery/tests/sql_migrations_missing");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations_missing", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/postgres.rs:11:9
[INFO] [stderr]    |
[INFO] [stderr] 11 |         embed_migrations!("refinery/tests/sql_migrations");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/postgres.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |         embed_migrations!("refinery/tests/sql_migrations_broken");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations_broken", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/postgres.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 |         embed_migrations!("refinery/tests/sql_migrations_missing");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations_missing", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/rusqlite.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 |         embed_migrations!("refinery/tests/sql_migrations");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/rusqlite.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 |         embed_migrations!("refinery/tests/sql_migrations_broken");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations_broken", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/rusqlite.rs:22:9
[INFO] [stderr]    |
[INFO] [stderr] 22 |         embed_migrations!("refinery/tests/sql_migrations_missing");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations_missing", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]  --> tests/mysql_async.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 |     use tmysql_async::prelude::Queryable;
[INFO] [stderr]   |         ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `refinery::migrate_from_config_async`, `refinery::AsyncMigrate`
[INFO] [stderr]  --> tests/mysql_async.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 |         migrate_from_config_async, AsyncMigrate, Config, ConfigDbType, Error, Migration,
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^ no `AsyncMigrate` in the root
[INFO] [stderr]   |         |
[INFO] [stderr]   |         no `migrate_from_config_async` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]   --> tests/mysql_async.rs:78:7
[INFO] [stderr]    |
[INFO] [stderr] 78 |     #[tokio::test]
[INFO] [stderr]    |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/mysql_async.rs:104:7
[INFO] [stderr]     |
[INFO] [stderr] 104 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/mysql_async.rs:133:7
[INFO] [stderr]     |
[INFO] [stderr] 133 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/mysql_async.rs:173:7
[INFO] [stderr]     |
[INFO] [stderr] 173 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/mysql_async.rs:214:7
[INFO] [stderr]     |
[INFO] [stderr] 214 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/mysql_async.rs:255:7
[INFO] [stderr]     |
[INFO] [stderr] 255 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/mysql_async.rs:297:7
[INFO] [stderr]     |
[INFO] [stderr] 297 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/mysql_async.rs:323:7
[INFO] [stderr]     |
[INFO] [stderr] 323 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/mysql_async.rs:349:7
[INFO] [stderr]     |
[INFO] [stderr] 349 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/mysql_async.rs:389:7
[INFO] [stderr]     |
[INFO] [stderr] 389 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/mysql_async.rs:430:7
[INFO] [stderr]     |
[INFO] [stderr] 430 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/mysql_async.rs:498:7
[INFO] [stderr]     |
[INFO] [stderr] 498 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/mysql_async.rs:531:7
[INFO] [stderr]     |
[INFO] [stderr] 531 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/mysql_async.rs:570:7
[INFO] [stderr]     |
[INFO] [stderr] 570 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/mysql_async.rs:614:7
[INFO] [stderr]     |
[INFO] [stderr] 614 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]   --> tests/mysql_async.rs:66:20
[INFO] [stderr]    |
[INFO] [stderr] 66 |         let pool = tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]    |                    ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]   --> tests/mysql_async.rs:81:28
[INFO] [stderr]    |
[INFO] [stderr] 81 |             let mut pool = tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]    |                            ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]   --> tests/mysql_async.rs:84:23
[INFO] [stderr]    |
[INFO] [stderr] 84 |             embedded::migrations::runner()
[INFO] [stderr]    |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `refinery::migrate_from_config`, `refinery::Migrate`
[INFO] [stderr]  --> tests/rusqlite.rs:5:20
[INFO] [stderr]   |
[INFO] [stderr] 5 |     use refinery::{migrate_from_config, Config, ConfigDbType, Error, Migrate as _, Migration};
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^                               ^^^^^^^^^^^^ no `Migrate` in the root
[INFO] [stderr]   |                    |
[INFO] [stderr]   |                    no `migrate_from_config` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]    --> tests/mysql_async.rs:107:28
[INFO] [stderr]     |
[INFO] [stderr] 107 |             let mut pool = tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]     |                            ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/mysql_async.rs:110:23
[INFO] [stderr]     |
[INFO] [stderr] 110 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]    --> tests/mysql_async.rs:137:17
[INFO] [stderr]     |
[INFO] [stderr] 137 |                 tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]     |                 ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/mysql_async.rs:140:23
[INFO] [stderr]     |
[INFO] [stderr] 140 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]   --> tests/rusqlite.rs:76:19
[INFO] [stderr]    |
[INFO] [stderr] 76 |         embedded::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]    |                   ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]    --> tests/mysql_async.rs:177:17
[INFO] [stderr]     |
[INFO] [stderr] 177 |                 tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]     |                 ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/mysql_async.rs:180:23
[INFO] [stderr]     |
[INFO] [stderr] 180 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]    --> tests/mysql_async.rs:217:28
[INFO] [stderr]     |
[INFO] [stderr] 217 |             let mut pool = tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]     |                            ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/mysql_async.rs:220:23
[INFO] [stderr]     |
[INFO] [stderr] 220 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]   --> tests/rusqlite.rs:90:19
[INFO] [stderr]    |
[INFO] [stderr] 90 |         embedded::migrations::runner()
[INFO] [stderr]    |                   ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/rusqlite.rs:108:19
[INFO] [stderr]     |
[INFO] [stderr] 108 |         embedded::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |                   ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]    --> tests/mysql_async.rs:258:28
[INFO] [stderr]     |
[INFO] [stderr] 258 |             let mut pool = tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]     |                            ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/mysql_async.rs:261:23
[INFO] [stderr]     |
[INFO] [stderr] 261 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/rusqlite.rs:128:19
[INFO] [stderr]     |
[INFO] [stderr] 128 |         embedded::migrations::runner()
[INFO] [stderr]     |                   ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]    --> tests/mysql_async.rs:301:17
[INFO] [stderr]     |
[INFO] [stderr] 301 |                 tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]     |                 ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `broken`
[INFO] [stderr]    --> tests/mysql_async.rs:304:34
[INFO] [stderr]     |
[INFO] [stderr] 304 |             let result = broken::migrations::runner().run_async(&mut pool).await;
[INFO] [stderr]     |                                  ^^^^^^^^^^ could not find `migrations` in `broken`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/rusqlite.rs:151:19
[INFO] [stderr]     |
[INFO] [stderr] 151 |         embedded::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |                   ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]    --> tests/mysql_async.rs:326:28
[INFO] [stderr]     |
[INFO] [stderr] 326 |             let mut pool = tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]     |                            ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/mysql_async.rs:329:13
[INFO] [stderr]     |
[INFO] [stderr] 329 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/rusqlite.rs:179:19
[INFO] [stderr]     |
[INFO] [stderr] 179 |         embedded::migrations::runner()
[INFO] [stderr]     |                   ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]    --> tests/mysql_async.rs:353:17
[INFO] [stderr]     |
[INFO] [stderr] 353 |                 tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]     |                 ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `broken`
[INFO] [stderr]    --> tests/rusqlite.rs:210:30
[INFO] [stderr]     |
[INFO] [stderr] 210 |         let result = broken::migrations::runner().run(&mut conn);
[INFO] [stderr]     |                              ^^^^^^^^^^ could not find `migrations` in `broken`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `broken`
[INFO] [stderr]    --> tests/rusqlite.rs:227:30
[INFO] [stderr]     |
[INFO] [stderr] 227 |         let result = broken::migrations::runner()
[INFO] [stderr]     |                              ^^^^^^^^^^ could not find `migrations` in `broken`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/rusqlite.rs:246:9
[INFO] [stderr]     |
[INFO] [stderr] 246 |         mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/rusqlite.rs:261:9
[INFO] [stderr]     |
[INFO] [stderr] 261 |         mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/rusqlite.rs:281:9
[INFO] [stderr]     |
[INFO] [stderr] 281 |         mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/rusqlite.rs:309:19
[INFO] [stderr]     |
[INFO] [stderr] 309 |         embedded::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |                   ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/rusqlite.rs:331:9
[INFO] [stderr]     |
[INFO] [stderr] 331 |         mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/rusqlite.rs:355:9
[INFO] [stderr]     |
[INFO] [stderr] 355 |         mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `missing`
[INFO] [stderr]    --> tests/rusqlite.rs:380:18
[INFO] [stderr]     |
[INFO] [stderr] 380 |         missing::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |                  ^^^^^^^^^^ could not find `migrations` in `missing`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/mysql_async.rs:356:13
[INFO] [stderr]     |
[INFO] [stderr] 356 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]    --> tests/mysql_async.rs:392:28
[INFO] [stderr]     |
[INFO] [stderr] 392 |             let mut pool = tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]     |                            ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/mysql_async.rs:395:13
[INFO] [stderr]     |
[INFO] [stderr] 395 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]    --> tests/mysql_async.rs:433:28
[INFO] [stderr]     |
[INFO] [stderr] 433 |             let mut pool = tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]     |                            ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/mysql_async.rs:436:23
[INFO] [stderr]     |
[INFO] [stderr] 436 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]    --> tests/mysql_async.rs:502:17
[INFO] [stderr]     |
[INFO] [stderr] 502 |                 tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]     |                 ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/mysql_async.rs:504:13
[INFO] [stderr]     |
[INFO] [stderr] 504 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]    --> tests/mysql_async.rs:535:17
[INFO] [stderr]     |
[INFO] [stderr] 535 |                 tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]     |                 ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/mysql_async.rs:537:13
[INFO] [stderr]     |
[INFO] [stderr] 537 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/mysql_async.rs:542:13
[INFO] [stderr]     |
[INFO] [stderr] 542 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tmysql_async`
[INFO] [stderr]    --> tests/mysql_async.rs:574:17
[INFO] [stderr]     |
[INFO] [stderr] 574 |                 tmysql_async::Pool::new("mysql://refinery:root@localhost:3306/refinery_test");
[INFO] [stderr]     |                 ^^^^^^^^^^^^ use of undeclared type or module `tmysql_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `missing`
[INFO] [stderr]    --> tests/mysql_async.rs:576:22
[INFO] [stderr]     |
[INFO] [stderr] 576 |             missing::migrations::runner()
[INFO] [stderr]     |                      ^^^^^^^^^^ could not find `migrations` in `missing`
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/tokio_postgres.rs:45:9
[INFO] [stderr]    |
[INFO] [stderr] 45 |         embed_migrations!("refinery/tests/sql_migrations");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/tokio_postgres.rs:50:9
[INFO] [stderr]    |
[INFO] [stderr] 50 |         embed_migrations!("refinery/tests/sql_migrations_broken");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations_broken", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/tokio_postgres.rs:55:9
[INFO] [stderr]    |
[INFO] [stderr] 55 |         embed_migrations!("refinery/tests/sql_migrations_missing");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations_missing", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 50 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `refinery`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no method named `migrate` found for struct `rusqlite::Connection` in the current scope
[INFO] [stderr]    --> tests/rusqlite.rs:314:14
[INFO] [stderr]     |
[INFO] [stderr] 314 |         conn.migrate(&migrations, true, true, false).unwrap();
[INFO] [stderr]     |              ^^^^^^^ method not found in `rusqlite::Connection`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `migrate` found for struct `rusqlite::Connection` in the current scope
[INFO] [stderr]    --> tests/rusqlite.rs:339:14
[INFO] [stderr]     |
[INFO] [stderr] 339 |             .migrate(&[migration.clone()], true, true, false)
[INFO] [stderr]     |              ^^^^^^^ method not found in `rusqlite::Connection`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `migrate` found for struct `rusqlite::Connection` in the current scope
[INFO] [stderr]    --> tests/rusqlite.rs:363:14
[INFO] [stderr]     |
[INFO] [stderr] 363 |             .migrate(&[migration.clone()], true, false, false)
[INFO] [stderr]     |              ^^^^^^^ method not found in `rusqlite::Connection`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `migrate` found for struct `rusqlite::Connection` in the current scope
[INFO] [stderr]    --> tests/rusqlite.rs:400:14
[INFO] [stderr]     |
[INFO] [stderr] 400 |             .migrate(&[migration1, migration2], true, true, false)
[INFO] [stderr]     |              ^^^^^^^ method not found in `rusqlite::Connection`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 23 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `refinery`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/mysql.rs:11:9
[INFO] [stderr]    |
[INFO] [stderr] 11 |         embed_migrations!("refinery/tests/sql_migrations");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/mysql.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |         embed_migrations!("refinery/tests/sql_migrations_broken");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations_broken", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> tests/mysql.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 |         embed_migrations!("refinery/tests/sql_migrations_missing");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations_missing", Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `refinery::migrate_from_config`, `refinery::Migrate`
[INFO] [stderr]  --> tests/mysql.rs:5:20
[INFO] [stderr]   |
[INFO] [stderr] 5 |     use refinery::{migrate_from_config, Config, ConfigDbType, Error, Migrate as _, Migration};
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^                               ^^^^^^^^^^^^ no `Migrate` in the root
[INFO] [stderr]   |                    |
[INFO] [stderr]   |                    no `migrate_from_config` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]   --> tests/mysql.rs:81:23
[INFO] [stderr]    |
[INFO] [stderr] 81 |             embedded::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]    |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]   --> tests/mysql.rs:99:23
[INFO] [stderr]    |
[INFO] [stderr] 99 |             embedded::migrations::runner()
[INFO] [stderr]    |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/mysql.rs:122:23
[INFO] [stderr]     |
[INFO] [stderr] 122 |             embedded::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/mysql.rs:144:23
[INFO] [stderr]     |
[INFO] [stderr] 144 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/mysql.rs:170:23
[INFO] [stderr]     |
[INFO] [stderr] 170 |             embedded::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/mysql.rs:199:23
[INFO] [stderr]     |
[INFO] [stderr] 199 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `broken`
[INFO] [stderr]    --> tests/mysql.rs:231:34
[INFO] [stderr]     |
[INFO] [stderr] 231 |             let result = broken::migrations::runner().run(&mut conn);
[INFO] [stderr]     |                                  ^^^^^^^^^^ could not find `migrations` in `broken`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/mysql.rs:274:13
[INFO] [stderr]     |
[INFO] [stderr] 274 |             mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/mysql.rs:293:13
[INFO] [stderr]     |
[INFO] [stderr] 293 |             mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/mysql.rs:315:13
[INFO] [stderr]     |
[INFO] [stderr] 315 |             mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/mysql.rs:344:23
[INFO] [stderr]     |
[INFO] [stderr] 344 |             embedded::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/mysql.rs:369:13
[INFO] [stderr]     |
[INFO] [stderr] 369 |             mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/mysql.rs:396:13
[INFO] [stderr]     |
[INFO] [stderr] 396 |             mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `missing`
[INFO] [stderr]    --> tests/mysql.rs:424:22
[INFO] [stderr]     |
[INFO] [stderr] 424 |             missing::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |                      ^^^^^^^^^^ could not find `migrations` in `missing`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `refinery::migrate_from_config`, `refinery::Migrate`
[INFO] [stderr]  --> tests/postgres_previous.rs:5:20
[INFO] [stderr]   |
[INFO] [stderr] 5 |     use refinery::{migrate_from_config, Config, ConfigDbType, Error, Migrate as _, Migration};
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^                               ^^^^^^^^^^^^ no `Migrate` in the root
[INFO] [stderr]   |                    |
[INFO] [stderr]   |                    no `migrate_from_config` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `tpppostgres`
[INFO] [stderr]  --> tests/postgres_previous.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 |     use tpppostgres::{Connection, TlsMode};
[INFO] [stderr]   |         ^^^^^^^^^^^ use of undeclared type or module `tpppostgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]   --> tests/postgres_previous.rs:91:23
[INFO] [stderr]    |
[INFO] [stderr] 91 |             embedded::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]    |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/postgres_previous.rs:111:23
[INFO] [stderr]     |
[INFO] [stderr] 111 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/postgres_previous.rs:134:23
[INFO] [stderr]     |
[INFO] [stderr] 134 |             embedded::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/postgres_previous.rs:156:23
[INFO] [stderr]     |
[INFO] [stderr] 156 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/postgres_previous.rs:182:23
[INFO] [stderr]     |
[INFO] [stderr] 182 |             embedded::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/postgres_previous.rs:210:23
[INFO] [stderr]     |
[INFO] [stderr] 210 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `broken`
[INFO] [stderr]    --> tests/postgres_previous.rs:241:34
[INFO] [stderr]     |
[INFO] [stderr] 241 |             let result = broken::migrations::runner().run(&mut conn);
[INFO] [stderr]     |                                  ^^^^^^^^^^ could not find `migrations` in `broken`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `broken`
[INFO] [stderr]    --> tests/postgres_previous.rs:263:34
[INFO] [stderr]     |
[INFO] [stderr] 263 |             let result = broken::migrations::runner()
[INFO] [stderr]     |                                  ^^^^^^^^^^ could not find `migrations` in `broken`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/postgres_previous.rs:283:13
[INFO] [stderr]     |
[INFO] [stderr] 283 |             mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/postgres_previous.rs:303:13
[INFO] [stderr]     |
[INFO] [stderr] 303 |             mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/postgres_previous.rs:325:13
[INFO] [stderr]     |
[INFO] [stderr] 325 |             mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/postgres_previous.rs:352:23
[INFO] [stderr]     |
[INFO] [stderr] 352 |             embedded::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/postgres_previous.rs:377:13
[INFO] [stderr]     |
[INFO] [stderr] 377 |             mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/postgres_previous.rs:405:13
[INFO] [stderr]     |
[INFO] [stderr] 405 |             mod_migrations::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `missing`
[INFO] [stderr]    --> tests/postgres_previous.rs:434:22
[INFO] [stderr]     |
[INFO] [stderr] 434 |             missing::migrations::runner().run(&mut conn).unwrap();
[INFO] [stderr]     |                      ^^^^^^^^^^ could not find `migrations` in `missing`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `migrate` found for struct `mysql::conn::pool::PooledConn` in the current scope
[INFO] [stderr]    --> tests/mysql.rs:348:18
[INFO] [stderr]     |
[INFO] [stderr] 348 |             conn.migrate(&migrations, true, true, false).unwrap();
[INFO] [stderr]     |                  ^^^^^^^ method not found in `mysql::conn::pool::PooledConn`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `migrate` found for struct `mysql::conn::pool::PooledConn` in the current scope
[INFO] [stderr]    --> tests/mysql.rs:377:18
[INFO] [stderr]     |
[INFO] [stderr] 377 |                 .migrate(&[migration.clone()], true, true, false)
[INFO] [stderr]     |                  ^^^^^^^ method not found in `mysql::conn::pool::PooledConn`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `migrate` found for struct `mysql::conn::pool::PooledConn` in the current scope
[INFO] [stderr]    --> tests/mysql.rs:404:18
[INFO] [stderr]     |
[INFO] [stderr] 404 |                 .migrate(&[migration.clone()], true, false, false)
[INFO] [stderr]     |                  ^^^^^^^ method not found in `mysql::conn::pool::PooledConn`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `migrate` found for struct `mysql::conn::pool::PooledConn` in the current scope
[INFO] [stderr]    --> tests/mysql.rs:444:18
[INFO] [stderr]     |
[INFO] [stderr] 444 |                 .migrate(&[migration1, migration2], true, true, false)
[INFO] [stderr]     |                  ^^^^^^^ method not found in `mysql::conn::pool::PooledConn`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 22 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: aborting due to 20 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `refinery`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `refinery`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved imports `refinery::migrate_from_config`, `refinery::Migrate`
[INFO] [stderr]  --> tests/postgres.rs:5:20
[INFO] [stderr]   |
[INFO] [stderr] 5 |     use refinery::{migrate_from_config, Config, ConfigDbType, Error, Migrate as _, Migration};
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^                               ^^^^^^^^^^^^ no `Migrate` in the root
[INFO] [stderr]   |                    |
[INFO] [stderr]   |                    no `migrate_from_config` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `ttpostgres`
[INFO] [stderr]  --> tests/postgres.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 |     use ttpostgres::{Client, NoTls};
[INFO] [stderr]   |         ^^^^^^^^^^ use of undeclared type or module `ttpostgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]   --> tests/postgres.rs:88:23
[INFO] [stderr]    |
[INFO] [stderr] 88 |             embedded::migrations::runner().run(&mut client).unwrap();
[INFO] [stderr]    |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/postgres.rs:106:23
[INFO] [stderr]     |
[INFO] [stderr] 106 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/postgres.rs:127:23
[INFO] [stderr]     |
[INFO] [stderr] 127 |             embedded::migrations::runner().run(&mut client).unwrap();
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/postgres.rs:149:23
[INFO] [stderr]     |
[INFO] [stderr] 149 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/postgres.rs:175:23
[INFO] [stderr]     |
[INFO] [stderr] 175 |             embedded::migrations::runner().run(&mut client).unwrap();
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/postgres.rs:201:23
[INFO] [stderr]     |
[INFO] [stderr] 201 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `broken`
[INFO] [stderr]    --> tests/postgres.rs:231:34
[INFO] [stderr]     |
[INFO] [stderr] 231 |             let result = broken::migrations::runner().run(&mut client);
[INFO] [stderr]     |                                  ^^^^^^^^^^ could not find `migrations` in `broken`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `broken`
[INFO] [stderr]    --> tests/postgres.rs:252:34
[INFO] [stderr]     |
[INFO] [stderr] 252 |             let result = broken::migrations::runner()
[INFO] [stderr]     |                                  ^^^^^^^^^^ could not find `migrations` in `broken`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/postgres.rs:271:13
[INFO] [stderr]     |
[INFO] [stderr] 271 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/postgres.rs:292:13
[INFO] [stderr]     |
[INFO] [stderr] 292 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/postgres.rs:316:13
[INFO] [stderr]     |
[INFO] [stderr] 316 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/postgres.rs:344:23
[INFO] [stderr]     |
[INFO] [stderr] 344 |             embedded::migrations::runner().run(&mut client).unwrap();
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/postgres.rs:369:13
[INFO] [stderr]     |
[INFO] [stderr] 369 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/postgres.rs:398:13
[INFO] [stderr]     |
[INFO] [stderr] 398 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `missing`
[INFO] [stderr]    --> tests/postgres.rs:428:22
[INFO] [stderr]     |
[INFO] [stderr] 428 |             missing::migrations::runner().run(&mut client).unwrap();
[INFO] [stderr]     |                      ^^^^^^^^^^ could not find `migrations` in `missing`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 20 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `refinery`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved imports `refinery::migrate_from_config_async`, `refinery::AsyncMigrate`
[INFO] [stderr]  --> tests/tokio_postgres.rs:5:20
[INFO] [stderr]   |
[INFO] [stderr] 5 |     use refinery::{migrate_from_config_async, AsyncMigrate, Config, ConfigDbType, Migration};
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^ no `AsyncMigrate` in the root
[INFO] [stderr]   |                    |
[INFO] [stderr]   |                    no `migrate_from_config_async` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `ttokio_postgres`
[INFO] [stderr]  --> tests/tokio_postgres.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 |     use ttokio_postgres::NoTls;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]   --> tests/tokio_postgres.rs:89:7
[INFO] [stderr]    |
[INFO] [stderr] 89 |     #[tokio::test]
[INFO] [stderr]    |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:120:7
[INFO] [stderr]     |
[INFO] [stderr] 120 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:151:7
[INFO] [stderr]     |
[INFO] [stderr] 151 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:190:7
[INFO] [stderr]     |
[INFO] [stderr] 190 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:230:7
[INFO] [stderr]     |
[INFO] [stderr] 230 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:268:7
[INFO] [stderr]     |
[INFO] [stderr] 268 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:307:7
[INFO] [stderr]     |
[INFO] [stderr] 307 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:335:7
[INFO] [stderr]     |
[INFO] [stderr] 335 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:364:7
[INFO] [stderr]     |
[INFO] [stderr] 364 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:393:7
[INFO] [stderr]     |
[INFO] [stderr] 393 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:430:7
[INFO] [stderr]     |
[INFO] [stderr] 430 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:468:7
[INFO] [stderr]     |
[INFO] [stderr] 468 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:511:7
[INFO] [stderr]     |
[INFO] [stderr] 511 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:549:7
[INFO] [stderr]     |
[INFO] [stderr] 549 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:589:7
[INFO] [stderr]     |
[INFO] [stderr] 589 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:639:7
[INFO] [stderr]     |
[INFO] [stderr] 639 |     #[tokio::test]
[INFO] [stderr]     |       ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]   --> tests/tokio_postgres.rs:66:13
[INFO] [stderr]    |
[INFO] [stderr] 66 |             ttokio_postgres::connect("postgres://postgres@localhost:5432/template1", NoTls)
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]   --> tests/tokio_postgres.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 |         tokio::spawn(async move {
[INFO] [stderr]    |         ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]   --> tests/tokio_postgres.rs:93:17
[INFO] [stderr]    |
[INFO] [stderr] 93 |                 ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]   --> tests/tokio_postgres.rs:98:13
[INFO] [stderr]    |
[INFO] [stderr] 98 |             tokio::spawn(async move {
[INFO] [stderr]    |             ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/tokio_postgres.rs:102:23
[INFO] [stderr]     |
[INFO] [stderr] 102 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]    --> tests/tokio_postgres.rs:124:17
[INFO] [stderr]     |
[INFO] [stderr] 124 |                 ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:128:13
[INFO] [stderr]     |
[INFO] [stderr] 128 |             tokio::spawn(async move {
[INFO] [stderr]     |             ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/tokio_postgres.rs:132:23
[INFO] [stderr]     |
[INFO] [stderr] 132 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]    --> tests/tokio_postgres.rs:155:17
[INFO] [stderr]     |
[INFO] [stderr] 155 |                 ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:159:13
[INFO] [stderr]     |
[INFO] [stderr] 159 |             tokio::spawn(async move {
[INFO] [stderr]     |             ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/tokio_postgres.rs:163:23
[INFO] [stderr]     |
[INFO] [stderr] 163 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]    --> tests/tokio_postgres.rs:194:17
[INFO] [stderr]     |
[INFO] [stderr] 194 |                 ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:198:13
[INFO] [stderr]     |
[INFO] [stderr] 198 |             tokio::spawn(async move {
[INFO] [stderr]     |             ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/tokio_postgres.rs:202:23
[INFO] [stderr]     |
[INFO] [stderr] 202 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]    --> tests/tokio_postgres.rs:234:13
[INFO] [stderr]     |
[INFO] [stderr] 234 |             ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:238:9
[INFO] [stderr]     |
[INFO] [stderr] 238 |         tokio::spawn(async move {
[INFO] [stderr]     |         ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/tokio_postgres.rs:242:19
[INFO] [stderr]     |
[INFO] [stderr] 242 |         embedded::migrations::runner()
[INFO] [stderr]     |                   ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]    --> tests/tokio_postgres.rs:272:17
[INFO] [stderr]     |
[INFO] [stderr] 272 |                 ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:276:13
[INFO] [stderr]     |
[INFO] [stderr] 276 |             tokio::spawn(async move {
[INFO] [stderr]     |             ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/tokio_postgres.rs:280:23
[INFO] [stderr]     |
[INFO] [stderr] 280 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]    --> tests/tokio_postgres.rs:311:17
[INFO] [stderr]     |
[INFO] [stderr] 311 |                 ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:315:13
[INFO] [stderr]     |
[INFO] [stderr] 315 |             tokio::spawn(async move {
[INFO] [stderr]     |             ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `broken`
[INFO] [stderr]    --> tests/tokio_postgres.rs:319:34
[INFO] [stderr]     |
[INFO] [stderr] 319 |             let result = broken::migrations::runner().run_async(&mut client).await;
[INFO] [stderr]     |                                  ^^^^^^^^^^ could not find `migrations` in `broken`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]    --> tests/tokio_postgres.rs:339:17
[INFO] [stderr]     |
[INFO] [stderr] 339 |                 ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:343:13
[INFO] [stderr]     |
[INFO] [stderr] 343 |             tokio::spawn(async move {
[INFO] [stderr]     |             ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `broken`
[INFO] [stderr]    --> tests/tokio_postgres.rs:347:34
[INFO] [stderr]     |
[INFO] [stderr] 347 |             let result = broken::migrations::runner()
[INFO] [stderr]     |                                  ^^^^^^^^^^ could not find `migrations` in `broken`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]    --> tests/tokio_postgres.rs:368:17
[INFO] [stderr]     |
[INFO] [stderr] 368 |                 ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:372:13
[INFO] [stderr]     |
[INFO] [stderr] 372 |             tokio::spawn(async move {
[INFO] [stderr]     |             ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/tokio_postgres.rs:376:13
[INFO] [stderr]     |
[INFO] [stderr] 376 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]    --> tests/tokio_postgres.rs:397:17
[INFO] [stderr]     |
[INFO] [stderr] 397 |                 ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:401:13
[INFO] [stderr]     |
[INFO] [stderr] 401 |             tokio::spawn(async move {
[INFO] [stderr]     |             ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/tokio_postgres.rs:405:13
[INFO] [stderr]     |
[INFO] [stderr] 405 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]    --> tests/tokio_postgres.rs:434:17
[INFO] [stderr]     |
[INFO] [stderr] 434 |                 ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:438:13
[INFO] [stderr]     |
[INFO] [stderr] 438 |             tokio::spawn(async move {
[INFO] [stderr]     |             ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/tokio_postgres.rs:442:13
[INFO] [stderr]     |
[INFO] [stderr] 442 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]    --> tests/tokio_postgres.rs:472:17
[INFO] [stderr]     |
[INFO] [stderr] 472 |                 ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:476:13
[INFO] [stderr]     |
[INFO] [stderr] 476 |             tokio::spawn(async move {
[INFO] [stderr]     |             ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `embedded`
[INFO] [stderr]    --> tests/tokio_postgres.rs:480:23
[INFO] [stderr]     |
[INFO] [stderr] 480 |             embedded::migrations::runner()
[INFO] [stderr]     |                       ^^^^^^^^^^ could not find `migrations` in `embedded`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]    --> tests/tokio_postgres.rs:515:17
[INFO] [stderr]     |
[INFO] [stderr] 515 |                 ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:519:13
[INFO] [stderr]     |
[INFO] [stderr] 519 |             tokio::spawn(async move {
[INFO] [stderr]     |             ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/tokio_postgres.rs:523:13
[INFO] [stderr]     |
[INFO] [stderr] 523 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]    --> tests/tokio_postgres.rs:553:17
[INFO] [stderr]     |
[INFO] [stderr] 553 |                 ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:557:13
[INFO] [stderr]     |
[INFO] [stderr] 557 |             tokio::spawn(async move {
[INFO] [stderr]     |             ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mod_migrations`
[INFO] [stderr]    --> tests/tokio_postgres.rs:561:13
[INFO] [stderr]     |
[INFO] [stderr] 561 |             mod_migrations::migrations::runner()
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ use of undeclared type or module `mod_migrations`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ttokio_postgres`
[INFO] [stderr]    --> tests/tokio_postgres.rs:593:17
[INFO] [stderr]     |
[INFO] [stderr] 593 |                 ttokio_postgres::connect("postgres://postgres@localhost:5432/postgres", NoTls)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `ttokio_postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> tests/tokio_postgres.rs:597:13
[INFO] [stderr]     |
[INFO] [stderr] 597 |             tokio::spawn(async move {
[INFO] [stderr]     |             ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `migrations` in `missing`
[INFO] [stderr]    --> tests/tokio_postgres.rs:601:22
[INFO] [stderr]     |
[INFO] [stderr] 601 |             missing::migrations::runner()
[INFO] [stderr]     |                      ^^^^^^^^^^ could not find `migrations` in `missing`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 68 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `refinery`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "905221b2276f0541da89642a727f4b8b8cfd3cefe5f1cd724bcc5286cf1968d9"`
[INFO] running `"docker" "rm" "-f" "905221b2276f0541da89642a727f4b8b8cfd3cefe5f1cd724bcc5286cf1968d9"`
[INFO] [stdout] 905221b2276f0541da89642a727f4b8b8cfd3cefe5f1cd724bcc5286cf1968d9
