Oct 11 03:36:32.845 INFO testing acmumn/tet against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:36:32.845 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:36:32.845 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:36:33.152 INFO blam! f9eb4bb1d6bc73f55a43d1a4dc31f5e3e733476b5f3af2d71c8882c28da46232 Oct 11 03:36:33.153 INFO running `"docker" "start" "-a" "f9eb4bb1d6bc73f55a43d1a4dc31f5e3e733476b5f3af2d71c8882c28da46232"` Oct 11 03:36:34.055 INFO kablam! usermod: no changes Oct 11 03:36:34.400 INFO kablam! Compiling memchr v0.1.11 Oct 11 03:36:34.400 INFO kablam! Compiling memchr v2.0.1 Oct 11 03:36:34.400 INFO kablam! Compiling libsqlite3-sys v0.9.1 Oct 11 03:36:34.400 INFO kablam! Compiling threadpool v1.7.1 Oct 11 03:36:34.410 INFO kablam! Compiling uuid v0.5.1 Oct 11 03:36:34.410 INFO kablam! Compiling mime v0.2.6 Oct 11 03:36:34.410 INFO kablam! Compiling thread-id v2.0.0 Oct 11 03:36:34.410 INFO kablam! Compiling chrono v0.4.4 Oct 11 03:36:39.196 INFO kablam! Compiling thread_local v0.2.7 Oct 11 03:36:39.236 INFO kablam! Compiling aho-corasick v0.5.3 Oct 11 03:36:39.236 INFO kablam! Compiling chrono v0.2.25 Oct 11 03:36:39.236 INFO kablam! Compiling mime_guess v1.8.6 Oct 11 03:36:39.260 INFO kablam! Compiling nom v4.0.0 Oct 11 03:36:40.738 INFO kablam! Compiling hyper v0.10.13 Oct 11 03:36:42.809 INFO kablam! Compiling diesel v1.3.2 Oct 11 03:36:42.844 INFO kablam! Compiling regex v0.1.80 Oct 11 03:36:49.516 INFO kablam! Compiling schedule v0.1.0 Oct 11 03:37:07.630 INFO kablam! Compiling serde-hjson v0.8.1 Oct 11 03:37:17.582 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 11 03:37:17.582 INFO kablam! Compiling multipart v0.13.6 Oct 11 03:37:17.582 INFO kablam! Compiling evzht9h3nznqzwl v0.0.3 Oct 11 03:37:21.206 INFO kablam! Compiling config v0.9.0 Oct 11 03:37:38.363 INFO kablam! Compiling serenity v0.5.5 Oct 11 03:38:32.084 INFO kablam! Compiling tet v0.1.0 (/source) Oct 11 03:38:41.925 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 11 03:38:41.925 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:1:5 Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! 1 | use diesel::prelude::*; Oct 11 03:38:41.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:38:41.925 INFO kablam! Oct 11 03:38:41.925 INFO kablam! warning: unused imports: `Error`, `err_msg` Oct 11 03:38:41.925 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:2:15 Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! 2 | use failure::{Error,err_msg}; Oct 11 03:38:41.925 INFO kablam! | ^^^^^ ^^^^^^^ Oct 11 03:38:41.925 INFO kablam! Oct 11 03:38:41.925 INFO kablam! warning: unused imports: `Task`, `User`, `schema::tasks` Oct 11 03:38:41.925 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:4:24 Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! 4 | use backend::{models::{User, Task}, schema::tasks}; Oct 11 03:38:41.925 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^^^^^ Oct 11 03:38:41.925 INFO kablam! Oct 11 03:38:41.925 INFO kablam! warning: cannot find type `User` in this scope Oct 11 03:38:41.925 INFO kablam! --> src/backend/models.rs:4:24 Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.925 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 11 03:38:41.925 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.925 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.925 INFO kablam! Oct 11 03:38:41.925 INFO kablam! warning: cannot find type `Task` in this scope Oct 11 03:38:41.925 INFO kablam! --> src/backend/models.rs:4:24 Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.925 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.925 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.925 INFO kablam! Oct 11 03:38:41.925 INFO kablam! warning: cannot find type `tasks` in this scope Oct 11 03:38:41.925 INFO kablam! --> src/backend/models.rs:4:24 Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.925 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.925 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.925 INFO kablam! Oct 11 03:38:41.925 INFO kablam! warning: cannot find type `Task` in this scope Oct 11 03:38:41.925 INFO kablam! --> src/backend/models.rs:4:38 Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.925 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.925 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.925 INFO kablam! Oct 11 03:38:41.925 INFO kablam! warning: cannot find type `tasks` in this scope Oct 11 03:38:41.925 INFO kablam! --> src/backend/models.rs:4:38 Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.925 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.925 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.925 INFO kablam! Oct 11 03:38:41.925 INFO kablam! warning: cannot find type `NaiveDate` in this scope Oct 11 03:38:41.925 INFO kablam! --> src/backend/models.rs:4:52 Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.925 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.925 INFO kablam! | Oct 11 03:38:41.925 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.925 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.926 INFO kablam! Oct 11 03:38:41.926 INFO kablam! warning: cannot find type `Task` in this scope Oct 11 03:38:41.926 INFO kablam! --> src/backend/models.rs:4:52 Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.926 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.926 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.926 INFO kablam! Oct 11 03:38:41.926 INFO kablam! warning: cannot find type `User` in this scope Oct 11 03:38:41.926 INFO kablam! --> src/backend/models.rs:17:24 Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 11 03:38:41.926 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.926 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.926 INFO kablam! Oct 11 03:38:41.926 INFO kablam! warning: cannot find type `users` in this scope Oct 11 03:38:41.926 INFO kablam! --> src/backend/models.rs:17:24 Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 11 03:38:41.926 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.926 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.926 INFO kablam! Oct 11 03:38:41.926 INFO kablam! warning: cannot find type `User` in this scope Oct 11 03:38:41.926 INFO kablam! --> src/backend/models.rs:17:38 Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 11 03:38:41.926 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.926 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.926 INFO kablam! Oct 11 03:38:41.926 INFO kablam! warning: cannot find type `User` in this scope Oct 11 03:38:41.926 INFO kablam! --> src/backend/models.rs:25:24 Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.926 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.926 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.926 INFO kablam! Oct 11 03:38:41.926 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 11 03:38:41.926 INFO kablam! --> src/backend/models.rs:25:24 Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.926 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.926 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.926 INFO kablam! Oct 11 03:38:41.926 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 11 03:38:41.926 INFO kablam! --> src/backend/models.rs:25:24 Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.926 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.926 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.926 INFO kablam! Oct 11 03:38:41.926 INFO kablam! warning: cannot find type `Task` in this scope Oct 11 03:38:41.926 INFO kablam! --> src/backend/models.rs:25:24 Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.926 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.926 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.926 INFO kablam! Oct 11 03:38:41.926 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 11 03:38:41.926 INFO kablam! --> src/backend/models.rs:25:38 Oct 11 03:38:41.926 INFO kablam! | Oct 11 03:38:41.928 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.928 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.928 INFO kablam! | Oct 11 03:38:41.928 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.929 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.929 INFO kablam! Oct 11 03:38:41.929 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 11 03:38:41.929 INFO kablam! --> src/backend/models.rs:25:38 Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.929 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.929 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.929 INFO kablam! Oct 11 03:38:41.929 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 11 03:38:41.929 INFO kablam! --> src/backend/models.rs:25:52 Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.929 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.929 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.929 INFO kablam! Oct 11 03:38:41.929 INFO kablam! warning: cannot find type `User` in this scope Oct 11 03:38:41.929 INFO kablam! --> src/backend/models.rs:35:24 Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.929 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.929 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.929 INFO kablam! Oct 11 03:38:41.929 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 11 03:38:41.929 INFO kablam! --> src/backend/models.rs:35:24 Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.929 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.929 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.929 INFO kablam! Oct 11 03:38:41.929 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 11 03:38:41.929 INFO kablam! --> src/backend/models.rs:35:24 Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.929 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.929 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.929 INFO kablam! Oct 11 03:38:41.929 INFO kablam! warning: cannot find type `Task` in this scope Oct 11 03:38:41.929 INFO kablam! --> src/backend/models.rs:35:24 Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.929 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.929 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.929 INFO kablam! Oct 11 03:38:41.929 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 11 03:38:41.929 INFO kablam! --> src/backend/models.rs:35:38 Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.929 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.929 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.929 INFO kablam! Oct 11 03:38:41.929 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 11 03:38:41.929 INFO kablam! --> src/backend/models.rs:35:38 Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.929 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.929 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.929 INFO kablam! Oct 11 03:38:41.929 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 11 03:38:41.929 INFO kablam! --> src/backend/models.rs:35:52 Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:38:41.929 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.929 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.929 INFO kablam! Oct 11 03:38:41.929 INFO kablam! warning: cannot find type `table` in this scope Oct 11 03:38:41.929 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.929 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 11 03:38:41.929 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.929 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.930 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.930 INFO kablam! Oct 11 03:38:41.930 INFO kablam! warning: cannot find type `id` in this scope Oct 11 03:38:41.930 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:38:41.930 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.930 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.930 INFO kablam! Oct 11 03:38:41.930 INFO kablam! warning: cannot find type `user_id` in this scope Oct 11 03:38:41.930 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:38:41.930 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.930 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.930 INFO kablam! Oct 11 03:38:41.930 INFO kablam! warning: cannot find type `task_id` in this scope Oct 11 03:38:41.930 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:38:41.930 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.930 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.930 INFO kablam! Oct 11 03:38:41.930 INFO kablam! warning: cannot find type `creator` in this scope Oct 11 03:38:41.930 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:38:41.930 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.930 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.930 INFO kablam! Oct 11 03:38:41.930 INFO kablam! warning: cannot find type `reminder_frequency` in this scope Oct 11 03:38:41.930 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:38:41.930 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.930 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.930 INFO kablam! Oct 11 03:38:41.930 INFO kablam! warning: cannot find type `create_date` in this scope Oct 11 03:38:41.930 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:38:41.930 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.930 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.930 INFO kablam! Oct 11 03:38:41.930 INFO kablam! warning: cannot find type `due_date` in this scope Oct 11 03:38:41.930 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:38:41.930 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.930 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.930 INFO kablam! Oct 11 03:38:41.930 INFO kablam! warning: cannot find type `name` in this scope Oct 11 03:38:41.930 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:38:41.930 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.930 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.930 INFO kablam! Oct 11 03:38:41.930 INFO kablam! warning: cannot find type `discord_id` in this scope Oct 11 03:38:41.930 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:38:41.930 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.930 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.930 INFO kablam! Oct 11 03:38:41.930 INFO kablam! warning: cannot find type `nickname` in this scope Oct 11 03:38:41.930 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:38:41.930 INFO kablam! | Oct 11 03:38:41.930 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:38:41.931 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:38:41.931 INFO kablam! | Oct 11 03:38:41.931 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:38:41.931 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:38:41.931 INFO kablam! Oct 11 03:38:42.539 INFO kablam! warning: field is never used: `db` Oct 11 03:38:42.539 INFO kablam! --> src/controller.rs:11:5 Oct 11 03:38:42.540 INFO kablam! | Oct 11 03:38:42.540 INFO kablam! 11 | pub(crate) db: Mutex, Oct 11 03:38:42.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:38:42.540 INFO kablam! | Oct 11 03:38:42.540 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:38:42.540 INFO kablam! Oct 11 03:38:57.478 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 23s Oct 11 03:38:57.493 INFO kablam! su: No module specific data is present Oct 11 03:38:58.365 INFO running `"docker" "rm" "-f" "f9eb4bb1d6bc73f55a43d1a4dc31f5e3e733476b5f3af2d71c8882c28da46232"` Oct 11 03:38:58.539 INFO blam! f9eb4bb1d6bc73f55a43d1a4dc31f5e3e733476b5f3af2d71c8882c28da46232 Oct 11 03:38:58.544 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:38:58.544 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:38:58.856 INFO blam! 5b71589678e13e7379350df8cd43fb37ba8097fb70c9ef6e3334e54f348fb078 Oct 11 03:38:58.865 INFO running `"docker" "start" "-a" "5b71589678e13e7379350df8cd43fb37ba8097fb70c9ef6e3334e54f348fb078"` Oct 11 03:38:59.538 INFO kablam! usermod: no changes Oct 11 03:38:59.850 INFO kablam! Compiling tet v0.1.0 (/source) Oct 11 03:39:08.218 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 11 03:39:08.218 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:1:5 Oct 11 03:39:08.218 INFO kablam! | Oct 11 03:39:08.218 INFO kablam! 1 | use diesel::prelude::*; Oct 11 03:39:08.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 03:39:08.218 INFO kablam! | Oct 11 03:39:08.218 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:39:08.218 INFO kablam! Oct 11 03:39:08.218 INFO kablam! warning: unused imports: `Error`, `err_msg` Oct 11 03:39:08.218 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:2:15 Oct 11 03:39:08.218 INFO kablam! | Oct 11 03:39:08.218 INFO kablam! 2 | use failure::{Error,err_msg}; Oct 11 03:39:08.218 INFO kablam! | ^^^^^ ^^^^^^^ Oct 11 03:39:08.218 INFO kablam! Oct 11 03:39:08.218 INFO kablam! warning: unused imports: `Task`, `User`, `schema::tasks` Oct 11 03:39:08.218 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:4:24 Oct 11 03:39:08.218 INFO kablam! | Oct 11 03:39:08.218 INFO kablam! 4 | use backend::{models::{User, Task}, schema::tasks}; Oct 11 03:39:08.218 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^^^^^ Oct 11 03:39:08.218 INFO kablam! Oct 11 03:39:08.218 INFO kablam! warning: cannot find type `User` in this scope Oct 11 03:39:08.218 INFO kablam! --> src/backend/models.rs:4:24 Oct 11 03:39:08.218 INFO kablam! | Oct 11 03:39:08.218 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.218 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.218 INFO kablam! | Oct 11 03:39:08.218 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 11 03:39:08.218 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.218 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.218 INFO kablam! Oct 11 03:39:08.218 INFO kablam! warning: cannot find type `Task` in this scope Oct 11 03:39:08.218 INFO kablam! --> src/backend/models.rs:4:24 Oct 11 03:39:08.218 INFO kablam! | Oct 11 03:39:08.218 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.218 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.218 INFO kablam! | Oct 11 03:39:08.218 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.218 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.219 INFO kablam! Oct 11 03:39:08.219 INFO kablam! warning: cannot find type `tasks` in this scope Oct 11 03:39:08.219 INFO kablam! --> src/backend/models.rs:4:24 Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.219 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.219 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.219 INFO kablam! Oct 11 03:39:08.219 INFO kablam! warning: cannot find type `Task` in this scope Oct 11 03:39:08.219 INFO kablam! --> src/backend/models.rs:4:38 Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.219 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.219 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.219 INFO kablam! Oct 11 03:39:08.219 INFO kablam! warning: cannot find type `tasks` in this scope Oct 11 03:39:08.219 INFO kablam! --> src/backend/models.rs:4:38 Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.219 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.219 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.219 INFO kablam! Oct 11 03:39:08.219 INFO kablam! warning: cannot find type `NaiveDate` in this scope Oct 11 03:39:08.219 INFO kablam! --> src/backend/models.rs:4:52 Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.219 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.219 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.219 INFO kablam! Oct 11 03:39:08.219 INFO kablam! warning: cannot find type `Task` in this scope Oct 11 03:39:08.219 INFO kablam! --> src/backend/models.rs:4:52 Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.219 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.219 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.219 INFO kablam! Oct 11 03:39:08.219 INFO kablam! warning: cannot find type `User` in this scope Oct 11 03:39:08.219 INFO kablam! --> src/backend/models.rs:17:24 Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 11 03:39:08.219 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.219 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.219 INFO kablam! Oct 11 03:39:08.219 INFO kablam! warning: cannot find type `users` in this scope Oct 11 03:39:08.219 INFO kablam! --> src/backend/models.rs:17:24 Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 11 03:39:08.219 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.219 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.219 INFO kablam! Oct 11 03:39:08.219 INFO kablam! warning: cannot find type `User` in this scope Oct 11 03:39:08.219 INFO kablam! --> src/backend/models.rs:17:38 Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 11 03:39:08.219 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.219 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.219 INFO kablam! Oct 11 03:39:08.219 INFO kablam! warning: cannot find type `User` in this scope Oct 11 03:39:08.219 INFO kablam! --> src/backend/models.rs:25:24 Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.219 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.219 INFO kablam! | Oct 11 03:39:08.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.219 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.219 INFO kablam! Oct 11 03:39:08.219 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 11 03:39:08.219 INFO kablam! --> src/backend/models.rs:25:24 Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.220 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.220 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.220 INFO kablam! Oct 11 03:39:08.220 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 11 03:39:08.220 INFO kablam! --> src/backend/models.rs:25:24 Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.220 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.220 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.220 INFO kablam! Oct 11 03:39:08.220 INFO kablam! warning: cannot find type `Task` in this scope Oct 11 03:39:08.220 INFO kablam! --> src/backend/models.rs:25:24 Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.220 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.220 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.220 INFO kablam! Oct 11 03:39:08.220 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 11 03:39:08.220 INFO kablam! --> src/backend/models.rs:25:38 Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.220 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.220 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.220 INFO kablam! Oct 11 03:39:08.220 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 11 03:39:08.220 INFO kablam! --> src/backend/models.rs:25:38 Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.220 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.220 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.220 INFO kablam! Oct 11 03:39:08.220 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 11 03:39:08.220 INFO kablam! --> src/backend/models.rs:25:52 Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.220 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.220 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.220 INFO kablam! Oct 11 03:39:08.220 INFO kablam! warning: cannot find type `User` in this scope Oct 11 03:39:08.220 INFO kablam! --> src/backend/models.rs:35:24 Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.220 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.220 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.220 INFO kablam! Oct 11 03:39:08.220 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 11 03:39:08.220 INFO kablam! --> src/backend/models.rs:35:24 Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.220 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.220 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.220 INFO kablam! Oct 11 03:39:08.220 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 11 03:39:08.220 INFO kablam! --> src/backend/models.rs:35:24 Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.220 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.220 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.220 INFO kablam! Oct 11 03:39:08.220 INFO kablam! warning: cannot find type `Task` in this scope Oct 11 03:39:08.220 INFO kablam! --> src/backend/models.rs:35:24 Oct 11 03:39:08.220 INFO kablam! | Oct 11 03:39:08.220 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.220 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.221 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.221 INFO kablam! Oct 11 03:39:08.221 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 11 03:39:08.221 INFO kablam! --> src/backend/models.rs:35:38 Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.221 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.221 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.221 INFO kablam! Oct 11 03:39:08.221 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 11 03:39:08.221 INFO kablam! --> src/backend/models.rs:35:38 Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.221 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.221 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.221 INFO kablam! Oct 11 03:39:08.221 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 11 03:39:08.221 INFO kablam! --> src/backend/models.rs:35:52 Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 11 03:39:08.221 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.221 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.221 INFO kablam! Oct 11 03:39:08.221 INFO kablam! warning: cannot find type `table` in this scope Oct 11 03:39:08.221 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 11 03:39:08.221 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.221 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.221 INFO kablam! Oct 11 03:39:08.221 INFO kablam! warning: cannot find type `id` in this scope Oct 11 03:39:08.221 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:39:08.221 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.221 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.221 INFO kablam! Oct 11 03:39:08.221 INFO kablam! warning: cannot find type `user_id` in this scope Oct 11 03:39:08.221 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:39:08.221 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.221 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.221 INFO kablam! Oct 11 03:39:08.221 INFO kablam! warning: cannot find type `task_id` in this scope Oct 11 03:39:08.221 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:39:08.221 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.221 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.221 INFO kablam! Oct 11 03:39:08.221 INFO kablam! warning: cannot find type `creator` in this scope Oct 11 03:39:08.221 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:39:08.221 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.221 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.221 INFO kablam! Oct 11 03:39:08.221 INFO kablam! warning: cannot find type `reminder_frequency` in this scope Oct 11 03:39:08.221 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:39:08.221 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.221 INFO kablam! | Oct 11 03:39:08.221 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.221 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.221 INFO kablam! Oct 11 03:39:08.221 INFO kablam! warning: cannot find type `create_date` in this scope Oct 11 03:39:08.222 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:39:08.222 INFO kablam! | Oct 11 03:39:08.222 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:39:08.222 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.222 INFO kablam! | Oct 11 03:39:08.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.222 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.222 INFO kablam! Oct 11 03:39:08.222 INFO kablam! warning: cannot find type `due_date` in this scope Oct 11 03:39:08.222 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:39:08.222 INFO kablam! | Oct 11 03:39:08.222 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:39:08.222 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.222 INFO kablam! | Oct 11 03:39:08.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.222 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.222 INFO kablam! Oct 11 03:39:08.222 INFO kablam! warning: cannot find type `name` in this scope Oct 11 03:39:08.222 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:39:08.222 INFO kablam! | Oct 11 03:39:08.222 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:39:08.222 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.222 INFO kablam! | Oct 11 03:39:08.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.222 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.222 INFO kablam! Oct 11 03:39:08.222 INFO kablam! warning: cannot find type `discord_id` in this scope Oct 11 03:39:08.222 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:39:08.222 INFO kablam! | Oct 11 03:39:08.222 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:39:08.222 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.222 INFO kablam! | Oct 11 03:39:08.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.222 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.222 INFO kablam! Oct 11 03:39:08.222 INFO kablam! warning: cannot find type `nickname` in this scope Oct 11 03:39:08.222 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 11 03:39:08.222 INFO kablam! | Oct 11 03:39:08.222 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 11 03:39:08.222 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 03:39:08.222 INFO kablam! | Oct 11 03:39:08.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 03:39:08.222 INFO kablam! = note: for more information, see issue #50504 Oct 11 03:39:08.222 INFO kablam! Oct 11 03:39:08.924 INFO kablam! warning: field is never used: `db` Oct 11 03:39:08.924 INFO kablam! --> src/controller.rs:11:5 Oct 11 03:39:08.924 INFO kablam! | Oct 11 03:39:08.924 INFO kablam! 11 | pub(crate) db: Mutex, Oct 11 03:39:08.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:39:08.924 INFO kablam! | Oct 11 03:39:08.924 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:39:08.924 INFO kablam! Oct 11 03:39:10.022 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.46s Oct 11 03:39:10.042 INFO kablam! su: No module specific data is present Oct 11 03:39:10.629 INFO running `"docker" "rm" "-f" "5b71589678e13e7379350df8cd43fb37ba8097fb70c9ef6e3334e54f348fb078"` Oct 11 03:39:10.822 INFO blam! 5b71589678e13e7379350df8cd43fb37ba8097fb70c9ef6e3334e54f348fb078 Oct 11 03:39:10.826 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:39:10.826 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:39:11.196 INFO blam! cd30caeddbf93adaf4ca80573bf0e3ace5947384bbd98c8738d78418bce5a2b5 Oct 11 03:39:11.198 INFO running `"docker" "start" "-a" "cd30caeddbf93adaf4ca80573bf0e3ace5947384bbd98c8738d78418bce5a2b5"` Oct 11 03:39:11.792 INFO kablam! usermod: no changes Oct 11 03:39:12.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 11 03:39:12.030 INFO kablam! Running /target/debug/deps/tet-196b301ab3797ae8 Oct 11 03:39:12.044 INFO kablam! Running /target/debug/deps/tet-2d5e6ebd1012dbb5 Oct 11 03:39:12.044 INFO blam! Oct 11 03:39:12.044 INFO blam! running 0 tests Oct 11 03:39:12.044 INFO blam! Oct 11 03:39:12.044 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:39:12.044 INFO blam! Oct 11 03:39:12.046 INFO blam! Oct 11 03:39:12.046 INFO blam! running 0 tests Oct 11 03:39:12.046 INFO blam! Oct 11 03:39:12.046 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:39:12.046 INFO blam! Oct 11 03:39:12.050 INFO kablam! Doc-tests tet Oct 11 03:39:25.320 INFO blam! Oct 11 03:39:25.320 INFO blam! running 0 tests Oct 11 03:39:25.320 INFO blam! Oct 11 03:39:25.320 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:39:25.320 INFO blam! Oct 11 03:39:25.331 INFO kablam! su: No module specific data is present Oct 11 03:39:25.604 INFO running `"docker" "rm" "-f" "cd30caeddbf93adaf4ca80573bf0e3ace5947384bbd98c8738d78418bce5a2b5"` Oct 11 03:39:25.765 INFO blam! cd30caeddbf93adaf4ca80573bf0e3ace5947384bbd98c8738d78418bce5a2b5