[INFO] updating cached repository https://github.com/rustodo/rustodo [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] 2e0197b401d442a091024137245f36d7fbbcd232 [INFO] testing rustodo/rustodo against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustodo%2Frustodo" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rustodo/rustodo 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/rustodo/rustodo [INFO] finished tweaking git repo https://github.com/rustodo/rustodo [INFO] tweaked toml for git repo https://github.com/rustodo/rustodo written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/rustodo/rustodo 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-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 0332f13ae4ecb62f6f24dece0b093d282d7c4d48ffef397696fadd3be326627e [INFO] running `"docker" "start" "-a" "0332f13ae4ecb62f6f24dece0b093d282d7c4d48ffef397696fadd3be326627e"` [INFO] [stderr] Compiling rustodo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/tokens.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref TOKENS_REGEX: Regex = Regex::new(r"^(?Px )?(?P\([A-Z]\) )?(?P\d{4}-\d{2}-\d{2} )?(?P\d{4}-\d{2}-\d{2} )?(?P.*)$").expect("Failed to compile token regex."); [INFO] [stderr] 20 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/description_component.rs:26:9 [INFO] [stderr] | [INFO] [stderr] 26 | / lazy_static! { [INFO] [stderr] 27 | | static ref PROJECT_REGEX : Regex = Regex::new(r"^\+(?P[^\s]+)").expect("Regex is invalid"); [INFO] [stderr] 28 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/description_component.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | / lazy_static! { [INFO] [stderr] 45 | | static ref CONTEXT_REGEX : Regex = Regex::new(r"^@(?P[^\s]+)").expect("Regex is invalid"); [INFO] [stderr] 46 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/description_component.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | / lazy_static! { [INFO] [stderr] 63 | | static ref KEY_VALUE_REGEX : Regex = Regex::new(r"^(?P[^\s:]+):(?P[^\s:]+)").expect("Regex is invalid"); [INFO] [stderr] 64 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/description_component.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static!{ [INFO] [stderr] 81 | | static ref NORMAL_TEXT_REGEX : Regex = Regex::new(r"^(?P[^@\+]*?\s|^\s*)(?:(?:@|\+)|[^\s@\+]+:)[^s]").expect("Regex is invalid"); [INFO] [stderr] 82 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parsers.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | / lazy_static! { [INFO] [stderr] 22 | | static ref DATE_REGEX : Regex = Regex::new(r"^(\d{4})-(\d{2})-(\d{2})").expect("Regex is invalid"); [INFO] [stderr] 23 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.00s [INFO] running `"docker" "inspect" "0332f13ae4ecb62f6f24dece0b093d282d7c4d48ffef397696fadd3be326627e"` [INFO] running `"docker" "rm" "-f" "0332f13ae4ecb62f6f24dece0b093d282d7c4d48ffef397696fadd3be326627e"` [INFO] [stdout] 0332f13ae4ecb62f6f24dece0b093d282d7c4d48ffef397696fadd3be326627e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 3027ef110ff9d16fc36162d43624ea874db5954aea58e949350e4d1529371990 [INFO] running `"docker" "start" "-a" "3027ef110ff9d16fc36162d43624ea874db5954aea58e949350e4d1529371990"` [INFO] [stderr] Compiling rustodo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/tokens.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref TOKENS_REGEX: Regex = Regex::new(r"^(?Px )?(?P\([A-Z]\) )?(?P\d{4}-\d{2}-\d{2} )?(?P\d{4}-\d{2}-\d{2} )?(?P.*)$").expect("Failed to compile token regex."); [INFO] [stderr] 20 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/description_component.rs:26:9 [INFO] [stderr] | [INFO] [stderr] 26 | / lazy_static! { [INFO] [stderr] 27 | | static ref PROJECT_REGEX : Regex = Regex::new(r"^\+(?P[^\s]+)").expect("Regex is invalid"); [INFO] [stderr] 28 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/description_component.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | / lazy_static! { [INFO] [stderr] 45 | | static ref CONTEXT_REGEX : Regex = Regex::new(r"^@(?P[^\s]+)").expect("Regex is invalid"); [INFO] [stderr] 46 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/description_component.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | / lazy_static! { [INFO] [stderr] 63 | | static ref KEY_VALUE_REGEX : Regex = Regex::new(r"^(?P[^\s:]+):(?P[^\s:]+)").expect("Regex is invalid"); [INFO] [stderr] 64 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/description_component.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static!{ [INFO] [stderr] 81 | | static ref NORMAL_TEXT_REGEX : Regex = Regex::new(r"^(?P[^@\+]*?\s|^\s*)(?:(?:@|\+)|[^\s@\+]+:)[^s]").expect("Regex is invalid"); [INFO] [stderr] 82 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parsers.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | / lazy_static! { [INFO] [stderr] 22 | | static ref DATE_REGEX : Regex = Regex::new(r"^(\d{4})-(\d{2})-(\d{2})").expect("Regex is invalid"); [INFO] [stderr] 23 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.10s [INFO] running `"docker" "inspect" "3027ef110ff9d16fc36162d43624ea874db5954aea58e949350e4d1529371990"` [INFO] running `"docker" "rm" "-f" "3027ef110ff9d16fc36162d43624ea874db5954aea58e949350e4d1529371990"` [INFO] [stdout] 3027ef110ff9d16fc36162d43624ea874db5954aea58e949350e4d1529371990 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 94cb02b06dc3bc8625639b665891b3eb5e25d4d13fa86b38a010d88731e63434 [INFO] running `"docker" "start" "-a" "94cb02b06dc3bc8625639b665891b3eb5e25d4d13fa86b38a010d88731e63434"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rustodo-6e11d57f5456db45 [INFO] [stdout] [INFO] [stdout] running 55 tests [INFO] [stdout] test description_component::tests::context_parser_should_not_parse_non_contexts ... ok [INFO] [stdout] test description_component::tests::context_parser_should_parse_contexts ... ok [INFO] [stdout] test description_component::tests::project_parser_should_not_parse_non_projects ... ok [INFO] [stdout] test description_component::tests::project_parser_should_parse_projects ... ok [INFO] [stdout] test parsers::tests::completion_mark_parse_should_parse_empty_string ... ok [INFO] [stdout] test parsers::tests::completion_mark_parse_should_parse_uncompleted ... ok [INFO] [stdout] test parsers::tests::completion_mark_parse_should_parse_with_space ... ok [INFO] [stdout] test parsers::tests::completion_mark_parser_should_parse_completion_marks_before_text ... ok [INFO] [stdout] test parsers::tests::completion_mark_parser_should_parse_completion_marks ... ok [INFO] [stdout] test description_component::tests::key_value_parser_should_not_parse_non_contexts ... ok [INFO] [stdout] test description_component::tests::key_value_parser_should_parse_key_values ... ok [INFO] [stdout] test task::tests::can_get_description_without_to_string ... ok [INFO] [stdout] test description_component::tests::text_parser_should_not_parse_empty_string ... ok [INFO] [stdout] test task::tests::can_create_task ... ok [INFO] [stdout] test description_component::tests::text_parser_should_parse_space_before_project ... ok [INFO] [stdout] test description_component::tests::text_parser_should_parse_space_before_key_value ... ok [INFO] [stdout] test description_component::tests::text_parser_should_parse_text_before_project ... ok [INFO] [stdout] test description_component::tests::text_parser_should_parse_text_before_context ... ok [INFO] [stdout] test task::tests::chrono_can_parse_dates ... ok [INFO] [stdout] test description_component::tests::text_parser_should_parse_text_without_tags ... ok [INFO] [stdout] test description_component::tests::text_parser_should_parse_text_before_key_value ... ok [INFO] [stdout] test description_component::tests::components_extractor_should_extract_components_from_description ... ok [INFO] [stdout] test description_component::tests::text_parser_should_not_parse_text_when_it_starts_with_a_tag ... ok [INFO] [stdout] test description_component::tests::components_can_be_converted_to_string ... ok [INFO] [stdout] test task::tests::completed_at_cannot_be_set_without_created_at ... ok [INFO] [stdout] test description_component::tests::text_parser_should_parse_space_before_context ... ok [INFO] [stdout] test task::tests::completed_at_can_be_set_to_datetime ... ok [INFO] [stdout] test task::tests::created_at_can_be_set_to_date_time ... ok [INFO] [stdout] test task::tests::print_completed_task ... ok [INFO] [stdout] test task::tests::new_task_should_parse_completion_marker ... ok [INFO] [stdout] test task::tests::description_can_be_set ... ok [INFO] [stdout] test tokens::tests::learning_test_tokens_work ... ignored [INFO] [stdout] test task::tests::get_components_and_their_position_in_the_description ... ok [INFO] [stdout] test task::tests::print_uncompleted_task_with_priority ... ok [INFO] [stdout] test task::tests::print_task_with_just_description ... ok [INFO] [stdout] test task::tests::setting_the_description_parses_tags ... ok [INFO] [stdout] test parsers::tests::dateparser_should_handle_limits ... ok [INFO] [stdout] test task::tests::print_completed_task_with_both_dates ... ok [INFO] [stdout] test task::tests::print_uncompleted_task_with_creation_date ... ok [INFO] [stdout] test task::tests::print_completed_task_with_both_dates_and_priority ... ok [INFO] [stdout] test parsers::tests::should_parse_digit_sequence ... ok [INFO] [stdout] test task::tests::description_is_not_altered_by_other_values ... ok [INFO] [stdout] test task::tests::can_set_dates_to_none_in_correct_order ... ok [INFO] [stdout] test task::tests::print_completed_task_without_completion_date ... ok [INFO] [stdout] test task::tests::can_not_reset_creation_date_if_completion_date_is_set ... ok [INFO] [stdout] test parsers::tests::should_not_parse_with_prefix ... ok [INFO] [stdout] test tokens::tests::tokens_completed_task_description_with_tags ... ok [INFO] [stdout] test tokens::tests::tokens_completed_task_priority_and_description ... ok [INFO] [stdout] test tokens::tests::tokens_uncompleted_task_just_description ... ok [INFO] [stdout] test tokens::tests::tokens_uncompleted_task_description_with_tags ... ok [INFO] [stdout] test tokens::tests::tokens_completed_task_just_description ... ok [INFO] [stdout] test tokens::tests::tokens_completed_task_priority_description_and_creation_date ... ok [INFO] [stdout] test tokens::tests::tokens_uncompleted_task_full ... ok [INFO] [stdout] test tokens::tests::tokens_uncompleted_task_priority_and_description ... ok [INFO] [stdout] test tokens::tests::tokens_completed_task_full ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 54 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests rustodo [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] running `"docker" "inspect" "94cb02b06dc3bc8625639b665891b3eb5e25d4d13fa86b38a010d88731e63434"` [INFO] running `"docker" "rm" "-f" "94cb02b06dc3bc8625639b665891b3eb5e25d4d13fa86b38a010d88731e63434"` [INFO] [stdout] 94cb02b06dc3bc8625639b665891b3eb5e25d4d13fa86b38a010d88731e63434