Oct 15 05:09:50.884 INFO testing acmumn/tet against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:09:50.884 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 05:09:51.399 INFO blam! bc2e2e46564cb9533ccf6920a4c55ddc399d70e97a879c0599263bc57a6ed536 Oct 15 05:09:51.401 INFO running `"docker" "start" "-a" "bc2e2e46564cb9533ccf6920a4c55ddc399d70e97a879c0599263bc57a6ed536"` Oct 15 05:09:52.227 INFO kablam! usermod: no changes Oct 15 05:09:52.555 INFO kablam! Compiling nom v2.2.1 Oct 15 05:09:52.555 INFO kablam! Compiling libsqlite3-sys v0.9.1 Oct 15 05:09:52.555 INFO kablam! Compiling nom v4.0.0 Oct 15 05:09:52.555 INFO kablam! Compiling clap v2.32.0 Oct 15 05:09:52.555 INFO kablam! Compiling chrono v0.4.4 Oct 15 05:09:52.555 INFO kablam! Compiling hyper v0.10.13 Oct 15 05:09:52.555 INFO kablam! Compiling failure v0.1.1 Oct 15 05:09:52.555 INFO kablam! Compiling chrono v0.2.25 Oct 15 05:09:54.487 INFO kablam! Compiling mime_guess v1.8.6 Oct 15 05:10:06.056 INFO kablam! Compiling diesel v1.3.2 Oct 15 05:10:06.085 INFO kablam! Compiling config v0.9.0 Oct 15 05:10:06.211 INFO kablam! Compiling schedule v0.1.0 Oct 15 05:10:42.320 INFO kablam! Compiling evzht9h3nznqzwl v0.0.3 Oct 15 05:10:42.923 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 15 05:10:43.206 INFO kablam! Compiling multipart v0.13.6 Oct 15 05:10:54.909 INFO kablam! Compiling serenity v0.5.5 Oct 15 05:12:01.879 INFO kablam! Compiling tet v0.1.0 (/source) Oct 15 05:12:06.273 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 15 05:12:06.273 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:1:5 Oct 15 05:12:06.273 INFO kablam! | Oct 15 05:12:06.273 INFO kablam! 1 | use diesel::prelude::*; Oct 15 05:12:06.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:12:06.274 INFO kablam! | Oct 15 05:12:06.274 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:12:06.275 INFO kablam! Oct 15 05:12:06.275 INFO kablam! warning: unused imports: `Error`, `err_msg` Oct 15 05:12:06.275 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:2:15 Oct 15 05:12:06.275 INFO kablam! | Oct 15 05:12:06.276 INFO kablam! 2 | use failure::{Error,err_msg}; Oct 15 05:12:06.276 INFO kablam! | ^^^^^ ^^^^^^^ Oct 15 05:12:06.276 INFO kablam! Oct 15 05:12:06.277 INFO kablam! warning: unused imports: `Task`, `User`, `schema::tasks` Oct 15 05:12:06.277 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:4:24 Oct 15 05:12:06.277 INFO kablam! | Oct 15 05:12:06.277 INFO kablam! 4 | use backend::{models::{User, Task}, schema::tasks}; Oct 15 05:12:06.278 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^^^^^ Oct 15 05:12:06.278 INFO kablam! Oct 15 05:12:06.278 INFO kablam! warning: cannot find type `User` in this scope Oct 15 05:12:06.279 INFO kablam! --> src/backend/models.rs:4:24 Oct 15 05:12:06.279 INFO kablam! | Oct 15 05:12:06.279 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.280 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.280 INFO kablam! | Oct 15 05:12:06.280 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 15 05:12:06.281 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 15 05:12:06.281 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.281 INFO kablam! Oct 15 05:12:06.282 INFO kablam! warning: cannot find type `Task` in this scope Oct 15 05:12:06.282 INFO kablam! --> src/backend/models.rs:4:24 Oct 15 05:12:06.282 INFO kablam! | Oct 15 05:12:06.283 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.283 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.283 INFO kablam! | Oct 15 05:12:06.284 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 15 05:12:06.284 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.285 INFO kablam! Oct 15 05:12:06.285 INFO kablam! warning: cannot find type `tasks` in this scope Oct 15 05:12:06.285 INFO kablam! --> src/backend/models.rs:4:24 Oct 15 05:12:06.286 INFO kablam! | Oct 15 05:12:06.286 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.286 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.287 INFO kablam! | Oct 15 05:12:06.287 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 15 05:12:06.287 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.288 INFO kablam! Oct 15 05:12:06.288 INFO kablam! warning: cannot find type `Task` in this scope Oct 15 05:12:06.288 INFO kablam! --> src/backend/models.rs:4:38 Oct 15 05:12:06.289 INFO kablam! | Oct 15 05:12:06.289 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.289 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.290 INFO kablam! | Oct 15 05:12:06.290 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 15 05:12:06.291 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.291 INFO kablam! Oct 15 05:12:06.291 INFO kablam! warning: cannot find type `tasks` in this scope Oct 15 05:12:06.291 INFO kablam! --> src/backend/models.rs:4:38 Oct 15 05:12:06.292 INFO kablam! | Oct 15 05:12:06.292 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.292 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.295 INFO kablam! | Oct 15 05:12:06.295 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 15 05:12:06.295 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.295 INFO kablam! Oct 15 05:12:06.295 INFO kablam! warning: cannot find type `NaiveDate` in this scope Oct 15 05:12:06.295 INFO kablam! --> src/backend/models.rs:4:52 Oct 15 05:12:06.295 INFO kablam! | Oct 15 05:12:06.295 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.295 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.295 INFO kablam! | Oct 15 05:12:06.295 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 15 05:12:06.295 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.295 INFO kablam! Oct 15 05:12:06.295 INFO kablam! warning: cannot find type `Task` in this scope Oct 15 05:12:06.295 INFO kablam! --> src/backend/models.rs:4:52 Oct 15 05:12:06.295 INFO kablam! | Oct 15 05:12:06.295 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.295 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.295 INFO kablam! | Oct 15 05:12:06.295 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 15 05:12:06.295 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.295 INFO kablam! Oct 15 05:12:06.295 INFO kablam! warning: cannot find type `User` in this scope Oct 15 05:12:06.295 INFO kablam! --> src/backend/models.rs:17:24 Oct 15 05:12:06.295 INFO kablam! | Oct 15 05:12:06.295 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 15 05:12:06.295 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.295 INFO kablam! | Oct 15 05:12:06.295 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 15 05:12:06.295 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.295 INFO kablam! Oct 15 05:12:06.295 INFO kablam! warning: cannot find type `users` in this scope Oct 15 05:12:06.295 INFO kablam! --> src/backend/models.rs:17:24 Oct 15 05:12:06.295 INFO kablam! | Oct 15 05:12:06.295 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 15 05:12:06.295 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.295 INFO kablam! | Oct 15 05:12:06.295 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 15 05:12:06.295 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.295 INFO kablam! Oct 15 05:12:06.295 INFO kablam! warning: cannot find type `User` in this scope Oct 15 05:12:06.295 INFO kablam! --> src/backend/models.rs:17:38 Oct 15 05:12:06.295 INFO kablam! | Oct 15 05:12:06.295 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 15 05:12:06.295 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.295 INFO kablam! | Oct 15 05:12:06.295 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 15 05:12:06.295 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.295 INFO kablam! Oct 15 05:12:06.295 INFO kablam! warning: cannot find type `User` in this scope Oct 15 05:12:06.295 INFO kablam! --> src/backend/models.rs:25:24 Oct 15 05:12:06.295 INFO kablam! | Oct 15 05:12:06.295 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.295 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.295 INFO kablam! | Oct 15 05:12:06.296 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 15 05:12:06.296 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.296 INFO kablam! Oct 15 05:12:06.296 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 15 05:12:06.296 INFO kablam! --> src/backend/models.rs:25:24 Oct 15 05:12:06.296 INFO kablam! | Oct 15 05:12:06.296 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.296 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.296 INFO kablam! | Oct 15 05:12:06.296 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 15 05:12:06.296 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.297 INFO kablam! Oct 15 05:12:06.297 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 15 05:12:06.297 INFO kablam! --> src/backend/models.rs:25:24 Oct 15 05:12:06.297 INFO kablam! | Oct 15 05:12:06.297 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.297 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.297 INFO kablam! | Oct 15 05:12:06.298 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 15 05:12:06.298 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.298 INFO kablam! Oct 15 05:12:06.298 INFO kablam! warning: cannot find type `Task` in this scope Oct 15 05:12:06.298 INFO kablam! --> src/backend/models.rs:25:24 Oct 15 05:12:06.298 INFO kablam! | Oct 15 05:12:06.298 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.298 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.298 INFO kablam! | Oct 15 05:12:06.298 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 15 05:12:06.298 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.298 INFO kablam! Oct 15 05:12:06.299 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 15 05:12:06.299 INFO kablam! --> src/backend/models.rs:25:38 Oct 15 05:12:06.299 INFO kablam! | Oct 15 05:12:06.299 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.299 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.299 INFO kablam! | Oct 15 05:12:06.299 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 15 05:12:06.299 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.299 INFO kablam! Oct 15 05:12:06.299 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 15 05:12:06.299 INFO kablam! --> src/backend/models.rs:25:38 Oct 15 05:12:06.299 INFO kablam! | Oct 15 05:12:06.299 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.299 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.299 INFO kablam! | Oct 15 05:12:06.299 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 15 05:12:06.300 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.300 INFO kablam! Oct 15 05:12:06.300 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 15 05:12:06.300 INFO kablam! --> src/backend/models.rs:25:52 Oct 15 05:12:06.300 INFO kablam! | Oct 15 05:12:06.300 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.300 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.300 INFO kablam! | Oct 15 05:12:06.300 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 15 05:12:06.300 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.300 INFO kablam! Oct 15 05:12:06.301 INFO kablam! warning: cannot find type `User` in this scope Oct 15 05:12:06.301 INFO kablam! --> src/backend/models.rs:35:24 Oct 15 05:12:06.301 INFO kablam! | Oct 15 05:12:06.301 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.301 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.301 INFO kablam! | Oct 15 05:12:06.301 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 15 05:12:06.301 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.301 INFO kablam! Oct 15 05:12:06.301 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 15 05:12:06.301 INFO kablam! --> src/backend/models.rs:35:24 Oct 15 05:12:06.301 INFO kablam! | Oct 15 05:12:06.301 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.301 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.301 INFO kablam! | Oct 15 05:12:06.301 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 15 05:12:06.301 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.301 INFO kablam! Oct 15 05:12:06.302 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 15 05:12:06.302 INFO kablam! --> src/backend/models.rs:35:24 Oct 15 05:12:06.302 INFO kablam! | Oct 15 05:12:06.302 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.302 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.302 INFO kablam! | Oct 15 05:12:06.302 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 15 05:12:06.302 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.302 INFO kablam! Oct 15 05:12:06.302 INFO kablam! warning: cannot find type `Task` in this scope Oct 15 05:12:06.302 INFO kablam! --> src/backend/models.rs:35:24 Oct 15 05:12:06.302 INFO kablam! | Oct 15 05:12:06.302 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.302 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.302 INFO kablam! | Oct 15 05:12:06.302 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 15 05:12:06.302 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.303 INFO kablam! Oct 15 05:12:06.303 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 15 05:12:06.303 INFO kablam! --> src/backend/models.rs:35:38 Oct 15 05:12:06.303 INFO kablam! | Oct 15 05:12:06.303 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.303 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.303 INFO kablam! | Oct 15 05:12:06.303 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 15 05:12:06.303 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.303 INFO kablam! Oct 15 05:12:06.303 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 15 05:12:06.303 INFO kablam! --> src/backend/models.rs:35:38 Oct 15 05:12:06.303 INFO kablam! | Oct 15 05:12:06.303 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.303 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.303 INFO kablam! | Oct 15 05:12:06.303 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 15 05:12:06.303 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.304 INFO kablam! Oct 15 05:12:06.304 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 15 05:12:06.304 INFO kablam! --> src/backend/models.rs:35:52 Oct 15 05:12:06.304 INFO kablam! | Oct 15 05:12:06.304 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:06.304 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.304 INFO kablam! | Oct 15 05:12:06.304 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 15 05:12:06.304 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.304 INFO kablam! Oct 15 05:12:06.304 INFO kablam! warning: cannot find type `table` in this scope Oct 15 05:12:06.305 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 15 05:12:06.305 INFO kablam! | Oct 15 05:12:06.305 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 15 05:12:06.305 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.305 INFO kablam! | Oct 15 05:12:06.305 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 15 05:12:06.305 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.305 INFO kablam! Oct 15 05:12:06.305 INFO kablam! warning: cannot find type `id` in this scope Oct 15 05:12:06.305 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:06.305 INFO kablam! | Oct 15 05:12:06.305 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:06.305 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.305 INFO kablam! | Oct 15 05:12:06.305 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 15 05:12:06.306 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.306 INFO kablam! Oct 15 05:12:06.306 INFO kablam! warning: cannot find type `user_id` in this scope Oct 15 05:12:06.306 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:06.306 INFO kablam! | Oct 15 05:12:06.306 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:06.306 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.306 INFO kablam! | Oct 15 05:12:06.306 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 15 05:12:06.306 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.306 INFO kablam! Oct 15 05:12:06.307 INFO kablam! warning: cannot find type `task_id` in this scope Oct 15 05:12:06.307 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:06.307 INFO kablam! | Oct 15 05:12:06.307 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:06.307 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.307 INFO kablam! | Oct 15 05:12:06.307 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 15 05:12:06.307 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.307 INFO kablam! Oct 15 05:12:06.309 INFO kablam! warning: cannot find type `creator` in this scope Oct 15 05:12:06.309 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:06.309 INFO kablam! | Oct 15 05:12:06.309 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:06.309 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.309 INFO kablam! | Oct 15 05:12:06.309 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 15 05:12:06.309 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.309 INFO kablam! Oct 15 05:12:06.309 INFO kablam! warning: cannot find type `reminder_frequency` in this scope Oct 15 05:12:06.309 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:06.309 INFO kablam! | Oct 15 05:12:06.309 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:06.309 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.309 INFO kablam! | Oct 15 05:12:06.309 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 15 05:12:06.309 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.309 INFO kablam! Oct 15 05:12:06.310 INFO kablam! warning: cannot find type `create_date` in this scope Oct 15 05:12:06.310 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:06.310 INFO kablam! | Oct 15 05:12:06.310 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:06.310 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.310 INFO kablam! | Oct 15 05:12:06.310 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 15 05:12:06.310 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.310 INFO kablam! Oct 15 05:12:06.310 INFO kablam! warning: cannot find type `due_date` in this scope Oct 15 05:12:06.310 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:06.310 INFO kablam! | Oct 15 05:12:06.310 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:06.310 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.310 INFO kablam! | Oct 15 05:12:06.310 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 15 05:12:06.310 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.310 INFO kablam! Oct 15 05:12:06.311 INFO kablam! warning: cannot find type `name` in this scope Oct 15 05:12:06.311 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:06.311 INFO kablam! | Oct 15 05:12:06.311 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:06.311 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.311 INFO kablam! | Oct 15 05:12:06.311 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 15 05:12:06.311 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.311 INFO kablam! Oct 15 05:12:06.312 INFO kablam! warning: cannot find type `discord_id` in this scope Oct 15 05:12:06.312 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:06.312 INFO kablam! | Oct 15 05:12:06.312 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:06.312 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.312 INFO kablam! | Oct 15 05:12:06.312 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 15 05:12:06.312 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.312 INFO kablam! Oct 15 05:12:06.312 INFO kablam! warning: cannot find type `nickname` in this scope Oct 15 05:12:06.313 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:06.313 INFO kablam! | Oct 15 05:12:06.313 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:06.313 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:06.313 INFO kablam! | Oct 15 05:12:06.313 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 15 05:12:06.313 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:06.313 INFO kablam! Oct 15 05:12:06.928 INFO kablam! warning: field is never used: `db` Oct 15 05:12:06.928 INFO kablam! --> src/controller.rs:11:5 Oct 15 05:12:06.928 INFO kablam! | Oct 15 05:12:06.929 INFO kablam! 11 | pub(crate) db: Mutex, Oct 15 05:12:06.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:12:06.929 INFO kablam! | Oct 15 05:12:06.929 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:12:06.930 INFO kablam! Oct 15 05:12:19.079 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 26s Oct 15 05:12:19.102 INFO kablam! su: No module specific data is present Oct 15 05:12:20.682 INFO running `"docker" "rm" "-f" "bc2e2e46564cb9533ccf6920a4c55ddc399d70e97a879c0599263bc57a6ed536"` Oct 15 05:12:20.978 INFO blam! bc2e2e46564cb9533ccf6920a4c55ddc399d70e97a879c0599263bc57a6ed536 Oct 15 05:12:20.991 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 05:12:21.459 INFO blam! b16d41565321e16646191bcd11b0f29367ce04f6431930ecfc8739822f85e0c3 Oct 15 05:12:21.462 INFO running `"docker" "start" "-a" "b16d41565321e16646191bcd11b0f29367ce04f6431930ecfc8739822f85e0c3"` Oct 15 05:12:22.770 INFO kablam! usermod: no changes Oct 15 05:12:23.114 INFO kablam! Compiling tet v0.1.0 (/source) Oct 15 05:12:27.735 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 15 05:12:27.735 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:1:5 Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 INFO kablam! 1 | use diesel::prelude::*; Oct 15 05:12:27.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:12:27.736 INFO kablam! Oct 15 05:12:27.736 INFO kablam! warning: unused imports: `Error`, `err_msg` Oct 15 05:12:27.736 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:2:15 Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 INFO kablam! 2 | use failure::{Error,err_msg}; Oct 15 05:12:27.736 INFO kablam! | ^^^^^ ^^^^^^^ Oct 15 05:12:27.736 INFO kablam! Oct 15 05:12:27.736 INFO kablam! warning: unused imports: `Task`, `User`, `schema::tasks` Oct 15 05:12:27.736 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:4:24 Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 INFO kablam! 4 | use backend::{models::{User, Task}, schema::tasks}; Oct 15 05:12:27.736 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^^^^^ Oct 15 05:12:27.736 INFO kablam! Oct 15 05:12:27.736 INFO kablam! warning: cannot find type `User` in this scope Oct 15 05:12:27.736 INFO kablam! --> src/backend/models.rs:4:24 Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.736 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 15 05:12:27.736 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 15 05:12:27.736 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.736 INFO kablam! Oct 15 05:12:27.736 INFO kablam! warning: cannot find type `Task` in this scope Oct 15 05:12:27.736 INFO kablam! --> src/backend/models.rs:4:24 Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.736 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 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 15 05:12:27.736 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.736 INFO kablam! Oct 15 05:12:27.736 INFO kablam! warning: cannot find type `tasks` in this scope Oct 15 05:12:27.736 INFO kablam! --> src/backend/models.rs:4:24 Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.736 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 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 15 05:12:27.736 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.736 INFO kablam! Oct 15 05:12:27.736 INFO kablam! warning: cannot find type `Task` in this scope Oct 15 05:12:27.736 INFO kablam! --> src/backend/models.rs:4:38 Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.736 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 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 15 05:12:27.736 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.736 INFO kablam! Oct 15 05:12:27.736 INFO kablam! warning: cannot find type `tasks` in this scope Oct 15 05:12:27.736 INFO kablam! --> src/backend/models.rs:4:38 Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.736 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 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 15 05:12:27.736 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.736 INFO kablam! Oct 15 05:12:27.736 INFO kablam! warning: cannot find type `NaiveDate` in this scope Oct 15 05:12:27.736 INFO kablam! --> src/backend/models.rs:4:52 Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.736 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 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 15 05:12:27.736 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.736 INFO kablam! Oct 15 05:12:27.736 INFO kablam! warning: cannot find type `Task` in this scope Oct 15 05:12:27.736 INFO kablam! --> src/backend/models.rs:4:52 Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.736 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.736 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.736 INFO kablam! | Oct 15 05:12:27.737 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 15 05:12:27.737 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.737 INFO kablam! Oct 15 05:12:27.737 INFO kablam! warning: cannot find type `User` in this scope Oct 15 05:12:27.737 INFO kablam! --> src/backend/models.rs:17:24 Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 15 05:12:27.737 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 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 15 05:12:27.737 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.737 INFO kablam! Oct 15 05:12:27.737 INFO kablam! warning: cannot find type `users` in this scope Oct 15 05:12:27.737 INFO kablam! --> src/backend/models.rs:17:24 Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 15 05:12:27.737 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 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 15 05:12:27.737 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.737 INFO kablam! Oct 15 05:12:27.737 INFO kablam! warning: cannot find type `User` in this scope Oct 15 05:12:27.737 INFO kablam! --> src/backend/models.rs:17:38 Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 15 05:12:27.737 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 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 15 05:12:27.737 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.737 INFO kablam! Oct 15 05:12:27.737 INFO kablam! warning: cannot find type `User` in this scope Oct 15 05:12:27.737 INFO kablam! --> src/backend/models.rs:25:24 Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.737 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 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 15 05:12:27.737 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.737 INFO kablam! Oct 15 05:12:27.737 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 15 05:12:27.737 INFO kablam! --> src/backend/models.rs:25:24 Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.737 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 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 15 05:12:27.737 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.737 INFO kablam! Oct 15 05:12:27.737 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 15 05:12:27.737 INFO kablam! --> src/backend/models.rs:25:24 Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.737 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 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 15 05:12:27.737 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.737 INFO kablam! Oct 15 05:12:27.737 INFO kablam! warning: cannot find type `Task` in this scope Oct 15 05:12:27.737 INFO kablam! --> src/backend/models.rs:25:24 Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.737 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 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 15 05:12:27.737 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.737 INFO kablam! Oct 15 05:12:27.737 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 15 05:12:27.737 INFO kablam! --> src/backend/models.rs:25:38 Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.737 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 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 15 05:12:27.737 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.737 INFO kablam! Oct 15 05:12:27.737 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 15 05:12:27.737 INFO kablam! --> src/backend/models.rs:25:38 Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.737 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.737 INFO kablam! | Oct 15 05:12:27.737 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 15 05:12:27.738 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.738 INFO kablam! Oct 15 05:12:27.738 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 15 05:12:27.738 INFO kablam! --> src/backend/models.rs:25:52 Oct 15 05:12:27.738 INFO kablam! | Oct 15 05:12:27.738 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.738 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.738 INFO kablam! | Oct 15 05:12:27.738 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 15 05:12:27.738 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.738 INFO kablam! Oct 15 05:12:27.738 INFO kablam! warning: cannot find type `User` in this scope Oct 15 05:12:27.738 INFO kablam! --> src/backend/models.rs:35:24 Oct 15 05:12:27.738 INFO kablam! | Oct 15 05:12:27.738 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.738 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.738 INFO kablam! | Oct 15 05:12:27.744 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 15 05:12:27.744 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.744 INFO kablam! Oct 15 05:12:27.744 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 15 05:12:27.744 INFO kablam! --> src/backend/models.rs:35:24 Oct 15 05:12:27.744 INFO kablam! | Oct 15 05:12:27.744 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.744 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.744 INFO kablam! | Oct 15 05:12:27.744 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 15 05:12:27.744 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.744 INFO kablam! Oct 15 05:12:27.744 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 15 05:12:27.744 INFO kablam! --> src/backend/models.rs:35:24 Oct 15 05:12:27.744 INFO kablam! | Oct 15 05:12:27.744 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.744 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.744 INFO kablam! | Oct 15 05:12:27.744 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 15 05:12:27.744 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.744 INFO kablam! Oct 15 05:12:27.744 INFO kablam! warning: cannot find type `Task` in this scope Oct 15 05:12:27.744 INFO kablam! --> src/backend/models.rs:35:24 Oct 15 05:12:27.744 INFO kablam! | Oct 15 05:12:27.744 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.744 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.744 INFO kablam! | Oct 15 05:12:27.744 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 15 05:12:27.744 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.744 INFO kablam! Oct 15 05:12:27.744 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 15 05:12:27.744 INFO kablam! --> src/backend/models.rs:35:38 Oct 15 05:12:27.744 INFO kablam! | Oct 15 05:12:27.744 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.744 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.744 INFO kablam! | Oct 15 05:12:27.744 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 15 05:12:27.744 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.744 INFO kablam! Oct 15 05:12:27.744 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 15 05:12:27.744 INFO kablam! --> src/backend/models.rs:35:38 Oct 15 05:12:27.744 INFO kablam! | Oct 15 05:12:27.744 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.744 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.744 INFO kablam! | Oct 15 05:12:27.744 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 15 05:12:27.744 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.744 INFO kablam! Oct 15 05:12:27.744 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 15 05:12:27.744 INFO kablam! --> src/backend/models.rs:35:52 Oct 15 05:12:27.744 INFO kablam! | Oct 15 05:12:27.744 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 15 05:12:27.744 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.744 INFO kablam! | Oct 15 05:12:27.744 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 15 05:12:27.744 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.744 INFO kablam! Oct 15 05:12:27.744 INFO kablam! warning: cannot find type `table` in this scope Oct 15 05:12:27.744 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 15 05:12:27.744 INFO kablam! | Oct 15 05:12:27.744 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 15 05:12:27.744 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.744 INFO kablam! | Oct 15 05:12:27.745 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 15 05:12:27.745 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.745 INFO kablam! Oct 15 05:12:27.745 INFO kablam! warning: cannot find type `id` in this scope Oct 15 05:12:27.745 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:27.745 INFO kablam! | Oct 15 05:12:27.745 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:27.745 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.745 INFO kablam! | Oct 15 05:12:27.745 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 15 05:12:27.745 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.745 INFO kablam! Oct 15 05:12:27.745 INFO kablam! warning: cannot find type `user_id` in this scope Oct 15 05:12:27.745 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:27.745 INFO kablam! | Oct 15 05:12:27.745 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:27.745 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.745 INFO kablam! | Oct 15 05:12:27.745 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 15 05:12:27.745 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.745 INFO kablam! Oct 15 05:12:27.745 INFO kablam! warning: cannot find type `task_id` in this scope Oct 15 05:12:27.745 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:27.745 INFO kablam! | Oct 15 05:12:27.745 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:27.745 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.745 INFO kablam! | Oct 15 05:12:27.745 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 15 05:12:27.745 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.745 INFO kablam! Oct 15 05:12:27.747 INFO kablam! warning: cannot find type `creator` in this scope Oct 15 05:12:27.747 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:27.747 INFO kablam! | Oct 15 05:12:27.747 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:27.747 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.747 INFO kablam! | Oct 15 05:12:27.747 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 15 05:12:27.747 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.747 INFO kablam! Oct 15 05:12:27.747 INFO kablam! warning: cannot find type `reminder_frequency` in this scope Oct 15 05:12:27.748 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:27.748 INFO kablam! | Oct 15 05:12:27.748 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:27.748 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.748 INFO kablam! | Oct 15 05:12:27.748 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 15 05:12:27.748 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.748 INFO kablam! Oct 15 05:12:27.748 INFO kablam! warning: cannot find type `create_date` in this scope Oct 15 05:12:27.748 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:27.748 INFO kablam! | Oct 15 05:12:27.748 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:27.748 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.748 INFO kablam! | Oct 15 05:12:27.748 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 15 05:12:27.748 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.748 INFO kablam! Oct 15 05:12:27.748 INFO kablam! warning: cannot find type `due_date` in this scope Oct 15 05:12:27.748 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:27.748 INFO kablam! | Oct 15 05:12:27.748 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:27.748 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.748 INFO kablam! | Oct 15 05:12:27.748 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 15 05:12:27.748 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.748 INFO kablam! Oct 15 05:12:27.748 INFO kablam! warning: cannot find type `name` in this scope Oct 15 05:12:27.748 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:27.748 INFO kablam! | Oct 15 05:12:27.748 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:27.748 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.748 INFO kablam! | Oct 15 05:12:27.748 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 15 05:12:27.748 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.748 INFO kablam! Oct 15 05:12:27.755 INFO kablam! warning: cannot find type `discord_id` in this scope Oct 15 05:12:27.755 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:27.755 INFO kablam! | Oct 15 05:12:27.755 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:27.755 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.755 INFO kablam! | Oct 15 05:12:27.755 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 15 05:12:27.755 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.755 INFO kablam! Oct 15 05:12:27.755 INFO kablam! warning: cannot find type `nickname` in this scope Oct 15 05:12:27.755 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 05:12:27.755 INFO kablam! | Oct 15 05:12:27.755 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 05:12:27.755 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 05:12:27.755 INFO kablam! | Oct 15 05:12:27.755 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 15 05:12:27.755 INFO kablam! = note: for more information, see issue #50504 Oct 15 05:12:27.755 INFO kablam! Oct 15 05:12:28.808 INFO kablam! warning: field is never used: `db` Oct 15 05:12:28.808 INFO kablam! --> src/controller.rs:11:5 Oct 15 05:12:28.809 INFO kablam! | Oct 15 05:12:28.809 INFO kablam! 11 | pub(crate) db: Mutex, Oct 15 05:12:28.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:12:28.810 INFO kablam! | Oct 15 05:12:28.810 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:12:28.810 INFO kablam! Oct 15 05:12:29.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.73s Oct 15 05:12:29.558 INFO kablam! su: No module specific data is present Oct 15 05:12:30.283 INFO running `"docker" "rm" "-f" "b16d41565321e16646191bcd11b0f29367ce04f6431930ecfc8739822f85e0c3"` Oct 15 05:12:30.511 INFO blam! b16d41565321e16646191bcd11b0f29367ce04f6431930ecfc8739822f85e0c3 Oct 15 05:12:30.519 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 05:12:30.940 INFO blam! 93c0d48805a3cef2d6c7ba9c719bdc02a073ecfc3cb31b2f2881228a223df8d9 Oct 15 05:12:30.943 INFO running `"docker" "start" "-a" "93c0d48805a3cef2d6c7ba9c719bdc02a073ecfc3cb31b2f2881228a223df8d9"` Oct 15 05:12:33.487 INFO kablam! usermod: no changes Oct 15 05:12:33.846 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.32s Oct 15 05:12:33.867 INFO kablam! Running /target/debug/deps/tet-abb1369fe64b158c Oct 15 05:12:33.877 INFO blam! Oct 15 05:12:33.877 INFO blam! running 0 tests Oct 15 05:12:33.878 INFO blam! Oct 15 05:12:33.879 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:12:33.879 INFO blam! Oct 15 05:12:33.883 INFO kablam! Running /target/debug/deps/tet-1a1a27e187d74192 Oct 15 05:12:33.885 INFO blam! Oct 15 05:12:33.885 INFO blam! running 0 tests Oct 15 05:12:33.885 INFO blam! Oct 15 05:12:33.885 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:12:33.885 INFO blam! Oct 15 05:12:33.886 INFO kablam! Doc-tests tet Oct 15 05:12:40.591 INFO blam! Oct 15 05:12:40.591 INFO blam! running 0 tests Oct 15 05:12:40.591 INFO blam! Oct 15 05:12:40.591 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:12:40.591 INFO blam! Oct 15 05:12:40.609 INFO kablam! su: No module specific data is present Oct 15 05:12:41.899 INFO running `"docker" "rm" "-f" "93c0d48805a3cef2d6c7ba9c719bdc02a073ecfc3cb31b2f2881228a223df8d9"` Oct 15 05:12:42.191 INFO blam! 93c0d48805a3cef2d6c7ba9c719bdc02a073ecfc3cb31b2f2881228a223df8d9