[INFO] updating cached repository https://github.com/thomas9911/timeseries [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] beeca3b42f731be6166dcee699ee0a26b689db20 [INFO] checking thomas9911/timeseries against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomas9911%2Ftimeseries" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thomas9911/timeseries on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/thomas9911/timeseries [INFO] removed 6 missing examples [INFO] finished tweaking git repo https://github.com/thomas9911/timeseries [INFO] tweaked toml for git repo https://github.com/thomas9911/timeseries written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/thomas9911/timeseries already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a2b63c36c90942add70aeddef9d767faa2cdf98c94b3cdb266bf057c7d265af7 [INFO] running `"docker" "start" "-a" "a2b63c36c90942add70aeddef9d767faa2cdf98c94b3cdb266bf057c7d265af7"` [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling getrandom v0.1.10 [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking timeseries v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] error[E0432]: unresolved import `timeseries::postgres` [INFO] [stderr] --> examples/postgresql_example.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use timeseries::postgres; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `postgres` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `timeseries::PostgresConfig` [INFO] [stderr] --> examples/postgresql_example.rs:3:33 [INFO] [stderr] | [INFO] [stderr] 3 | use timeseries::{BtreeMapTrait, PostgresConfig, Table}; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `PostgresConfig` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `timeseries::SqliteConfig` [INFO] [stderr] --> examples/sqlite_example.rs:2:33 [INFO] [stderr] | [INFO] [stderr] 2 | use timeseries::{BtreeMapTrait, SqliteConfig, Table}; [INFO] [stderr] | ^^^^^^^^^^^^ no `SqliteConfig` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `timeseries::RedisConfig` [INFO] [stderr] --> examples/redis_example.rs:2:33 [INFO] [stderr] | [INFO] [stderr] 2 | use timeseries::{BtreeMapTrait, RedisConfig, Table}; [INFO] [stderr] | ^^^^^^^^^^^ no `RedisConfig` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `timeseries::chrono` [INFO] [stderr] --> examples/data.rs:1:17 [INFO] [stderr] | [INFO] [stderr] 1 | use timeseries::chrono::{NaiveDateTime, ParseError}; [INFO] [stderr] | ^^^^^^ could not find `chrono` in `timeseries` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `timeseries::csv` [INFO] [stderr] --> examples/data.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use timeseries::csv; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `csv` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `timeseries::read_csv_to_datetable` [INFO] [stderr] --> examples/data.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use timeseries::read_csv_to_datetable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `read_csv_to_datetable` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `timeseries::chrono` [INFO] [stderr] --> examples/array.rs:2:17 [INFO] [stderr] | [INFO] [stderr] 2 | use timeseries::chrono::{DateTime, FixedOffset}; [INFO] [stderr] | ^^^^^^ could not find `chrono` in `timeseries` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `chrono` in `timeseries` [INFO] [stderr] --> examples/array.rs:18:50 [INFO] [stderr] | [INFO] [stderr] 18 | let now: DateTime = timeseries::chrono::Utc::now().into(); [INFO] [stderr] | ^^^^^^ could not find `chrono` in `timeseries` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `chrono` in `timeseries` [INFO] [stderr] --> examples/array.rs:13:21 [INFO] [stderr] | [INFO] [stderr] 13 | timeseries::chrono::DateTime::parse_from_rfc3339($t) [INFO] [stderr] | ^^^^^^ could not find `chrono` in `timeseries` [INFO] [stderr] ... [INFO] [stderr] 20 | let times = vec![dt!("2019-01-01T12:00:00Z").unwrap(), now.clone()]; [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `chrono` in `timeseries` [INFO] [stderr] --> examples/array.rs:13:21 [INFO] [stderr] | [INFO] [stderr] 13 | timeseries::chrono::DateTime::parse_from_rfc3339($t) [INFO] [stderr] | ^^^^^^ could not find `chrono` in `timeseries` [INFO] [stderr] ... [INFO] [stderr] 26 | d.insert(dt!("2019-01-01T12:00:00Z").unwrap(), vec!["Hark", "Bark"]); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: unused import: `new_table_float_data` [INFO] [stderr] --> src/tests.rs:406:33 [INFO] [stderr] | [INFO] [stderr] 406 | use super::{new_table_data, new_table_float_data, new_table_large}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `init_postgresql` found for type `timeseries::structs::Table` in the current scope [INFO] [stderr] --> examples/postgresql_example.rs:42:11 [INFO] [stderr] | [INFO] [stderr] 42 | table.init_postgresql(config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ method not found in `timeseries::structs::Table` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `save_postgresql` found for type `timeseries::structs::Table` in the current scope [INFO] [stderr] --> examples/postgresql_example.rs:46:11 [INFO] [stderr] | [INFO] [stderr] 46 | table.save_postgresql(config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ method not found in `timeseries::structs::Table` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `update_postgresql` found for type `timeseries::structs::Table` in the current scope [INFO] [stderr] --> examples/postgresql_example.rs:52:11 [INFO] [stderr] | [INFO] [stderr] 52 | table.update_postgresql(config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `timeseries::structs::Table` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_postgresql` found for type `timeseries::structs::Table<_, _>` in the current scope [INFO] [stderr] --> examples/postgresql_example.rs:56:38 [INFO] [stderr] | [INFO] [stderr] 56 | let t1: Table = Table::from_postgresql(config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ function or associated item not found in `timeseries::structs::Table<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `uninit_postgresql` found for type `timeseries::structs::Table` in the current scope [INFO] [stderr] --> examples/postgresql_example.rs:60:11 [INFO] [stderr] | [INFO] [stderr] 60 | table.uninit_postgresql(config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `timeseries::structs::Table` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `timeseries`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `save_redis` found for type `timeseries::structs::Table` in the current scope [INFO] [stderr] --> examples/redis_example.rs:40:11 [INFO] [stderr] | [INFO] [stderr] 40 | table.save_redis(&config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^ method not found in `timeseries::structs::Table` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `update_redis` found for type `timeseries::structs::Table` in the current scope [INFO] [stderr] --> examples/redis_example.rs:45:11 [INFO] [stderr] | [INFO] [stderr] 45 | table.update_redis(&config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `timeseries::structs::Table` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_redis` found for type `timeseries::structs::Table<_, _>` in the current scope [INFO] [stderr] --> examples/redis_example.rs:48:38 [INFO] [stderr] | [INFO] [stderr] 48 | let t1: Table = Table::from_redis(&config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^ function or associated item not found in `timeseries::structs::Table<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `delete_redis` found for type `timeseries::structs::Table` in the current scope [INFO] [stderr] --> examples/redis_example.rs:51:11 [INFO] [stderr] | [INFO] [stderr] 51 | table.delete_redis(&config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `timeseries::structs::Table` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0599]: no method named `save_unqlite_override` found for type `timeseries::structs::Table` in the current scope [INFO] [stderr] --> examples/unqlite_example.rs:36:11 [INFO] [stderr] | [INFO] [stderr] 36 | table.save_unqlite_override("./cheeses").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ method not found in `timeseries::structs::Table` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_unqlite` found for type `timeseries::structs::Table<_, _>` in the current scope [INFO] [stderr] --> examples/unqlite_example.rs:38:38 [INFO] [stderr] | [INFO] [stderr] 38 | let t1: Table = Table::from_unqlite("./cheeses").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ function or associated item not found in `timeseries::structs::Table<_, _>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `timeseries`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `timeseries`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `init_sqlite` found for type `timeseries::structs::Table` in the current scope [INFO] [stderr] --> examples/sqlite_example.rs:39:11 [INFO] [stderr] | [INFO] [stderr] 39 | table.init_sqlite(&config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `timeseries::structs::Table` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `save_sqlite` found for type `timeseries::structs::Table` in the current scope [INFO] [stderr] --> examples/sqlite_example.rs:42:11 [INFO] [stderr] | [INFO] [stderr] 42 | table.save_sqlite(&config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `timeseries::structs::Table` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `update_sqlite` found for type `timeseries::structs::Table` in the current scope [INFO] [stderr] --> examples/sqlite_example.rs:47:11 [INFO] [stderr] | [INFO] [stderr] 47 | table.update_sqlite(&config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `timeseries::structs::Table` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_sqlite` found for type `timeseries::structs::Table<_, _>` in the current scope [INFO] [stderr] --> examples/sqlite_example.rs:50:38 [INFO] [stderr] | [INFO] [stderr] 50 | let t1: Table = Table::from_sqlite(&config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ function or associated item not found in `timeseries::structs::Table<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `uninit_sqlite` found for type `timeseries::structs::Table` in the current scope [INFO] [stderr] --> examples/sqlite_example.rs:53:11 [INFO] [stderr] | [INFO] [stderr] 53 | table.uninit_sqlite(&config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `timeseries::structs::Table` [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `remove_sqlite` found for type `timeseries::structs::Table` in the current scope [INFO] [stderr] --> examples/sqlite_example.rs:56:11 [INFO] [stderr] | [INFO] [stderr] 56 | table.remove_sqlite(&config).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `timeseries::structs::Table` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `timeseries`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `timeseries`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `timeseries`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: function is never used: `new_table_float_data` [INFO] [stderr] --> src/tests.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | fn new_table_float_data<'a>() -> Table { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a2b63c36c90942add70aeddef9d767faa2cdf98c94b3cdb266bf057c7d265af7"` [INFO] running `"docker" "rm" "-f" "a2b63c36c90942add70aeddef9d767faa2cdf98c94b3cdb266bf057c7d265af7"` [INFO] [stdout] a2b63c36c90942add70aeddef9d767faa2cdf98c94b3cdb266bf057c7d265af7