[INFO] crate trek 0.3.1 is already in cache [INFO] testing trek-0.3.1 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate trek 0.3.1 into work/builds/worker-10/source [INFO] validating manifest of crates.io crate trek 0.3.1 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate trek 0.3.1 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate trek 0.3.1 [INFO] tweaked toml for crates.io crate trek 0.3.1 written to work/builds/worker-10/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /big/crater/work/builds/worker-10/source/examples/migration_index.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 850eae54615c8ff6315cd538d88149f82d22f5771170fdabc1ebfc4c3822cdf5 [INFO] running `"docker" "start" "-a" "850eae54615c8ff6315cd538d88149f82d22f5771170fdabc1ebfc4c3822cdf5"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/examples/migration_index.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling iovec v0.1.3 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling hmac v0.5.0 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling postgres-protocol v0.3.2 [INFO] [stderr] Compiling postgres-shared v0.4.2 [INFO] [stderr] Compiling postgres v0.15.2 [INFO] [stderr] Compiling trek v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/migration_index.rs:255:29 [INFO] [stderr] | [INFO] [stderr] 255 | let prepared_stmt = try!(connection.prepare( [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/migration_index.rs:259:22 [INFO] [stderr] | [INFO] [stderr] 259 | let result = try!(prepared_stmt.query(&[&"schema_version"])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/migration_index.rs:263:46 [INFO] [stderr] | [INFO] [stderr] 263 | let version_string: String = try!(result.get(0).get_opt(0).unwrap()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/migration_index.rs:309:17 [INFO] [stderr] | [INFO] [stderr] 309 | try!(connection.execute( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/migration_index.rs:318:17 [INFO] [stderr] | [INFO] [stderr] 318 | try!(connection.execute( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/migration_index.rs:329:17 [INFO] [stderr] | [INFO] [stderr] 329 | try!(connection.execute("DROP TABLE schema_version;", &[])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:41:24 [INFO] [stderr] | [INFO] [stderr] 41 | let mut file = try!(File::create(final_path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | try!(file.write_all(migration_template(name, &*file_name_without_extension).as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration.rs:10:32 [INFO] [stderr] | [INFO] [stderr] 10 | fn up(&self, transaction: &postgres::GenericConnection) -> Result<()>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn postgres::GenericConnection` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration.rs:12:34 [INFO] [stderr] | [INFO] [stderr] 12 | fn down(&self, transaction: &postgres::GenericConnection) -> Result<()>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn postgres::GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration_index.rs:14:25 [INFO] [stderr] | [INFO] [stderr] 14 | migrations: Vec> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Migration` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration_index.rs:19:40 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(mut migrations: Vec>) -> Self { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Migration` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration_index.rs:65:36 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn run(&self, connection: &GenericConnection) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration_index.rs:136:41 [INFO] [stderr] | [INFO] [stderr] 136 | pub fn rollback(&self, connection: &GenericConnection) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration_index.rs:253:22 [INFO] [stderr] | [INFO] [stderr] 253 | connection: &GenericConnection [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration_index.rs:275:80 [INFO] [stderr] | [INFO] [stderr] 275 | fn outstanding_migrations(&self, current_version: Option) -> &[Box] { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Migration` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration_index.rs:303:22 [INFO] [stderr] | [INFO] [stderr] 303 | connection: &GenericConnection, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.60s [INFO] running `"docker" "inspect" "850eae54615c8ff6315cd538d88149f82d22f5771170fdabc1ebfc4c3822cdf5"` [INFO] running `"docker" "rm" "-f" "850eae54615c8ff6315cd538d88149f82d22f5771170fdabc1ebfc4c3822cdf5"` [INFO] [stdout] 850eae54615c8ff6315cd538d88149f82d22f5771170fdabc1ebfc4c3822cdf5 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 7a6627505d18fafe2e4d6318c805348fdb232651f7d1508486754f1b315d4e60 [INFO] running `"docker" "start" "-a" "7a6627505d18fafe2e4d6318c805348fdb232651f7d1508486754f1b315d4e60"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/examples/migration_index.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling strsim v0.5.2 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling docopt v0.6.86 [INFO] [stderr] Compiling trek v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/migration_index.rs:255:29 [INFO] [stderr] | [INFO] [stderr] 255 | let prepared_stmt = try!(connection.prepare( [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/migration_index.rs:259:22 [INFO] [stderr] | [INFO] [stderr] 259 | let result = try!(prepared_stmt.query(&[&"schema_version"])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/migration_index.rs:263:46 [INFO] [stderr] | [INFO] [stderr] 263 | let version_string: String = try!(result.get(0).get_opt(0).unwrap()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/migration_index.rs:309:17 [INFO] [stderr] | [INFO] [stderr] 309 | try!(connection.execute( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/migration_index.rs:318:17 [INFO] [stderr] | [INFO] [stderr] 318 | try!(connection.execute( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/migration_index.rs:329:17 [INFO] [stderr] | [INFO] [stderr] 329 | try!(connection.execute("DROP TABLE schema_version;", &[])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:41:24 [INFO] [stderr] | [INFO] [stderr] 41 | let mut file = try!(File::create(final_path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | try!(file.write_all(migration_template(name, &*file_name_without_extension).as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration.rs:10:32 [INFO] [stderr] | [INFO] [stderr] 10 | fn up(&self, transaction: &postgres::GenericConnection) -> Result<()>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn postgres::GenericConnection` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration.rs:12:34 [INFO] [stderr] | [INFO] [stderr] 12 | fn down(&self, transaction: &postgres::GenericConnection) -> Result<()>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn postgres::GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration_index.rs:14:25 [INFO] [stderr] | [INFO] [stderr] 14 | migrations: Vec> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Migration` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration_index.rs:19:40 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(mut migrations: Vec>) -> Self { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Migration` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration_index.rs:65:36 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn run(&self, connection: &GenericConnection) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration_index.rs:136:41 [INFO] [stderr] | [INFO] [stderr] 136 | pub fn rollback(&self, connection: &GenericConnection) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration_index.rs:253:22 [INFO] [stderr] | [INFO] [stderr] 253 | connection: &GenericConnection [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration_index.rs:275:80 [INFO] [stderr] | [INFO] [stderr] 275 | fn outstanding_migrations(&self, current_version: Option) -> &[Box] { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Migration` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/migration_index.rs:303:22 [INFO] [stderr] | [INFO] [stderr] 303 | connection: &GenericConnection, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/types/good_migration_1.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | try!(transaction.execute( [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/types/good_migration_1.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | try!(transaction.execute("INSERT INTO data (good_migration_1_ran) values (true);", &[])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/types/good_migration_1.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | try!(transaction.execute("DROP TABLE data;", &[])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/types/good_migration_2.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | try!(transaction.execute( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/types/good_migration_2.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | try!(transaction.execute("UPDATE data SET good_migration_2_ran = true;", &[])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/types/good_migration_2.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | try!(transaction.execute( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/types/good_migration_up_bad_migration_down.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | try!(transaction.execute( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/types/good_migration_up_bad_migration_down.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | try!(transaction.execute( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/types/good_migration_up_bad_migration_down.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | try!(transaction.execute("rargle blargle", &[])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/types/bad_migration_1.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | try!(transaction.execute("rargle blargle", &[])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/types/bad_migration_1.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | try!(transaction.execute("rargle blargle", &[])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/types/good_migration_1.rs:17:32 [INFO] [stderr] | [INFO] [stderr] 17 | fn up(&self, transaction: &GenericConnection) -> postgres::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/types/good_migration_1.rs:27:34 [INFO] [stderr] | [INFO] [stderr] 27 | fn down(&self, transaction: &GenericConnection) -> postgres::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/types/good_migration_2.rs:18:32 [INFO] [stderr] | [INFO] [stderr] 18 | fn up(&self, transaction: &GenericConnection) -> postgres::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/types/good_migration_2.rs:26:34 [INFO] [stderr] | [INFO] [stderr] 26 | fn down(&self, transaction: &GenericConnection) -> postgres::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/types/good_migration_up_bad_migration_down.rs:18:32 [INFO] [stderr] | [INFO] [stderr] 18 | fn up(&self, transaction: &GenericConnection) -> postgres::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/types/good_migration_up_bad_migration_down.rs:31:34 [INFO] [stderr] | [INFO] [stderr] 31 | fn down(&self, transaction: &GenericConnection) -> postgres::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/types/bad_migration_1.rs:18:32 [INFO] [stderr] | [INFO] [stderr] 18 | fn up(&self, transaction: &GenericConnection) -> postgres::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/types/bad_migration_1.rs:22:34 [INFO] [stderr] | [INFO] [stderr] 22 | fn down(&self, transaction: &GenericConnection) -> postgres::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/migrations/migration_20150826001350_create_users_table.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | try!(connection.execute("CREATE TABLE users ( [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/migrations/migration_20150826001350_create_users_table.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | try!(connection.execute("DROP TABLE users;", &[])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/migrations/migration_20151008562095_create_companies_table.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | try!(connection.execute("CREATE TABLE companies ( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/migrations/migration_20151008562095_create_companies_table.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | try!(connection.execute("ALTER TABLE users [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/migrations/migration_20151008562095_create_companies_table.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | try!(connection.execute("ALTER TABLE users DROP COLUMN company_id;", &[])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/migrations/migration_20151008562095_create_companies_table.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | try!(connection.execute("DROP TABLE companies;", &[])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/migration_index.rs:14:36 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn new(migrations: Vec>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn TrekMigration` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/migration_index.rs:21:36 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn run(&self, connection: &GenericConnection) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/migration_index.rs:26:41 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn rollback(&self, connection: &GenericConnection) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/migration_index.rs:32:22 [INFO] [stderr] | [INFO] [stderr] 32 | connection: &GenericConnection [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/migrations/migration_20150826001350_create_users_table.rs:19:31 [INFO] [stderr] | [INFO] [stderr] 19 | fn up(&self, connection: &postgres::GenericConnection) -> postgres::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn postgres::GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/migrations/migration_20150826001350_create_users_table.rs:32:33 [INFO] [stderr] | [INFO] [stderr] 32 | fn down(&self, connection: &postgres::GenericConnection) -> postgres::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn postgres::GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/migrations/migration_20151008562095_create_companies_table.rs:19:31 [INFO] [stderr] | [INFO] [stderr] 19 | fn up(&self, connection: &postgres::GenericConnection) -> postgres::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn postgres::GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/migrations/migration_20151008562095_create_companies_table.rs:36:33 [INFO] [stderr] | [INFO] [stderr] 36 | fn down(&self, connection: &postgres::GenericConnection) -> postgres::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn postgres::GenericConnection` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.86s [INFO] running `"docker" "inspect" "7a6627505d18fafe2e4d6318c805348fdb232651f7d1508486754f1b315d4e60"` [INFO] running `"docker" "rm" "-f" "7a6627505d18fafe2e4d6318c805348fdb232651f7d1508486754f1b315d4e60"` [INFO] [stdout] 7a6627505d18fafe2e4d6318c805348fdb232651f7d1508486754f1b315d4e60 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] a75d95d0f281d3e498fd43b4f1ab55dcf616464b44b710f6b653b6e9c2f7b5bc [INFO] running `"docker" "start" "-a" "a75d95d0f281d3e498fd43b4f1ab55dcf616464b44b710f6b653b6e9c2f7b5bc"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/examples/migration_index.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/trek-0d9b0f5616f2c65d [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test-2f98626619f832ff [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test can_rollback_migrations_sequentially ... FAILED [INFO] [stdout] test can_apply_migrations_sequentially ... FAILED [INFO] [stdout] test can_run_migration ... FAILED [INFO] [stdout] test fails_gracefully_on_migration_rollback_error ... FAILED [INFO] [stdout] test fails_gracefully_on_migration_run_error ... FAILED [INFO] [stdout] test can_rollback_migration ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- can_rollback_migrations_sequentially stdout ---- [INFO] [stdout] thread 'can_rollback_migrations_sequentially' panicked at 'TREK_TEST_DB_PARAMS environment variable is unset. This environment variable should contain a database connection string for a PostgreSQL database to use when testing. This string should take the form: [INFO] [stdout] postgresql://user[:password]@host[:port][/database][?param1=val1[[¶m2=val2]...]] [INFO] [stdout] See the rust-postgres documentation for more details: [INFO] [stdout] https://sfackler.github.io/rust-postgres/doc/postgres/struct.Connection.html#method.connect [INFO] [stdout] ', src/libcore/option.rs:1190:5 [INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [INFO] [stdout] [INFO] [stdout] ---- can_apply_migrations_sequentially stdout ---- [INFO] [stdout] thread 'can_apply_migrations_sequentially' panicked at 'TREK_TEST_DB_PARAMS environment variable is unset. This environment variable should contain a database connection string for a PostgreSQL database to use when testing. This string should take the form: [INFO] [stdout] postgresql://user[:password]@host[:port][/database][?param1=val1[[¶m2=val2]...]] [INFO] [stdout] See the rust-postgres documentation for more details: [INFO] [stdout] https://sfackler.github.io/rust-postgres/doc/postgres/struct.Connection.html#method.connect [INFO] [stdout] ', src/libcore/option.rs:1190:5 [INFO] [stdout] [INFO] [stdout] ---- can_run_migration stdout ---- [INFO] [stdout] thread 'can_run_migration' panicked at 'TREK_TEST_DB_PARAMS environment variable is unset. This environment variable should contain a database connection string for a PostgreSQL database to use when testing. This string should take the form: [INFO] [stdout] postgresql://user[:password]@host[:port][/database][?param1=val1[[¶m2=val2]...]] [INFO] [stdout] See the rust-postgres documentation for more details: [INFO] [stdout] https://sfackler.github.io/rust-postgres/doc/postgres/struct.Connection.html#method.connect [INFO] [stdout] ', src/libcore/option.rs:1190:5 [INFO] [stdout] [INFO] [stdout] ---- fails_gracefully_on_migration_rollback_error stdout ---- [INFO] [stdout] thread 'fails_gracefully_on_migration_rollback_error' panicked at 'TREK_TEST_DB_PARAMS environment variable is unset. This environment variable should contain a database connection string for a PostgreSQL database to use when testing. This string should take the form: [INFO] [stdout] postgresql://user[:password]@host[:port][/database][?param1=val1[[¶m2=val2]...]] [INFO] [stdout] See the rust-postgres documentation for more details: [INFO] [stdout] https://sfackler.github.io/rust-postgres/doc/postgres/struct.Connection.html#method.connect [INFO] [stdout] ', src/libcore/option.rs:1190:5 [INFO] [stdout] [INFO] [stdout] ---- fails_gracefully_on_migration_run_error stdout ---- [INFO] [stdout] thread 'fails_gracefully_on_migration_run_error' panicked at 'TREK_TEST_DB_PARAMS environment variable is unset. This environment variable should contain a database connection string for a PostgreSQL database to use when testing. This string should take the form: [INFO] [stdout] postgresql://user[:password]@host[:port][/database][?param1=val1[[¶m2=val2]...]] [INFO] [stdout] See the rust-postgres documentation for more details: [INFO] [stdout] https://sfackler.github.io/rust-postgres/doc/postgres/struct.Connection.html#method.connect [INFO] [stdout] ', src/libcore/option.rs:1190:5 [INFO] [stdout] [INFO] [stdout] ---- can_rollback_migration stdout ---- [INFO] [stdout] thread 'can_rollback_migration' panicked at 'TREK_TEST_DB_PARAMS environment variable is unset. This environment variable should contain a database connection string for a PostgreSQL database to use when testing. This string should take the form: [INFO] [stdout] postgresql://user[:password]@host[:port][/database][?param1=val1[[¶m2=val2]...]] [INFO] [stdout] See the rust-postgres documentation for more details: [INFO] [stdout] https://sfackler.github.io/rust-postgres/doc/postgres/struct.Connection.html#method.connect [INFO] [stdout] ', src/libcore/option.rs:1190:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559b0a12c184 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559b0a12c184 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559b0a12c184 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x559b0a12c184 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x559b0a14800c - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x559b09f8ff15 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x559b0a126521 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x559b0a12e695 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x559b0a12e695 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x559b0a12e695 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x559b0a12e31c - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x559b0a12ed95 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x559b0a12e932 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x559b0a12e826 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:307 [INFO] [stdout] 14: 0x559b0a14562a - core::panicking::panic_fmt::h467e0364f9237670 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 15: 0x559b0a145697 - core::option::expect_failed::h9131e4db7f00ccd6 [INFO] [stdout] at src/libcore/option.rs:1190 [INFO] [stdout] 16: 0x559b09f8eea6 - core::option::Option::expect::he57db6e0aef0a935 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/option.rs:345 [INFO] [stdout] 17: 0x559b09f802de - test::new_test_connection::hfe4888786119b702 [INFO] [stdout] at tests/test.rs:21 [INFO] [stdout] 18: 0x559b09f80c11 - test::can_rollback_migration::h961275914971f23b [INFO] [stdout] at tests/test.rs:61 [INFO] [stdout] 19: 0x559b09f80bea - test::can_rollback_migration::{{closure}}::h217b36c07630399f [INFO] [stdout] at tests/test.rs:60 [INFO] [stdout] 20: 0x559b09f8beae - core::ops::function::FnOnce::call_once::ha6d7f57d5a1836fa [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 21: 0x559b09f99e0f - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 22: 0x559b0a1322ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 23: 0x559b09fb461e - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 24: 0x559b09fb461e - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x559b09fb461e - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 26: 0x559b09f8f685 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 27: 0x559b09f93815 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 28: 0x559b09f93815 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 29: 0x559b09f93815 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 30: 0x559b0a1322ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 31: 0x559b09f93dc2 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 32: 0x559b09f93dc2 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 33: 0x559b09f93dc2 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 34: 0x559b09f93dc2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 35: 0x559b0a122bcf - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 36: 0x559b0a131a40 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 37: 0x559b0a131a40 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 38: 0x559b0a131a40 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 39: 0x7fe55a2046db - start_thread [INFO] [stdout] 40: 0x7fe559d1588f - __clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] can_apply_migrations_sequentially [INFO] [stdout] can_rollback_migration [INFO] [stdout] can_rollback_migrations_sequentially [INFO] [stdout] can_run_migration [INFO] [stdout] fails_gracefully_on_migration_rollback_error [INFO] [stdout] fails_gracefully_on_migration_run_error [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test test' [INFO] running `"docker" "inspect" "a75d95d0f281d3e498fd43b4f1ab55dcf616464b44b710f6b653b6e9c2f7b5bc"` [INFO] running `"docker" "rm" "-f" "a75d95d0f281d3e498fd43b4f1ab55dcf616464b44b710f6b653b6e9c2f7b5bc"` [INFO] [stdout] a75d95d0f281d3e498fd43b4f1ab55dcf616464b44b710f6b653b6e9c2f7b5bc