Nov 17 02:56:29.364 INFO testing filosganga/todoist-cli against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 02:56:29.364 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 02:56:29.563 INFO [stdout] 86b291dfa38b48df7f779a4ed57973828d42c38e7483e460ddb1465b78131bf4 Nov 17 02:56:29.565 INFO running `"docker" "start" "-a" "86b291dfa38b48df7f779a4ed57973828d42c38e7483e460ddb1465b78131bf4"` Nov 17 02:56:30.118 INFO [stderr] usermod: no changes Nov 17 02:56:30.153 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:56:30.153 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:56:30.153 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:56:30.153 INFO [stderr] files will be included as a binary target: Nov 17 02:56:30.153 INFO [stderr] Nov 17 02:56:30.153 INFO [stderr] * /source/src/main.rs Nov 17 02:56:30.153 INFO [stderr] Nov 17 02:56:30.153 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:56:30.153 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:56:30.153 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:56:30.153 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:56:30.153 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:56:30.153 INFO [stderr] Nov 17 02:56:30.153 INFO [stderr] For more information on this warning you can consult Nov 17 02:56:30.153 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:56:30.153 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `todoist`, Nov 17 02:56:30.153 INFO [stderr] please set bin.path in Cargo.toml Nov 17 02:56:30.227 INFO [stderr] Compiling unicode-segmentation v1.0.1 Nov 17 02:56:30.228 INFO [stderr] Compiling xdg v2.0.0 Nov 17 02:56:30.228 INFO [stderr] Compiling num_cpus v1.2.1 Nov 17 02:56:30.228 INFO [stderr] Compiling time v0.1.36 Nov 17 02:56:30.229 INFO [stderr] Compiling serde_json v0.8.4 Nov 17 02:56:31.911 INFO [stderr] Compiling clap v2.20.0 Nov 17 02:56:33.027 INFO [stderr] Compiling hyper v0.10.0 Nov 17 02:56:50.671 INFO [stderr] Compiling todoist-cli v0.0.1 (/source) Nov 17 02:56:51.069 INFO [stderr] warning: unused variable: `config_path` Nov 17 02:56:51.070 INFO [stderr] --> src/main.rs:9:6 Nov 17 02:56:51.070 INFO [stderr] | Nov 17 02:56:51.070 INFO [stderr] 9 | let config_path = xdg_dirs.place_config_file("config.ini").expect("cannot create configuration directory"); Nov 17 02:56:51.071 INFO [stderr] | ^^^^^^^^^^^ help: consider using `_config_path` instead Nov 17 02:56:51.071 INFO [stderr] | Nov 17 02:56:51.072 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 02:56:51.072 INFO [stderr] Nov 17 02:56:51.951 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.80s Nov 17 02:56:51.959 INFO [stderr] su: No module specific data is present Nov 17 02:56:52.429 INFO running `"docker" "inspect" "86b291dfa38b48df7f779a4ed57973828d42c38e7483e460ddb1465b78131bf4"` Nov 17 02:56:52.587 INFO running `"docker" "rm" "-f" "86b291dfa38b48df7f779a4ed57973828d42c38e7483e460ddb1465b78131bf4"` Nov 17 02:56:52.742 INFO [stdout] 86b291dfa38b48df7f779a4ed57973828d42c38e7483e460ddb1465b78131bf4 Nov 17 02:56:52.750 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 02:56:53.163 INFO [stdout] 21324427b25d9f84543333e1d425d6e91cc5ed6eccb8741840bbac315e1368a6 Nov 17 02:56:53.165 INFO running `"docker" "start" "-a" "21324427b25d9f84543333e1d425d6e91cc5ed6eccb8741840bbac315e1368a6"` Nov 17 02:56:54.251 INFO [stderr] usermod: no changes Nov 17 02:56:54.359 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:56:54.359 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:56:54.360 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:56:54.360 INFO [stderr] files will be included as a binary target: Nov 17 02:56:54.360 INFO [stderr] Nov 17 02:56:54.360 INFO [stderr] * /source/src/main.rs Nov 17 02:56:54.361 INFO [stderr] Nov 17 02:56:54.361 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:56:54.361 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:56:54.361 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:56:54.362 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:56:54.362 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:56:54.362 INFO [stderr] Nov 17 02:56:54.362 INFO [stderr] For more information on this warning you can consult Nov 17 02:56:54.363 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:56:54.363 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `todoist`, Nov 17 02:56:54.363 INFO [stderr] please set bin.path in Cargo.toml Nov 17 02:56:54.436 INFO [stderr] Compiling todoist-cli v0.0.1 (/source) Nov 17 02:56:55.039 INFO [stderr] warning: unused variable: `config_path` Nov 17 02:56:55.039 INFO [stderr] --> src/main.rs:9:6 Nov 17 02:56:55.039 INFO [stderr] | Nov 17 02:56:55.039 INFO [stderr] 9 | let config_path = xdg_dirs.place_config_file("config.ini").expect("cannot create configuration directory"); Nov 17 02:56:55.039 INFO [stderr] | ^^^^^^^^^^^ help: consider using `_config_path` instead Nov 17 02:56:55.039 INFO [stderr] | Nov 17 02:56:55.039 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 02:56:55.039 INFO [stderr] Nov 17 02:56:55.362 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.08s Nov 17 02:56:55.375 INFO [stderr] su: No module specific data is present Nov 17 02:56:56.199 INFO running `"docker" "inspect" "21324427b25d9f84543333e1d425d6e91cc5ed6eccb8741840bbac315e1368a6"` Nov 17 02:56:56.445 INFO running `"docker" "rm" "-f" "21324427b25d9f84543333e1d425d6e91cc5ed6eccb8741840bbac315e1368a6"` Nov 17 02:56:56.703 INFO [stdout] 21324427b25d9f84543333e1d425d6e91cc5ed6eccb8741840bbac315e1368a6 Nov 17 02:56:56.704 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 02:56:57.108 INFO [stdout] 7485cca8ba5fe7057b06547476356666db8b2c0d5e4fd1a3cdc62471004741f6 Nov 17 02:56:57.115 INFO running `"docker" "start" "-a" "7485cca8ba5fe7057b06547476356666db8b2c0d5e4fd1a3cdc62471004741f6"` Nov 17 02:56:58.151 INFO [stderr] usermod: no changes Nov 17 02:56:58.199 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:56:58.199 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:56:58.199 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:56:58.199 INFO [stderr] files will be included as a binary target: Nov 17 02:56:58.199 INFO [stderr] Nov 17 02:56:58.199 INFO [stderr] * /source/src/main.rs Nov 17 02:56:58.199 INFO [stderr] Nov 17 02:56:58.199 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:56:58.199 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:56:58.199 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:56:58.199 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:56:58.199 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:56:58.199 INFO [stderr] Nov 17 02:56:58.199 INFO [stderr] For more information on this warning you can consult Nov 17 02:56:58.199 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:56:58.199 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `todoist`, Nov 17 02:56:58.199 INFO [stderr] please set bin.path in Cargo.toml Nov 17 02:56:58.255 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s Nov 17 02:56:58.259 INFO [stderr] Running /target/debug/deps/todoist-12df52a1579ef7a7 Nov 17 02:56:58.271 INFO [stdout] Nov 17 02:56:58.271 INFO [stdout] running 0 tests Nov 17 02:56:58.271 INFO [stdout] Nov 17 02:56:58.271 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 02:56:58.271 INFO [stdout] Nov 17 02:56:58.273 INFO [stderr] su: No module specific data is present Nov 17 02:56:58.683 INFO running `"docker" "inspect" "7485cca8ba5fe7057b06547476356666db8b2c0d5e4fd1a3cdc62471004741f6"` Nov 17 02:56:58.939 INFO running `"docker" "rm" "-f" "7485cca8ba5fe7057b06547476356666db8b2c0d5e4fd1a3cdc62471004741f6"` Nov 17 02:56:59.243 INFO [stdout] 7485cca8ba5fe7057b06547476356666db8b2c0d5e4fd1a3cdc62471004741f6