Oct 13 05:15:33.222 INFO checking ChrisMacNaughton/osci-dash against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 05:15:33.222 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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 05:15:33.818 INFO blam! 10854bb62d3b137f0400865f7a5e64fad3bf7c73117a8129f6a6a1f193630b54 Oct 13 05:15:33.828 INFO running `"docker" "start" "-a" "10854bb62d3b137f0400865f7a5e64fad3bf7c73117a8129f6a6a1f193630b54"` Oct 13 05:15:35.244 INFO kablam! usermod: no changes Oct 13 05:15:35.700 INFO kablam! Checking r2d2 v0.8.2 Oct 13 05:15:35.700 INFO kablam! Checking chrono v0.4.6 Oct 13 05:15:35.701 INFO kablam! Checking error-chain v0.10.0 Oct 13 05:15:37.880 INFO kablam! Checking dotenv v0.10.1 Oct 13 05:15:39.664 INFO kablam! Checking diesel v1.3.2 Oct 13 05:16:06.527 INFO kablam! Checking osci-dash v0.1.0 (/source) Oct 13 05:16:12.648 INFO kablam! warning: unused import: `matrices` Oct 13 05:16:12.648 INFO kablam! --> src/jenkins/job.rs:1:14 Oct 13 05:16:12.648 INFO kablam! | Oct 13 05:16:12.648 INFO kablam! 1 | use schema::{matrices, jobs}; Oct 13 05:16:12.648 INFO kablam! | ^^^^^^^^ Oct 13 05:16:12.648 INFO kablam! | Oct 13 05:16:12.648 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:16:12.648 INFO kablam! Oct 13 05:16:12.648 INFO kablam! warning: unused import: `Run` Oct 13 05:16:12.648 INFO kablam! --> src/jenkins/job.rs:2:21 Oct 13 05:16:12.648 INFO kablam! | Oct 13 05:16:12.648 INFO kablam! 2 | use super::{Matrix, Run}; Oct 13 05:16:12.648 INFO kablam! | ^^^ Oct 13 05:16:12.648 INFO kablam! Oct 13 05:16:12.648 INFO kablam! warning: cannot find type `Job` in this scope Oct 13 05:16:12.648 INFO kablam! --> src/jenkins/job.rs:5:10 Oct 13 05:16:12.648 INFO kablam! | Oct 13 05:16:12.648 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.648 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.648 INFO kablam! | Oct 13 05:16:12.648 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 05:16:12.648 INFO kablam! = 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 05:16:12.648 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.649 INFO kablam! Oct 13 05:16:12.649 INFO kablam! warning: cannot find type `jobs` in this scope Oct 13 05:16:12.649 INFO kablam! --> src/jenkins/job.rs:5:10 Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.649 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! = 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 05:16:12.649 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.649 INFO kablam! Oct 13 05:16:12.649 INFO kablam! warning: cannot find type `Job` in this scope Oct 13 05:16:12.649 INFO kablam! --> src/jenkins/job.rs:5:10 Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.649 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! = 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 05:16:12.649 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.649 INFO kablam! Oct 13 05:16:12.649 INFO kablam! warning: cannot find type `jobs` in this scope Oct 13 05:16:12.649 INFO kablam! --> src/jenkins/job.rs:5:24 Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.649 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! = 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 05:16:12.649 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.649 INFO kablam! Oct 13 05:16:12.649 INFO kablam! warning: cannot find type `Job` in this scope Oct 13 05:16:12.649 INFO kablam! --> src/jenkins/job.rs:5:24 Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.649 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! = 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 05:16:12.649 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.649 INFO kablam! Oct 13 05:16:12.649 INFO kablam! warning: cannot find type `Job` in this scope Oct 13 05:16:12.649 INFO kablam! --> src/jenkins/job.rs:5:36 Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.649 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! = 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 05:16:12.649 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.649 INFO kablam! Oct 13 05:16:12.649 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 13 05:16:12.649 INFO kablam! --> src/jenkins/job.rs:5:47 Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.649 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! = 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 05:16:12.649 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.649 INFO kablam! Oct 13 05:16:12.649 INFO kablam! warning: cannot find type `Job` in this scope Oct 13 05:16:12.649 INFO kablam! --> src/jenkins/job.rs:5:47 Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.649 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! = 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 05:16:12.649 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.649 INFO kablam! Oct 13 05:16:12.649 INFO kablam! warning: cannot find type `jobs` in this scope Oct 13 05:16:12.649 INFO kablam! --> src/jenkins/job.rs:5:47 Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.649 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! = 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 05:16:12.649 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.649 INFO kablam! Oct 13 05:16:12.649 INFO kablam! warning: unused import: `super::Job` Oct 13 05:16:12.649 INFO kablam! --> src/jenkins/matrix.rs:2:5 Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! 2 | use super::Job; Oct 13 05:16:12.649 INFO kablam! | ^^^^^^^^^^ Oct 13 05:16:12.649 INFO kablam! Oct 13 05:16:12.649 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 13 05:16:12.649 INFO kablam! --> src/jenkins/matrix.rs:4:10 Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 13 05:16:12.649 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.649 INFO kablam! | Oct 13 05:16:12.649 INFO kablam! = 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 05:16:12.649 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.653 INFO kablam! Oct 13 05:16:12.653 INFO kablam! warning: cannot find type `matrices` in this scope Oct 13 05:16:12.653 INFO kablam! --> src/jenkins/matrix.rs:4:10 Oct 13 05:16:12.653 INFO kablam! | Oct 13 05:16:12.653 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 13 05:16:12.653 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.653 INFO kablam! | Oct 13 05:16:12.653 INFO kablam! = 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 05:16:12.653 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.653 INFO kablam! Oct 13 05:16:12.653 INFO kablam! warning: cannot find type `matrices` in this scope Oct 13 05:16:12.653 INFO kablam! --> src/jenkins/matrix.rs:4:24 Oct 13 05:16:12.653 INFO kablam! | Oct 13 05:16:12.653 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 13 05:16:12.653 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.653 INFO kablam! | Oct 13 05:16:12.653 INFO kablam! = 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 05:16:12.653 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.653 INFO kablam! Oct 13 05:16:12.653 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 13 05:16:12.653 INFO kablam! --> src/jenkins/matrix.rs:4:24 Oct 13 05:16:12.653 INFO kablam! | Oct 13 05:16:12.653 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 13 05:16:12.653 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.653 INFO kablam! | Oct 13 05:16:12.653 INFO kablam! = 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 05:16:12.653 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.653 INFO kablam! Oct 13 05:16:12.654 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 13 05:16:12.654 INFO kablam! --> src/jenkins/matrix.rs:4:36 Oct 13 05:16:12.654 INFO kablam! | Oct 13 05:16:12.654 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 13 05:16:12.654 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.654 INFO kablam! | Oct 13 05:16:12.654 INFO kablam! = 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 05:16:12.654 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.654 INFO kablam! Oct 13 05:16:12.654 INFO kablam! warning: unused import: `jobs` Oct 13 05:16:12.654 INFO kablam! --> src/jenkins/run.rs:3:20 Oct 13 05:16:12.654 INFO kablam! | Oct 13 05:16:12.654 INFO kablam! 3 | use schema::{runs, jobs}; Oct 13 05:16:12.654 INFO kablam! | ^^^^ Oct 13 05:16:12.654 INFO kablam! Oct 13 05:16:12.654 INFO kablam! warning: cannot find type `Run` in this scope Oct 13 05:16:12.654 INFO kablam! --> src/jenkins/run.rs:8:10 Oct 13 05:16:12.654 INFO kablam! | Oct 13 05:16:12.654 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.654 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.654 INFO kablam! | Oct 13 05:16:12.654 INFO kablam! = 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 05:16:12.654 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.654 INFO kablam! Oct 13 05:16:12.663 INFO kablam! warning: cannot find type `runs` in this scope Oct 13 05:16:12.663 INFO kablam! --> src/jenkins/run.rs:8:10 Oct 13 05:16:12.663 INFO kablam! | Oct 13 05:16:12.663 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.663 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.663 INFO kablam! | Oct 13 05:16:12.663 INFO kablam! = 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 05:16:12.663 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.663 INFO kablam! Oct 13 05:16:12.663 INFO kablam! warning: cannot find type `runs` in this scope Oct 13 05:16:12.663 INFO kablam! --> src/jenkins/run.rs:8:24 Oct 13 05:16:12.663 INFO kablam! | Oct 13 05:16:12.663 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.663 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.663 INFO kablam! | Oct 13 05:16:12.663 INFO kablam! = 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 05:16:12.663 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.663 INFO kablam! Oct 13 05:16:12.663 INFO kablam! warning: cannot find type `Run` in this scope Oct 13 05:16:12.663 INFO kablam! --> src/jenkins/run.rs:8:24 Oct 13 05:16:12.663 INFO kablam! | Oct 13 05:16:12.663 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.663 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.663 INFO kablam! | Oct 13 05:16:12.663 INFO kablam! = 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 05:16:12.663 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.663 INFO kablam! Oct 13 05:16:12.663 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 13 05:16:12.663 INFO kablam! --> src/jenkins/run.rs:8:24 Oct 13 05:16:12.663 INFO kablam! | Oct 13 05:16:12.663 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.663 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.663 INFO kablam! | Oct 13 05:16:12.663 INFO kablam! = 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 05:16:12.663 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.663 INFO kablam! Oct 13 05:16:12.663 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 13 05:16:12.663 INFO kablam! --> src/jenkins/run.rs:8:36 Oct 13 05:16:12.663 INFO kablam! | Oct 13 05:16:12.663 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.663 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.663 INFO kablam! | Oct 13 05:16:12.663 INFO kablam! = 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 05:16:12.663 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.663 INFO kablam! Oct 13 05:16:12.663 INFO kablam! warning: cannot find type `Run` in this scope Oct 13 05:16:12.663 INFO kablam! --> src/jenkins/run.rs:8:36 Oct 13 05:16:12.663 INFO kablam! | Oct 13 05:16:12.663 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.663 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.663 INFO kablam! | Oct 13 05:16:12.663 INFO kablam! = 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 05:16:12.663 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.663 INFO kablam! Oct 13 05:16:12.663 INFO kablam! warning: cannot find type `Job` in this scope Oct 13 05:16:12.663 INFO kablam! --> src/jenkins/run.rs:8:47 Oct 13 05:16:12.663 INFO kablam! | Oct 13 05:16:12.664 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.664 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.664 INFO kablam! | Oct 13 05:16:12.664 INFO kablam! = 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 05:16:12.664 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.664 INFO kablam! Oct 13 05:16:12.664 INFO kablam! warning: cannot find type `Run` in this scope Oct 13 05:16:12.664 INFO kablam! --> src/jenkins/run.rs:8:47 Oct 13 05:16:12.664 INFO kablam! | Oct 13 05:16:12.664 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.664 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.664 INFO kablam! | Oct 13 05:16:12.664 INFO kablam! = 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 05:16:12.664 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.664 INFO kablam! Oct 13 05:16:12.664 INFO kablam! warning: cannot find type `runs` in this scope Oct 13 05:16:12.664 INFO kablam! --> src/jenkins/run.rs:8:47 Oct 13 05:16:12.664 INFO kablam! | Oct 13 05:16:12.664 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:12.664 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.664 INFO kablam! | Oct 13 05:16:12.664 INFO kablam! = 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 05:16:12.664 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.664 INFO kablam! Oct 13 05:16:12.664 INFO kablam! warning: cannot find type `table` in this scope Oct 13 05:16:12.664 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 05:16:12.664 INFO kablam! | Oct 13 05:16:12.664 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 05:16:12.664 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.664 INFO kablam! | Oct 13 05:16:12.664 INFO kablam! = 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 05:16:12.664 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.664 INFO kablam! Oct 13 05:16:12.664 INFO kablam! warning: cannot find type `id` in this scope Oct 13 05:16:12.664 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:12.664 INFO kablam! | Oct 13 05:16:12.664 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:12.664 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.664 INFO kablam! | Oct 13 05:16:12.664 INFO kablam! = 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 05:16:12.664 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.664 INFO kablam! Oct 13 05:16:12.664 INFO kablam! warning: cannot find type `name` in this scope Oct 13 05:16:12.664 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:12.664 INFO kablam! | Oct 13 05:16:12.664 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:12.664 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.664 INFO kablam! | Oct 13 05:16:12.664 INFO kablam! = 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 05:16:12.664 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.664 INFO kablam! Oct 13 05:16:12.665 INFO kablam! warning: cannot find type `ubuntu_version` in this scope Oct 13 05:16:12.665 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:12.665 INFO kablam! | Oct 13 05:16:12.665 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:12.665 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.665 INFO kablam! | Oct 13 05:16:12.665 INFO kablam! = 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 05:16:12.665 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.665 INFO kablam! Oct 13 05:16:12.665 INFO kablam! warning: cannot find type `openstack_version` in this scope Oct 13 05:16:12.665 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:12.665 INFO kablam! | Oct 13 05:16:12.665 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:12.665 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.665 INFO kablam! | Oct 13 05:16:12.665 INFO kablam! = 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 05:16:12.665 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.665 INFO kablam! Oct 13 05:16:12.665 INFO kablam! warning: cannot find type `matrix_id` in this scope Oct 13 05:16:12.665 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:12.665 INFO kablam! | Oct 13 05:16:12.665 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:12.665 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.665 INFO kablam! | Oct 13 05:16:12.665 INFO kablam! = 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 05:16:12.665 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.665 INFO kablam! Oct 13 05:16:12.667 INFO kablam! warning: cannot find type `job_id` in this scope Oct 13 05:16:12.667 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:12.667 INFO kablam! | Oct 13 05:16:12.667 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:12.667 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.667 INFO kablam! | Oct 13 05:16:12.667 INFO kablam! = 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 05:16:12.667 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.667 INFO kablam! Oct 13 05:16:12.667 INFO kablam! warning: cannot find type `pass` in this scope Oct 13 05:16:12.667 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:12.667 INFO kablam! | Oct 13 05:16:12.667 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:12.667 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.667 INFO kablam! | Oct 13 05:16:12.667 INFO kablam! = 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 05:16:12.667 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.667 INFO kablam! Oct 13 05:16:12.667 INFO kablam! warning: cannot find type `created_at` in this scope Oct 13 05:16:12.667 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:12.667 INFO kablam! | Oct 13 05:16:12.667 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:12.667 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.667 INFO kablam! | Oct 13 05:16:12.667 INFO kablam! = 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 05:16:12.667 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.667 INFO kablam! Oct 13 05:16:12.667 INFO kablam! warning: cannot find type `runtime` in this scope Oct 13 05:16:12.667 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:12.667 INFO kablam! | Oct 13 05:16:12.667 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:12.667 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:12.667 INFO kablam! | Oct 13 05:16:12.667 INFO kablam! = 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 05:16:12.667 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:12.667 INFO kablam! Oct 13 05:16:13.332 INFO kablam! warning: unused import: `matrices` Oct 13 05:16:13.332 INFO kablam! --> src/jenkins/job.rs:1:14 Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! 1 | use schema::{matrices, jobs}; Oct 13 05:16:13.332 INFO kablam! | ^^^^^^^^ Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:16:13.332 INFO kablam! Oct 13 05:16:13.332 INFO kablam! warning: unused import: `Run` Oct 13 05:16:13.332 INFO kablam! --> src/jenkins/job.rs:2:21 Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! 2 | use super::{Matrix, Run}; Oct 13 05:16:13.332 INFO kablam! | ^^^ Oct 13 05:16:13.332 INFO kablam! Oct 13 05:16:13.332 INFO kablam! warning: cannot find type `Job` in this scope Oct 13 05:16:13.332 INFO kablam! --> src/jenkins/job.rs:5:10 Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.332 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 05:16:13.332 INFO kablam! = 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 05:16:13.332 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.332 INFO kablam! Oct 13 05:16:13.332 INFO kablam! warning: cannot find type `jobs` in this scope Oct 13 05:16:13.332 INFO kablam! --> src/jenkins/job.rs:5:10 Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.332 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! = 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 05:16:13.332 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.332 INFO kablam! Oct 13 05:16:13.332 INFO kablam! warning: cannot find type `Job` in this scope Oct 13 05:16:13.332 INFO kablam! --> src/jenkins/job.rs:5:10 Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.332 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! = 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 05:16:13.332 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.332 INFO kablam! Oct 13 05:16:13.332 INFO kablam! warning: cannot find type `jobs` in this scope Oct 13 05:16:13.332 INFO kablam! --> src/jenkins/job.rs:5:24 Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.332 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! = 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 05:16:13.332 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.332 INFO kablam! Oct 13 05:16:13.332 INFO kablam! warning: cannot find type `Job` in this scope Oct 13 05:16:13.332 INFO kablam! --> src/jenkins/job.rs:5:24 Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.332 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! = 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 05:16:13.332 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.332 INFO kablam! Oct 13 05:16:13.332 INFO kablam! warning: cannot find type `Job` in this scope Oct 13 05:16:13.332 INFO kablam! --> src/jenkins/job.rs:5:36 Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.332 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.332 INFO kablam! | Oct 13 05:16:13.332 INFO kablam! = 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 05:16:13.332 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.333 INFO kablam! Oct 13 05:16:13.333 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 13 05:16:13.333 INFO kablam! --> src/jenkins/job.rs:5:47 Oct 13 05:16:13.333 INFO kablam! | Oct 13 05:16:13.333 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.333 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.333 INFO kablam! | Oct 13 05:16:13.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 13 05:16:13.333 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.333 INFO kablam! Oct 13 05:16:13.333 INFO kablam! warning: cannot find type `Job` in this scope Oct 13 05:16:13.333 INFO kablam! --> src/jenkins/job.rs:5:47 Oct 13 05:16:13.333 INFO kablam! | Oct 13 05:16:13.333 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.333 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.333 INFO kablam! | Oct 13 05:16:13.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 13 05:16:13.333 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.333 INFO kablam! Oct 13 05:16:13.333 INFO kablam! warning: cannot find type `jobs` in this scope Oct 13 05:16:13.333 INFO kablam! --> src/jenkins/job.rs:5:47 Oct 13 05:16:13.333 INFO kablam! | Oct 13 05:16:13.333 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.333 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.333 INFO kablam! | Oct 13 05:16:13.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 13 05:16:13.333 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.333 INFO kablam! Oct 13 05:16:13.333 INFO kablam! warning: unused import: `super::Job` Oct 13 05:16:13.333 INFO kablam! --> src/jenkins/matrix.rs:2:5 Oct 13 05:16:13.333 INFO kablam! | Oct 13 05:16:13.333 INFO kablam! 2 | use super::Job; Oct 13 05:16:13.333 INFO kablam! | ^^^^^^^^^^ Oct 13 05:16:13.333 INFO kablam! Oct 13 05:16:13.333 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 13 05:16:13.333 INFO kablam! --> src/jenkins/matrix.rs:4:10 Oct 13 05:16:13.333 INFO kablam! | Oct 13 05:16:13.333 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 13 05:16:13.333 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.333 INFO kablam! | Oct 13 05:16:13.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 13 05:16:13.333 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.333 INFO kablam! Oct 13 05:16:13.333 INFO kablam! warning: cannot find type `matrices` in this scope Oct 13 05:16:13.333 INFO kablam! --> src/jenkins/matrix.rs:4:10 Oct 13 05:16:13.333 INFO kablam! | Oct 13 05:16:13.333 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 13 05:16:13.333 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.333 INFO kablam! | Oct 13 05:16:13.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 13 05:16:13.333 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.333 INFO kablam! Oct 13 05:16:13.333 INFO kablam! warning: cannot find type `matrices` in this scope Oct 13 05:16:13.333 INFO kablam! --> src/jenkins/matrix.rs:4:24 Oct 13 05:16:13.333 INFO kablam! | Oct 13 05:16:13.333 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 13 05:16:13.333 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.333 INFO kablam! | Oct 13 05:16:13.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 13 05:16:13.333 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.333 INFO kablam! Oct 13 05:16:13.365 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 13 05:16:13.365 INFO kablam! --> src/jenkins/matrix.rs:4:24 Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 13 05:16:13.365 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! = 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 05:16:13.365 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.365 INFO kablam! Oct 13 05:16:13.365 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 13 05:16:13.365 INFO kablam! --> src/jenkins/matrix.rs:4:36 Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 13 05:16:13.365 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! = 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 05:16:13.365 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.365 INFO kablam! Oct 13 05:16:13.365 INFO kablam! warning: unused import: `jobs` Oct 13 05:16:13.365 INFO kablam! --> src/jenkins/run.rs:3:20 Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! 3 | use schema::{runs, jobs}; Oct 13 05:16:13.365 INFO kablam! | ^^^^ Oct 13 05:16:13.365 INFO kablam! Oct 13 05:16:13.365 INFO kablam! warning: cannot find type `Run` in this scope Oct 13 05:16:13.365 INFO kablam! --> src/jenkins/run.rs:8:10 Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.365 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! = 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 05:16:13.365 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.365 INFO kablam! Oct 13 05:16:13.365 INFO kablam! warning: cannot find type `runs` in this scope Oct 13 05:16:13.365 INFO kablam! --> src/jenkins/run.rs:8:10 Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.365 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! = 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 05:16:13.365 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.365 INFO kablam! Oct 13 05:16:13.365 INFO kablam! warning: cannot find type `runs` in this scope Oct 13 05:16:13.365 INFO kablam! --> src/jenkins/run.rs:8:24 Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.365 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! = 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 05:16:13.365 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.365 INFO kablam! Oct 13 05:16:13.365 INFO kablam! warning: cannot find type `Run` in this scope Oct 13 05:16:13.365 INFO kablam! --> src/jenkins/run.rs:8:24 Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.365 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! = 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 05:16:13.365 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.365 INFO kablam! Oct 13 05:16:13.365 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 13 05:16:13.365 INFO kablam! --> src/jenkins/run.rs:8:24 Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.365 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.365 INFO kablam! | Oct 13 05:16:13.365 INFO kablam! = 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 05:16:13.365 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.365 INFO kablam! Oct 13 05:16:13.366 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 13 05:16:13.366 INFO kablam! --> src/jenkins/run.rs:8:36 Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.366 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! = 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 05:16:13.366 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.366 INFO kablam! Oct 13 05:16:13.366 INFO kablam! warning: cannot find type `Run` in this scope Oct 13 05:16:13.366 INFO kablam! --> src/jenkins/run.rs:8:36 Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.366 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! = 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 05:16:13.366 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.366 INFO kablam! Oct 13 05:16:13.366 INFO kablam! warning: cannot find type `Job` in this scope Oct 13 05:16:13.366 INFO kablam! --> src/jenkins/run.rs:8:47 Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.366 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! = 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 05:16:13.366 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.366 INFO kablam! Oct 13 05:16:13.366 INFO kablam! warning: cannot find type `Run` in this scope Oct 13 05:16:13.366 INFO kablam! --> src/jenkins/run.rs:8:47 Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.366 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! = 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 05:16:13.366 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.366 INFO kablam! Oct 13 05:16:13.366 INFO kablam! warning: cannot find type `runs` in this scope Oct 13 05:16:13.366 INFO kablam! --> src/jenkins/run.rs:8:47 Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 13 05:16:13.366 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! = 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 05:16:13.366 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.366 INFO kablam! Oct 13 05:16:13.366 INFO kablam! warning: cannot find type `table` in this scope Oct 13 05:16:13.366 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 05:16:13.366 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! = 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 05:16:13.366 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.366 INFO kablam! Oct 13 05:16:13.366 INFO kablam! warning: cannot find type `id` in this scope Oct 13 05:16:13.366 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:13.366 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! = 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 05:16:13.366 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.366 INFO kablam! Oct 13 05:16:13.366 INFO kablam! warning: cannot find type `name` in this scope Oct 13 05:16:13.366 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:13.366 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.366 INFO kablam! | Oct 13 05:16:13.366 INFO kablam! = 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 05:16:13.366 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.366 INFO kablam! Oct 13 05:16:13.398 INFO kablam! warning: cannot find type `ubuntu_version` in this scope Oct 13 05:16:13.398 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:13.398 INFO kablam! | Oct 13 05:16:13.398 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:13.398 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.398 INFO kablam! | Oct 13 05:16:13.398 INFO kablam! = 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 05:16:13.398 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.398 INFO kablam! Oct 13 05:16:13.398 INFO kablam! warning: cannot find type `openstack_version` in this scope Oct 13 05:16:13.398 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:13.398 INFO kablam! | Oct 13 05:16:13.398 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:13.398 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.398 INFO kablam! | Oct 13 05:16:13.398 INFO kablam! = 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 05:16:13.398 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.398 INFO kablam! Oct 13 05:16:13.398 INFO kablam! warning: cannot find type `matrix_id` in this scope Oct 13 05:16:13.398 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:13.398 INFO kablam! | Oct 13 05:16:13.398 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:13.398 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.398 INFO kablam! | Oct 13 05:16:13.398 INFO kablam! = 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 05:16:13.398 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.398 INFO kablam! Oct 13 05:16:13.409 INFO kablam! warning: cannot find type `job_id` in this scope Oct 13 05:16:13.409 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:13.409 INFO kablam! | Oct 13 05:16:13.409 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:13.409 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.420 INFO kablam! | Oct 13 05:16:13.420 INFO kablam! = 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 05:16:13.420 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.420 INFO kablam! Oct 13 05:16:13.420 INFO kablam! warning: cannot find type `pass` in this scope Oct 13 05:16:13.420 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:13.420 INFO kablam! | Oct 13 05:16:13.420 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:13.420 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.420 INFO kablam! | Oct 13 05:16:13.420 INFO kablam! = 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 05:16:13.420 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.420 INFO kablam! Oct 13 05:16:13.420 INFO kablam! warning: cannot find type `created_at` in this scope Oct 13 05:16:13.420 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:13.420 INFO kablam! | Oct 13 05:16:13.420 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:13.420 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.420 INFO kablam! | Oct 13 05:16:13.420 INFO kablam! = 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 05:16:13.420 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.420 INFO kablam! Oct 13 05:16:13.421 INFO kablam! warning: cannot find type `runtime` in this scope Oct 13 05:16:13.421 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 05:16:13.421 INFO kablam! | Oct 13 05:16:13.421 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 05:16:13.421 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:16:13.421 INFO kablam! | Oct 13 05:16:13.421 INFO kablam! = 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 05:16:13.421 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:16:13.421 INFO kablam! Oct 13 05:16:13.540 INFO kablam! warning: unused variable: `jenkins_worker` Oct 13 05:16:13.540 INFO kablam! --> src/main.rs:68:9 Oct 13 05:16:13.540 INFO kablam! | Oct 13 05:16:13.540 INFO kablam! 68 | let jenkins_worker = jenkins_updater(sleep_duration); Oct 13 05:16:13.540 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_jenkins_worker` instead Oct 13 05:16:13.540 INFO kablam! | Oct 13 05:16:13.540 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:16:13.540 INFO kablam! Oct 13 05:16:14.317 INFO kablam! warning: unused variable: `jenkins_worker` Oct 13 05:16:14.317 INFO kablam! --> src/main.rs:68:9 Oct 13 05:16:14.317 INFO kablam! | Oct 13 05:16:14.317 INFO kablam! 68 | let jenkins_worker = jenkins_updater(sleep_duration); Oct 13 05:16:14.317 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_jenkins_worker` instead Oct 13 05:16:14.317 INFO kablam! | Oct 13 05:16:14.317 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:16:14.317 INFO kablam! Oct 13 05:16:14.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.24s Oct 13 05:16:14.534 INFO kablam! su: No module specific data is present Oct 13 05:16:15.493 INFO running `"docker" "rm" "-f" "10854bb62d3b137f0400865f7a5e64fad3bf7c73117a8129f6a6a1f193630b54"` Oct 13 05:16:15.817 INFO blam! 10854bb62d3b137f0400865f7a5e64fad3bf7c73117a8129f6a6a1f193630b54