Oct 10 17:58:52.031 INFO testing mtwtkman/editor against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:58:52.031 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:58:52.032 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:58:52.461 INFO blam! 1630dd3a3365866bd429e3b5f13950aafea66c7db1d3b5970823748f01ed6541 Oct 10 17:58:52.463 INFO running `"docker" "start" "-a" "1630dd3a3365866bd429e3b5f13950aafea66c7db1d3b5970823748f01ed6541"` Oct 10 17:58:53.915 INFO kablam! usermod: no changes Oct 10 17:58:53.988 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 10 17:58:53.988 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 10 17:58:53.988 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 17:58:53.988 INFO kablam! files will be included as a test target: Oct 10 17:58:53.988 INFO kablam! Oct 10 17:58:53.988 INFO kablam! * /source/tests/helpers.rs Oct 10 17:58:53.988 INFO kablam! Oct 10 17:58:53.988 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 17:58:53.988 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 10 17:58:53.988 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 10 17:58:53.988 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 17:58:53.988 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 17:58:53.988 INFO kablam! Oct 10 17:58:53.988 INFO kablam! For more information on this warning you can consult Oct 10 17:58:53.988 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 17:58:54.381 INFO kablam! Compiling libsqlite3-sys v0.9.3 Oct 10 17:58:54.383 INFO kablam! Compiling rocket v0.3.16 Oct 10 17:58:54.397 INFO kablam! Compiling num-traits v0.2.6 Oct 10 17:58:54.397 INFO kablam! Compiling r2d2 v0.8.2 Oct 10 17:58:54.398 INFO kablam! Compiling toml v0.4.6 Oct 10 17:58:54.398 INFO kablam! Compiling serde_json v1.0.30 Oct 10 17:58:54.398 INFO kablam! Compiling aho-corasick v0.6.8 Oct 10 17:58:54.398 INFO kablam! Compiling failure v0.1.2 Oct 10 17:58:56.426 INFO kablam! Compiling ring v0.11.0 Oct 10 17:59:03.238 INFO kablam! Compiling regex v1.0.5 Oct 10 17:59:07.304 INFO kablam! Compiling num-integer v0.1.39 Oct 10 17:59:13.451 INFO kablam! Compiling chrono v0.4.6 Oct 10 17:59:27.975 INFO kablam! Compiling diesel v1.3.3 Oct 10 17:59:30.264 INFO kablam! Compiling cookie v0.9.2 Oct 10 17:59:31.812 INFO kablam! Compiling dotenv v0.13.0 Oct 10 17:59:48.905 INFO kablam! Compiling rocket_contrib v0.3.16 Oct 10 17:59:48.905 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 10 18:00:12.028 INFO kablam! Compiling migrations_internals v1.3.0 Oct 10 18:00:14.363 INFO kablam! Compiling migrations_macros v1.3.0 Oct 10 18:00:19.792 INFO kablam! Compiling diesel_migrations v1.3.0 Oct 10 18:00:21.008 INFO kablam! Compiling source v0.1.0 (/source) Oct 10 18:00:24.345 INFO kablam! warning: cannot find type `Article` in this scope Oct 10 18:00:24.345 INFO kablam! --> src/models/article.rs:4:10 Oct 10 18:00:24.345 INFO kablam! | Oct 10 18:00:24.345 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:24.345 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.345 INFO kablam! | Oct 10 18:00:24.345 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 10 18:00:24.345 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 10 18:00:24.345 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.345 INFO kablam! Oct 10 18:00:24.345 INFO kablam! warning: cannot find type `articles` in this scope Oct 10 18:00:24.345 INFO kablam! --> src/models/article.rs:4:10 Oct 10 18:00:24.345 INFO kablam! | Oct 10 18:00:24.345 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:24.345 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.345 INFO kablam! | Oct 10 18:00:24.345 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 10 18:00:24.345 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.345 INFO kablam! Oct 10 18:00:24.345 INFO kablam! warning: cannot find type `Article` in this scope Oct 10 18:00:24.345 INFO kablam! --> src/models/article.rs:4:10 Oct 10 18:00:24.345 INFO kablam! | Oct 10 18:00:24.346 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:24.346 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 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 10 18:00:24.346 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.346 INFO kablam! Oct 10 18:00:24.346 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 10 18:00:24.346 INFO kablam! --> src/models/article.rs:4:24 Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:24.346 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 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 10 18:00:24.346 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.346 INFO kablam! Oct 10 18:00:24.346 INFO kablam! warning: cannot find type `Article` in this scope Oct 10 18:00:24.346 INFO kablam! --> src/models/article.rs:4:24 Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:24.346 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 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 10 18:00:24.346 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.346 INFO kablam! Oct 10 18:00:24.346 INFO kablam! warning: cannot find type `articles` in this scope Oct 10 18:00:24.346 INFO kablam! --> src/models/article.rs:14:10 Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 10 18:00:24.346 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 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 10 18:00:24.346 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.346 INFO kablam! Oct 10 18:00:24.346 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 10 18:00:24.346 INFO kablam! --> src/models/article.rs:14:10 Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 10 18:00:24.346 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 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 10 18:00:24.346 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.346 INFO kablam! Oct 10 18:00:24.346 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 10 18:00:24.346 INFO kablam! --> src/models/article.rs:14:46 Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 10 18:00:24.346 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 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 10 18:00:24.346 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.346 INFO kablam! Oct 10 18:00:24.346 INFO kablam! warning: cannot find type `articles` in this scope Oct 10 18:00:24.346 INFO kablam! --> src/models/article.rs:14:46 Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 10 18:00:24.346 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 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 10 18:00:24.346 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.346 INFO kablam! Oct 10 18:00:24.346 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 10 18:00:24.346 INFO kablam! --> src/models/article.rs:14:59 Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 10 18:00:24.346 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 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 10 18:00:24.346 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.346 INFO kablam! Oct 10 18:00:24.346 INFO kablam! warning: cannot find type `table` in this scope Oct 10 18:00:24.346 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 10 18:00:24.346 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 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 10 18:00:24.346 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.346 INFO kablam! Oct 10 18:00:24.346 INFO kablam! warning: cannot find type `id` in this scope Oct 10 18:00:24.346 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:24.346 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.346 INFO kablam! | Oct 10 18:00:24.346 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 10 18:00:24.347 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.347 INFO kablam! Oct 10 18:00:24.347 INFO kablam! warning: cannot find type `title` in this scope Oct 10 18:00:24.347 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:24.347 INFO kablam! | Oct 10 18:00:24.347 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:24.347 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.347 INFO kablam! | Oct 10 18:00:24.347 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 10 18:00:24.347 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.347 INFO kablam! Oct 10 18:00:24.347 INFO kablam! warning: cannot find type `body` in this scope Oct 10 18:00:24.347 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:24.347 INFO kablam! | Oct 10 18:00:24.347 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:24.347 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.347 INFO kablam! | Oct 10 18:00:24.347 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 10 18:00:24.347 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.347 INFO kablam! Oct 10 18:00:24.347 INFO kablam! warning: cannot find type `published` in this scope Oct 10 18:00:24.347 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:24.347 INFO kablam! | Oct 10 18:00:24.347 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:24.347 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.347 INFO kablam! | Oct 10 18:00:24.347 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 10 18:00:24.347 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.347 INFO kablam! Oct 10 18:00:24.347 INFO kablam! warning: cannot find type `created_at` in this scope Oct 10 18:00:24.347 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:24.347 INFO kablam! | Oct 10 18:00:24.347 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:24.347 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.347 INFO kablam! | Oct 10 18:00:24.347 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 10 18:00:24.347 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.347 INFO kablam! Oct 10 18:00:24.347 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 10 18:00:24.347 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:24.347 INFO kablam! | Oct 10 18:00:24.347 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:24.347 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.347 INFO kablam! | Oct 10 18:00:24.347 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 10 18:00:24.347 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.347 INFO kablam! Oct 10 18:00:24.347 INFO kablam! warning: cannot find type `tag_id` in this scope Oct 10 18:00:24.347 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:24.347 INFO kablam! | Oct 10 18:00:24.347 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:24.347 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.347 INFO kablam! | Oct 10 18:00:24.347 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 10 18:00:24.347 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.347 INFO kablam! Oct 10 18:00:24.349 INFO kablam! warning: cannot find type `article_id` in this scope Oct 10 18:00:24.349 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:24.349 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 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 10 18:00:24.349 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.349 INFO kablam! Oct 10 18:00:24.349 INFO kablam! warning: cannot find type `name` in this scope Oct 10 18:00:24.349 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:24.349 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 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 10 18:00:24.349 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.349 INFO kablam! Oct 10 18:00:24.349 INFO kablam! warning: cannot find type `Tag` in this scope Oct 10 18:00:24.349 INFO kablam! --> src/models/tag.rs:3:10 Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:24.349 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 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 10 18:00:24.349 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.349 INFO kablam! Oct 10 18:00:24.349 INFO kablam! warning: cannot find type `tags` in this scope Oct 10 18:00:24.349 INFO kablam! --> src/models/tag.rs:3:10 Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:24.349 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 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 10 18:00:24.349 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.349 INFO kablam! Oct 10 18:00:24.349 INFO kablam! warning: cannot find type `Tag` in this scope Oct 10 18:00:24.349 INFO kablam! --> src/models/tag.rs:3:24 Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:24.349 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 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 10 18:00:24.349 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.349 INFO kablam! Oct 10 18:00:24.349 INFO kablam! warning: cannot find type `tags` in this scope Oct 10 18:00:24.349 INFO kablam! --> src/models/tag.rs:9:10 Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 10 18:00:24.349 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 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 10 18:00:24.349 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.349 INFO kablam! Oct 10 18:00:24.349 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 10 18:00:24.349 INFO kablam! --> src/models/tag.rs:9:10 Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 10 18:00:24.349 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 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 10 18:00:24.349 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.349 INFO kablam! Oct 10 18:00:24.349 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 10 18:00:24.349 INFO kablam! --> src/models/tag.rs:9:22 Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 10 18:00:24.349 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 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 10 18:00:24.349 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.349 INFO kablam! Oct 10 18:00:24.349 INFO kablam! warning: cannot find type `tags` in this scope Oct 10 18:00:24.349 INFO kablam! --> src/models/tag.rs:9:22 Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 10 18:00:24.349 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 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 10 18:00:24.349 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.349 INFO kablam! Oct 10 18:00:24.349 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 10 18:00:24.349 INFO kablam! --> src/models/tagging.rs:1:5 Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 INFO kablam! 1 | use diesel::prelude::*; Oct 10 18:00:24.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:00:24.349 INFO kablam! Oct 10 18:00:24.349 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 10 18:00:24.349 INFO kablam! --> src/models/tagging.rs:4:10 Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 10 18:00:24.349 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 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 10 18:00:24.349 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.349 INFO kablam! Oct 10 18:00:24.349 INFO kablam! warning: cannot find type `taggings` in this scope Oct 10 18:00:24.349 INFO kablam! --> src/models/tagging.rs:4:10 Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 10 18:00:24.349 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 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 10 18:00:24.349 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.349 INFO kablam! Oct 10 18:00:24.349 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 10 18:00:24.349 INFO kablam! --> src/models/tagging.rs:4:24 Oct 10 18:00:24.349 INFO kablam! | Oct 10 18:00:24.349 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 10 18:00:24.350 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.350 INFO kablam! | Oct 10 18:00:24.350 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 10 18:00:24.350 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.350 INFO kablam! Oct 10 18:00:24.350 INFO kablam! warning: cannot find type `Article` in this scope Oct 10 18:00:24.350 INFO kablam! --> src/models/tagging.rs:4:35 Oct 10 18:00:24.350 INFO kablam! | Oct 10 18:00:24.350 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 10 18:00:24.350 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.350 INFO kablam! | Oct 10 18:00:24.350 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 10 18:00:24.350 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.350 INFO kablam! Oct 10 18:00:24.350 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 10 18:00:24.350 INFO kablam! --> src/models/tagging.rs:4:35 Oct 10 18:00:24.350 INFO kablam! | Oct 10 18:00:24.350 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 10 18:00:24.350 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.350 INFO kablam! | Oct 10 18:00:24.350 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 10 18:00:24.350 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.350 INFO kablam! Oct 10 18:00:24.350 INFO kablam! warning: cannot find type `taggings` in this scope Oct 10 18:00:24.350 INFO kablam! --> src/models/tagging.rs:4:35 Oct 10 18:00:24.350 INFO kablam! | Oct 10 18:00:24.350 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 10 18:00:24.350 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.350 INFO kablam! | Oct 10 18:00:24.350 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 10 18:00:24.350 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.350 INFO kablam! Oct 10 18:00:24.350 INFO kablam! warning: cannot find type `Tag` in this scope Oct 10 18:00:24.350 INFO kablam! --> src/models/tagging.rs:4:35 Oct 10 18:00:24.350 INFO kablam! | Oct 10 18:00:24.350 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 10 18:00:24.350 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.350 INFO kablam! | Oct 10 18:00:24.350 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 10 18:00:24.350 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.350 INFO kablam! Oct 10 18:00:24.350 INFO kablam! warning: cannot find type `taggings` in this scope Oct 10 18:00:24.350 INFO kablam! --> src/models/tagging.rs:13:10 Oct 10 18:00:24.350 INFO kablam! | Oct 10 18:00:24.350 INFO kablam! 13 | #[derive(Insertable)] Oct 10 18:00:24.350 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.350 INFO kablam! | Oct 10 18:00:24.350 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 10 18:00:24.350 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.350 INFO kablam! Oct 10 18:00:24.350 INFO kablam! warning: cannot find type `NewTagging` in this scope Oct 10 18:00:24.350 INFO kablam! --> src/models/tagging.rs:13:10 Oct 10 18:00:24.350 INFO kablam! | Oct 10 18:00:24.350 INFO kablam! 13 | #[derive(Insertable)] Oct 10 18:00:24.350 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:24.350 INFO kablam! | Oct 10 18:00:24.350 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 10 18:00:24.350 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:24.350 INFO kablam! Oct 10 18:00:25.206 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 10 18:00:25.206 INFO kablam! --> src/main.rs:4:12 Oct 10 18:00:25.206 INFO kablam! | Oct 10 18:00:25.206 INFO kablam! 4 | #![feature(extern_prelude)] Oct 10 18:00:25.206 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 18:00:25.206 INFO kablam! | Oct 10 18:00:25.206 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 18:00:25.206 INFO kablam! Oct 10 18:00:29.876 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 35s Oct 10 18:00:29.892 INFO kablam! su: No module specific data is present Oct 10 18:00:30.365 INFO running `"docker" "rm" "-f" "1630dd3a3365866bd429e3b5f13950aafea66c7db1d3b5970823748f01ed6541"` Oct 10 18:00:30.560 INFO blam! 1630dd3a3365866bd429e3b5f13950aafea66c7db1d3b5970823748f01ed6541 Oct 10 18:00:30.561 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:00:30.561 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:00:30.828 INFO blam! 0e16ced4a3983383da9a93796fd2ac55d51f71a74ee3ed90a2ba9b250454153d Oct 10 18:00:30.830 INFO running `"docker" "start" "-a" "0e16ced4a3983383da9a93796fd2ac55d51f71a74ee3ed90a2ba9b250454153d"` Oct 10 18:00:31.428 INFO kablam! usermod: no changes Oct 10 18:00:31.461 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 10 18:00:31.461 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 10 18:00:31.461 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 18:00:31.461 INFO kablam! files will be included as a test target: Oct 10 18:00:31.461 INFO kablam! Oct 10 18:00:31.461 INFO kablam! * /source/tests/helpers.rs Oct 10 18:00:31.461 INFO kablam! Oct 10 18:00:31.461 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 18:00:31.461 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 10 18:00:31.461 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 10 18:00:31.461 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 18:00:31.461 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 18:00:31.461 INFO kablam! Oct 10 18:00:31.461 INFO kablam! For more information on this warning you can consult Oct 10 18:00:31.461 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 18:00:31.604 INFO kablam! Compiling source v0.1.0 (/source) Oct 10 18:00:35.323 INFO kablam! warning: cannot find type `Article` in this scope Oct 10 18:00:35.323 INFO kablam! --> src/models/article.rs:4:10 Oct 10 18:00:35.323 INFO kablam! | Oct 10 18:00:35.323 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:35.323 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.323 INFO kablam! | Oct 10 18:00:35.323 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 10 18:00:35.323 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 10 18:00:35.323 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.323 INFO kablam! Oct 10 18:00:35.324 INFO kablam! warning: cannot find type `articles` in this scope Oct 10 18:00:35.324 INFO kablam! --> src/models/article.rs:4:10 Oct 10 18:00:35.324 INFO kablam! | Oct 10 18:00:35.324 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:35.324 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.324 INFO kablam! | Oct 10 18:00:35.324 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 10 18:00:35.324 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.324 INFO kablam! Oct 10 18:00:35.324 INFO kablam! warning: cannot find type `Article` in this scope Oct 10 18:00:35.324 INFO kablam! --> src/models/article.rs:4:10 Oct 10 18:00:35.324 INFO kablam! | Oct 10 18:00:35.324 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:35.325 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.328 INFO kablam! | Oct 10 18:00:35.328 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 10 18:00:35.328 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.328 INFO kablam! Oct 10 18:00:35.328 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 10 18:00:35.328 INFO kablam! --> src/models/article.rs:4:24 Oct 10 18:00:35.328 INFO kablam! | Oct 10 18:00:35.328 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:35.328 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.328 INFO kablam! | Oct 10 18:00:35.329 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 10 18:00:35.329 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.329 INFO kablam! Oct 10 18:00:35.329 INFO kablam! warning: cannot find type `Article` in this scope Oct 10 18:00:35.329 INFO kablam! --> src/models/article.rs:4:24 Oct 10 18:00:35.329 INFO kablam! | Oct 10 18:00:35.329 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:35.329 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.329 INFO kablam! | Oct 10 18:00:35.329 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 10 18:00:35.329 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.329 INFO kablam! Oct 10 18:00:35.329 INFO kablam! warning: cannot find type `articles` in this scope Oct 10 18:00:35.329 INFO kablam! --> src/models/article.rs:14:10 Oct 10 18:00:35.329 INFO kablam! | Oct 10 18:00:35.329 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 10 18:00:35.329 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.329 INFO kablam! | Oct 10 18:00:35.329 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 10 18:00:35.329 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.329 INFO kablam! Oct 10 18:00:35.329 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 10 18:00:35.329 INFO kablam! --> src/models/article.rs:14:10 Oct 10 18:00:35.329 INFO kablam! | Oct 10 18:00:35.330 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 10 18:00:35.330 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.330 INFO kablam! | Oct 10 18:00:35.330 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 10 18:00:35.330 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.330 INFO kablam! Oct 10 18:00:35.330 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 10 18:00:35.330 INFO kablam! --> src/models/article.rs:14:46 Oct 10 18:00:35.330 INFO kablam! | Oct 10 18:00:35.330 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 10 18:00:35.330 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.330 INFO kablam! | Oct 10 18:00:35.330 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 10 18:00:35.330 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.330 INFO kablam! Oct 10 18:00:35.330 INFO kablam! warning: cannot find type `articles` in this scope Oct 10 18:00:35.330 INFO kablam! --> src/models/article.rs:14:46 Oct 10 18:00:35.330 INFO kablam! | Oct 10 18:00:35.330 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 10 18:00:35.330 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.330 INFO kablam! | Oct 10 18:00:35.330 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 10 18:00:35.337 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.337 INFO kablam! Oct 10 18:00:35.337 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 10 18:00:35.337 INFO kablam! --> src/models/article.rs:14:59 Oct 10 18:00:35.337 INFO kablam! | Oct 10 18:00:35.337 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 10 18:00:35.337 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.337 INFO kablam! | Oct 10 18:00:35.337 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 10 18:00:35.337 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.337 INFO kablam! Oct 10 18:00:35.337 INFO kablam! warning: cannot find type `table` in this scope Oct 10 18:00:35.337 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 10 18:00:35.337 INFO kablam! | Oct 10 18:00:35.337 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 10 18:00:35.337 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.337 INFO kablam! | Oct 10 18:00:35.337 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 10 18:00:35.337 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.337 INFO kablam! Oct 10 18:00:35.337 INFO kablam! warning: cannot find type `id` in this scope Oct 10 18:00:35.337 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:35.337 INFO kablam! | Oct 10 18:00:35.337 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:35.337 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.337 INFO kablam! | Oct 10 18:00:35.337 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 10 18:00:35.337 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.337 INFO kablam! Oct 10 18:00:35.337 INFO kablam! warning: cannot find type `title` in this scope Oct 10 18:00:35.337 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:35.337 INFO kablam! | Oct 10 18:00:35.337 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:35.337 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.337 INFO kablam! | Oct 10 18:00:35.337 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 10 18:00:35.337 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.338 INFO kablam! Oct 10 18:00:35.338 INFO kablam! warning: cannot find type `body` in this scope Oct 10 18:00:35.338 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:35.338 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 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 10 18:00:35.338 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.338 INFO kablam! Oct 10 18:00:35.338 INFO kablam! warning: cannot find type `published` in this scope Oct 10 18:00:35.338 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:35.338 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 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 10 18:00:35.338 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.338 INFO kablam! Oct 10 18:00:35.338 INFO kablam! warning: cannot find type `created_at` in this scope Oct 10 18:00:35.338 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:35.338 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 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 10 18:00:35.338 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.338 INFO kablam! Oct 10 18:00:35.338 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 10 18:00:35.338 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:35.338 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 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 10 18:00:35.338 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.338 INFO kablam! Oct 10 18:00:35.338 INFO kablam! warning: cannot find type `tag_id` in this scope Oct 10 18:00:35.338 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:35.338 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 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 10 18:00:35.338 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.338 INFO kablam! Oct 10 18:00:35.338 INFO kablam! warning: cannot find type `article_id` in this scope Oct 10 18:00:35.338 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:35.338 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 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 10 18:00:35.338 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.338 INFO kablam! Oct 10 18:00:35.338 INFO kablam! warning: cannot find type `name` in this scope Oct 10 18:00:35.338 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 10 18:00:35.338 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 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 10 18:00:35.338 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.338 INFO kablam! Oct 10 18:00:35.338 INFO kablam! warning: cannot find type `Tag` in this scope Oct 10 18:00:35.338 INFO kablam! --> src/models/tag.rs:3:10 Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:35.338 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 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 10 18:00:35.338 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.338 INFO kablam! Oct 10 18:00:35.338 INFO kablam! warning: cannot find type `tags` in this scope Oct 10 18:00:35.338 INFO kablam! --> src/models/tag.rs:3:10 Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:35.338 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 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 10 18:00:35.338 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.338 INFO kablam! Oct 10 18:00:35.338 INFO kablam! warning: cannot find type `Tag` in this scope Oct 10 18:00:35.338 INFO kablam! --> src/models/tag.rs:3:24 Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 10 18:00:35.338 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.338 INFO kablam! | Oct 10 18:00:35.338 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 10 18:00:35.338 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.339 INFO kablam! Oct 10 18:00:35.339 INFO kablam! warning: cannot find type `tags` in this scope Oct 10 18:00:35.339 INFO kablam! --> src/models/tag.rs:9:10 Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 10 18:00:35.339 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 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 10 18:00:35.339 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.339 INFO kablam! Oct 10 18:00:35.339 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 10 18:00:35.339 INFO kablam! --> src/models/tag.rs:9:10 Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 10 18:00:35.339 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 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 10 18:00:35.339 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.339 INFO kablam! Oct 10 18:00:35.339 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 10 18:00:35.339 INFO kablam! --> src/models/tag.rs:9:22 Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 10 18:00:35.339 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 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 10 18:00:35.339 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.339 INFO kablam! Oct 10 18:00:35.339 INFO kablam! warning: cannot find type `tags` in this scope Oct 10 18:00:35.339 INFO kablam! --> src/models/tag.rs:9:22 Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 10 18:00:35.339 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 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 10 18:00:35.339 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.339 INFO kablam! Oct 10 18:00:35.339 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 10 18:00:35.339 INFO kablam! --> src/models/tagging.rs:1:5 Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 INFO kablam! 1 | use diesel::prelude::*; Oct 10 18:00:35.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:00:35.339 INFO kablam! Oct 10 18:00:35.339 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 10 18:00:35.339 INFO kablam! --> src/models/tagging.rs:4:10 Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 10 18:00:35.339 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 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 10 18:00:35.339 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.339 INFO kablam! Oct 10 18:00:35.339 INFO kablam! warning: cannot find type `taggings` in this scope Oct 10 18:00:35.339 INFO kablam! --> src/models/tagging.rs:4:10 Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 10 18:00:35.339 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 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 10 18:00:35.339 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.339 INFO kablam! Oct 10 18:00:35.339 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 10 18:00:35.339 INFO kablam! --> src/models/tagging.rs:4:24 Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 10 18:00:35.339 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 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 10 18:00:35.339 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.339 INFO kablam! Oct 10 18:00:35.339 INFO kablam! warning: cannot find type `Article` in this scope Oct 10 18:00:35.339 INFO kablam! --> src/models/tagging.rs:4:35 Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 10 18:00:35.339 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 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 10 18:00:35.339 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.339 INFO kablam! Oct 10 18:00:35.339 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 10 18:00:35.339 INFO kablam! --> src/models/tagging.rs:4:35 Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 10 18:00:35.339 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.339 INFO kablam! | Oct 10 18:00:35.339 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 10 18:00:35.339 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.340 INFO kablam! Oct 10 18:00:35.340 INFO kablam! warning: cannot find type `taggings` in this scope Oct 10 18:00:35.340 INFO kablam! --> src/models/tagging.rs:4:35 Oct 10 18:00:35.340 INFO kablam! | Oct 10 18:00:35.340 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 10 18:00:35.340 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.340 INFO kablam! | Oct 10 18:00:35.340 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 10 18:00:35.340 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.340 INFO kablam! Oct 10 18:00:35.340 INFO kablam! warning: cannot find type `Tag` in this scope Oct 10 18:00:35.340 INFO kablam! --> src/models/tagging.rs:4:35 Oct 10 18:00:35.340 INFO kablam! | Oct 10 18:00:35.340 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 10 18:00:35.340 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.340 INFO kablam! | Oct 10 18:00:35.340 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 10 18:00:35.340 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.340 INFO kablam! Oct 10 18:00:35.340 INFO kablam! warning: cannot find type `taggings` in this scope Oct 10 18:00:35.340 INFO kablam! --> src/models/tagging.rs:13:10 Oct 10 18:00:35.340 INFO kablam! | Oct 10 18:00:35.340 INFO kablam! 13 | #[derive(Insertable)] Oct 10 18:00:35.340 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.340 INFO kablam! | Oct 10 18:00:35.340 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 10 18:00:35.340 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.340 INFO kablam! Oct 10 18:00:35.340 INFO kablam! warning: cannot find type `NewTagging` in this scope Oct 10 18:00:35.340 INFO kablam! --> src/models/tagging.rs:13:10 Oct 10 18:00:35.340 INFO kablam! | Oct 10 18:00:35.340 INFO kablam! 13 | #[derive(Insertable)] Oct 10 18:00:35.340 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 10 18:00:35.340 INFO kablam! | Oct 10 18:00:35.340 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 10 18:00:35.340 INFO kablam! = note: for more information, see issue #50504 Oct 10 18:00:35.340 INFO kablam! Oct 10 18:00:36.164 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 10 18:00:36.165 INFO kablam! --> src/main.rs:4:12 Oct 10 18:00:36.165 INFO kablam! | Oct 10 18:00:36.165 INFO kablam! 4 | #![feature(extern_prelude)] Oct 10 18:00:36.165 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 18:00:36.165 INFO kablam! | Oct 10 18:00:36.165 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 18:00:36.165 INFO kablam! Oct 10 18:00:40.568 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.11s Oct 10 18:00:40.578 INFO kablam! su: No module specific data is present Oct 10 18:00:41.421 INFO running `"docker" "rm" "-f" "0e16ced4a3983383da9a93796fd2ac55d51f71a74ee3ed90a2ba9b250454153d"` Oct 10 18:00:41.612 INFO blam! 0e16ced4a3983383da9a93796fd2ac55d51f71a74ee3ed90a2ba9b250454153d Oct 10 18:00:41.620 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:00:41.620 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:00:41.901 INFO blam! 4aa6b8fa40b91de69a4f2e4e2efced2dc08176e433452a92570c33b3d7f1e80a Oct 10 18:00:41.912 INFO running `"docker" "start" "-a" "4aa6b8fa40b91de69a4f2e4e2efced2dc08176e433452a92570c33b3d7f1e80a"` Oct 10 18:00:42.946 INFO kablam! usermod: no changes Oct 10 18:00:43.016 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 10 18:00:43.016 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 10 18:00:43.016 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 18:00:43.016 INFO kablam! files will be included as a test target: Oct 10 18:00:43.016 INFO kablam! Oct 10 18:00:43.016 INFO kablam! * /source/tests/helpers.rs Oct 10 18:00:43.016 INFO kablam! Oct 10 18:00:43.016 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 18:00:43.016 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 10 18:00:43.016 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 10 18:00:43.016 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 18:00:43.016 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 18:00:43.016 INFO kablam! Oct 10 18:00:43.016 INFO kablam! For more information on this warning you can consult Oct 10 18:00:43.016 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 18:00:43.169 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 10 18:00:43.190 INFO kablam! Running /target/debug/deps/source-dbddab15e38d6c21 Oct 10 18:00:43.200 INFO kablam! Running /target/debug/deps/tests-b8f0e62d54855a95 Oct 10 18:00:43.201 INFO blam! Oct 10 18:00:43.201 INFO blam! running 0 tests Oct 10 18:00:43.201 INFO blam! Oct 10 18:00:43.201 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:00:43.201 INFO blam! Oct 10 18:00:43.208 INFO blam! Oct 10 18:00:43.208 INFO blam! running 1 test Oct 10 18:00:43.232 INFO blam! test helpers::test1 ... ok Oct 10 18:00:43.232 INFO blam! Oct 10 18:00:43.232 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:00:43.232 INFO blam! Oct 10 18:00:43.239 INFO kablam! su: No module specific data is present Oct 10 18:00:43.877 INFO running `"docker" "rm" "-f" "4aa6b8fa40b91de69a4f2e4e2efced2dc08176e433452a92570c33b3d7f1e80a"` Oct 10 18:00:44.143 INFO blam! 4aa6b8fa40b91de69a4f2e4e2efced2dc08176e433452a92570c33b3d7f1e80a