[INFO] updating cached repository https://github.com/pili2026/cassandra-rs-driver [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7207b63a4f9c1db877ebc58392220324ab3c7093 [INFO] testing pili2026/cassandra-rs-driver against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpili2026%2Fcassandra-rs-driver" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pili2026/cassandra-rs-driver on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/pili2026/cassandra-rs-driver [INFO] finished tweaking git repo https://github.com/pili2026/cassandra-rs-driver [INFO] tweaked toml for git repo https://github.com/pili2026/cassandra-rs-driver written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/pili2026/cassandra-rs-driver already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "build" "--frozen"` [INFO] [stdout] 7c0e693643490fc6ce461f614c6ce134acd5d28fd84593910d2d3c2e973e092c [INFO] running `"docker" "start" "-a" "7c0e693643490fc6ce461f614c6ce134acd5d28fd84593910d2d3c2e973e092c"` [INFO] [stderr] Compiling cassandra-cpp-sys v0.12.0 [INFO] [stderr] Compiling cassandra-cpp v0.14.0 [INFO] [stderr] Compiling ord_subset v1.2.0 [INFO] [stderr] Compiling multizip v0.1.0 [INFO] [stderr] Compiling decimal v1.0.1 [INFO] [stderr] Compiling eui48 v0.4.6 [INFO] [stderr] Compiling fern v0.5.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling libmath v0.2.1 [INFO] [stderr] Compiling serde-hjson v0.8.2 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling actix-http v0.2.10 [INFO] [stderr] Compiling config v0.9.3 [INFO] [stderr] Compiling awc v0.2.7 [INFO] [stderr] Compiling actix v0.8.3 [INFO] [stderr] Compiling actix-web v1.0.8 [INFO] [stderr] Compiling cassandra_lib_myself v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `chrono`? [INFO] [stderr] --> src/main.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | use chrono::prelude::*; [INFO] [stderr] | ^^^^^^ maybe a missing crate `chrono`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `chrono`? [INFO] [stderr] --> src/function_util.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use chrono::prelude::*; [INFO] [stderr] | ^^^^^^ maybe a missing crate `chrono`? [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `time`, `chrono::prelude::*` [INFO] [stderr] --> src/function_util.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use time::Duration; [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | unresolved import [INFO] [stderr] | help: a similar path exists: `std::time` [INFO] [stderr] 2 | use chrono::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `math` [INFO] [stderr] --> src/function_util.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use math::round; [INFO] [stderr] | ^^^^ maybe a missing crate `math`? [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `math` [INFO] [stderr] --> src/main.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | use math::round; [INFO] [stderr] | ^^^^ maybe a missing crate `math`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stderr] --> src/main.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | use core::fmt::Debug; [INFO] [stderr] | ^^^^ maybe a missing crate `core`? [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `time`, `core::fmt::Debug` [INFO] [stderr] --> src/main.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | use time::Duration; [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | unresolved import [INFO] [stderr] | help: a similar path exists: `std::time` [INFO] [stderr] ... [INFO] [stderr] 49 | use core::fmt::Debug; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `uuid` [INFO] [stderr] --> src/main.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | use uuid::Uuid; [INFO] [stderr] | ^^^^ maybe a missing crate `uuid`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NaiveDateTime` [INFO] [stderr] --> src/function_util.rs:169:28 [INFO] [stderr] | [INFO] [stderr] 169 | let s_naive_datetime = NaiveDateTime::from_timestamp(start_day, 0); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `NaiveDateTime` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DateTime` [INFO] [stderr] --> src/function_util.rs:170:41 [INFO] [stderr] | [INFO] [stderr] 170 | let start_datetime: DateTime = DateTime::from_utc(s_naive_datetime, Utc); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `DateTime` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NaiveDateTime` [INFO] [stderr] --> src/function_util.rs:174:28 [INFO] [stderr] | [INFO] [stderr] 174 | let e_naive_datetime = NaiveDateTime::from_timestamp(end_day, 0); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `NaiveDateTime` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DateTime` [INFO] [stderr] --> src/function_util.rs:175:39 [INFO] [stderr] | [INFO] [stderr] 175 | let end_datetime: DateTime = DateTime::from_utc(e_naive_datetime, Utc); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `DateTime` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DateTime` in this scope [INFO] [stderr] --> src/function_util.rs:170:25 [INFO] [stderr] | [INFO] [stderr] 170 | let start_datetime: DateTime = DateTime::from_utc(s_naive_datetime, Utc); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Utc` in this scope [INFO] [stderr] --> src/function_util.rs:170:34 [INFO] [stderr] | [INFO] [stderr] 170 | let start_datetime: DateTime = DateTime::from_utc(s_naive_datetime, Utc); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Utc` in this scope [INFO] [stderr] --> src/function_util.rs:170:78 [INFO] [stderr] | [INFO] [stderr] 170 | let start_datetime: DateTime = DateTime::from_utc(s_naive_datetime, Utc); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DateTime` in this scope [INFO] [stderr] --> src/function_util.rs:175:23 [INFO] [stderr] | [INFO] [stderr] 175 | let end_datetime: DateTime = DateTime::from_utc(e_naive_datetime, Utc); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Utc` in this scope [INFO] [stderr] --> src/function_util.rs:175:32 [INFO] [stderr] | [INFO] [stderr] 175 | let end_datetime: DateTime = DateTime::from_utc(e_naive_datetime, Utc); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Utc` in this scope [INFO] [stderr] --> src/function_util.rs:175:76 [INFO] [stderr] | [INFO] [stderr] 175 | let end_datetime: DateTime = DateTime::from_utc(e_naive_datetime, Utc); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DateTime` in this scope [INFO] [stderr] --> src/function_util.rs:191:31 [INFO] [stderr] | [INFO] [stderr] 191 | let calendar_day :DateTime = start_datetime + Duration::days(i); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Utc` in this scope [INFO] [stderr] --> src/function_util.rs:191:40 [INFO] [stderr] | [INFO] [stderr] 191 | let calendar_day :DateTime = start_datetime + Duration::days(i); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Utc` in this scope [INFO] [stderr] --> src/main.rs:995:24 [INFO] [stderr] | [INFO] [stderr] 995 | let time = Utc.datetime_from_str(time_string.as_str(), "%Y-%m-%d %H:%M:%S").unwrap(); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 21 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `cassandra_lib_myself`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7c0e693643490fc6ce461f614c6ce134acd5d28fd84593910d2d3c2e973e092c"` [INFO] running `"docker" "rm" "-f" "7c0e693643490fc6ce461f614c6ce134acd5d28fd84593910d2d3c2e973e092c"` [INFO] [stdout] 7c0e693643490fc6ce461f614c6ce134acd5d28fd84593910d2d3c2e973e092c