[INFO] updating cached repository https://github.com/rippinrobr/csv_converter [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 18802c3e262bfbb662b966fe32db5c75ea955675 [INFO] testing rippinrobr/csv_converter against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frippinrobr%2Fcsv_converter" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rippinrobr/csv_converter 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 git repo https://github.com/rippinrobr/csv_converter [INFO] finished tweaking git repo https://github.com/rippinrobr/csv_converter [INFO] tweaked toml for git repo https://github.com/rippinrobr/csv_converter written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/rippinrobr/csv_converter already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] ebf289e82224aeb60c8c709d27714f362e4fa8e7b68a18088223674f436fd5cb [INFO] running `"docker" "start" "-a" "ebf289e82224aeb60c8c709d27714f362e4fa8e7b68a18088223674f436fd5cb"` [INFO] [stderr] Compiling serde v1.0.83 [INFO] [stderr] Compiling byte-tools v0.3.0 [INFO] [stderr] Compiling opaque-debug v0.2.1 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling barrel v0.5.0-alpha0 (https://github.com/rippinrobr/barrel?branch=add-mysql-support#e7ba5f8d) [INFO] [stderr] Compiling exitcode v1.1.2 [INFO] [stderr] Compiling sqlite3-src v0.2.10 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling phf v0.7.23 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stderr] Compiling atoi v0.3.1 [INFO] [stderr] Compiling clicolors-control v1.0.0 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling serde_derive v1.0.83 [INFO] [stderr] Compiling block-padding v0.1.2 [INFO] [stderr] Compiling flate2 v1.0.6 [INFO] [stderr] Compiling globset v0.4.2 [INFO] [stderr] Compiling predicates v1.0.0 [INFO] [stderr] Compiling postgres-protocol v0.3.2 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling twox-hash v1.1.2 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling sqlite3-sys v0.12.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling sqlite v0.23.9 [INFO] [stderr] Compiling parking_lot v0.7.0 [INFO] [stderr] Compiling postgres-shared v0.4.2 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling crossbeam-channel v0.3.4 [INFO] [stderr] Compiling console v0.7.2 [INFO] [stderr] Compiling indicatif v0.10.3 [INFO] [stderr] Compiling postgres v0.15.2 [INFO] [stderr] Compiling ignore v0.4.5 [INFO] [stderr] Compiling globwalk v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling csv v1.0.5 [INFO] [stderr] Compiling assert_fs v0.10.0 [INFO] [stderr] Compiling mysql_common v0.14.0 [INFO] [stderr] Compiling mysql v15.0.0 [INFO] [stderr] Compiling csv-to v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `serde_json` [INFO] [stderr] --> src/cache/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use serde_json; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde` [INFO] [stderr] --> src/lib.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use serde; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde_json` [INFO] [stderr] --> src/lib.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use serde_json; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/cmd/db/mod.rs:206:33 [INFO] [stderr] | [INFO] [stderr] 206 | let first_letter = name.trim_right_matches(".csv").chars().next().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/cmd/db/mod.rs:207:14 [INFO] [stderr] | [INFO] [stderr] 207 | name.trim_right_matches(".csv").to_string().replace(first_letter, &first_letter.to_string().to_uppercase()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `"docker" "inspect" "ebf289e82224aeb60c8c709d27714f362e4fa8e7b68a18088223674f436fd5cb"` [INFO] running `"docker" "rm" "-f" "ebf289e82224aeb60c8c709d27714f362e4fa8e7b68a18088223674f436fd5cb"` [INFO] [stdout] ebf289e82224aeb60c8c709d27714f362e4fa8e7b68a18088223674f436fd5cb [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] ce1fd02c2ea40d8f1575a4878d6737a932e741849a71758c622251e5fd5edc79 [INFO] running `"docker" "start" "-a" "ce1fd02c2ea40d8f1575a4878d6737a932e741849a71758c622251e5fd5edc79"` [INFO] [stderr] Compiling csv-to v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> tests/cmdlineargs_test.rs:80:31 [INFO] [stderr] | [INFO] [stderr] 80 | ", env!("CARGO_PKG_VERSION"));; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> tests/cmdlineargs_test.rs:119:31 [INFO] [stderr] | [INFO] [stderr] 119 | ", env!("CARGO_PKG_VERSION"));; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde_json` [INFO] [stderr] --> src/cache/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use serde_json; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `assert_fs::prelude::*` [INFO] [stderr] --> src/parsers/csv.rs:181:13 [INFO] [stderr] | [INFO] [stderr] 181 | use assert_fs::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `assert_fs::prelude::*` [INFO] [stderr] --> src/parsers/csv.rs:215:13 [INFO] [stderr] | [INFO] [stderr] 215 | use assert_fs::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde` [INFO] [stderr] --> src/lib.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use serde; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde_json` [INFO] [stderr] --> src/lib.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use serde_json; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/cmd/db/mod.rs:206:33 [INFO] [stderr] | [INFO] [stderr] 206 | let first_letter = name.trim_right_matches(".csv").chars().next().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/cmd/db/mod.rs:207:14 [INFO] [stderr] | [INFO] [stderr] 207 | name.trim_right_matches(".csv").to_string().replace(first_letter, &first_letter.to_string().to_uppercase()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `tmp_path` [INFO] [stderr] --> src/parsers/csv.rs:191:13 [INFO] [stderr] | [INFO] [stderr] 191 | let tmp_path = tmp_dir.into_path(); [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_tmp_path` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `tmp_path` [INFO] [stderr] --> src/parsers/csv.rs:224:13 [INFO] [stderr] | [INFO] [stderr] 224 | let tmp_path = tmp_dir.into_path(); [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_tmp_path` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/storage/mysql.rs:225:17 [INFO] [stderr] | [INFO] [stderr] 225 | Err(e) => assert_eq!(0, 1), [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/storage/postgres.rs:230:17 [INFO] [stderr] | [INFO] [stderr] 230 | Err(e) => assert_eq!(0, 1), [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/parsers/csv.rs:206:17 [INFO] [stderr] | [INFO] [stderr] 206 | std::fs::remove_dir_all(file_path.clone()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/parsers/csv.rs:244:17 [INFO] [stderr] | [INFO] [stderr] 244 | std::fs::remove_dir_all(file_path.clone()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.83s [INFO] running `"docker" "inspect" "ce1fd02c2ea40d8f1575a4878d6737a932e741849a71758c622251e5fd5edc79"` [INFO] running `"docker" "rm" "-f" "ce1fd02c2ea40d8f1575a4878d6737a932e741849a71758c622251e5fd5edc79"` [INFO] [stdout] ce1fd02c2ea40d8f1575a4878d6737a932e741849a71758c622251e5fd5edc79 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] bb7777fec1b3eb9cc93b93df9070c6b6aba81a5b60179fd75a9902e77e642233 [INFO] running `"docker" "start" "-a" "bb7777fec1b3eb9cc93b93df9070c6b6aba81a5b60179fd75a9902e77e642233"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/csv_to-f28d8bac89552357 [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test parsers::csv::tests::check_field_data_type_with_empty_string ... ok [INFO] [stdout] test parsers::csv::tests::check_field_data_type_with_float ... ok [INFO] [stdout] test parsers::csv::tests::check_field_data_type_with_int ... ok [INFO] [stdout] test parsers::csv::tests::check_field_data_type_with_string ... ok [INFO] [stdout] test storage::mysql::tests::drop_table_sql_with_valid_input ... ok [INFO] [stdout] test storage::mysql::tests::drop_table_sql_with_empty_name_returns_error ... ok [INFO] [stdout] test storage::mysql::tests::generate_table_schema_with_valid_inputs ... ok [INFO] [stdout] test storage::mysql::tests::generate_table_schema_with_empty_columns_returns_error ... ok [INFO] [stdout] test storage::mysql::tests::generate_table_schema_with_empty_name_returns_error ... ok [INFO] [stdout] test storage::postgres::tests::drop_table_sql_with_valid_input ... ok [INFO] [stdout] test storage::postgres::tests::drop_table_sql_with_empty_name_returns_error ... ok [INFO] [stdout] test storage::sqlite::tests::generate_table_schema_with_empty_table_name_ret ... ok [INFO] [stdout] test storage::postgres::tests::generate_table_schema_with_empty_name_returns_error ... ok [INFO] [stdout] test storage::postgres::tests::generate_table_schema_with_empty_columns_returns_error ... ok [INFO] [stdout] test storage::sqlite::tests::generate_table_schema_with_no_columns_throws_error ... ok [INFO] [stdout] test storage::sqlite::tests::generate_table_schema_with_reqs_returns_proper_ddl ... ok [INFO] [stdout] test storage::postgres::tests::generate_table_schema_with_valid_inputs ... ok [INFO] [stdout] test storage::sqlite::tests::get_value_type_with_f64 ... ok [INFO] [stdout] test storage::sqlite::tests::generate_table_schema_with_reqs_with_drop_stores_returns_proper_ddl ... ok [INFO] [stdout] test storage::sqlite::tests::get_value_type_with_empty ... ok [INFO] [stdout] test tests::data_type_to_str_empty ... ok [INFO] [stdout] test storage::sqlite::tests::get_value_type_with_i64 ... ok [INFO] [stdout] test storage::sqlite::tests::get_value_type_with_string ... ok [INFO] [stdout] test parsers::csv::tests::create_column_defs_with_valid_string_record ... ok [INFO] [stdout] test tests::data_type_to_str_f64 ... ok [INFO] [stdout] test parsers::csv::tests::create_column_defs_for_file_with_no_headers ... ok [INFO] [stdout] test tests::data_type_to_str_string ... ok [INFO] [stdout] test tests::data_types_to_database_type_f64 ... ok [INFO] [stdout] test tests::data_types_to_database_type_i64 ... ok [INFO] [stdout] test tests::data_types_to_database_type_string ... ok [INFO] [stdout] test tests::is_data_type_change_with_empty_dt ... ok [INFO] [stdout] test tests::is_data_type_change_with_f64_dt ... ok [INFO] [stdout] test tests::is_data_type_change_with_i64_dt ... ok [INFO] [stdout] test tests::is_data_type_change_with_string_dt ... ok [INFO] [stdout] test tests::new ... ok [INFO] [stdout] test tests::set_column_data_types_should_be_f64_when_at_least_1_potential_type_is_f64 ... ok [INFO] [stdout] test tests::set_column_data_types_should_be_i64_when_at_least_1_potential_type_is_i64_and_others_are_empty ... ok [INFO] [stdout] test tests::set_column_data_types_should_be_string_when_at_least_1_potential_type_is_string ... ok [INFO] [stdout] test tests::data_types_to_database_type_empty ... ok [INFO] [stdout] test tests::set_column_data_types_with_empty_values_should_give_string_data_type ... ok [INFO] [stdout] test tests::data_type_to_str_i64 ... ok [INFO] [stdout] test parsers::csv::tests::parse_with_headers ... ok [INFO] [stdout] test parsers::csv::tests::parse_without_headers ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/csv_to-e6149b802d194071 [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/cmdlineargs_test-dded015e156b9470 [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test calling_csvto_with_db_with_unsupported_db_type ... FAILED [INFO] [stdout] test calling_csvto_with_no_args ... FAILED [INFO] [stdout] test calling_csvto_with_db_with_v ... FAILED [INFO] [stdout] test calling_csvto_with_db_without_n_and_no_piped_input ... FAILED [INFO] [stdout] test calling_csvto_with_db_but_no_args ... FAILED [INFO] [stdout] test calling_csvto_with_db_without_files_or_directories_and_no_piped_input ... FAILED [INFO] [stdout] test calling_csvto_with_db_without_c ... FAILED [INFO] [stdout] test calling_csvto_with_db_without_t ... FAILED [INFO] [stdout] test calling_csvto_with_db_without_name ... FAILED [INFO] [stdout] test calling_csvto_with_db_without_type ... FAILED [INFO] [stdout] test calling_csvto_with_db_without_connection_info ... FAILED [INFO] [stdout] test calling_csvto_with_db_with_help ... FAILED [INFO] [stdout] test calling_csvto_with_db_with_h ... FAILED [INFO] [stdout] test calling_csvto_with_db_with_version ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- calling_csvto_with_db_with_unsupported_db_type stdout ---- [INFO] [stdout] thread 'calling_csvto_with_db_with_unsupported_db_type' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [INFO] [stdout] [INFO] [stdout] ---- calling_csvto_with_no_args stdout ---- [INFO] [stdout] thread 'calling_csvto_with_no_args' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- calling_csvto_with_db_with_v stdout ---- [INFO] [stdout] thread 'calling_csvto_with_db_with_v' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- calling_csvto_with_db_without_n_and_no_piped_input stdout ---- [INFO] [stdout] thread 'calling_csvto_with_db_without_n_and_no_piped_input' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- calling_csvto_with_db_but_no_args stdout ---- [INFO] [stdout] thread 'calling_csvto_with_db_but_no_args' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- calling_csvto_with_db_without_files_or_directories_and_no_piped_input stdout ---- [INFO] [stdout] thread 'calling_csvto_with_db_without_files_or_directories_and_no_piped_input' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- calling_csvto_with_db_without_c stdout ---- [INFO] [stdout] thread 'calling_csvto_with_db_without_c' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- calling_csvto_with_db_without_t stdout ---- [INFO] [stdout] thread 'calling_csvto_with_db_without_t' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- calling_csvto_with_db_without_name stdout ---- [INFO] [stdout] thread 'calling_csvto_with_db_without_name' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- calling_csvto_with_db_without_type stdout ---- [INFO] [stdout] thread 'calling_csvto_with_db_without_type' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- calling_csvto_with_db_without_connection_info stdout ---- [INFO] [stdout] thread 'calling_csvto_with_db_without_connection_info' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- calling_csvto_with_db_with_help stdout ---- [INFO] [stdout] thread 'calling_csvto_with_db_with_help' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55bd75f3daf4 - 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: 0x55bd75f3daf4 - 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: 0x55bd75f3daf4 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x55bd75f3daf4 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x55bd75f5ce5c - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x55bd75ef3bd5 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x55bd75f38a31 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x55bd75f3ff85 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x55bd75f3ff85 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55bd75f3ff85 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x55bd75f3fc0c - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x55bd75f40685 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x55bd75f40222 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x55bd75f40116 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:307 [INFO] [stdout] 14: 0x55bd75f5a54a - core::panicking::panic_fmt::h467e0364f9237670 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 15: 0x55bd75f5a647 - core::result::unwrap_failed::h38f3a56f1dadf080 [INFO] [stdout] at src/libcore/result.rs:1165 [INFO] [stdout] 16: 0x55bd75eee348 - core::result::Result::expect::hbf30c94a29ec3999 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/result.rs:960 [INFO] [stdout] 17: 0x55bd75ee8328 - cmdlineargs_test::calling_csvto_with_db_with_help::h7c6016ea02d9a26c [INFO] [stdout] at tests/cmdlineargs_test.rs:122 [INFO] [stdout] 18: 0x55bd75ee81aa - cmdlineargs_test::calling_csvto_with_db_with_help::{{closure}}::h81165c5f7ee2984a [INFO] [stdout] at tests/cmdlineargs_test.rs:92 [INFO] [stdout] 19: 0x55bd75ef1f9e - core::ops::function::FnOnce::call_once::h2fe2dfe6b1007fe7 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 20: 0x55bd75efdacf - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 21: 0x55bd75f4725a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x55bd75f182de - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 23: 0x55bd75f182de - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55bd75f182de - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 25: 0x55bd75ef3345 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 26: 0x55bd75ef74d5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 27: 0x55bd75ef74d5 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 28: 0x55bd75ef74d5 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 29: 0x55bd75f4725a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 30: 0x55bd75ef7a82 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 31: 0x55bd75ef7a82 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55bd75ef7a82 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 33: 0x55bd75ef7a82 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 34: 0x55bd75f34f0f - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 35: 0x55bd75f469b0 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 36: 0x55bd75f469b0 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 37: 0x55bd75f469b0 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 38: 0x7f3331ca66db - start_thread [INFO] [stdout] 39: 0x7f33317b788f - __clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- calling_csvto_with_db_with_h stdout ---- [INFO] [stdout] thread 'calling_csvto_with_db_with_h' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55bd75f3daf4 - 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: 0x55bd75f3daf4 - 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: 0x55bd75f3daf4 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x55bd75f3daf4 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x55bd75f5ce5c - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x55bd75ef3bd5 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x55bd75f38a31 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x55bd75f3ff85 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x55bd75f3ff85 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55bd75f3ff85 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x55bd75f3fc0c - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x55bd75f40685 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x55bd75f40222 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x55bd75f40116 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:307 [INFO] [stdout] 14: 0x55bd75f5a54a - core::panicking::panic_fmt::h467e0364f9237670 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 15: 0x55bd75f5a647 - core::result::unwrap_failed::h38f3a56f1dadf080 [INFO] [stdout] at src/libcore/result.rs:1165 [INFO] [stdout] 16: 0x55bd75eee348 - core::result::Result::expect::hbf30c94a29ec3999 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/result.rs:960 [INFO] [stdout] 17: 0x55bd75ee7f18 - cmdlineargs_test::calling_csvto_with_db_with_h::h9ec1cda102854f13 [INFO] [stdout] at tests/cmdlineargs_test.rs:82 [INFO] [stdout] 18: 0x55bd75ee7d9a - cmdlineargs_test::calling_csvto_with_db_with_h::{{closure}}::h3da37d1557292832 [INFO] [stdout] at tests/cmdlineargs_test.rs:53 [INFO] [stdout] 19: 0x55bd75ef1fce - core::ops::function::FnOnce::call_once::h331e75b474cf24a0 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 20: 0x55bd75efdacf - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 21: 0x55bd75f4725a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x55bd75f182de - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 23: 0x55bd75f182de - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55bd75f182de - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 25: 0x55bd75ef3345 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 26: 0x55bd75ef74d5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 27: 0x55bd75ef74d5 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 28: 0x55bd75ef74d5 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 29: 0x55bd75f4725a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 30: 0x55bd75ef7a82 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 31: 0x55bd75ef7a82 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55bd75ef7a82 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 33: 0x55bd75ef7a82 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 34: 0x55bd75f34f0f - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 35: 0x55bd75f469b0 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 36: 0x55bd75f469b0 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 37: 0x55bd75f469b0 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 38: 0x7f3331ca66db - start_thread [INFO] [stdout] 39: 0x7f33317b788f - __clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- calling_csvto_with_db_with_version stdout ---- [INFO] [stdout] thread 'calling_csvto_with_db_with_version' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55bd75f3daf4 - 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: 0x55bd75f3daf4 - 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: 0x55bd75f3daf4 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x55bd75f3daf4 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x55bd75f5ce5c - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x55bd75ef3bd5 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x55bd75f38a31 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x55bd75f3ff85 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x55bd75f3ff85 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55bd75f3ff85 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x55bd75f3fc0c - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x55bd75f40685 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x55bd75f40222 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x55bd75f40116 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:307 [INFO] [stdout] 14: 0x55bd75f5a54a - core::panicking::panic_fmt::h467e0364f9237670 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 15: 0x55bd75f5a647 - core::result::unwrap_failed::h38f3a56f1dadf080 [INFO] [stdout] at src/libcore/result.rs:1165 [INFO] [stdout] 16: 0x55bd75eee348 - core::result::Result::expect::hbf30c94a29ec3999 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/result.rs:960 [INFO] [stdout] 17: 0x55bd75ee8b48 - cmdlineargs_test::calling_csvto_with_db_with_version::h3decd00f0de0f3e4 [INFO] [stdout] at tests/cmdlineargs_test.rs:148 [INFO] [stdout] 18: 0x55bd75ee89ca - cmdlineargs_test::calling_csvto_with_db_with_version::{{closure}}::hdcb6be03348d9d3b [INFO] [stdout] at tests/cmdlineargs_test.rs:145 [INFO] [stdout] 19: 0x55bd75ef1f6e - core::ops::function::FnOnce::call_once::h2278976043402cb9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 20: 0x55bd75efdacf - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 21: 0x55bd75f4725a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x55bd75f182de - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 23: 0x55bd75f182de - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55bd75f182de - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 25: 0x55bd75ef3345 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 26: 0x55bd75ef74d5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 27: 0x55bd75ef74d5 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 28: 0x55bd75ef74d5 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 29: 0x55bd75f4725a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 30: 0x55bd75ef7a82 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 31: 0x55bd75ef7a82 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55bd75ef7a82 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 33: 0x55bd75ef7a82 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 34: 0x55bd75f34f0f - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 35: 0x55bd75f469b0 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 36: 0x55bd75f469b0 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 37: 0x55bd75f469b0 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 38: 0x7f3331ca66db - start_thread [INFO] [stdout] 39: 0x7f33317b788f - __clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] calling_csvto_with_db_but_no_args [INFO] [stdout] calling_csvto_with_db_with_h [INFO] [stdout] calling_csvto_with_db_with_help [INFO] [stdout] calling_csvto_with_db_with_unsupported_db_type [INFO] [stdout] calling_csvto_with_db_with_v [INFO] [stdout] calling_csvto_with_db_with_version [INFO] [stdout] calling_csvto_with_db_without_c [INFO] [stdout] calling_csvto_with_db_without_connection_info [INFO] [stdout] calling_csvto_with_db_without_files_or_directories_and_no_piped_input [INFO] [stdout] calling_csvto_with_db_without_n_and_no_piped_input [INFO] [stdout] calling_csvto_with_db_without_name [INFO] [stdout] calling_csvto_with_db_without_t [INFO] [stdout] calling_csvto_with_db_without_type [INFO] [stdout] calling_csvto_with_no_args [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 14 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test cmdlineargs_test' [INFO] running `"docker" "inspect" "bb7777fec1b3eb9cc93b93df9070c6b6aba81a5b60179fd75a9902e77e642233"` [INFO] running `"docker" "rm" "-f" "bb7777fec1b3eb9cc93b93df9070c6b6aba81a5b60179fd75a9902e77e642233"` [INFO] [stdout] bb7777fec1b3eb9cc93b93df9070c6b6aba81a5b60179fd75a9902e77e642233