Oct 13 06:20:18.631 INFO testing mtwtkman/editor against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 06:20:18.633 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:20:19.175 INFO blam! bfb79b47466de6c2ef9fc1d9f465ed05c61712add21745e2de1020a240e7f3df Oct 13 06:20:19.190 INFO running `"docker" "start" "-a" "bfb79b47466de6c2ef9fc1d9f465ed05c61712add21745e2de1020a240e7f3df"` Oct 13 06:20:20.351 INFO kablam! usermod: no changes Oct 13 06:20:20.379 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 13 06:20:20.379 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 13 06:20:20.379 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 06:20:20.379 INFO kablam! files will be included as a test target: Oct 13 06:20:20.379 INFO kablam! Oct 13 06:20:20.379 INFO kablam! * /source/tests/helpers.rs Oct 13 06:20:20.379 INFO kablam! Oct 13 06:20:20.379 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 06:20:20.379 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 13 06:20:20.379 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 13 06:20:20.379 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 06:20:20.379 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 06:20:20.379 INFO kablam! Oct 13 06:20:20.379 INFO kablam! For more information on this warning you can consult Oct 13 06:20:20.379 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 06:20:20.606 INFO kablam! Compiling antidote v1.0.0 Oct 13 06:20:20.611 INFO kablam! Compiling rocket v0.3.16 Oct 13 06:20:20.616 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 13 06:20:20.624 INFO kablam! Compiling num-traits v0.2.6 Oct 13 06:20:20.627 INFO kablam! Compiling toml v0.4.6 Oct 13 06:20:20.630 INFO kablam! Compiling libsqlite3-sys v0.9.3 Oct 13 06:20:20.635 INFO kablam! Compiling serde_json v1.0.30 Oct 13 06:20:20.637 INFO kablam! Compiling hyper v0.10.13 Oct 13 06:20:22.119 INFO kablam! Compiling scheduled-thread-pool v0.2.0 Oct 13 06:20:25.659 INFO kablam! Compiling failure v0.1.2 Oct 13 06:20:25.795 INFO kablam! Compiling r2d2 v0.8.2 Oct 13 06:20:26.205 INFO kablam! Compiling dotenv v0.13.0 Oct 13 06:20:28.063 INFO kablam! Compiling num-integer v0.1.39 Oct 13 06:20:32.619 INFO kablam! Compiling chrono v0.4.6 Oct 13 06:20:37.990 INFO kablam! Compiling diesel v1.3.3 Oct 13 06:20:54.111 INFO kablam! Compiling rocket_contrib v0.3.16 Oct 13 06:21:15.203 INFO kablam! Compiling migrations_internals v1.3.0 Oct 13 06:21:16.667 INFO kablam! Compiling migrations_macros v1.3.0 Oct 13 06:21:20.244 INFO kablam! Compiling diesel_migrations v1.3.0 Oct 13 06:21:20.935 INFO kablam! Compiling source v0.1.0 (/source) Oct 13 06:21:22.743 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:22.743 INFO kablam! --> src/models/article.rs:4:10 Oct 13 06:21:22.743 INFO kablam! | Oct 13 06:21:22.743 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:22.743 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.743 INFO kablam! | Oct 13 06:21:22.743 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 06:21:22.743 INFO kablam! = 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:22.743 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.743 INFO kablam! Oct 13 06:21:22.743 INFO kablam! warning: cannot find type `articles` in this scope Oct 13 06:21:22.743 INFO kablam! --> src/models/article.rs:4:10 Oct 13 06:21:22.743 INFO kablam! | Oct 13 06:21:22.743 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:22.743 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.743 INFO kablam! | Oct 13 06:21:22.743 INFO kablam! = 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:22.743 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.743 INFO kablam! Oct 13 06:21:22.743 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:22.743 INFO kablam! --> src/models/article.rs:4:10 Oct 13 06:21:22.743 INFO kablam! | Oct 13 06:21:22.743 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:22.743 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.743 INFO kablam! | Oct 13 06:21:22.743 INFO kablam! = 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:22.743 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.743 INFO kablam! Oct 13 06:21:22.743 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 13 06:21:22.743 INFO kablam! --> src/models/article.rs:4:24 Oct 13 06:21:22.743 INFO kablam! | Oct 13 06:21:22.743 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:22.743 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.743 INFO kablam! | Oct 13 06:21:22.743 INFO kablam! = 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:22.743 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.743 INFO kablam! Oct 13 06:21:22.744 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:22.744 INFO kablam! --> src/models/article.rs:4:24 Oct 13 06:21:22.744 INFO kablam! | Oct 13 06:21:22.744 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:22.744 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.744 INFO kablam! | Oct 13 06:21:22.744 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 06:21:22.744 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.744 INFO kablam! Oct 13 06:21:22.744 INFO kablam! warning: cannot find type `articles` in this scope Oct 13 06:21:22.744 INFO kablam! --> src/models/article.rs:14:10 Oct 13 06:21:22.744 INFO kablam! | Oct 13 06:21:22.744 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:22.744 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.744 INFO kablam! | Oct 13 06:21:22.744 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 06:21:22.744 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.744 INFO kablam! Oct 13 06:21:22.744 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 13 06:21:22.744 INFO kablam! --> src/models/article.rs:14:10 Oct 13 06:21:22.744 INFO kablam! | Oct 13 06:21:22.744 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:22.744 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.744 INFO kablam! | Oct 13 06:21:22.744 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 06:21:22.744 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.744 INFO kablam! Oct 13 06:21:22.744 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 13 06:21:22.744 INFO kablam! --> src/models/article.rs:14:46 Oct 13 06:21:22.744 INFO kablam! | Oct 13 06:21:22.744 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:22.744 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.744 INFO kablam! | Oct 13 06:21:22.744 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 06:21:22.744 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.744 INFO kablam! Oct 13 06:21:22.744 INFO kablam! warning: cannot find type `articles` in this scope Oct 13 06:21:22.744 INFO kablam! --> src/models/article.rs:14:46 Oct 13 06:21:22.744 INFO kablam! | Oct 13 06:21:22.744 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:22.744 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.744 INFO kablam! | Oct 13 06:21:22.744 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 06:21:22.744 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.744 INFO kablam! Oct 13 06:21:22.756 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 13 06:21:22.756 INFO kablam! --> src/models/article.rs:14:59 Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:22.756 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! = 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:22.756 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.756 INFO kablam! Oct 13 06:21:22.756 INFO kablam! warning: cannot find type `table` in this scope Oct 13 06:21:22.756 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 06:21:22.756 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! = 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:22.756 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.756 INFO kablam! Oct 13 06:21:22.756 INFO kablam! warning: cannot find type `id` in this scope Oct 13 06:21:22.756 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:22.756 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! = 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:22.756 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.756 INFO kablam! Oct 13 06:21:22.756 INFO kablam! warning: cannot find type `title` in this scope Oct 13 06:21:22.756 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:22.756 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! = 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:22.756 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.756 INFO kablam! Oct 13 06:21:22.756 INFO kablam! warning: cannot find type `body` in this scope Oct 13 06:21:22.756 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:22.756 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! = 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:22.756 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.756 INFO kablam! Oct 13 06:21:22.756 INFO kablam! warning: cannot find type `published` in this scope Oct 13 06:21:22.756 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:22.756 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! = 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:22.756 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.756 INFO kablam! Oct 13 06:21:22.756 INFO kablam! warning: cannot find type `created_at` in this scope Oct 13 06:21:22.756 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:22.756 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! = 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:22.756 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.756 INFO kablam! Oct 13 06:21:22.756 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 13 06:21:22.756 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:22.756 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.756 INFO kablam! | Oct 13 06:21:22.756 INFO kablam! = 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:22.756 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.756 INFO kablam! Oct 13 06:21:22.756 INFO kablam! warning: cannot find type `tag_id` in this scope Oct 13 06:21:22.756 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:22.757 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! = 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:22.757 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.757 INFO kablam! Oct 13 06:21:22.757 INFO kablam! warning: cannot find type `article_id` in this scope Oct 13 06:21:22.757 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:22.757 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! = 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:22.757 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.757 INFO kablam! Oct 13 06:21:22.757 INFO kablam! warning: cannot find type `name` in this scope Oct 13 06:21:22.757 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:22.757 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! = 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:22.757 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.757 INFO kablam! Oct 13 06:21:22.757 INFO kablam! warning: cannot find type `Tag` in this scope Oct 13 06:21:22.757 INFO kablam! --> src/models/tag.rs:3:10 Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:22.757 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! = 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:22.757 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.757 INFO kablam! Oct 13 06:21:22.757 INFO kablam! warning: cannot find type `tags` in this scope Oct 13 06:21:22.757 INFO kablam! --> src/models/tag.rs:3:10 Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:22.757 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! = 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:22.757 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.757 INFO kablam! Oct 13 06:21:22.757 INFO kablam! warning: cannot find type `Tag` in this scope Oct 13 06:21:22.757 INFO kablam! --> src/models/tag.rs:3:24 Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:22.757 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! = 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:22.757 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.757 INFO kablam! Oct 13 06:21:22.757 INFO kablam! warning: cannot find type `tags` in this scope Oct 13 06:21:22.757 INFO kablam! --> src/models/tag.rs:9:10 Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:22.757 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! = 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:22.757 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.757 INFO kablam! Oct 13 06:21:22.757 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 13 06:21:22.757 INFO kablam! --> src/models/tag.rs:9:10 Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:22.757 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! = 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:22.757 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.757 INFO kablam! Oct 13 06:21:22.757 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 13 06:21:22.757 INFO kablam! --> src/models/tag.rs:9:22 Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:22.757 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! = 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:22.757 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.757 INFO kablam! Oct 13 06:21:22.757 INFO kablam! warning: cannot find type `tags` in this scope Oct 13 06:21:22.757 INFO kablam! --> src/models/tag.rs:9:22 Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:22.757 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.757 INFO kablam! = 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:22.757 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.757 INFO kablam! Oct 13 06:21:22.757 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 13 06:21:22.757 INFO kablam! --> src/models/tagging.rs:1:5 Oct 13 06:21:22.757 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! 1 | use diesel::prelude::*; Oct 13 06:21:22.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:21:22.758 INFO kablam! Oct 13 06:21:22.758 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 13 06:21:22.758 INFO kablam! --> src/models/tagging.rs:4:10 Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:22.758 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! = 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:22.758 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.758 INFO kablam! Oct 13 06:21:22.758 INFO kablam! warning: cannot find type `taggings` in this scope Oct 13 06:21:22.758 INFO kablam! --> src/models/tagging.rs:4:10 Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:22.758 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! = 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:22.758 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.758 INFO kablam! Oct 13 06:21:22.758 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 13 06:21:22.758 INFO kablam! --> src/models/tagging.rs:4:24 Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:22.758 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! = 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:22.758 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.758 INFO kablam! Oct 13 06:21:22.758 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:22.758 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:22.758 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! = 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:22.758 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.758 INFO kablam! Oct 13 06:21:22.758 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 13 06:21:22.758 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:22.758 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! = 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:22.758 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.758 INFO kablam! Oct 13 06:21:22.758 INFO kablam! warning: cannot find type `taggings` in this scope Oct 13 06:21:22.758 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:22.758 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! = 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:22.758 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.758 INFO kablam! Oct 13 06:21:22.758 INFO kablam! warning: cannot find type `Tag` in this scope Oct 13 06:21:22.758 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:22.758 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! = 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:22.758 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.758 INFO kablam! Oct 13 06:21:22.758 INFO kablam! warning: cannot find type `taggings` in this scope Oct 13 06:21:22.758 INFO kablam! --> src/models/tagging.rs:13:10 Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! 13 | #[derive(Insertable)] Oct 13 06:21:22.758 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! = 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:22.758 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.758 INFO kablam! Oct 13 06:21:22.758 INFO kablam! warning: cannot find type `NewTagging` in this scope Oct 13 06:21:22.758 INFO kablam! --> src/models/tagging.rs:13:10 Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! 13 | #[derive(Insertable)] Oct 13 06:21:22.758 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:22.758 INFO kablam! | Oct 13 06:21:22.758 INFO kablam! = 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:22.758 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:22.758 INFO kablam! Oct 13 06:21:23.795 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:23.795 INFO kablam! --> src/main.rs:4:12 Oct 13 06:21:23.795 INFO kablam! | Oct 13 06:21:23.795 INFO kablam! 4 | #![feature(extern_prelude)] Oct 13 06:21:23.795 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 06:21:23.795 INFO kablam! | Oct 13 06:21:23.795 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 06:21:23.795 INFO kablam! Oct 13 06:21:30.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 13 06:21:30.179 INFO kablam! su: No module specific data is present Oct 13 06:21:31.074 INFO running `"docker" "rm" "-f" "bfb79b47466de6c2ef9fc1d9f465ed05c61712add21745e2de1020a240e7f3df"` Oct 13 06:21:31.335 INFO blam! bfb79b47466de6c2ef9fc1d9f465ed05c61712add21745e2de1020a240e7f3df Oct 13 06:21:31.340 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:31.715 INFO blam! eb8b7a888090b34a9f9b529a1bfc219ccf8925baf633817c315c6a48052ffb63 Oct 13 06:21:31.717 INFO running `"docker" "start" "-a" "eb8b7a888090b34a9f9b529a1bfc219ccf8925baf633817c315c6a48052ffb63"` Oct 13 06:21:33.263 INFO kablam! usermod: no changes Oct 13 06:21:33.343 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 13 06:21:33.343 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 13 06:21:33.343 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 06:21:33.343 INFO kablam! files will be included as a test target: Oct 13 06:21:33.343 INFO kablam! Oct 13 06:21:33.343 INFO kablam! * /source/tests/helpers.rs Oct 13 06:21:33.343 INFO kablam! Oct 13 06:21:33.343 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 06:21:33.343 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 13 06:21:33.343 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 13 06:21:33.343 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 06:21:33.343 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 06:21:33.343 INFO kablam! Oct 13 06:21:33.343 INFO kablam! For more information on this warning you can consult Oct 13 06:21:33.343 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 06:21:33.523 INFO kablam! Compiling source v0.1.0 (/source) Oct 13 06:21:35.845 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:35.845 INFO kablam! --> src/models/article.rs:4:10 Oct 13 06:21:35.845 INFO kablam! | Oct 13 06:21:35.845 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:35.845 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.845 INFO kablam! | Oct 13 06:21:35.845 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 06:21:35.845 INFO kablam! = 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:35.845 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.845 INFO kablam! Oct 13 06:21:35.845 INFO kablam! warning: cannot find type `articles` in this scope Oct 13 06:21:35.845 INFO kablam! --> src/models/article.rs:4:10 Oct 13 06:21:35.845 INFO kablam! | Oct 13 06:21:35.845 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:35.845 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.845 INFO kablam! | Oct 13 06:21:35.845 INFO kablam! = 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:35.845 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.845 INFO kablam! Oct 13 06:21:35.845 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:35.845 INFO kablam! --> src/models/article.rs:4:10 Oct 13 06:21:35.845 INFO kablam! | Oct 13 06:21:35.845 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:35.845 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.846 INFO kablam! | Oct 13 06:21:35.846 INFO kablam! = 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:35.846 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.846 INFO kablam! Oct 13 06:21:35.846 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 13 06:21:35.846 INFO kablam! --> src/models/article.rs:4:24 Oct 13 06:21:35.846 INFO kablam! | Oct 13 06:21:35.846 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:35.846 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.846 INFO kablam! | Oct 13 06:21:35.846 INFO kablam! = 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:35.846 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.846 INFO kablam! Oct 13 06:21:35.846 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:35.846 INFO kablam! --> src/models/article.rs:4:24 Oct 13 06:21:35.846 INFO kablam! | Oct 13 06:21:35.846 INFO kablam! 4 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:35.846 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.846 INFO kablam! | Oct 13 06:21:35.846 INFO kablam! = 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:35.846 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.846 INFO kablam! Oct 13 06:21:35.847 INFO kablam! warning: cannot find type `articles` in this scope Oct 13 06:21:35.847 INFO kablam! --> src/models/article.rs:14:10 Oct 13 06:21:35.847 INFO kablam! | Oct 13 06:21:35.847 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:35.847 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.847 INFO kablam! | Oct 13 06:21:35.847 INFO kablam! = 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:35.847 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.847 INFO kablam! Oct 13 06:21:35.848 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 13 06:21:35.848 INFO kablam! --> src/models/article.rs:14:10 Oct 13 06:21:35.848 INFO kablam! | Oct 13 06:21:35.848 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:35.848 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.848 INFO kablam! | Oct 13 06:21:35.848 INFO kablam! = 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:35.848 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.848 INFO kablam! Oct 13 06:21:35.848 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 13 06:21:35.848 INFO kablam! --> src/models/article.rs:14:46 Oct 13 06:21:35.848 INFO kablam! | Oct 13 06:21:35.848 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:35.848 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.848 INFO kablam! | Oct 13 06:21:35.848 INFO kablam! = 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:35.848 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.848 INFO kablam! Oct 13 06:21:35.849 INFO kablam! warning: cannot find type `articles` in this scope Oct 13 06:21:35.849 INFO kablam! --> src/models/article.rs:14:46 Oct 13 06:21:35.849 INFO kablam! | Oct 13 06:21:35.849 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:35.849 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.849 INFO kablam! | Oct 13 06:21:35.849 INFO kablam! = 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:35.849 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.849 INFO kablam! Oct 13 06:21:35.849 INFO kablam! warning: cannot find type `ArticleForm` in this scope Oct 13 06:21:35.849 INFO kablam! --> src/models/article.rs:14:59 Oct 13 06:21:35.850 INFO kablam! | Oct 13 06:21:35.850 INFO kablam! 14 | #[derive(Insertable, Serialize, Deserialize, AsChangeset, Queryable)] Oct 13 06:21:35.850 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.850 INFO kablam! | Oct 13 06:21:35.850 INFO kablam! = 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:35.850 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.850 INFO kablam! Oct 13 06:21:35.850 INFO kablam! warning: cannot find type `table` in this scope Oct 13 06:21:35.850 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 06:21:35.850 INFO kablam! | Oct 13 06:21:35.850 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 06:21:35.850 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.850 INFO kablam! | Oct 13 06:21:35.850 INFO kablam! = 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:35.850 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.850 INFO kablam! Oct 13 06:21:35.850 INFO kablam! warning: cannot find type `id` in this scope Oct 13 06:21:35.850 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:35.850 INFO kablam! | Oct 13 06:21:35.850 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:35.850 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.850 INFO kablam! | Oct 13 06:21:35.850 INFO kablam! = 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:35.851 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.851 INFO kablam! Oct 13 06:21:35.851 INFO kablam! warning: cannot find type `title` in this scope Oct 13 06:21:35.851 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:35.851 INFO kablam! | Oct 13 06:21:35.851 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:35.851 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.851 INFO kablam! | Oct 13 06:21:35.851 INFO kablam! = 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:35.852 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.852 INFO kablam! Oct 13 06:21:35.853 INFO kablam! warning: cannot find type `body` in this scope Oct 13 06:21:35.853 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:35.853 INFO kablam! | Oct 13 06:21:35.853 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:35.853 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.853 INFO kablam! | Oct 13 06:21:35.853 INFO kablam! = 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:35.853 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.853 INFO kablam! Oct 13 06:21:35.853 INFO kablam! warning: cannot find type `published` in this scope Oct 13 06:21:35.853 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:35.853 INFO kablam! | Oct 13 06:21:35.853 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:35.853 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.853 INFO kablam! | Oct 13 06:21:35.853 INFO kablam! = 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:35.853 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.853 INFO kablam! Oct 13 06:21:35.853 INFO kablam! warning: cannot find type `created_at` in this scope Oct 13 06:21:35.853 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:35.853 INFO kablam! | Oct 13 06:21:35.853 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:35.853 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.853 INFO kablam! | Oct 13 06:21:35.853 INFO kablam! = 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:35.853 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.853 INFO kablam! Oct 13 06:21:35.853 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 13 06:21:35.853 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:35.853 INFO kablam! | Oct 13 06:21:35.853 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:35.853 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.853 INFO kablam! | Oct 13 06:21:35.853 INFO kablam! = 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:35.853 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.853 INFO kablam! Oct 13 06:21:35.853 INFO kablam! warning: cannot find type `tag_id` in this scope Oct 13 06:21:35.853 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:35.853 INFO kablam! | Oct 13 06:21:35.853 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:35.853 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.853 INFO kablam! | Oct 13 06:21:35.853 INFO kablam! = 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:35.853 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.853 INFO kablam! Oct 13 06:21:35.854 INFO kablam! warning: cannot find type `article_id` in this scope Oct 13 06:21:35.854 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:35.854 INFO kablam! | Oct 13 06:21:35.854 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:35.854 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.854 INFO kablam! | Oct 13 06:21:35.854 INFO kablam! = 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:35.854 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.854 INFO kablam! Oct 13 06:21:35.855 INFO kablam! warning: cannot find type `name` in this scope Oct 13 06:21:35.855 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 06:21:35.855 INFO kablam! | Oct 13 06:21:35.855 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 06:21:35.855 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.855 INFO kablam! | Oct 13 06:21:35.855 INFO kablam! = 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:35.855 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.855 INFO kablam! Oct 13 06:21:35.857 INFO kablam! warning: cannot find type `Tag` in this scope Oct 13 06:21:35.857 INFO kablam! --> src/models/tag.rs:3:10 Oct 13 06:21:35.857 INFO kablam! | Oct 13 06:21:35.857 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:35.857 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.857 INFO kablam! | Oct 13 06:21:35.857 INFO kablam! = 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:35.857 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.857 INFO kablam! Oct 13 06:21:35.858 INFO kablam! warning: cannot find type `tags` in this scope Oct 13 06:21:35.858 INFO kablam! --> src/models/tag.rs:3:10 Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:35.858 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! = 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:35.858 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.858 INFO kablam! Oct 13 06:21:35.858 INFO kablam! warning: cannot find type `Tag` in this scope Oct 13 06:21:35.858 INFO kablam! --> src/models/tag.rs:3:24 Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! 3 | #[derive(Identifiable, Queryable, Serialize, Deserialize)] Oct 13 06:21:35.858 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! = 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:35.858 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.858 INFO kablam! Oct 13 06:21:35.858 INFO kablam! warning: cannot find type `tags` in this scope Oct 13 06:21:35.858 INFO kablam! --> src/models/tag.rs:9:10 Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:35.858 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! = 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:35.858 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.858 INFO kablam! Oct 13 06:21:35.858 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 13 06:21:35.858 INFO kablam! --> src/models/tag.rs:9:10 Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:35.858 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! = 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:35.858 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.858 INFO kablam! Oct 13 06:21:35.858 INFO kablam! warning: cannot find type `TagForm` in this scope Oct 13 06:21:35.858 INFO kablam! --> src/models/tag.rs:9:22 Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:35.858 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! = 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:35.858 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.858 INFO kablam! Oct 13 06:21:35.858 INFO kablam! warning: cannot find type `tags` in this scope Oct 13 06:21:35.858 INFO kablam! --> src/models/tag.rs:9:22 Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! 9 | #[derive(Insertable, AsChangeset, Deserialize, Serialize)] Oct 13 06:21:35.858 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! = 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:35.858 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.858 INFO kablam! Oct 13 06:21:35.858 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 13 06:21:35.858 INFO kablam! --> src/models/tagging.rs:1:5 Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! 1 | use diesel::prelude::*; Oct 13 06:21:35.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:21:35.858 INFO kablam! Oct 13 06:21:35.858 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 13 06:21:35.858 INFO kablam! --> src/models/tagging.rs:4:10 Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:35.858 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! = 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:35.858 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.858 INFO kablam! Oct 13 06:21:35.858 INFO kablam! warning: cannot find type `taggings` in this scope Oct 13 06:21:35.858 INFO kablam! --> src/models/tagging.rs:4:10 Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:35.858 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! = 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:35.858 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.858 INFO kablam! Oct 13 06:21:35.858 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 13 06:21:35.858 INFO kablam! --> src/models/tagging.rs:4:24 Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:35.858 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.858 INFO kablam! | Oct 13 06:21:35.858 INFO kablam! = 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:35.859 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.859 INFO kablam! Oct 13 06:21:35.859 INFO kablam! warning: cannot find type `Article` in this scope Oct 13 06:21:35.859 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:35.859 INFO kablam! | Oct 13 06:21:35.859 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:35.859 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.859 INFO kablam! | Oct 13 06:21:35.859 INFO kablam! = 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:35.859 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.859 INFO kablam! Oct 13 06:21:35.859 INFO kablam! warning: cannot find type `Tagging` in this scope Oct 13 06:21:35.859 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:35.859 INFO kablam! | Oct 13 06:21:35.859 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:35.859 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.859 INFO kablam! | Oct 13 06:21:35.859 INFO kablam! = 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:35.859 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.859 INFO kablam! Oct 13 06:21:35.859 INFO kablam! warning: cannot find type `taggings` in this scope Oct 13 06:21:35.859 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:35.859 INFO kablam! | Oct 13 06:21:35.859 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:35.859 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.859 INFO kablam! | Oct 13 06:21:35.859 INFO kablam! = 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:35.859 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.859 INFO kablam! Oct 13 06:21:35.859 INFO kablam! warning: cannot find type `Tag` in this scope Oct 13 06:21:35.859 INFO kablam! --> src/models/tagging.rs:4:35 Oct 13 06:21:35.859 INFO kablam! | Oct 13 06:21:35.859 INFO kablam! 4 | #[derive(Identifiable, Queryable, Associations)] Oct 13 06:21:35.859 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.859 INFO kablam! | Oct 13 06:21:35.859 INFO kablam! = 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:35.859 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.859 INFO kablam! Oct 13 06:21:35.860 INFO kablam! warning: cannot find type `taggings` in this scope Oct 13 06:21:35.860 INFO kablam! --> src/models/tagging.rs:13:10 Oct 13 06:21:35.860 INFO kablam! | Oct 13 06:21:35.860 INFO kablam! 13 | #[derive(Insertable)] Oct 13 06:21:35.860 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.860 INFO kablam! | Oct 13 06:21:35.860 INFO kablam! = 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:35.860 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.860 INFO kablam! Oct 13 06:21:35.871 INFO kablam! warning: cannot find type `NewTagging` in this scope Oct 13 06:21:35.871 INFO kablam! --> src/models/tagging.rs:13:10 Oct 13 06:21:35.871 INFO kablam! | Oct 13 06:21:35.871 INFO kablam! 13 | #[derive(Insertable)] Oct 13 06:21:35.871 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 06:21:35.871 INFO kablam! | Oct 13 06:21:35.871 INFO kablam! = 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:35.871 INFO kablam! = note: for more information, see issue #50504 Oct 13 06:21:35.871 INFO kablam! Oct 13 06:21:36.750 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:36.751 INFO kablam! --> src/main.rs:4:12 Oct 13 06:21:36.751 INFO kablam! | Oct 13 06:21:36.751 INFO kablam! 4 | #![feature(extern_prelude)] Oct 13 06:21:36.751 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 06:21:36.751 INFO kablam! | Oct 13 06:21:36.751 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 06:21:36.751 INFO kablam! Oct 13 06:21:41.602 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.30s Oct 13 06:21:41.613 INFO kablam! su: No module specific data is present Oct 13 06:21:42.307 INFO running `"docker" "rm" "-f" "eb8b7a888090b34a9f9b529a1bfc219ccf8925baf633817c315c6a48052ffb63"` Oct 13 06:21:42.482 INFO blam! eb8b7a888090b34a9f9b529a1bfc219ccf8925baf633817c315c6a48052ffb63 Oct 13 06:21:42.491 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:42.763 INFO blam! ee11660787b2094eb30a9088da8a9d7323d8f9250c2bf78269108ca813a2d846 Oct 13 06:21:42.768 INFO running `"docker" "start" "-a" "ee11660787b2094eb30a9088da8a9d7323d8f9250c2bf78269108ca813a2d846"` Oct 13 06:21:43.823 INFO kablam! usermod: no changes Oct 13 06:21:43.888 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 13 06:21:43.888 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 13 06:21:43.888 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 06:21:43.888 INFO kablam! files will be included as a test target: Oct 13 06:21:43.889 INFO kablam! Oct 13 06:21:43.889 INFO kablam! * /source/tests/helpers.rs Oct 13 06:21:43.889 INFO kablam! Oct 13 06:21:43.889 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 06:21:43.889 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 13 06:21:43.889 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 13 06:21:43.889 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 06:21:43.889 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 06:21:43.889 INFO kablam! Oct 13 06:21:43.889 INFO kablam! For more information on this warning you can consult Oct 13 06:21:43.889 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 06:21:44.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 13 06:21:44.082 INFO kablam! Running /target/debug/deps/source-dbddab15e38d6c21 Oct 13 06:21:44.082 INFO blam! Oct 13 06:21:44.082 INFO blam! running 0 tests Oct 13 06:21:44.082 INFO blam! Oct 13 06:21:44.082 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:21:44.082 INFO blam! Oct 13 06:21:44.086 INFO kablam! Running /target/debug/deps/tests-b8f0e62d54855a95 Oct 13 06:21:44.086 INFO blam! Oct 13 06:21:44.086 INFO blam! running 1 test Oct 13 06:21:44.086 INFO blam! test helpers::test1 ... ok Oct 13 06:21:44.086 INFO blam! Oct 13 06:21:44.086 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:21:44.086 INFO blam! Oct 13 06:21:44.088 INFO kablam! su: No module specific data is present Oct 13 06:21:44.617 INFO running `"docker" "rm" "-f" "ee11660787b2094eb30a9088da8a9d7323d8f9250c2bf78269108ca813a2d846"` Oct 13 06:21:44.888 INFO blam! ee11660787b2094eb30a9088da8a9d7323d8f9250c2bf78269108ca813a2d846