Nov 17 20:26:14.449 INFO testing todo-txt-1.2.0 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 20:26:14.450 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 20:26:14.867 INFO [stdout] 1a4d6c03509127c77ae573eaa914c33f82f16a0c5467d8dc6c8f213d28f036fb Nov 17 20:26:14.873 INFO running `"docker" "start" "-a" "1a4d6c03509127c77ae573eaa914c33f82f16a0c5467d8dc6c8f213d28f036fb"` Nov 17 20:26:16.781 INFO [stderr] usermod: no changes Nov 17 20:26:16.863 INFO [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently Nov 17 20:26:16.863 INFO [stderr] disables Cargo from automatically inferring other example targets. Nov 17 20:26:16.863 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 20:26:16.863 INFO [stderr] files will be included as a example target: Nov 17 20:26:16.863 INFO [stderr] Nov 17 20:26:16.863 INFO [stderr] * /source/examples/simple.rs Nov 17 20:26:16.863 INFO [stderr] Nov 17 20:26:16.863 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 20:26:16.863 INFO [stderr] ready to be compiled as a example target today. You can future-proof yourself Nov 17 20:26:16.863 INFO [stderr] and disable this warning by adding `autoexamples = false` to your [package] Nov 17 20:26:16.863 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 20:26:16.863 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 20:26:16.863 INFO [stderr] Nov 17 20:26:16.863 INFO [stderr] For more information on this warning you can consult Nov 17 20:26:16.863 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 20:26:16.972 INFO [stderr] Compiling nom v4.1.1 Nov 17 20:26:19.939 INFO [stderr] Compiling todo-txt v1.2.0 (/source) Nov 17 20:26:22.569 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.75s Nov 17 20:26:22.580 INFO [stderr] su: No module specific data is present Nov 17 20:26:23.618 INFO running `"docker" "inspect" "1a4d6c03509127c77ae573eaa914c33f82f16a0c5467d8dc6c8f213d28f036fb"` Nov 17 20:26:23.976 INFO running `"docker" "rm" "-f" "1a4d6c03509127c77ae573eaa914c33f82f16a0c5467d8dc6c8f213d28f036fb"` Nov 17 20:26:24.315 INFO [stdout] 1a4d6c03509127c77ae573eaa914c33f82f16a0c5467d8dc6c8f213d28f036fb Nov 17 20:26:24.322 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 20:26:24.894 INFO [stdout] 450625350c9fc2416dbdcd22c6b781965dc7348aa73224cc01c47baae9b7f24e Nov 17 20:26:24.897 INFO running `"docker" "start" "-a" "450625350c9fc2416dbdcd22c6b781965dc7348aa73224cc01c47baae9b7f24e"` Nov 17 20:26:26.155 INFO [stderr] usermod: no changes Nov 17 20:26:26.201 INFO [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently Nov 17 20:26:26.201 INFO [stderr] disables Cargo from automatically inferring other example targets. Nov 17 20:26:26.201 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 20:26:26.201 INFO [stderr] files will be included as a example target: Nov 17 20:26:26.201 INFO [stderr] Nov 17 20:26:26.201 INFO [stderr] * /source/examples/simple.rs Nov 17 20:26:26.201 INFO [stderr] Nov 17 20:26:26.201 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 20:26:26.201 INFO [stderr] ready to be compiled as a example target today. You can future-proof yourself Nov 17 20:26:26.201 INFO [stderr] and disable this warning by adding `autoexamples = false` to your [package] Nov 17 20:26:26.201 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 20:26:26.201 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 20:26:26.201 INFO [stderr] Nov 17 20:26:26.201 INFO [stderr] For more information on this warning you can consult Nov 17 20:26:26.201 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 20:26:26.295 INFO [stderr] Compiling todo-txt v1.2.0 (/source) Nov 17 20:26:34.772 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.58s Nov 17 20:26:34.783 INFO [stderr] su: No module specific data is present Nov 17 20:26:35.633 INFO running `"docker" "inspect" "450625350c9fc2416dbdcd22c6b781965dc7348aa73224cc01c47baae9b7f24e"` Nov 17 20:26:36.011 INFO running `"docker" "rm" "-f" "450625350c9fc2416dbdcd22c6b781965dc7348aa73224cc01c47baae9b7f24e"` Nov 17 20:26:36.311 INFO [stdout] 450625350c9fc2416dbdcd22c6b781965dc7348aa73224cc01c47baae9b7f24e Nov 17 20:26:36.319 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 20:26:36.735 INFO [stdout] fe87deb8e92e4b7aa4536e1eef87bb033ab1f69443916866ad29072c10f38dee Nov 17 20:26:36.743 INFO running `"docker" "start" "-a" "fe87deb8e92e4b7aa4536e1eef87bb033ab1f69443916866ad29072c10f38dee"` Nov 17 20:26:38.195 INFO [stderr] usermod: no changes Nov 17 20:26:38.299 INFO [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently Nov 17 20:26:38.299 INFO [stderr] disables Cargo from automatically inferring other example targets. Nov 17 20:26:38.299 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 20:26:38.299 INFO [stderr] files will be included as a example target: Nov 17 20:26:38.299 INFO [stderr] Nov 17 20:26:38.299 INFO [stderr] * /source/examples/simple.rs Nov 17 20:26:38.299 INFO [stderr] Nov 17 20:26:38.299 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 20:26:38.299 INFO [stderr] ready to be compiled as a example target today. You can future-proof yourself Nov 17 20:26:38.299 INFO [stderr] and disable this warning by adding `autoexamples = false` to your [package] Nov 17 20:26:38.299 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 20:26:38.299 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 20:26:38.299 INFO [stderr] Nov 17 20:26:38.299 INFO [stderr] For more information on this warning you can consult Nov 17 20:26:38.299 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 20:26:38.407 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s Nov 17 20:26:38.421 INFO [stderr] Running /target/debug/deps/todo_txt-61d2f7ea8daf8857 Nov 17 20:26:38.423 INFO [stdout] Nov 17 20:26:38.423 INFO [stdout] running 0 tests Nov 17 20:26:38.423 INFO [stdout] Nov 17 20:26:38.423 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:26:38.423 INFO [stdout] Nov 17 20:26:38.425 INFO [stderr] Running /target/debug/deps/extended-6c349b013a01eb23 Nov 17 20:26:38.432 INFO [stdout] Nov 17 20:26:38.432 INFO [stdout] running 0 tests Nov 17 20:26:38.432 INFO [stdout] Nov 17 20:26:38.432 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:26:38.432 INFO [stdout] Nov 17 20:26:38.433 INFO [stderr] Running /target/debug/deps/parser-4044a9470f6f619c Nov 17 20:26:38.440 INFO [stdout] Nov 17 20:26:38.440 INFO [stdout] running 19 tests Nov 17 20:26:38.563 INFO [stdout] test test::case_insensitive_tag ... ok Nov 17 20:26:38.564 INFO [stdout] test test::finished ... ok Nov 17 20:26:38.567 INFO [stdout] test test::deplucate_contexts ... ok Nov 17 20:26:38.575 INFO [stdout] test test::created ... ok Nov 17 20:26:38.576 INFO [stdout] test test::completed ... ok Nov 17 20:26:38.587 INFO [stdout] test test::due ... ok Nov 17 20:26:38.622 INFO [stdout] test test::contexts ... ok Nov 17 20:26:38.623 INFO [stdout] test test::empty_tag ... ok Nov 17 20:26:38.629 INFO [stdout] test test::begin_with_keyword ... ok Nov 17 20:26:38.634 INFO [stdout] test test::keywords ... ok Nov 17 20:26:38.651 INFO [stdout] test test::invalid_date ... ok Nov 17 20:26:38.651 INFO [stdout] test test::priority ... ok Nov 17 20:26:38.652 INFO [stdout] test test::simple_task ... ok Nov 17 20:26:38.672 INFO [stdout] test test::url_in_tags ... ok Nov 17 20:26:38.681 INFO [stdout] test test::threshold ... ok Nov 17 20:26:38.702 INFO [stdout] test test::url ... ok Nov 17 20:26:38.748 INFO [stdout] test test::projects ... ok Nov 17 20:26:38.750 INFO [stdout] test test::start_with_tag ... ok Nov 17 20:26:38.752 INFO [stdout] test test::hashtags ... ok Nov 17 20:26:38.752 INFO [stdout] Nov 17 20:26:38.752 INFO [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:26:38.752 INFO [stdout] Nov 17 20:26:38.753 INFO [stderr] Running /target/debug/deps/period-6c98b4271505fdad Nov 17 20:26:38.756 INFO [stdout] Nov 17 20:26:38.756 INFO [stdout] running 0 tests Nov 17 20:26:38.757 INFO [stdout] Nov 17 20:26:38.757 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:26:38.757 INFO [stdout] Nov 17 20:26:38.757 INFO [stderr] Running /target/debug/deps/recurrence-b4ae34328991e1a6 Nov 17 20:26:38.771 INFO [stdout] Nov 17 20:26:38.771 INFO [stderr] Running /target/debug/deps/task-270187526f8994c4 Nov 17 20:26:38.772 INFO [stdout] running 0 tests Nov 17 20:26:38.772 INFO [stdout] Nov 17 20:26:38.772 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:26:38.772 INFO [stdout] Nov 17 20:26:38.779 INFO [stdout] Nov 17 20:26:38.779 INFO [stdout] running 2 tests Nov 17 20:26:38.779 INFO [stdout] test test::display ... ok Nov 17 20:26:38.839 INFO [stdout] test test::from_str ... ok Nov 17 20:26:38.839 INFO [stderr] Doc-tests todo-txt Nov 17 20:26:38.840 INFO [stdout] Nov 17 20:26:38.840 INFO [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:26:38.840 INFO [stdout] Nov 17 20:26:40.659 INFO [stdout] Nov 17 20:26:40.659 INFO [stdout] running 0 tests Nov 17 20:26:40.660 INFO [stdout] Nov 17 20:26:40.660 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:26:40.660 INFO [stdout] Nov 17 20:26:40.675 INFO [stderr] su: No module specific data is present Nov 17 20:26:41.583 INFO running `"docker" "inspect" "fe87deb8e92e4b7aa4536e1eef87bb033ab1f69443916866ad29072c10f38dee"` Nov 17 20:26:41.803 INFO running `"docker" "rm" "-f" "fe87deb8e92e4b7aa4536e1eef87bb033ab1f69443916866ad29072c10f38dee"` Nov 17 20:26:42.069 INFO [stdout] fe87deb8e92e4b7aa4536e1eef87bb033ab1f69443916866ad29072c10f38dee