Nov 17 10:20:22.220 INFO testing acmumn/tet against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 10:20:22.220 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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 10:20:22.449 INFO [stdout] a8edad45bb2588a1907933bfe8cd1f630774a0059641b9a34384a1f7256f6f1b Nov 17 10:20:22.456 INFO running `"docker" "start" "-a" "a8edad45bb2588a1907933bfe8cd1f630774a0059641b9a34384a1f7256f6f1b"` Nov 17 10:20:23.459 INFO [stderr] usermod: no changes Nov 17 10:20:23.809 INFO [stderr] Compiling libsqlite3-sys v0.9.1 Nov 17 10:20:23.813 INFO [stderr] Compiling chrono v0.4.4 Nov 17 10:20:23.813 INFO [stderr] Compiling hyper v0.10.13 Nov 17 10:20:23.819 INFO [stderr] Compiling chrono v0.2.25 Nov 17 10:20:23.821 INFO [stderr] Compiling mime_guess v1.8.6 Nov 17 10:20:23.822 INFO [stderr] Compiling config v0.9.0 Nov 17 10:20:28.873 INFO [stderr] Compiling diesel v1.3.2 Nov 17 10:20:29.776 INFO [stderr] Compiling schedule v0.1.0 Nov 17 10:20:46.977 INFO [stderr] Compiling evzht9h3nznqzwl v0.0.3 Nov 17 10:20:46.978 INFO [stderr] Compiling multipart v0.13.6 Nov 17 10:20:46.978 INFO [stderr] Compiling hyper-native-tls v0.2.4 Nov 17 10:20:57.338 INFO [stderr] Compiling serenity v0.5.5 Nov 17 10:22:00.513 INFO [stderr] Compiling tet v0.1.0 (/source) Nov 17 10:22:05.899 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 17 10:22:05.899 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:1:5 Nov 17 10:22:05.899 INFO [stderr] | Nov 17 10:22:05.899 INFO [stderr] 1 | use diesel::prelude::*; Nov 17 10:22:05.899 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 17 10:22:05.899 INFO [stderr] | Nov 17 10:22:05.899 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 10:22:05.899 INFO [stderr] Nov 17 10:22:05.899 INFO [stderr] warning: unused imports: `Error`, `err_msg` Nov 17 10:22:05.899 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:2:15 Nov 17 10:22:05.899 INFO [stderr] | Nov 17 10:22:05.899 INFO [stderr] 2 | use failure::{Error,err_msg}; Nov 17 10:22:05.899 INFO [stderr] | ^^^^^ ^^^^^^^ Nov 17 10:22:05.899 INFO [stderr] Nov 17 10:22:05.899 INFO [stderr] warning: unused imports: `Task`, `User`, `schema::tasks` Nov 17 10:22:05.899 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:4:24 Nov 17 10:22:05.899 INFO [stderr] | Nov 17 10:22:05.899 INFO [stderr] 4 | use backend::{models::{User, Task}, schema::tasks}; Nov 17 10:22:05.899 INFO [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^ Nov 17 10:22:05.899 INFO [stderr] Nov 17 10:22:05.899 INFO [stderr] warning: cannot find type `User` in this scope Nov 17 10:22:05.899 INFO [stderr] --> src/backend/models.rs:4:24 Nov 17 10:22:05.899 INFO [stderr] | Nov 17 10:22:05.899 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.899 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.899 INFO [stderr] | Nov 17 10:22:05.899 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 10:22:05.899 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.899 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.899 INFO [stderr] Nov 17 10:22:05.899 INFO [stderr] warning: cannot find type `Task` in this scope Nov 17 10:22:05.899 INFO [stderr] --> src/backend/models.rs:4:24 Nov 17 10:22:05.899 INFO [stderr] | Nov 17 10:22:05.899 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.899 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.899 INFO [stderr] | Nov 17 10:22:05.899 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.900 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.900 INFO [stderr] Nov 17 10:22:05.900 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 17 10:22:05.900 INFO [stderr] --> src/backend/models.rs:4:24 Nov 17 10:22:05.900 INFO [stderr] | Nov 17 10:22:05.900 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.900 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.900 INFO [stderr] | Nov 17 10:22:05.900 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.900 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.900 INFO [stderr] Nov 17 10:22:05.900 INFO [stderr] warning: cannot find type `Task` in this scope Nov 17 10:22:05.900 INFO [stderr] --> src/backend/models.rs:4:38 Nov 17 10:22:05.900 INFO [stderr] | Nov 17 10:22:05.900 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.900 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.900 INFO [stderr] | Nov 17 10:22:05.900 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.900 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.900 INFO [stderr] Nov 17 10:22:05.900 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 17 10:22:05.900 INFO [stderr] --> src/backend/models.rs:4:38 Nov 17 10:22:05.900 INFO [stderr] | Nov 17 10:22:05.900 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.900 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.900 INFO [stderr] | Nov 17 10:22:05.900 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.900 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.900 INFO [stderr] Nov 17 10:22:05.900 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Nov 17 10:22:05.900 INFO [stderr] --> src/backend/models.rs:4:52 Nov 17 10:22:05.911 INFO [stderr] | Nov 17 10:22:05.911 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.911 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.911 INFO [stderr] | Nov 17 10:22:05.911 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.911 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.911 INFO [stderr] Nov 17 10:22:05.911 INFO [stderr] warning: cannot find type `Task` in this scope Nov 17 10:22:05.911 INFO [stderr] --> src/backend/models.rs:4:52 Nov 17 10:22:05.911 INFO [stderr] | Nov 17 10:22:05.911 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.911 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.911 INFO [stderr] | Nov 17 10:22:05.911 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.911 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.911 INFO [stderr] Nov 17 10:22:05.911 INFO [stderr] warning: cannot find type `User` in this scope Nov 17 10:22:05.911 INFO [stderr] --> src/backend/models.rs:17:24 Nov 17 10:22:05.911 INFO [stderr] | Nov 17 10:22:05.911 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 17 10:22:05.911 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.911 INFO [stderr] | Nov 17 10:22:05.911 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.911 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.911 INFO [stderr] Nov 17 10:22:05.911 INFO [stderr] warning: cannot find type `users` in this scope Nov 17 10:22:05.912 INFO [stderr] --> src/backend/models.rs:17:24 Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 17 10:22:05.912 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.912 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.912 INFO [stderr] Nov 17 10:22:05.912 INFO [stderr] warning: cannot find type `User` in this scope Nov 17 10:22:05.912 INFO [stderr] --> src/backend/models.rs:17:38 Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 17 10:22:05.912 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.912 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.912 INFO [stderr] Nov 17 10:22:05.912 INFO [stderr] warning: cannot find type `User` in this scope Nov 17 10:22:05.912 INFO [stderr] --> src/backend/models.rs:25:24 Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.912 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.912 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.912 INFO [stderr] Nov 17 10:22:05.912 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 17 10:22:05.912 INFO [stderr] --> src/backend/models.rs:25:24 Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.912 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.912 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.912 INFO [stderr] Nov 17 10:22:05.912 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 17 10:22:05.912 INFO [stderr] --> src/backend/models.rs:25:24 Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.912 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.912 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.912 INFO [stderr] Nov 17 10:22:05.912 INFO [stderr] warning: cannot find type `Task` in this scope Nov 17 10:22:05.912 INFO [stderr] --> src/backend/models.rs:25:24 Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.912 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.912 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.912 INFO [stderr] Nov 17 10:22:05.912 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 17 10:22:05.912 INFO [stderr] --> src/backend/models.rs:25:38 Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.912 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.912 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.912 INFO [stderr] Nov 17 10:22:05.912 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 17 10:22:05.912 INFO [stderr] --> src/backend/models.rs:25:38 Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.912 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.912 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.912 INFO [stderr] Nov 17 10:22:05.912 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 17 10:22:05.912 INFO [stderr] --> src/backend/models.rs:25:52 Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.912 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.912 INFO [stderr] | Nov 17 10:22:05.912 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.912 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.913 INFO [stderr] Nov 17 10:22:05.913 INFO [stderr] warning: cannot find type `User` in this scope Nov 17 10:22:05.913 INFO [stderr] --> src/backend/models.rs:35:24 Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.913 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.913 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.913 INFO [stderr] Nov 17 10:22:05.913 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 17 10:22:05.913 INFO [stderr] --> src/backend/models.rs:35:24 Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.913 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.913 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.913 INFO [stderr] Nov 17 10:22:05.913 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 17 10:22:05.913 INFO [stderr] --> src/backend/models.rs:35:24 Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.913 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.913 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.913 INFO [stderr] Nov 17 10:22:05.913 INFO [stderr] warning: cannot find type `Task` in this scope Nov 17 10:22:05.913 INFO [stderr] --> src/backend/models.rs:35:24 Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.913 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.913 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.913 INFO [stderr] Nov 17 10:22:05.913 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 17 10:22:05.913 INFO [stderr] --> src/backend/models.rs:35:38 Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.913 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.913 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.913 INFO [stderr] Nov 17 10:22:05.913 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 17 10:22:05.913 INFO [stderr] --> src/backend/models.rs:35:38 Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.913 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.913 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.913 INFO [stderr] Nov 17 10:22:05.913 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 17 10:22:05.913 INFO [stderr] --> src/backend/models.rs:35:52 Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:05.913 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.913 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.913 INFO [stderr] Nov 17 10:22:05.913 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 10:22:05.913 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 10:22:05.913 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.913 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.913 INFO [stderr] Nov 17 10:22:05.913 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 10:22:05.913 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:05.913 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.913 INFO [stderr] | Nov 17 10:22:05.913 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.913 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.914 INFO [stderr] Nov 17 10:22:05.914 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 17 10:22:05.914 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:05.914 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.914 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.914 INFO [stderr] Nov 17 10:22:05.914 INFO [stderr] warning: cannot find type `task_id` in this scope Nov 17 10:22:05.914 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:05.914 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.914 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.914 INFO [stderr] Nov 17 10:22:05.914 INFO [stderr] warning: cannot find type `creator` in this scope Nov 17 10:22:05.914 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:05.914 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.914 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.914 INFO [stderr] Nov 17 10:22:05.914 INFO [stderr] warning: cannot find type `reminder_frequency` in this scope Nov 17 10:22:05.914 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:05.914 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.914 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.914 INFO [stderr] Nov 17 10:22:05.914 INFO [stderr] warning: cannot find type `create_date` in this scope Nov 17 10:22:05.914 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:05.914 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.914 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.914 INFO [stderr] Nov 17 10:22:05.914 INFO [stderr] warning: cannot find type `due_date` in this scope Nov 17 10:22:05.914 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:05.914 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.914 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.914 INFO [stderr] Nov 17 10:22:05.914 INFO [stderr] warning: cannot find type `name` in this scope Nov 17 10:22:05.914 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:05.914 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.914 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.914 INFO [stderr] Nov 17 10:22:05.914 INFO [stderr] warning: cannot find type `discord_id` in this scope Nov 17 10:22:05.914 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:05.914 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.914 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.914 INFO [stderr] Nov 17 10:22:05.914 INFO [stderr] warning: cannot find type `nickname` in this scope Nov 17 10:22:05.914 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.914 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:05.914 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:05.914 INFO [stderr] | Nov 17 10:22:05.915 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:05.915 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:05.915 INFO [stderr] Nov 17 10:22:06.527 INFO [stderr] warning: field is never used: `db` Nov 17 10:22:06.527 INFO [stderr] --> src/controller.rs:11:5 Nov 17 10:22:06.528 INFO [stderr] | Nov 17 10:22:06.528 INFO [stderr] 11 | pub(crate) db: Mutex, Nov 17 10:22:06.528 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 10:22:06.528 INFO [stderr] | Nov 17 10:22:06.528 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 10:22:06.528 INFO [stderr] Nov 17 10:22:19.472 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 55s Nov 17 10:22:19.496 INFO [stderr] su: No module specific data is present Nov 17 10:22:20.973 INFO running `"docker" "inspect" "a8edad45bb2588a1907933bfe8cd1f630774a0059641b9a34384a1f7256f6f1b"` Nov 17 10:22:21.315 INFO running `"docker" "rm" "-f" "a8edad45bb2588a1907933bfe8cd1f630774a0059641b9a34384a1f7256f6f1b"` Nov 17 10:22:21.663 INFO [stdout] a8edad45bb2588a1907933bfe8cd1f630774a0059641b9a34384a1f7256f6f1b Nov 17 10:22:21.668 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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 10:22:22.277 INFO [stdout] f73568c7e6a48cfc9352817bd1849c01e5ffb9cdd0c00e2d113598e2786a8ca4 Nov 17 10:22:22.279 INFO running `"docker" "start" "-a" "f73568c7e6a48cfc9352817bd1849c01e5ffb9cdd0c00e2d113598e2786a8ca4"` Nov 17 10:22:23.675 INFO [stderr] usermod: no changes Nov 17 10:22:23.973 INFO [stderr] Compiling tet v0.1.0 (/source) Nov 17 10:22:30.618 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 17 10:22:30.619 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:1:5 Nov 17 10:22:30.619 INFO [stderr] | Nov 17 10:22:30.620 INFO [stderr] 1 | use diesel::prelude::*; Nov 17 10:22:30.621 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 17 10:22:30.621 INFO [stderr] | Nov 17 10:22:30.622 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 10:22:30.623 INFO [stderr] Nov 17 10:22:30.623 INFO [stderr] warning: unused imports: `Error`, `err_msg` Nov 17 10:22:30.624 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:2:15 Nov 17 10:22:30.624 INFO [stderr] | Nov 17 10:22:30.625 INFO [stderr] 2 | use failure::{Error,err_msg}; Nov 17 10:22:30.626 INFO [stderr] | ^^^^^ ^^^^^^^ Nov 17 10:22:30.626 INFO [stderr] Nov 17 10:22:30.627 INFO [stderr] warning: unused imports: `Task`, `User`, `schema::tasks` Nov 17 10:22:30.627 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:4:24 Nov 17 10:22:30.629 INFO [stderr] | Nov 17 10:22:30.629 INFO [stderr] 4 | use backend::{models::{User, Task}, schema::tasks}; Nov 17 10:22:30.629 INFO [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^ Nov 17 10:22:30.629 INFO [stderr] Nov 17 10:22:30.629 INFO [stderr] warning: cannot find type `User` in this scope Nov 17 10:22:30.629 INFO [stderr] --> src/backend/models.rs:4:24 Nov 17 10:22:30.629 INFO [stderr] | Nov 17 10:22:30.629 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.629 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.629 INFO [stderr] | Nov 17 10:22:30.629 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 10:22:30.629 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.629 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.629 INFO [stderr] Nov 17 10:22:30.629 INFO [stderr] warning: cannot find type `Task` in this scope Nov 17 10:22:30.629 INFO [stderr] --> src/backend/models.rs:4:24 Nov 17 10:22:30.629 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.630 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.630 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.630 INFO [stderr] Nov 17 10:22:30.630 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 17 10:22:30.630 INFO [stderr] --> src/backend/models.rs:4:24 Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.630 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.630 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.630 INFO [stderr] Nov 17 10:22:30.630 INFO [stderr] warning: cannot find type `Task` in this scope Nov 17 10:22:30.630 INFO [stderr] --> src/backend/models.rs:4:38 Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.630 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.630 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.630 INFO [stderr] Nov 17 10:22:30.630 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 17 10:22:30.630 INFO [stderr] --> src/backend/models.rs:4:38 Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.630 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.630 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.630 INFO [stderr] Nov 17 10:22:30.630 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Nov 17 10:22:30.630 INFO [stderr] --> src/backend/models.rs:4:52 Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.630 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.630 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.630 INFO [stderr] Nov 17 10:22:30.630 INFO [stderr] warning: cannot find type `Task` in this scope Nov 17 10:22:30.630 INFO [stderr] --> src/backend/models.rs:4:52 Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.630 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.630 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.630 INFO [stderr] Nov 17 10:22:30.630 INFO [stderr] warning: cannot find type `User` in this scope Nov 17 10:22:30.630 INFO [stderr] --> src/backend/models.rs:17:24 Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 17 10:22:30.630 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.630 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.630 INFO [stderr] Nov 17 10:22:30.630 INFO [stderr] warning: cannot find type `users` in this scope Nov 17 10:22:30.630 INFO [stderr] --> src/backend/models.rs:17:24 Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 17 10:22:30.630 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.630 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.630 INFO [stderr] Nov 17 10:22:30.630 INFO [stderr] warning: cannot find type `User` in this scope Nov 17 10:22:30.630 INFO [stderr] --> src/backend/models.rs:17:38 Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 17 10:22:30.630 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.630 INFO [stderr] | Nov 17 10:22:30.630 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.630 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.630 INFO [stderr] Nov 17 10:22:30.630 INFO [stderr] warning: cannot find type `User` in this scope Nov 17 10:22:30.631 INFO [stderr] --> src/backend/models.rs:25:24 Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.631 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.631 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.631 INFO [stderr] Nov 17 10:22:30.631 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 17 10:22:30.631 INFO [stderr] --> src/backend/models.rs:25:24 Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.631 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.631 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.631 INFO [stderr] Nov 17 10:22:30.631 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 17 10:22:30.631 INFO [stderr] --> src/backend/models.rs:25:24 Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.631 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.631 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.631 INFO [stderr] Nov 17 10:22:30.631 INFO [stderr] warning: cannot find type `Task` in this scope Nov 17 10:22:30.631 INFO [stderr] --> src/backend/models.rs:25:24 Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.631 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.631 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.631 INFO [stderr] Nov 17 10:22:30.631 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 17 10:22:30.631 INFO [stderr] --> src/backend/models.rs:25:38 Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.631 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.631 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.631 INFO [stderr] Nov 17 10:22:30.631 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 17 10:22:30.631 INFO [stderr] --> src/backend/models.rs:25:38 Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.631 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.631 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.631 INFO [stderr] Nov 17 10:22:30.631 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 17 10:22:30.631 INFO [stderr] --> src/backend/models.rs:25:52 Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.631 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.631 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.631 INFO [stderr] Nov 17 10:22:30.631 INFO [stderr] warning: cannot find type `User` in this scope Nov 17 10:22:30.631 INFO [stderr] --> src/backend/models.rs:35:24 Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.631 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.631 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.631 INFO [stderr] Nov 17 10:22:30.631 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 17 10:22:30.631 INFO [stderr] --> src/backend/models.rs:35:24 Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.631 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.631 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.631 INFO [stderr] Nov 17 10:22:30.631 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 17 10:22:30.631 INFO [stderr] --> src/backend/models.rs:35:24 Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.631 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.631 INFO [stderr] | Nov 17 10:22:30.631 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.632 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.632 INFO [stderr] Nov 17 10:22:30.632 INFO [stderr] warning: cannot find type `Task` in this scope Nov 17 10:22:30.632 INFO [stderr] --> src/backend/models.rs:35:24 Nov 17 10:22:30.632 INFO [stderr] | Nov 17 10:22:30.632 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.632 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.632 INFO [stderr] | Nov 17 10:22:30.632 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.632 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.632 INFO [stderr] Nov 17 10:22:30.632 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 17 10:22:30.632 INFO [stderr] --> src/backend/models.rs:35:38 Nov 17 10:22:30.632 INFO [stderr] | Nov 17 10:22:30.654 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.654 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.654 INFO [stderr] | Nov 17 10:22:30.654 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.654 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.654 INFO [stderr] Nov 17 10:22:30.654 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 17 10:22:30.654 INFO [stderr] --> src/backend/models.rs:35:38 Nov 17 10:22:30.654 INFO [stderr] | Nov 17 10:22:30.654 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.654 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.655 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.655 INFO [stderr] Nov 17 10:22:30.655 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 17 10:22:30.655 INFO [stderr] --> src/backend/models.rs:35:52 Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 17 10:22:30.655 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.655 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.655 INFO [stderr] Nov 17 10:22:30.655 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 10:22:30.655 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 10:22:30.655 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.655 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.655 INFO [stderr] Nov 17 10:22:30.655 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 10:22:30.655 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:30.655 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.655 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.655 INFO [stderr] Nov 17 10:22:30.655 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 17 10:22:30.655 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:30.655 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.655 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.655 INFO [stderr] Nov 17 10:22:30.655 INFO [stderr] warning: cannot find type `task_id` in this scope Nov 17 10:22:30.655 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:30.655 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.655 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.655 INFO [stderr] Nov 17 10:22:30.655 INFO [stderr] warning: cannot find type `creator` in this scope Nov 17 10:22:30.655 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:30.655 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.655 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.655 INFO [stderr] Nov 17 10:22:30.655 INFO [stderr] warning: cannot find type `reminder_frequency` in this scope Nov 17 10:22:30.655 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:30.655 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.655 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.655 INFO [stderr] Nov 17 10:22:30.655 INFO [stderr] warning: cannot find type `create_date` in this scope Nov 17 10:22:30.655 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:30.655 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.655 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.655 INFO [stderr] Nov 17 10:22:30.655 INFO [stderr] warning: cannot find type `due_date` in this scope Nov 17 10:22:30.655 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.655 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:30.655 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.655 INFO [stderr] | Nov 17 10:22:30.656 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.656 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.656 INFO [stderr] Nov 17 10:22:30.656 INFO [stderr] warning: cannot find type `name` in this scope Nov 17 10:22:30.656 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:30.656 INFO [stderr] | Nov 17 10:22:30.656 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:30.656 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.656 INFO [stderr] | Nov 17 10:22:30.656 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.656 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.656 INFO [stderr] Nov 17 10:22:30.656 INFO [stderr] warning: cannot find type `discord_id` in this scope Nov 17 10:22:30.656 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:30.656 INFO [stderr] | Nov 17 10:22:30.656 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:30.656 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.656 INFO [stderr] | Nov 17 10:22:30.656 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.656 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.656 INFO [stderr] Nov 17 10:22:30.656 INFO [stderr] warning: cannot find type `nickname` in this scope Nov 17 10:22:30.656 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:22:30.656 INFO [stderr] | Nov 17 10:22:30.656 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:22:30.656 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:22:30.656 INFO [stderr] | Nov 17 10:22:30.656 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 10:22:30.656 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:22:30.656 INFO [stderr] Nov 17 10:22:31.703 INFO [stderr] warning: field is never used: `db` Nov 17 10:22:31.703 INFO [stderr] --> src/controller.rs:11:5 Nov 17 10:22:31.703 INFO [stderr] | Nov 17 10:22:31.703 INFO [stderr] 11 | pub(crate) db: Mutex, Nov 17 10:22:31.703 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 10:22:31.703 INFO [stderr] | Nov 17 10:22:31.703 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 10:22:31.703 INFO [stderr] Nov 17 10:22:32.185 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.49s Nov 17 10:22:32.207 INFO [stderr] su: No module specific data is present Nov 17 10:22:32.977 INFO running `"docker" "inspect" "f73568c7e6a48cfc9352817bd1849c01e5ffb9cdd0c00e2d113598e2786a8ca4"` Nov 17 10:22:33.257 INFO running `"docker" "rm" "-f" "f73568c7e6a48cfc9352817bd1849c01e5ffb9cdd0c00e2d113598e2786a8ca4"` Nov 17 10:22:33.521 INFO [stdout] f73568c7e6a48cfc9352817bd1849c01e5ffb9cdd0c00e2d113598e2786a8ca4 Nov 17 10:22:33.532 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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 10:22:34.007 INFO [stdout] 4dd95349d3337a8d6f9eb1b6e87fbc52323f14cd0612c1dfcc91b85abda88137 Nov 17 10:22:34.011 INFO running `"docker" "start" "-a" "4dd95349d3337a8d6f9eb1b6e87fbc52323f14cd0612c1dfcc91b85abda88137"` Nov 17 10:22:35.127 INFO [stderr] usermod: no changes Nov 17 10:22:35.408 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.25s Nov 17 10:22:35.435 INFO [stderr] Running /target/debug/deps/tet-8846595f9330c48c Nov 17 10:22:35.442 INFO [stderr] Running /target/debug/deps/tet-6489fc192ac5e09b Nov 17 10:22:35.442 INFO [stdout] Nov 17 10:22:35.443 INFO [stdout] running 0 tests Nov 17 10:22:35.443 INFO [stdout] Nov 17 10:22:35.443 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 10:22:35.443 INFO [stdout] Nov 17 10:22:35.448 INFO [stdout] Nov 17 10:22:35.448 INFO [stderr] Doc-tests tet Nov 17 10:22:35.448 INFO [stdout] running 0 tests Nov 17 10:22:35.448 INFO [stdout] Nov 17 10:22:35.448 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 10:22:35.448 INFO [stdout] Nov 17 10:22:43.263 INFO [stdout] Nov 17 10:22:43.263 INFO [stdout] running 0 tests Nov 17 10:22:43.263 INFO [stdout] Nov 17 10:22:43.263 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 10:22:43.263 INFO [stdout] Nov 17 10:22:43.294 INFO [stderr] su: No module specific data is present Nov 17 10:22:43.977 INFO running `"docker" "inspect" "4dd95349d3337a8d6f9eb1b6e87fbc52323f14cd0612c1dfcc91b85abda88137"` Nov 17 10:22:44.129 INFO running `"docker" "rm" "-f" "4dd95349d3337a8d6f9eb1b6e87fbc52323f14cd0612c1dfcc91b85abda88137"` Nov 17 10:22:44.357 INFO [stdout] 4dd95349d3337a8d6f9eb1b6e87fbc52323f14cd0612c1dfcc91b85abda88137