Dec 05 23:39:51.094 INFO testing filosganga/todoist-cli against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 05 23:39:51.094 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 05 23:39:51.632 INFO [stdout] 3061f537685be3083f84b12b45b0fe804746509d4194649622f024b641022f88 Dec 05 23:39:51.638 INFO running `"docker" "start" "-a" "3061f537685be3083f84b12b45b0fe804746509d4194649622f024b641022f88"` Dec 05 23:39:52.941 INFO [stderr] usermod: no changes Dec 05 23:39:53.010 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 23:39:53.010 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 23:39:53.010 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 23:39:53.010 INFO [stderr] files will be included as a binary target: Dec 05 23:39:53.010 INFO [stderr] Dec 05 23:39:53.010 INFO [stderr] * /source/src/main.rs Dec 05 23:39:53.010 INFO [stderr] Dec 05 23:39:53.010 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 23:39:53.010 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 23:39:53.010 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 23:39:53.010 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 23:39:53.010 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 23:39:53.010 INFO [stderr] Dec 05 23:39:53.010 INFO [stderr] For more information on this warning you can consult Dec 05 23:39:53.010 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 23:39:53.010 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `todoist`, Dec 05 23:39:53.010 INFO [stderr] please set bin.path in Cargo.toml Dec 05 23:39:53.120 INFO [stderr] Compiling xdg v2.0.0 Dec 05 23:39:53.144 INFO [stderr] Compiling hyper v0.10.0 Dec 05 23:40:02.676 INFO [stderr] Compiling todoist-cli v0.0.1 (/source) Dec 05 23:40:03.344 INFO [stderr] warning: unused variable: `config_path` Dec 05 23:40:03.344 INFO [stderr] --> src/main.rs:9:6 Dec 05 23:40:03.344 INFO [stderr] | Dec 05 23:40:03.344 INFO [stderr] 9 | let config_path = xdg_dirs.place_config_file("config.ini").expect("cannot create configuration directory"); Dec 05 23:40:03.344 INFO [stderr] | ^^^^^^^^^^^ help: consider using `_config_path` instead Dec 05 23:40:03.344 INFO [stderr] | Dec 05 23:40:03.344 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 05 23:40:03.344 INFO [stderr] Dec 05 23:40:04.852 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.88s Dec 05 23:40:04.868 INFO [stderr] su: No module specific data is present Dec 05 23:40:05.628 INFO running `"docker" "inspect" "3061f537685be3083f84b12b45b0fe804746509d4194649622f024b641022f88"` Dec 05 23:40:05.932 INFO running `"docker" "rm" "-f" "3061f537685be3083f84b12b45b0fe804746509d4194649622f024b641022f88"` Dec 05 23:40:06.248 INFO [stdout] 3061f537685be3083f84b12b45b0fe804746509d4194649622f024b641022f88 Dec 05 23:40:06.250 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 05 23:40:06.778 INFO [stdout] 68f7e9e474cc04971c896051864481f0f26060a37dfd97510bf9b4611a643dff Dec 05 23:40:06.780 INFO running `"docker" "start" "-a" "68f7e9e474cc04971c896051864481f0f26060a37dfd97510bf9b4611a643dff"` Dec 05 23:40:08.387 INFO [stderr] usermod: no changes Dec 05 23:40:08.452 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 23:40:08.452 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 23:40:08.452 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 23:40:08.452 INFO [stderr] files will be included as a binary target: Dec 05 23:40:08.452 INFO [stderr] Dec 05 23:40:08.452 INFO [stderr] * /source/src/main.rs Dec 05 23:40:08.452 INFO [stderr] Dec 05 23:40:08.452 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 23:40:08.452 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 23:40:08.452 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 23:40:08.452 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 23:40:08.452 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 23:40:08.452 INFO [stderr] Dec 05 23:40:08.452 INFO [stderr] For more information on this warning you can consult Dec 05 23:40:08.452 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 23:40:08.452 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `todoist`, Dec 05 23:40:08.452 INFO [stderr] please set bin.path in Cargo.toml Dec 05 23:40:08.518 INFO [stderr] Compiling todoist-cli v0.0.1 (/source) Dec 05 23:40:09.184 INFO [stderr] warning: unused variable: `config_path` Dec 05 23:40:09.184 INFO [stderr] --> src/main.rs:9:6 Dec 05 23:40:09.184 INFO [stderr] | Dec 05 23:40:09.184 INFO [stderr] 9 | let config_path = xdg_dirs.place_config_file("config.ini").expect("cannot create configuration directory"); Dec 05 23:40:09.184 INFO [stderr] | ^^^^^^^^^^^ help: consider using `_config_path` instead Dec 05 23:40:09.184 INFO [stderr] | Dec 05 23:40:09.189 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 05 23:40:09.189 INFO [stderr] Dec 05 23:40:09.460 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s Dec 05 23:40:09.463 INFO [stderr] su: No module specific data is present Dec 05 23:40:10.010 INFO running `"docker" "inspect" "68f7e9e474cc04971c896051864481f0f26060a37dfd97510bf9b4611a643dff"` Dec 05 23:40:10.208 INFO running `"docker" "rm" "-f" "68f7e9e474cc04971c896051864481f0f26060a37dfd97510bf9b4611a643dff"` Dec 05 23:40:10.468 INFO [stdout] 68f7e9e474cc04971c896051864481f0f26060a37dfd97510bf9b4611a643dff Dec 05 23:40:10.470 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 05 23:40:10.714 INFO [stdout] 787583be47b65687f189fafd60454f73f9da23bd107c3e08e308ea04354e69a2 Dec 05 23:40:10.723 INFO running `"docker" "start" "-a" "787583be47b65687f189fafd60454f73f9da23bd107c3e08e308ea04354e69a2"` Dec 05 23:40:11.924 INFO [stderr] usermod: no changes Dec 05 23:40:11.980 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 23:40:11.980 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 23:40:11.980 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 23:40:11.980 INFO [stderr] files will be included as a binary target: Dec 05 23:40:11.980 INFO [stderr] Dec 05 23:40:11.980 INFO [stderr] * /source/src/main.rs Dec 05 23:40:11.980 INFO [stderr] Dec 05 23:40:11.980 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 23:40:11.980 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 23:40:11.980 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 23:40:11.980 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 23:40:11.980 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 23:40:11.980 INFO [stderr] Dec 05 23:40:11.980 INFO [stderr] For more information on this warning you can consult Dec 05 23:40:11.980 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 23:40:11.980 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `todoist`, Dec 05 23:40:11.980 INFO [stderr] please set bin.path in Cargo.toml Dec 05 23:40:12.053 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s Dec 05 23:40:12.056 INFO [stderr] Running /target/debug/deps/todoist-5b405523904052a7 Dec 05 23:40:12.060 INFO [stdout] Dec 05 23:40:12.060 INFO [stdout] running 0 tests Dec 05 23:40:12.060 INFO [stdout] Dec 05 23:40:12.060 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 23:40:12.060 INFO [stdout] Dec 05 23:40:12.064 INFO [stderr] su: No module specific data is present Dec 05 23:40:12.823 INFO running `"docker" "inspect" "787583be47b65687f189fafd60454f73f9da23bd107c3e08e308ea04354e69a2"` Dec 05 23:40:13.186 INFO running `"docker" "rm" "-f" "787583be47b65687f189fafd60454f73f9da23bd107c3e08e308ea04354e69a2"` Dec 05 23:40:13.456 INFO [stdout] 787583be47b65687f189fafd60454f73f9da23bd107c3e08e308ea04354e69a2