[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 1.38.0 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-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pili2026/cassandra-rs-driver on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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-5/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" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-5/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" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 101fea4fe4121fc4308da9a59b144e37bbfbe3956e599740177e0cd336f3ffcf [INFO] running `"docker" "start" "-a" "101fea4fe4121fc4308da9a59b144e37bbfbe3956e599740177e0cd336f3ffcf"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cassandra-cpp-sys v0.12.0 [INFO] [stderr] Compiling ord_subset v1.2.0 [INFO] [stderr] Compiling cassandra-cpp v0.14.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 derive_more v0.15.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling libmath v0.2.1 [INFO] [stderr] Compiling serde-hjson v0.8.2 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling actix-router v0.1.5 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling trust-dns-proto v0.7.4 [INFO] [stderr] Compiling config v0.9.3 [INFO] [stderr] Compiling trust-dns-resolver v0.11.1 [INFO] [stderr] Compiling actix-threadpool v0.1.2 [INFO] [stderr] Compiling actix-rt v0.2.5 [INFO] [stderr] Compiling actix-connect v0.2.5 [INFO] [stderr] Compiling actix-server v0.6.1 [INFO] [stderr] Compiling actix-http v0.2.10 [INFO] [stderr] Compiling actix-testing v0.1.0 [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[E0432]: unresolved import [INFO] [stderr] --> src/function_util.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^ [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[E0433]: failed to resolve: use of undeclared type or module `round` [INFO] [stderr] --> src/function_util.rs:180:30 [INFO] [stderr] | [INFO] [stderr] 180 | let number_of_days = round::ceil(days as f64, 0) + 1.0; [INFO] [stderr] | ^^^^^ use of undeclared type or module `round` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Duration` [INFO] [stderr] --> src/function_util.rs:191:64 [INFO] [stderr] | [INFO] [stderr] 191 | let calendar_day :DateTime = start_datetime + Duration::days(i); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Duration` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uuid` [INFO] [stderr] --> src/main.rs:89:15 [INFO] [stderr] | [INFO] [stderr] 89 | } else if Uuid::parse_str(dev).is_ok() == false { [INFO] [stderr] | ^^^^ use of undeclared type or module `Uuid` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `round` [INFO] [stderr] --> src/main.rs:219:32 [INFO] [stderr] | [INFO] [stderr] 219 | _percent = round::ceil(percent as f64, 2); [INFO] [stderr] | ^^^^^ use of undeclared type or module `round` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uuid` [INFO] [stderr] --> src/main.rs:401:15 [INFO] [stderr] | [INFO] [stderr] 401 | } else if Uuid::parse_str(dev).is_ok() == false { [INFO] [stderr] | ^^^^ use of undeclared type or module `Uuid` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uuid` [INFO] [stderr] --> src/main.rs:1021:15 [INFO] [stderr] | [INFO] [stderr] 1021 | } else if Uuid::parse_str(dev).is_ok() == false { [INFO] [stderr] | ^^^^ use of undeclared type or module `Uuid` [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" "101fea4fe4121fc4308da9a59b144e37bbfbe3956e599740177e0cd336f3ffcf"` [INFO] running `"docker" "rm" "-f" "101fea4fe4121fc4308da9a59b144e37bbfbe3956e599740177e0cd336f3ffcf"` [INFO] [stdout] 101fea4fe4121fc4308da9a59b144e37bbfbe3956e599740177e0cd336f3ffcf