Oct 13 06:19:52.139 INFO testing mtwtkman/editor against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 06:19:52.141 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 06:19:52.563 INFO blam! 9ecbb7f23c36af44ae07bb1fdbd4478dd8b1779896ce289f2a0655f2ac1887a4 Oct 13 06:19:52.564 INFO running `"docker" "start" "-a" "9ecbb7f23c36af44ae07bb1fdbd4478dd8b1779896ce289f2a0655f2ac1887a4"` Oct 13 06:19:54.879 INFO kablam! usermod: no changes Oct 13 06:19:54.939 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 13 06:19:54.939 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 13 06:19:54.939 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 06:19:54.939 INFO kablam! files will be included as a test target: Oct 13 06:19:54.939 INFO kablam! Oct 13 06:19:54.939 INFO kablam! * /source/tests/helpers.rs Oct 13 06:19:54.939 INFO kablam! Oct 13 06:19:54.939 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 06:19:54.939 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 13 06:19:54.939 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 13 06:19:54.939 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 06:19:54.939 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 06:19:54.939 INFO kablam! Oct 13 06:19:54.939 INFO kablam! For more information on this warning you can consult Oct 13 06:19:54.939 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 06:19:55.251 INFO kablam! Compiling antidote v1.0.0 Oct 13 06:19:55.299 INFO kablam! Compiling pear_codegen v0.0.20 Oct 13 06:19:55.303 INFO kablam! Compiling rocket v0.3.16 Oct 13 06:19:55.304 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 13 06:19:55.333 INFO kablam! Compiling num-traits v0.2.6 Oct 13 06:19:55.344 INFO kablam! Compiling libsqlite3-sys v0.9.3 Oct 13 06:19:55.345 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 13 06:19:55.351 INFO kablam! Compiling thread_local v0.3.6 Oct 13 06:19:58.516 INFO kablam! Compiling aho-corasick v0.6.8 Oct 13 06:20:00.643 INFO kablam! Compiling hyper v0.10.13 Oct 13 06:20:00.679 INFO kablam! Compiling scheduled-thread-pool v0.2.0 Oct 13 06:20:02.719 INFO kablam! Compiling failure v0.1.2 Oct 13 06:20:02.811 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 13 06:20:04.584 INFO kablam! Compiling regex v1.0.5 Oct 13 06:20:04.847 INFO kablam! Compiling r2d2 v0.8.2 Oct 13 06:20:06.375 INFO kablam! Compiling rayon-core v1.4.1 Oct 13 06:20:06.450 INFO kablam! Compiling num-integer v0.1.39 Oct 13 06:20:09.608 INFO kablam! Compiling chrono v0.4.6 Oct 13 06:20:13.247 INFO kablam! Compiling rayon v0.7.1 Oct 13 06:20:22.359 INFO kablam! Compiling diesel v1.3.3 Oct 13 06:20:25.447 INFO kablam! Compiling ring v0.11.0 Oct 13 06:20:34.203 INFO kablam! Compiling dotenv v0.13.0 Oct 13 06:20:41.979 INFO kablam! Compiling cookie v0.9.2 Oct 13 06:20:56.063 INFO kablam! Compiling rocket_contrib v0.3.16 Oct 13 06:21:10.939 INFO kablam! Compiling migrations_internals v1.3.0 Oct 13 06:21:12.073 INFO kablam! Compiling migrations_macros v1.3.0 Oct 13 06:21:14.890 INFO kablam! Compiling diesel_migrations v1.3.0 Oct 13 06:21:15.451 INFO kablam! Compiling source v0.1.0 (/source) Oct 13 06:21:17.183 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:17.183 INFO kablam! --> src/models/article.rs:4:10 Oct 13 06:21:17.183 INFO kablam! | Oct 13 06:21:17.183 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:17.183 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.183 INFO kablam! | Oct 13 06:21:17.183 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 06:21:17.183 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 13 06:21:17.183 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.183 INFO kablam! Oct 13 06:21:17.183 INFO kablam! warning: cannot find type `articles` in this scope Oct 13 06:21:17.183 INFO kablam! --> src/models/article.rs:4:10 Oct 13 06:21:17.183 INFO kablam! | Oct 13 06:21:17.183 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:17.183 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.183 INFO kablam! | Oct 13 06:21:17.183 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 13 06:21:17.183 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.183 INFO kablam! Oct 13 06:21:17.183 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:17.183 INFO kablam! --> src/models/article.rs:4:10 Oct 13 06:21:17.183 INFO kablam! | Oct 13 06:21:17.183 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:17.183 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.183 INFO kablam! | Oct 13 06:21:17.183 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 13 06:21:17.183 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.183 INFO kablam! Oct 13 06:21:17.183 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 13 06:21:17.183 INFO kablam! --> src/models/article.rs:4:24 Oct 13 06:21:17.183 INFO kablam! | Oct 13 06:21:17.183 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:17.183 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.183 INFO kablam! | Oct 13 06:21:17.183 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 13 06:21:17.183 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.183 INFO kablam! Oct 13 06:21:17.184 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:17.184 INFO kablam! --> src/models/article.rs:4:24 Oct 13 06:21:17.184 INFO kablam! | Oct 13 06:21:17.184 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:17.184 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.184 INFO kablam! | Oct 13 06:21:17.184 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 13 06:21:17.184 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.184 INFO kablam! Oct 13 06:21:17.184 INFO kablam! warning: cannot find type `articles` in this scope Oct 13 06:21:17.184 INFO kablam! --> src/models/article.rs:14:10 Oct 13 06:21:17.184 INFO kablam! | Oct 13 06:21:17.184 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:17.184 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.184 INFO kablam! | Oct 13 06:21:17.184 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 13 06:21:17.184 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.184 INFO kablam! Oct 13 06:21:17.184 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 13 06:21:17.184 INFO kablam! --> src/models/article.rs:14:10 Oct 13 06:21:17.184 INFO kablam! | Oct 13 06:21:17.184 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:17.184 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.184 INFO kablam! | Oct 13 06:21:17.184 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 13 06:21:17.199 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.199 INFO kablam! Oct 13 06:21:17.199 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 13 06:21:17.199 INFO kablam! --> src/models/article.rs:14:46 Oct 13 06:21:17.199 INFO kablam! | Oct 13 06:21:17.199 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:17.199 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.199 INFO kablam! | Oct 13 06:21:17.199 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 13 06:21:17.199 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.199 INFO kablam! Oct 13 06:21:17.199 INFO kablam! warning: cannot find type `articles` in this scope Oct 13 06:21:17.199 INFO kablam! --> src/models/article.rs:14:46 Oct 13 06:21:17.199 INFO kablam! | Oct 13 06:21:17.199 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:17.199 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.199 INFO kablam! | Oct 13 06:21:17.199 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 13 06:21:17.199 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.199 INFO kablam! Oct 13 06:21:17.199 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 13 06:21:17.199 INFO kablam! --> src/models/article.rs:14:59 Oct 13 06:21:17.199 INFO kablam! | Oct 13 06:21:17.199 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:17.199 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.199 INFO kablam! | Oct 13 06:21:17.199 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 13 06:21:17.199 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.199 INFO kablam! Oct 13 06:21:17.200 INFO kablam! warning: cannot find type `table` in this scope Oct 13 06:21:17.200 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 06:21:17.200 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 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 13 06:21:17.200 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.200 INFO kablam! Oct 13 06:21:17.200 INFO kablam! warning: cannot find type `id` in this scope Oct 13 06:21:17.200 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:17.200 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 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 13 06:21:17.200 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.200 INFO kablam! Oct 13 06:21:17.200 INFO kablam! warning: cannot find type `title` in this scope Oct 13 06:21:17.200 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:17.200 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 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 13 06:21:17.200 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.200 INFO kablam! Oct 13 06:21:17.200 INFO kablam! warning: cannot find type `body` in this scope Oct 13 06:21:17.200 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:17.200 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 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 13 06:21:17.200 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.200 INFO kablam! Oct 13 06:21:17.200 INFO kablam! warning: cannot find type `published` in this scope Oct 13 06:21:17.200 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:17.200 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 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 13 06:21:17.200 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.200 INFO kablam! Oct 13 06:21:17.200 INFO kablam! warning: cannot find type `created_at` in this scope Oct 13 06:21:17.200 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:17.200 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 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 13 06:21:17.200 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.200 INFO kablam! Oct 13 06:21:17.200 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 13 06:21:17.200 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:17.200 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 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 13 06:21:17.200 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.200 INFO kablam! Oct 13 06:21:17.200 INFO kablam! warning: cannot find type `tag_id` in this scope Oct 13 06:21:17.200 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:17.200 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 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 13 06:21:17.200 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.200 INFO kablam! Oct 13 06:21:17.200 INFO kablam! warning: cannot find type `article_id` in this scope Oct 13 06:21:17.200 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:17.200 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 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 13 06:21:17.200 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.200 INFO kablam! Oct 13 06:21:17.200 INFO kablam! warning: cannot find type `name` in this scope Oct 13 06:21:17.200 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:17.200 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.200 INFO kablam! | Oct 13 06:21:17.200 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 13 06:21:17.200 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.200 INFO kablam! Oct 13 06:21:17.200 INFO kablam! warning: cannot find type `Tag` in this scope Oct 13 06:21:17.200 INFO kablam! --> src/models/tag.rs:3:10 Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:17.201 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 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 13 06:21:17.201 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.201 INFO kablam! Oct 13 06:21:17.201 INFO kablam! warning: cannot find type `tags` in this scope Oct 13 06:21:17.201 INFO kablam! --> src/models/tag.rs:3:10 Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:17.201 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 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 13 06:21:17.201 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.201 INFO kablam! Oct 13 06:21:17.201 INFO kablam! warning: cannot find type `Tag` in this scope Oct 13 06:21:17.201 INFO kablam! --> src/models/tag.rs:3:24 Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:17.201 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 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 13 06:21:17.201 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.201 INFO kablam! Oct 13 06:21:17.201 INFO kablam! warning: cannot find type `tags` in this scope Oct 13 06:21:17.201 INFO kablam! --> src/models/tag.rs:9:10 Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:17.201 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 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 13 06:21:17.201 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.201 INFO kablam! Oct 13 06:21:17.201 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 13 06:21:17.201 INFO kablam! --> src/models/tag.rs:9:10 Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:17.201 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 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 13 06:21:17.201 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.201 INFO kablam! Oct 13 06:21:17.201 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 13 06:21:17.201 INFO kablam! --> src/models/tag.rs:9:22 Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:17.201 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 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 13 06:21:17.201 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.201 INFO kablam! Oct 13 06:21:17.201 INFO kablam! warning: cannot find type `tags` in this scope Oct 13 06:21:17.201 INFO kablam! --> src/models/tag.rs:9:22 Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:17.201 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 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 13 06:21:17.201 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.201 INFO kablam! Oct 13 06:21:17.201 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 13 06:21:17.201 INFO kablam! --> src/models/tagging.rs:1:5 Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 INFO kablam! 1 | use diesel::prelude::*; Oct 13 06:21:17.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:21:17.201 INFO kablam! Oct 13 06:21:17.201 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 13 06:21:17.201 INFO kablam! --> src/models/tagging.rs:4:10 Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:17.201 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 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 13 06:21:17.201 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.201 INFO kablam! Oct 13 06:21:17.201 INFO kablam! warning: cannot find type `taggings` in this scope Oct 13 06:21:17.201 INFO kablam! --> src/models/tagging.rs:4:10 Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:17.201 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 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 13 06:21:17.201 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.201 INFO kablam! Oct 13 06:21:17.201 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 13 06:21:17.201 INFO kablam! --> src/models/tagging.rs:4:24 Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.201 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:17.201 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.201 INFO kablam! | Oct 13 06:21:17.202 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 13 06:21:17.202 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.202 INFO kablam! Oct 13 06:21:17.202 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:17.202 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:17.202 INFO kablam! | Oct 13 06:21:17.202 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:17.202 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.202 INFO kablam! | Oct 13 06:21:17.202 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 13 06:21:17.202 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.202 INFO kablam! Oct 13 06:21:17.202 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 13 06:21:17.202 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:17.202 INFO kablam! | Oct 13 06:21:17.202 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:17.202 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.202 INFO kablam! | Oct 13 06:21:17.202 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 13 06:21:17.202 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.202 INFO kablam! Oct 13 06:21:17.202 INFO kablam! warning: cannot find type `taggings` in this scope Oct 13 06:21:17.202 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:17.202 INFO kablam! | Oct 13 06:21:17.202 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:17.202 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.202 INFO kablam! | Oct 13 06:21:17.202 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 13 06:21:17.202 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.202 INFO kablam! Oct 13 06:21:17.202 INFO kablam! warning: cannot find type `Tag` in this scope Oct 13 06:21:17.202 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:17.202 INFO kablam! | Oct 13 06:21:17.202 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:17.202 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.202 INFO kablam! | Oct 13 06:21:17.202 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 13 06:21:17.202 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.202 INFO kablam! Oct 13 06:21:17.202 INFO kablam! warning: cannot find type `taggings` in this scope Oct 13 06:21:17.202 INFO kablam! --> src/models/tagging.rs:13:10 Oct 13 06:21:17.202 INFO kablam! | Oct 13 06:21:17.202 INFO kablam! 13 | #[derive(Insertable)] Oct 13 06:21:17.202 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.202 INFO kablam! | Oct 13 06:21:17.202 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 13 06:21:17.202 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.202 INFO kablam! Oct 13 06:21:17.202 INFO kablam! warning: cannot find type `NewTagging` in this scope Oct 13 06:21:17.202 INFO kablam! --> src/models/tagging.rs:13:10 Oct 13 06:21:17.202 INFO kablam! | Oct 13 06:21:17.202 INFO kablam! 13 | #[derive(Insertable)] Oct 13 06:21:17.202 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:17.202 INFO kablam! | Oct 13 06:21:17.202 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 13 06:21:17.202 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:17.202 INFO kablam! Oct 13 06:21:18.087 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 06:21:18.087 INFO kablam! --> src/main.rs:4:12 Oct 13 06:21:18.088 INFO kablam! | Oct 13 06:21:18.088 INFO kablam! 4 | #![feature(extern_prelude)] Oct 13 06:21:18.088 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 06:21:18.088 INFO kablam! | Oct 13 06:21:18.089 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 06:21:18.089 INFO kablam! Oct 13 06:21:23.580 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 28s Oct 13 06:21:23.595 INFO kablam! su: No module specific data is present Oct 13 06:21:24.273 INFO running `"docker" "rm" "-f" "9ecbb7f23c36af44ae07bb1fdbd4478dd8b1779896ce289f2a0655f2ac1887a4"` Oct 13 06:21:24.539 INFO blam! 9ecbb7f23c36af44ae07bb1fdbd4478dd8b1779896ce289f2a0655f2ac1887a4 Oct 13 06:21:24.543 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 06:21:24.924 INFO blam! 9dc3bf85e22a8f195004363b5192df0eef8a1c3f4d11b05864520561d9512151 Oct 13 06:21:24.928 INFO running `"docker" "start" "-a" "9dc3bf85e22a8f195004363b5192df0eef8a1c3f4d11b05864520561d9512151"` Oct 13 06:21:26.105 INFO kablam! usermod: no changes Oct 13 06:21:26.136 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 13 06:21:26.136 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 13 06:21:26.136 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 06:21:26.136 INFO kablam! files will be included as a test target: Oct 13 06:21:26.136 INFO kablam! Oct 13 06:21:26.136 INFO kablam! * /source/tests/helpers.rs Oct 13 06:21:26.136 INFO kablam! Oct 13 06:21:26.136 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 06:21:26.136 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 13 06:21:26.136 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 13 06:21:26.136 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 06:21:26.136 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 06:21:26.136 INFO kablam! Oct 13 06:21:26.136 INFO kablam! For more information on this warning you can consult Oct 13 06:21:26.136 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 06:21:26.403 INFO kablam! Compiling source v0.1.0 (/source) Oct 13 06:21:29.428 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:29.429 INFO kablam! --> src/models/article.rs:4:10 Oct 13 06:21:29.429 INFO kablam! | Oct 13 06:21:29.429 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:29.429 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.429 INFO kablam! | Oct 13 06:21:29.429 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 06:21:29.429 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 13 06:21:29.429 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.429 INFO kablam! Oct 13 06:21:29.429 INFO kablam! warning: cannot find type `articles` in this scope Oct 13 06:21:29.429 INFO kablam! --> src/models/article.rs:4:10 Oct 13 06:21:29.429 INFO kablam! | Oct 13 06:21:29.429 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:29.429 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.429 INFO kablam! | Oct 13 06:21:29.429 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 13 06:21:29.429 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.429 INFO kablam! Oct 13 06:21:29.429 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:29.429 INFO kablam! --> src/models/article.rs:4:10 Oct 13 06:21:29.429 INFO kablam! | Oct 13 06:21:29.429 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:29.429 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.429 INFO kablam! | Oct 13 06:21:29.429 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 13 06:21:29.429 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.430 INFO kablam! Oct 13 06:21:29.430 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 13 06:21:29.430 INFO kablam! --> src/models/article.rs:4:24 Oct 13 06:21:29.431 INFO kablam! | Oct 13 06:21:29.431 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:29.431 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.431 INFO kablam! | Oct 13 06:21:29.431 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 13 06:21:29.431 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.431 INFO kablam! Oct 13 06:21:29.431 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:29.431 INFO kablam! --> src/models/article.rs:4:24 Oct 13 06:21:29.431 INFO kablam! | Oct 13 06:21:29.432 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:29.432 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.432 INFO kablam! | Oct 13 06:21:29.432 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 13 06:21:29.432 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.433 INFO kablam! Oct 13 06:21:29.433 INFO kablam! warning: cannot find type `articles` in this scope Oct 13 06:21:29.433 INFO kablam! --> src/models/article.rs:14:10 Oct 13 06:21:29.434 INFO kablam! | Oct 13 06:21:29.434 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:29.434 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.434 INFO kablam! | Oct 13 06:21:29.435 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 13 06:21:29.435 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.435 INFO kablam! Oct 13 06:21:29.435 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 13 06:21:29.435 INFO kablam! --> src/models/article.rs:14:10 Oct 13 06:21:29.435 INFO kablam! | Oct 13 06:21:29.435 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:29.435 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.435 INFO kablam! | Oct 13 06:21:29.436 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 13 06:21:29.436 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.436 INFO kablam! Oct 13 06:21:29.436 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 13 06:21:29.437 INFO kablam! --> src/models/article.rs:14:46 Oct 13 06:21:29.437 INFO kablam! | Oct 13 06:21:29.437 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:29.437 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.438 INFO kablam! | Oct 13 06:21:29.438 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 13 06:21:29.438 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.438 INFO kablam! Oct 13 06:21:29.438 INFO kablam! warning: cannot find type `articles` in this scope Oct 13 06:21:29.438 INFO kablam! --> src/models/article.rs:14:46 Oct 13 06:21:29.438 INFO kablam! | Oct 13 06:21:29.438 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:29.438 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.439 INFO kablam! | Oct 13 06:21:29.439 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 13 06:21:29.439 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.439 INFO kablam! Oct 13 06:21:29.439 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 13 06:21:29.440 INFO kablam! --> src/models/article.rs:14:59 Oct 13 06:21:29.440 INFO kablam! | Oct 13 06:21:29.440 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:29.440 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.440 INFO kablam! | Oct 13 06:21:29.440 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 13 06:21:29.440 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.440 INFO kablam! Oct 13 06:21:29.441 INFO kablam! warning: cannot find type `table` in this scope Oct 13 06:21:29.441 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 06:21:29.441 INFO kablam! | Oct 13 06:21:29.441 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 06:21:29.441 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.441 INFO kablam! | Oct 13 06:21:29.441 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 13 06:21:29.442 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.442 INFO kablam! Oct 13 06:21:29.442 INFO kablam! warning: cannot find type `id` in this scope Oct 13 06:21:29.442 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:29.443 INFO kablam! | Oct 13 06:21:29.443 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:29.443 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.443 INFO kablam! | Oct 13 06:21:29.443 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 13 06:21:29.443 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.443 INFO kablam! Oct 13 06:21:29.444 INFO kablam! warning: cannot find type `title` in this scope Oct 13 06:21:29.444 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:29.444 INFO kablam! | Oct 13 06:21:29.444 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:29.444 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.444 INFO kablam! | Oct 13 06:21:29.444 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 13 06:21:29.445 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.445 INFO kablam! Oct 13 06:21:29.445 INFO kablam! warning: cannot find type `body` in this scope Oct 13 06:21:29.445 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:29.445 INFO kablam! | Oct 13 06:21:29.445 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:29.445 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.445 INFO kablam! | Oct 13 06:21:29.446 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 13 06:21:29.446 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.446 INFO kablam! Oct 13 06:21:29.446 INFO kablam! warning: cannot find type `published` in this scope Oct 13 06:21:29.446 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:29.447 INFO kablam! | Oct 13 06:21:29.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:29.447 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.447 INFO kablam! | Oct 13 06:21:29.447 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 13 06:21:29.447 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.447 INFO kablam! Oct 13 06:21:29.447 INFO kablam! warning: cannot find type `created_at` in this scope Oct 13 06:21:29.447 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:29.447 INFO kablam! | Oct 13 06:21:29.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:29.447 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.447 INFO kablam! | Oct 13 06:21:29.447 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 13 06:21:29.447 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.447 INFO kablam! Oct 13 06:21:29.447 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 13 06:21:29.447 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:29.447 INFO kablam! | Oct 13 06:21:29.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:29.448 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.451 INFO kablam! | Oct 13 06:21:29.451 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 13 06:21:29.451 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.451 INFO kablam! Oct 13 06:21:29.451 INFO kablam! warning: cannot find type `tag_id` in this scope Oct 13 06:21:29.451 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:29.451 INFO kablam! | Oct 13 06:21:29.451 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:29.451 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.451 INFO kablam! | Oct 13 06:21:29.451 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 13 06:21:29.451 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.451 INFO kablam! Oct 13 06:21:29.451 INFO kablam! warning: cannot find type `article_id` in this scope Oct 13 06:21:29.451 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:29.451 INFO kablam! | Oct 13 06:21:29.451 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:29.451 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.451 INFO kablam! | Oct 13 06:21:29.451 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 13 06:21:29.451 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.451 INFO kablam! Oct 13 06:21:29.451 INFO kablam! warning: cannot find type `name` in this scope Oct 13 06:21:29.451 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:29.451 INFO kablam! | Oct 13 06:21:29.451 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:29.451 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.451 INFO kablam! | Oct 13 06:21:29.451 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 13 06:21:29.451 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.451 INFO kablam! Oct 13 06:21:29.451 INFO kablam! warning: cannot find type `Tag` in this scope Oct 13 06:21:29.451 INFO kablam! --> src/models/tag.rs:3:10 Oct 13 06:21:29.451 INFO kablam! | Oct 13 06:21:29.451 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:29.451 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.451 INFO kablam! | Oct 13 06:21:29.451 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 13 06:21:29.451 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.451 INFO kablam! Oct 13 06:21:29.455 INFO kablam! warning: cannot find type `tags` in this scope Oct 13 06:21:29.455 INFO kablam! --> src/models/tag.rs:3:10 Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:29.455 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 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 13 06:21:29.455 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.455 INFO kablam! Oct 13 06:21:29.455 INFO kablam! warning: cannot find type `Tag` in this scope Oct 13 06:21:29.455 INFO kablam! --> src/models/tag.rs:3:24 Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:29.455 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 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 13 06:21:29.455 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.455 INFO kablam! Oct 13 06:21:29.455 INFO kablam! warning: cannot find type `tags` in this scope Oct 13 06:21:29.455 INFO kablam! --> src/models/tag.rs:9:10 Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:29.455 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 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 13 06:21:29.455 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.455 INFO kablam! Oct 13 06:21:29.455 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 13 06:21:29.455 INFO kablam! --> src/models/tag.rs:9:10 Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:29.455 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 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 13 06:21:29.455 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.455 INFO kablam! Oct 13 06:21:29.455 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 13 06:21:29.455 INFO kablam! --> src/models/tag.rs:9:22 Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:29.455 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 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 13 06:21:29.455 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.455 INFO kablam! Oct 13 06:21:29.455 INFO kablam! warning: cannot find type `tags` in this scope Oct 13 06:21:29.455 INFO kablam! --> src/models/tag.rs:9:22 Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:29.455 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 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 13 06:21:29.455 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.455 INFO kablam! Oct 13 06:21:29.455 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 13 06:21:29.455 INFO kablam! --> src/models/tagging.rs:1:5 Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 INFO kablam! 1 | use diesel::prelude::*; Oct 13 06:21:29.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:21:29.455 INFO kablam! Oct 13 06:21:29.455 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 13 06:21:29.455 INFO kablam! --> src/models/tagging.rs:4:10 Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:29.455 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.455 INFO kablam! | Oct 13 06:21:29.455 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 13 06:21:29.455 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.455 INFO kablam! Oct 13 06:21:29.463 INFO kablam! warning: cannot find type `taggings` in this scope Oct 13 06:21:29.463 INFO kablam! --> src/models/tagging.rs:4:10 Oct 13 06:21:29.463 INFO kablam! | Oct 13 06:21:29.463 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:29.463 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.463 INFO kablam! | Oct 13 06:21:29.463 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 13 06:21:29.463 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.463 INFO kablam! Oct 13 06:21:29.463 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 13 06:21:29.463 INFO kablam! --> src/models/tagging.rs:4:24 Oct 13 06:21:29.463 INFO kablam! | Oct 13 06:21:29.463 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:29.463 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.463 INFO kablam! | Oct 13 06:21:29.463 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 13 06:21:29.463 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.463 INFO kablam! Oct 13 06:21:29.463 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:29.463 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:29.463 INFO kablam! | Oct 13 06:21:29.463 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:29.463 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.463 INFO kablam! | Oct 13 06:21:29.463 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 13 06:21:29.463 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.463 INFO kablam! Oct 13 06:21:29.463 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 13 06:21:29.463 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:29.463 INFO kablam! | Oct 13 06:21:29.463 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:29.463 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.463 INFO kablam! | Oct 13 06:21:29.463 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 13 06:21:29.463 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.463 INFO kablam! Oct 13 06:21:29.463 INFO kablam! warning: cannot find type `taggings` in this scope Oct 13 06:21:29.463 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:29.463 INFO kablam! | Oct 13 06:21:29.463 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:29.463 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.463 INFO kablam! | Oct 13 06:21:29.463 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 13 06:21:29.463 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.463 INFO kablam! Oct 13 06:21:29.463 INFO kablam! warning: cannot find type `Tag` in this scope Oct 13 06:21:29.463 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:29.463 INFO kablam! | Oct 13 06:21:29.463 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:29.463 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.463 INFO kablam! | Oct 13 06:21:29.464 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 13 06:21:29.464 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.464 INFO kablam! Oct 13 06:21:29.464 INFO kablam! warning: cannot find type `taggings` in this scope Oct 13 06:21:29.464 INFO kablam! --> src/models/tagging.rs:13:10 Oct 13 06:21:29.464 INFO kablam! | Oct 13 06:21:29.464 INFO kablam! 13 | #[derive(Insertable)] Oct 13 06:21:29.464 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.464 INFO kablam! | Oct 13 06:21:29.464 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 13 06:21:29.464 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.464 INFO kablam! Oct 13 06:21:29.464 INFO kablam! warning: cannot find type `NewTagging` in this scope Oct 13 06:21:29.464 INFO kablam! --> src/models/tagging.rs:13:10 Oct 13 06:21:29.464 INFO kablam! | Oct 13 06:21:29.464 INFO kablam! 13 | #[derive(Insertable)] Oct 13 06:21:29.464 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:29.464 INFO kablam! | Oct 13 06:21:29.464 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 13 06:21:29.464 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:29.464 INFO kablam! Oct 13 06:21:30.372 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 06:21:30.372 INFO kablam! --> src/main.rs:4:12 Oct 13 06:21:30.372 INFO kablam! | Oct 13 06:21:30.372 INFO kablam! 4 | #![feature(extern_prelude)] Oct 13 06:21:30.372 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 06:21:30.372 INFO kablam! | Oct 13 06:21:30.372 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 06:21:30.372 INFO kablam! Oct 13 06:21:36.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.85s Oct 13 06:21:36.003 INFO kablam! su: No module specific data is present Oct 13 06:21:36.648 INFO running `"docker" "rm" "-f" "9dc3bf85e22a8f195004363b5192df0eef8a1c3f4d11b05864520561d9512151"` Oct 13 06:21:36.923 INFO blam! 9dc3bf85e22a8f195004363b5192df0eef8a1c3f4d11b05864520561d9512151 Oct 13 06:21:36.939 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 06:21:37.258 INFO blam! 7dae3957f708bf4c3c1b69ea85cca02010282ca46ee624a3883d7c8d1c29e7e2 Oct 13 06:21:37.259 INFO running `"docker" "start" "-a" "7dae3957f708bf4c3c1b69ea85cca02010282ca46ee624a3883d7c8d1c29e7e2"` Oct 13 06:21:38.551 INFO kablam! usermod: no changes Oct 13 06:21:38.651 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 13 06:21:38.651 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 13 06:21:38.651 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 06:21:38.651 INFO kablam! files will be included as a test target: Oct 13 06:21:38.651 INFO kablam! Oct 13 06:21:38.651 INFO kablam! * /source/tests/helpers.rs Oct 13 06:21:38.651 INFO kablam! Oct 13 06:21:38.651 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 06:21:38.651 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 13 06:21:38.651 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 13 06:21:38.651 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 06:21:38.651 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 06:21:38.651 INFO kablam! Oct 13 06:21:38.651 INFO kablam! For more information on this warning you can consult Oct 13 06:21:38.651 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 06:21:38.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 13 06:21:38.823 INFO kablam! Running /target/debug/deps/source-803951a072356c7f Oct 13 06:21:38.831 INFO blam! Oct 13 06:21:38.831 INFO blam! running 0 tests Oct 13 06:21:38.831 INFO blam! Oct 13 06:21:38.831 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:21:38.831 INFO blam! Oct 13 06:21:38.831 INFO blam! Oct 13 06:21:38.831 INFO blam! running 1 test Oct 13 06:21:38.831 INFO blam! test helpers::test1 ... ok Oct 13 06:21:38.831 INFO blam! Oct 13 06:21:38.831 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:21:38.831 INFO blam! Oct 13 06:21:38.832 INFO kablam! Running /target/debug/deps/tests-60d054338e776a4f Oct 13 06:21:38.835 INFO kablam! su: No module specific data is present Oct 13 06:21:39.504 INFO running `"docker" "rm" "-f" "7dae3957f708bf4c3c1b69ea85cca02010282ca46ee624a3883d7c8d1c29e7e2"` Oct 13 06:21:39.723 INFO blam! 7dae3957f708bf4c3c1b69ea85cca02010282ca46ee624a3883d7c8d1c29e7e2