Oct 12 17:31:15.051 INFO testing zabio3/base-rest-app against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 17:31:15.053 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 12 17:31:15.635 INFO blam! 0c7f183ebd5c2d1589e4217e8226ed88bd99ef6c7be310890ee0e2fe90f24d64 Oct 12 17:31:15.639 INFO running `"docker" "start" "-a" "0c7f183ebd5c2d1589e4217e8226ed88bd99ef6c7be310890ee0e2fe90f24d64"` Oct 12 17:31:16.763 INFO kablam! usermod: no changes Oct 12 17:31:17.007 INFO kablam! Compiling libc v0.2.42 Oct 12 17:31:17.011 INFO kablam! Compiling regex v0.2.11 Oct 12 17:31:17.023 INFO kablam! Compiling modifier v0.1.0 Oct 12 17:31:17.023 INFO kablam! Compiling groupable v0.2.0 Oct 12 17:31:17.023 INFO kablam! Compiling proc-macro2 v0.3.8 Oct 12 17:31:17.023 INFO kablam! Compiling libsqlite3-sys v0.8.1 Oct 12 17:31:17.023 INFO kablam! Compiling regex-syntax v0.5.6 Oct 12 17:31:17.023 INFO kablam! Compiling r2d2 v0.8.2 Oct 12 17:31:17.871 INFO kablam! Compiling mustache v0.8.2 Oct 12 17:31:17.963 INFO kablam! Compiling plugin v0.2.6 Oct 12 17:31:28.251 INFO kablam! Compiling memchr v2.0.1 Oct 12 17:31:28.263 INFO kablam! Compiling num_cpus v1.8.0 Oct 12 17:31:28.265 INFO kablam! Compiling time v0.1.40 Oct 12 17:31:29.983 INFO kablam! Compiling aho-corasick v0.6.4 Oct 12 17:31:30.215 INFO kablam! Compiling quote v0.5.2 Oct 12 17:31:33.801 INFO kablam! Compiling syn v0.13.11 Oct 12 17:31:34.143 INFO kablam! Compiling hyper v0.10.13 Oct 12 17:32:07.417 INFO kablam! Compiling nickel v0.10.1 Oct 12 17:32:07.417 INFO kablam! Compiling dotenv v0.9.0 Oct 12 17:32:10.796 INFO kablam! Compiling diesel_derives v1.3.0 Oct 12 17:32:18.913 INFO kablam! Compiling diesel v1.3.0 Oct 12 17:32:50.487 INFO kablam! Compiling r2d2-diesel v1.0.0 Oct 12 17:32:50.799 INFO kablam! Compiling base-rest-app v0.1.0 (/source) Oct 12 17:32:51.319 INFO kablam! warning: unused import: `MiddlewareResult` Oct 12 17:32:51.319 INFO kablam! --> src/controller/mod.rs:2:35 Oct 12 17:32:51.323 INFO kablam! | Oct 12 17:32:51.323 INFO kablam! 2 | use nickel::{Nickel, HttpRouter, MiddlewareResult}; Oct 12 17:32:51.323 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 17:32:51.324 INFO kablam! | Oct 12 17:32:51.324 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:32:51.324 INFO kablam! Oct 12 17:32:51.325 INFO kablam! warning: unused import: `db` Oct 12 17:32:51.325 INFO kablam! --> src/controller/account.rs:3:5 Oct 12 17:32:51.325 INFO kablam! | Oct 12 17:32:51.326 INFO kablam! 3 | use db; Oct 12 17:32:51.326 INFO kablam! | ^^ Oct 12 17:32:51.326 INFO kablam! Oct 12 17:32:51.326 INFO kablam! warning: unused import: `enable_cors` Oct 12 17:32:51.327 INFO kablam! --> src/controller/mod.rs:9:29 Oct 12 17:32:51.327 INFO kablam! | Oct 12 17:32:51.327 INFO kablam! 9 | use templates :: header :: {enable_cors}; Oct 12 17:32:51.327 INFO kablam! | ^^^^^^^^^^^ Oct 12 17:32:51.328 INFO kablam! Oct 12 17:32:51.328 INFO kablam! warning: cannot find type `table` in this scope Oct 12 17:32:51.328 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 17:32:51.329 INFO kablam! | Oct 12 17:32:51.329 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 17:32:51.329 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:32:51.329 INFO kablam! | Oct 12 17:32:51.330 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 17:32:51.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 12 17:32:51.330 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:32:51.331 INFO kablam! Oct 12 17:32:51.331 INFO kablam! warning: cannot find type `table` in this scope Oct 12 17:32:51.331 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 17:32:51.331 INFO kablam! | Oct 12 17:32:51.332 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 17:32:51.332 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:32:51.332 INFO kablam! | Oct 12 17:32:51.333 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:32:51.333 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:32:51.333 INFO kablam! Oct 12 17:32:51.334 INFO kablam! warning: cannot find type `id` in this scope Oct 12 17:32:51.334 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 17:32:51.334 INFO kablam! | Oct 12 17:32:51.335 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 17:32:51.335 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:32:51.335 INFO kablam! | Oct 12 17:32:51.335 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:32:51.336 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:32:51.336 INFO kablam! Oct 12 17:32:51.336 INFO kablam! warning: cannot find type `name` in this scope Oct 12 17:32:51.337 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 17:32:51.337 INFO kablam! | Oct 12 17:32:51.337 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 17:32:51.338 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:32:51.338 INFO kablam! | Oct 12 17:32:51.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 12 17:32:51.339 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:32:51.339 INFO kablam! Oct 12 17:32:51.339 INFO kablam! warning: cannot find type `email` in this scope Oct 12 17:32:51.339 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 17:32:51.340 INFO kablam! | Oct 12 17:32:51.340 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 17:32:51.340 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:32:51.341 INFO kablam! | Oct 12 17:32:51.341 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:32:51.341 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:32:51.342 INFO kablam! Oct 12 17:32:51.342 INFO kablam! warning: cannot find type `status` in this scope Oct 12 17:32:51.342 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 17:32:51.342 INFO kablam! | Oct 12 17:32:51.343 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 17:32:51.343 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:32:51.343 INFO kablam! | Oct 12 17:32:51.343 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:32:51.344 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:32:51.344 INFO kablam! Oct 12 17:32:51.344 INFO kablam! warning: unused import: `serde_json` Oct 12 17:32:51.345 INFO kablam! --> src/db/models/account.rs:1:5 Oct 12 17:32:51.345 INFO kablam! | Oct 12 17:32:51.345 INFO kablam! 1 | use serde_json; Oct 12 17:32:51.345 INFO kablam! | ^^^^^^^^^^ Oct 12 17:32:51.346 INFO kablam! Oct 12 17:32:51.346 INFO kablam! warning: cannot find type `Account` in this scope Oct 12 17:32:51.346 INFO kablam! --> src/db/models/account.rs:7:34 Oct 12 17:32:51.346 INFO kablam! | Oct 12 17:32:51.347 INFO kablam! 7 | #[derive(Serialize, Deserialize, Queryable)] Oct 12 17:32:51.347 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:32:51.347 INFO kablam! | Oct 12 17:32:51.348 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:32:51.348 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:32:51.348 INFO kablam! Oct 12 17:32:51.348 INFO kablam! warning: cannot find type `account` in this scope Oct 12 17:32:51.349 INFO kablam! --> src/db/models/account.rs:16:10 Oct 12 17:32:51.349 INFO kablam! | Oct 12 17:32:51.349 INFO kablam! 16 | #[derive(Insertable)] Oct 12 17:32:51.349 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:32:51.350 INFO kablam! | Oct 12 17:32:51.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 12 17:32:51.350 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:32:51.351 INFO kablam! Oct 12 17:32:51.351 INFO kablam! warning: cannot find type `NewAccount` in this scope Oct 12 17:32:51.351 INFO kablam! --> src/db/models/account.rs:16:10 Oct 12 17:32:51.351 INFO kablam! | Oct 12 17:32:51.352 INFO kablam! 16 | #[derive(Insertable)] Oct 12 17:32:51.352 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:32:51.352 INFO kablam! | Oct 12 17:32:51.353 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:32:51.353 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:32:51.353 INFO kablam! Oct 12 17:32:51.354 INFO kablam! warning: unused import: `nickel` Oct 12 17:32:51.354 INFO kablam! --> src/templates/header.rs:1:5 Oct 12 17:32:51.354 INFO kablam! | Oct 12 17:32:51.359 INFO kablam! 1 | use nickel; Oct 12 17:32:51.359 INFO kablam! | ^^^^^^ Oct 12 17:32:51.359 INFO kablam! Oct 12 17:32:51.359 INFO kablam! warning: unused import: `Nickel` Oct 12 17:32:51.360 INFO kablam! --> src/main.rs:19:14 Oct 12 17:32:51.360 INFO kablam! | Oct 12 17:32:51.360 INFO kablam! 19 | use nickel::{Nickel}; Oct 12 17:32:51.360 INFO kablam! | ^^^^^^ Oct 12 17:32:51.361 INFO kablam! Oct 12 17:32:51.791 INFO kablam! warning: unused variable: `database` Oct 12 17:32:51.791 INFO kablam! --> src/main.rs:45:9 Oct 12 17:32:51.791 INFO kablam! | Oct 12 17:32:51.791 INFO kablam! 45 | let database = std::env::var("DATABASE_URL").expect("DATABASE_URL must be set"); Oct 12 17:32:51.791 INFO kablam! | ^^^^^^^^ help: consider using `_database` instead Oct 12 17:32:51.791 INFO kablam! | Oct 12 17:32:51.791 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:32:51.791 INFO kablam! Oct 12 17:32:51.867 INFO kablam! warning: type alias is never used: `SqlConnection` Oct 12 17:32:51.867 INFO kablam! --> src/db/mod.rs:4:1 Oct 12 17:32:51.867 INFO kablam! | Oct 12 17:32:51.867 INFO kablam! 4 | pub type SqlConnection = ::diesel::SqliteConnection; Oct 12 17:32:51.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:32:51.867 INFO kablam! | Oct 12 17:32:51.867 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:32:51.867 INFO kablam! Oct 12 17:32:56.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 39s Oct 12 17:32:56.381 INFO kablam! su: No module specific data is present Oct 12 17:32:57.515 INFO running `"docker" "rm" "-f" "0c7f183ebd5c2d1589e4217e8226ed88bd99ef6c7be310890ee0e2fe90f24d64"` Oct 12 17:32:57.815 INFO blam! 0c7f183ebd5c2d1589e4217e8226ed88bd99ef6c7be310890ee0e2fe90f24d64 Oct 12 17:32:57.819 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 12 17:32:58.244 INFO blam! 748c8a80373ffeb3338eabee1e508f17d380977f12d0ddc4616bc8665073e615 Oct 12 17:32:58.246 INFO running `"docker" "start" "-a" "748c8a80373ffeb3338eabee1e508f17d380977f12d0ddc4616bc8665073e615"` Oct 12 17:33:00.503 INFO kablam! usermod: no changes Oct 12 17:33:00.720 INFO kablam! Compiling base-rest-app v0.1.0 (/source) Oct 12 17:33:01.147 INFO kablam! warning: unused import: `MiddlewareResult` Oct 12 17:33:01.148 INFO kablam! --> src/controller/mod.rs:2:35 Oct 12 17:33:01.149 INFO kablam! | Oct 12 17:33:01.149 INFO kablam! 2 | use nickel::{Nickel, HttpRouter, MiddlewareResult}; Oct 12 17:33:01.150 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 17:33:01.151 INFO kablam! | Oct 12 17:33:01.151 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:33:01.152 INFO kablam! Oct 12 17:33:01.153 INFO kablam! warning: unused import: `db` Oct 12 17:33:01.153 INFO kablam! --> src/controller/account.rs:3:5 Oct 12 17:33:01.154 INFO kablam! | Oct 12 17:33:01.155 INFO kablam! 3 | use db; Oct 12 17:33:01.155 INFO kablam! | ^^ Oct 12 17:33:01.156 INFO kablam! Oct 12 17:33:01.156 INFO kablam! warning: unused import: `enable_cors` Oct 12 17:33:01.157 INFO kablam! --> src/controller/mod.rs:9:29 Oct 12 17:33:01.157 INFO kablam! | Oct 12 17:33:01.157 INFO kablam! 9 | use templates :: header :: {enable_cors}; Oct 12 17:33:01.157 INFO kablam! | ^^^^^^^^^^^ Oct 12 17:33:01.157 INFO kablam! Oct 12 17:33:01.157 INFO kablam! warning: cannot find type `table` in this scope Oct 12 17:33:01.157 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 17:33:01.157 INFO kablam! | Oct 12 17:33:01.157 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 17:33:01.157 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:33:01.157 INFO kablam! | Oct 12 17:33:01.157 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 17:33:01.157 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:33:01.157 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:33:01.158 INFO kablam! Oct 12 17:33:01.158 INFO kablam! warning: cannot find type `table` in this scope Oct 12 17:33:01.158 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 17:33:01.158 INFO kablam! | Oct 12 17:33:01.158 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 17:33:01.158 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:33:01.158 INFO kablam! | Oct 12 17:33:01.158 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:33:01.158 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:33:01.158 INFO kablam! Oct 12 17:33:01.158 INFO kablam! warning: cannot find type `id` in this scope Oct 12 17:33:01.158 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 17:33:01.158 INFO kablam! | Oct 12 17:33:01.158 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 17:33:01.158 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:33:01.158 INFO kablam! | Oct 12 17:33:01.158 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:33:01.158 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:33:01.158 INFO kablam! Oct 12 17:33:01.161 INFO kablam! warning: cannot find type `name` in this scope Oct 12 17:33:01.161 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 17:33:01.161 INFO kablam! | Oct 12 17:33:01.161 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 17:33:01.161 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:33:01.161 INFO kablam! | Oct 12 17:33:01.161 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:33:01.161 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:33:01.161 INFO kablam! Oct 12 17:33:01.161 INFO kablam! warning: cannot find type `email` in this scope Oct 12 17:33:01.161 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 17:33:01.162 INFO kablam! | Oct 12 17:33:01.162 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 17:33:01.162 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:33:01.162 INFO kablam! | Oct 12 17:33:01.162 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:33:01.162 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:33:01.162 INFO kablam! Oct 12 17:33:01.162 INFO kablam! warning: cannot find type `status` in this scope Oct 12 17:33:01.162 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 17:33:01.162 INFO kablam! | Oct 12 17:33:01.162 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 17:33:01.162 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:33:01.162 INFO kablam! | Oct 12 17:33:01.162 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:33:01.162 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:33:01.162 INFO kablam! Oct 12 17:33:01.162 INFO kablam! warning: unused import: `serde_json` Oct 12 17:33:01.162 INFO kablam! --> src/db/models/account.rs:1:5 Oct 12 17:33:01.162 INFO kablam! | Oct 12 17:33:01.162 INFO kablam! 1 | use serde_json; Oct 12 17:33:01.162 INFO kablam! | ^^^^^^^^^^ Oct 12 17:33:01.162 INFO kablam! Oct 12 17:33:01.166 INFO kablam! warning: cannot find type `Account` in this scope Oct 12 17:33:01.166 INFO kablam! --> src/db/models/account.rs:7:34 Oct 12 17:33:01.166 INFO kablam! | Oct 12 17:33:01.166 INFO kablam! 7 | #[derive(Serialize, Deserialize, Queryable)] Oct 12 17:33:01.166 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:33:01.166 INFO kablam! | Oct 12 17:33:01.166 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:33:01.166 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:33:01.166 INFO kablam! Oct 12 17:33:01.166 INFO kablam! warning: cannot find type `account` in this scope Oct 12 17:33:01.166 INFO kablam! --> src/db/models/account.rs:16:10 Oct 12 17:33:01.166 INFO kablam! | Oct 12 17:33:01.166 INFO kablam! 16 | #[derive(Insertable)] Oct 12 17:33:01.166 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:33:01.166 INFO kablam! | Oct 12 17:33:01.166 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:33:01.166 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:33:01.166 INFO kablam! Oct 12 17:33:01.166 INFO kablam! warning: cannot find type `NewAccount` in this scope Oct 12 17:33:01.166 INFO kablam! --> src/db/models/account.rs:16:10 Oct 12 17:33:01.166 INFO kablam! | Oct 12 17:33:01.166 INFO kablam! 16 | #[derive(Insertable)] Oct 12 17:33:01.166 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:33:01.166 INFO kablam! | Oct 12 17:33:01.169 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:33:01.169 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:33:01.169 INFO kablam! Oct 12 17:33:01.169 INFO kablam! warning: unused import: `nickel` Oct 12 17:33:01.169 INFO kablam! --> src/templates/header.rs:1:5 Oct 12 17:33:01.169 INFO kablam! | Oct 12 17:33:01.169 INFO kablam! 1 | use nickel; Oct 12 17:33:01.169 INFO kablam! | ^^^^^^ Oct 12 17:33:01.169 INFO kablam! Oct 12 17:33:01.170 INFO kablam! warning: unused import: `Nickel` Oct 12 17:33:01.170 INFO kablam! --> src/main.rs:19:14 Oct 12 17:33:01.170 INFO kablam! | Oct 12 17:33:01.170 INFO kablam! 19 | use nickel::{Nickel}; Oct 12 17:33:01.170 INFO kablam! | ^^^^^^ Oct 12 17:33:01.170 INFO kablam! Oct 12 17:33:01.452 INFO kablam! warning: unused variable: `database` Oct 12 17:33:01.452 INFO kablam! --> src/main.rs:45:9 Oct 12 17:33:01.452 INFO kablam! | Oct 12 17:33:01.452 INFO kablam! 45 | let database = std::env::var("DATABASE_URL").expect("DATABASE_URL must be set"); Oct 12 17:33:01.452 INFO kablam! | ^^^^^^^^ help: consider using `_database` instead Oct 12 17:33:01.452 INFO kablam! | Oct 12 17:33:01.452 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:33:01.452 INFO kablam! Oct 12 17:33:01.527 INFO kablam! warning: type alias is never used: `SqlConnection` Oct 12 17:33:01.527 INFO kablam! --> src/db/mod.rs:4:1 Oct 12 17:33:01.527 INFO kablam! | Oct 12 17:33:01.527 INFO kablam! 4 | pub type SqlConnection = ::diesel::SqliteConnection; Oct 12 17:33:01.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:33:01.527 INFO kablam! | Oct 12 17:33:01.527 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:33:01.527 INFO kablam! Oct 12 17:33:02.115 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 12 17:33:02.123 INFO kablam! su: No module specific data is present Oct 12 17:33:04.006 INFO running `"docker" "rm" "-f" "748c8a80373ffeb3338eabee1e508f17d380977f12d0ddc4616bc8665073e615"` Oct 12 17:33:04.339 INFO blam! 748c8a80373ffeb3338eabee1e508f17d380977f12d0ddc4616bc8665073e615 Oct 12 17:33:04.343 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 12 17:33:04.978 INFO blam! 9d05f586cd58e7201523a19583da9680e7a5bb5e32fb97de2b81ba109573d07b Oct 12 17:33:04.980 INFO running `"docker" "start" "-a" "9d05f586cd58e7201523a19583da9680e7a5bb5e32fb97de2b81ba109573d07b"` Oct 12 17:33:06.795 INFO kablam! usermod: no changes Oct 12 17:33:06.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 12 17:33:06.951 INFO blam! Oct 12 17:33:06.951 INFO kablam! Running /target/debug/deps/base_rest_app-2baa65eca1a913c7 Oct 12 17:33:06.952 INFO blam! running 0 tests Oct 12 17:33:06.952 INFO kablam! su: No module specific data is present Oct 12 17:33:06.952 INFO blam! Oct 12 17:33:06.952 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:33:06.953 INFO blam! Oct 12 17:33:07.604 INFO running `"docker" "rm" "-f" "9d05f586cd58e7201523a19583da9680e7a5bb5e32fb97de2b81ba109573d07b"` Oct 12 17:33:07.928 INFO blam! 9d05f586cd58e7201523a19583da9680e7a5bb5e32fb97de2b81ba109573d07b