Nov 17 02:56:29.144 INFO testing filosganga/todoist-cli against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 02:56:29.144 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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.361 INFO [stdout] 0e6ea106947ca421e33e1d52fa11cd67505bfc25f991b2b8a9f0ab8d6eff5ac7 Nov 17 02:56:29.364 INFO running `"docker" "start" "-a" "0e6ea106947ca421e33e1d52fa11cd67505bfc25f991b2b8a9f0ab8d6eff5ac7"` Nov 17 02:56:29.734 INFO [stderr] usermod: no changes Nov 17 02:56:29.791 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:56:29.791 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:56:29.791 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:56:29.791 INFO [stderr] files will be included as a binary target: Nov 17 02:56:29.791 INFO [stderr] Nov 17 02:56:29.791 INFO [stderr] * /source/src/main.rs Nov 17 02:56:29.791 INFO [stderr] Nov 17 02:56:29.791 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:56:29.791 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:56:29.791 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:56:29.791 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:56:29.791 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:56:29.791 INFO [stderr] Nov 17 02:56:29.791 INFO [stderr] For more information on this warning you can consult Nov 17 02:56:29.791 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:56:29.791 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `todoist`, Nov 17 02:56:29.791 INFO [stderr] please set bin.path in Cargo.toml Nov 17 02:56:29.880 INFO [stderr] Compiling serde v0.8.22 Nov 17 02:56:29.886 INFO [stderr] Compiling time v0.1.36 Nov 17 02:56:31.363 INFO [stderr] Compiling hyper v0.10.0 Nov 17 02:56:37.068 INFO [stderr] Compiling serde_json v0.8.4 Nov 17 02:56:40.520 INFO [stderr] Compiling todoist-cli v0.0.1 (/source) Nov 17 02:56:41.212 INFO [stderr] warning: unused variable: `config_path` Nov 17 02:56:41.213 INFO [stderr] --> src/main.rs:9:6 Nov 17 02:56:41.213 INFO [stderr] | Nov 17 02:56:41.213 INFO [stderr] 9 | let config_path = xdg_dirs.place_config_file("config.ini").expect("cannot create configuration directory"); Nov 17 02:56:41.214 INFO [stderr] | ^^^^^^^^^^^ help: consider using `_config_path` instead Nov 17 02:56:41.214 INFO [stderr] | Nov 17 02:56:41.215 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 02:56:41.215 INFO [stderr] Nov 17 02:56:42.434 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.66s Nov 17 02:56:42.440 INFO [stderr] su: No module specific data is present Nov 17 02:56:42.773 INFO running `"docker" "inspect" "0e6ea106947ca421e33e1d52fa11cd67505bfc25f991b2b8a9f0ab8d6eff5ac7"` Nov 17 02:56:42.926 INFO running `"docker" "rm" "-f" "0e6ea106947ca421e33e1d52fa11cd67505bfc25f991b2b8a9f0ab8d6eff5ac7"` Nov 17 02:56:43.207 INFO [stdout] 0e6ea106947ca421e33e1d52fa11cd67505bfc25f991b2b8a9f0ab8d6eff5ac7 Nov 17 02:56:43.214 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:43.599 INFO [stdout] 32bbee499f996268b95870da7dad56e258276800f3db344944ce6c65b6f47e6d Nov 17 02:56:43.602 INFO running `"docker" "start" "-a" "32bbee499f996268b95870da7dad56e258276800f3db344944ce6c65b6f47e6d"` Nov 17 02:56:44.855 INFO [stderr] usermod: no changes Nov 17 02:56:44.920 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:56:44.920 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:56:44.920 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:56:44.921 INFO [stderr] files will be included as a binary target: Nov 17 02:56:44.921 INFO [stderr] Nov 17 02:56:44.921 INFO [stderr] * /source/src/main.rs Nov 17 02:56:44.922 INFO [stderr] Nov 17 02:56:44.922 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:56:44.922 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:56:44.923 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:56:44.923 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:56:44.923 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:56:44.923 INFO [stderr] Nov 17 02:56:44.924 INFO [stderr] For more information on this warning you can consult Nov 17 02:56:44.924 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:56:44.924 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `todoist`, Nov 17 02:56:44.925 INFO [stderr] please set bin.path in Cargo.toml Nov 17 02:56:45.041 INFO [stderr] Compiling todoist-cli v0.0.1 (/source) Nov 17 02:56:45.695 INFO [stderr] warning: unused variable: `config_path` Nov 17 02:56:45.695 INFO [stderr] --> src/main.rs:9:6 Nov 17 02:56:45.695 INFO [stderr] | Nov 17 02:56:45.695 INFO [stderr] 9 | let config_path = xdg_dirs.place_config_file("config.ini").expect("cannot create configuration directory"); Nov 17 02:56:45.695 INFO [stderr] | ^^^^^^^^^^^ help: consider using `_config_path` instead Nov 17 02:56:45.695 INFO [stderr] | Nov 17 02:56:45.695 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 02:56:45.695 INFO [stderr] Nov 17 02:56:46.047 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.16s Nov 17 02:56:46.050 INFO [stderr] su: No module specific data is present Nov 17 02:56:46.815 INFO running `"docker" "inspect" "32bbee499f996268b95870da7dad56e258276800f3db344944ce6c65b6f47e6d"` Nov 17 02:56:47.116 INFO running `"docker" "rm" "-f" "32bbee499f996268b95870da7dad56e258276800f3db344944ce6c65b6f47e6d"` Nov 17 02:56:47.383 INFO [stdout] 32bbee499f996268b95870da7dad56e258276800f3db344944ce6c65b6f47e6d Nov 17 02:56:47.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:47.771 INFO [stdout] 6df0a2a3b1e0ece03acb4b00f63be3abfddaa1ad1f88348265a00dff140fc495 Nov 17 02:56:47.773 INFO running `"docker" "start" "-a" "6df0a2a3b1e0ece03acb4b00f63be3abfddaa1ad1f88348265a00dff140fc495"` Nov 17 02:56:48.774 INFO [stderr] usermod: no changes Nov 17 02:56:48.821 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:56:48.821 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:56:48.821 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:56:48.821 INFO [stderr] files will be included as a binary target: Nov 17 02:56:48.821 INFO [stderr] Nov 17 02:56:48.821 INFO [stderr] * /source/src/main.rs Nov 17 02:56:48.821 INFO [stderr] Nov 17 02:56:48.821 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:56:48.821 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:56:48.821 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:56:48.821 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:56:48.821 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:56:48.821 INFO [stderr] Nov 17 02:56:48.821 INFO [stderr] For more information on this warning you can consult Nov 17 02:56:48.821 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:56:48.821 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `todoist`, Nov 17 02:56:48.821 INFO [stderr] please set bin.path in Cargo.toml Nov 17 02:56:48.899 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s Nov 17 02:56:48.899 INFO [stderr] Running /target/debug/deps/todoist-bf967aeba7931f04 Nov 17 02:56:48.902 INFO [stdout] Nov 17 02:56:48.902 INFO [stdout] running 0 tests Nov 17 02:56:48.903 INFO [stdout] Nov 17 02:56:48.903 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 02:56:48.904 INFO [stdout] Nov 17 02:56:48.904 INFO [stderr] su: No module specific data is present Nov 17 02:56:49.301 INFO running `"docker" "inspect" "6df0a2a3b1e0ece03acb4b00f63be3abfddaa1ad1f88348265a00dff140fc495"` Nov 17 02:56:49.537 INFO running `"docker" "rm" "-f" "6df0a2a3b1e0ece03acb4b00f63be3abfddaa1ad1f88348265a00dff140fc495"` Nov 17 02:56:49.859 INFO [stdout] 6df0a2a3b1e0ece03acb4b00f63be3abfddaa1ad1f88348265a00dff140fc495