[INFO] updating cached repository rustodo/rustodo [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rustodo/rustodo [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rustodo/rustodo" "work/ex/beta-1.38-1/sources/1.37.0/gh/rustodo/rustodo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/rustodo/rustodo'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rustodo/rustodo" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rustodo/rustodo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rustodo/rustodo'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2e0197b401d442a091024137245f36d7fbbcd232 [INFO] sha for GitHub repo rustodo/rustodo: 2e0197b401d442a091024137245f36d7fbbcd232 [INFO] validating manifest of rustodo/rustodo on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rustodo/rustodo on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rustodo/rustodo [INFO] finished frobbing rustodo/rustodo [INFO] frobbed toml for rustodo/rustodo written to work/ex/beta-1.38-1/sources/1.37.0/gh/rustodo/rustodo/Cargo.toml [INFO] started frobbing rustodo/rustodo [INFO] finished frobbing rustodo/rustodo [INFO] frobbed toml for rustodo/rustodo written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rustodo/rustodo/Cargo.toml [INFO] crate rustodo/rustodo already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rustodo/rustodo against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rustodo/rustodo:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] c885a4169df694935af85e465cb3aad52be8d9583971cb6db5d651fefc32c63a [INFO] running `"docker" "start" "-a" "c885a4169df694935af85e465cb3aad52be8d9583971cb6db5d651fefc32c63a"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling chrono v0.4.3 [INFO] [stderr] Compiling rustodo v0.1.0 (/opt/crater/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 13.24s [INFO] running `"docker" "inspect" "c885a4169df694935af85e465cb3aad52be8d9583971cb6db5d651fefc32c63a"` [INFO] running `"docker" "rm" "-f" "c885a4169df694935af85e465cb3aad52be8d9583971cb6db5d651fefc32c63a"` [INFO] [stdout] c885a4169df694935af85e465cb3aad52be8d9583971cb6db5d651fefc32c63a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rustodo/rustodo:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 2ce79809ec9ce32176a974d1addbef43ec8af4822286ea4d067632c6ab994160 [INFO] running `"docker" "start" "-a" "2ce79809ec9ce32176a974d1addbef43ec8af4822286ea4d067632c6ab994160"` [INFO] [stderr] Compiling rustodo v0.1.0 (/opt/crater/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 3.53s [INFO] running `"docker" "inspect" "2ce79809ec9ce32176a974d1addbef43ec8af4822286ea4d067632c6ab994160"` [INFO] running `"docker" "rm" "-f" "2ce79809ec9ce32176a974d1addbef43ec8af4822286ea4d067632c6ab994160"` [INFO] [stdout] 2ce79809ec9ce32176a974d1addbef43ec8af4822286ea4d067632c6ab994160 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rustodo/rustodo:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] af613d490b2c75cafa5607b9371781d99f9b59e929b4e8d107499959c8449772 [INFO] running `"docker" "start" "-a" "af613d490b2c75cafa5607b9371781d99f9b59e929b4e8d107499959c8449772"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/rustodo-84fce46eee5add40 [INFO] [stdout] [INFO] [stdout] running 55 tests [INFO] [stdout] test description_component::tests::key_value_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::key_value_parser_should_parse_key_values ... ok [INFO] [stdout] test description_component::tests::context_parser_should_not_parse_non_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 description_component::tests::text_parser_should_parse_space_before_key_value ... ok [INFO] [stdout] test description_component::tests::text_parser_should_not_parse_empty_string ... ok [INFO] [stdout] test description_component::tests::text_parser_should_parse_space_before_context ... 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_text_before_context ... 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::text_parser_should_parse_text_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_without_tags ... ok [INFO] [stdout] test description_component::tests::components_extractor_should_extract_components_from_description ... ok [INFO] [stdout] test description_component::tests::components_can_be_converted_to_string ... 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 ... ok [INFO] [stdout] test parsers::tests::completion_mark_parser_should_parse_completion_marks_before_text ... ok [INFO] [stdout] test parsers::tests::dateparser_should_handle_limits ... ok [INFO] [stdout] test task::tests::can_set_dates_to_none_in_correct_order ... ok [INFO] [stdout] test task::tests::can_not_reset_creation_date_if_completion_date_is_set ... ok [INFO] [stdout] test task::tests::can_get_description_without_to_string ... ok [INFO] [stdout] test task::tests::can_create_task ... ok [INFO] [stdout] test task::tests::chrono_can_parse_dates ... ok [INFO] [stdout] test parsers::tests::should_parse_digit_sequence ... ok [INFO] [stdout] test parsers::tests::should_not_parse_with_prefix ... ok [INFO] [stdout] test task::tests::created_at_can_be_set_to_date_time ... ok [INFO] [stdout] test task::tests::completed_at_cannot_be_set_without_created_at ... ok [INFO] [stdout] test task::tests::description_can_be_set ... ok [INFO] [stdout] test task::tests::completed_at_can_be_set_to_datetime ... ok [INFO] [stdout] test task::tests::description_is_not_altered_by_other_values ... ok [INFO] [stdout] test task::tests::print_task_with_just_description ... ok [INFO] [stdout] test task::tests::print_uncompleted_task_with_creation_date ... ok [INFO] [stdout] test task::tests::print_completed_task_without_completion_date ... ok [INFO] [stdout] test tokens::tests::learning_test_tokens_work ... ignored [INFO] [stdout] test task::tests::print_completed_task_with_both_dates_and_priority ... ok [INFO] [stdout] test task::tests::get_components_and_their_position_in_the_description ... ok [INFO] [stdout] test task::tests::print_completed_task_with_both_dates ... 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::print_uncompleted_task_with_priority ... ok [INFO] [stdout] test task::tests::setting_the_description_parses_tags ... ok [INFO] [stdout] test tokens::tests::tokens_uncompleted_task_full ... ok [INFO] [stdout] test tokens::tests::tokens_uncompleted_task_description_with_tags ... ok [INFO] [stdout] test tokens::tests::tokens_completed_task_priority_description_and_creation_date ... ok [INFO] [stdout] test tokens::tests::tokens_completed_task_priority_and_description ... ok [INFO] [stdout] test tokens::tests::tokens_completed_task_just_description ... ok [INFO] [stdout] test tokens::tests::tokens_completed_task_full ... ok [INFO] [stdout] test tokens::tests::tokens_completed_task_description_with_tags ... ok [INFO] [stdout] test tokens::tests::tokens_uncompleted_task_just_description ... ok [INFO] [stdout] test tokens::tests::tokens_uncompleted_task_priority_and_description ... 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" "af613d490b2c75cafa5607b9371781d99f9b59e929b4e8d107499959c8449772"` [INFO] running `"docker" "rm" "-f" "af613d490b2c75cafa5607b9371781d99f9b59e929b4e8d107499959c8449772"` [INFO] [stdout] af613d490b2c75cafa5607b9371781d99f9b59e929b4e8d107499959c8449772