[INFO] cloning repository https://github.com/SiXoS/No-Project-Time-Tracker [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SiXoS/No-Project-Time-Tracker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSiXoS%2FNo-Project-Time-Tracker"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSiXoS%2FNo-Project-Time-Tracker'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5bb27dcb94a20d55b71be094c6a08dc3dfe8d676 [INFO] testing SiXoS/No-Project-Time-Tracker against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSiXoS%2FNo-Project-Time-Tracker" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SiXoS/No-Project-Time-Tracker on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/SiXoS/No-Project-Time-Tracker [INFO] finished tweaking git repo https://github.com/SiXoS/No-Project-Time-Tracker [INFO] tweaked toml for git repo https://github.com/SiXoS/No-Project-Time-Tracker written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/SiXoS/No-Project-Time-Tracker already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] da58e41e3b78a712c517582db54cf34b44edd2753779c4a63092fcdf9715188e [INFO] running `"docker" "start" "-a" "da58e41e3b78a712c517582db54cf34b44edd2753779c4a63092fcdf9715188e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling libsqlite3-sys v0.16.0 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling rusqlite v0.20.0 [INFO] [stderr] Compiling no-project-time-tracker v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/parsing_utils.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | return panic!("unexpected date string {}", date_string); [INFO] [stderr] | ^^^^^^^------------------------------------------------ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `clear` [INFO] [stderr] --> src/db/db_manager.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | pub fn clear(&self) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `test_add_and_list_line` [INFO] [stderr] --> src/tests/e2e.rs:29:4 [INFO] [stderr] | [INFO] [stderr] 29 | fn test_add_and_list_line(connection: &DbConnection) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `test_add_and_list_flex` [INFO] [stderr] --> src/tests/e2e.rs:47:4 [INFO] [stderr] | [INFO] [stderr] 47 | fn test_add_and_list_flex(connection: &DbConnection) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `test_combination_of_stuff` [INFO] [stderr] --> src/tests/e2e.rs:63:4 [INFO] [stderr] | [INFO] [stderr] 63 | fn test_combination_of_stuff(connection: &DbConnection) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.03s [INFO] running `"docker" "inspect" "da58e41e3b78a712c517582db54cf34b44edd2753779c4a63092fcdf9715188e"` [INFO] running `"docker" "rm" "-f" "da58e41e3b78a712c517582db54cf34b44edd2753779c4a63092fcdf9715188e"` [INFO] [stdout] da58e41e3b78a712c517582db54cf34b44edd2753779c4a63092fcdf9715188e [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] adc5539a5612fca2fea31eb4f52b2b9694dbd62e91587f6c2f8bdab7f0d1afad [INFO] running `"docker" "start" "-a" "adc5539a5612fca2fea31eb4f52b2b9694dbd62e91587f6c2f8bdab7f0d1afad"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling no-project-time-tracker v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `force_parse_datetime_fallback` in module `parsers` [INFO] [stderr] --> src/tests/parsing_utils.rs:51:25 [INFO] [stderr] | [INFO] [stderr] 51 | assert_eq!(parsers::force_parse_datetime_fallback(Some("10:11"), Some("2019-11-10"), Some("2019-11-12")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `force_parse_datetime` [INFO] [stderr] | [INFO] [stderr] ::: src/parsing_utils.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn force_parse_datetime(time: Option<&str>, date: Option<&str>) -> DateTime { [INFO] [stderr] | -------------------------------------------------------------------------------------- similarly named function `force_parse_datetime` defined here [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `force_parse_datetime_fallback` in module `parsers` [INFO] [stderr] --> src/tests/parsing_utils.rs:53:25 [INFO] [stderr] | [INFO] [stderr] 53 | assert_eq!(parsers::force_parse_datetime_fallback(Some("10:11"), None, Some("2019-11-12")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `force_parse_datetime` [INFO] [stderr] | [INFO] [stderr] ::: src/parsing_utils.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn force_parse_datetime(time: Option<&str>, date: Option<&str>) -> DateTime { [INFO] [stderr] | -------------------------------------------------------------------------------------- similarly named function `force_parse_datetime` defined here [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/parsing_utils.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | return panic!("unexpected date string {}", date_string); [INFO] [stderr] | ^^^^^^^------------------------------------------------ [INFO] [stderr] | | | [INFO] [stderr] | | any code following this expression is unreachable [INFO] [stderr] | unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `no-project-time-tracker`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "adc5539a5612fca2fea31eb4f52b2b9694dbd62e91587f6c2f8bdab7f0d1afad"` [INFO] running `"docker" "rm" "-f" "adc5539a5612fca2fea31eb4f52b2b9694dbd62e91587f6c2f8bdab7f0d1afad"` [INFO] [stdout] adc5539a5612fca2fea31eb4f52b2b9694dbd62e91587f6c2f8bdab7f0d1afad