Oct 15 11:55:01.947 INFO testing ChrisMacNaughton/osci-dash against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:55:01.948 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 11:55:02.477 INFO blam! 05e8c0ef88f544ed8bb395f787dc1a35d76ffc7bf3587e0be0a255caf376a558 Oct 15 11:55:02.479 INFO running `"docker" "start" "-a" "05e8c0ef88f544ed8bb395f787dc1a35d76ffc7bf3587e0be0a255caf376a558"` Oct 15 11:55:03.557 INFO kablam! usermod: no changes Oct 15 11:55:03.899 INFO kablam! Compiling aho-corasick v0.6.8 Oct 15 11:55:03.907 INFO kablam! Compiling syn v0.11.11 Oct 15 11:55:03.907 INFO kablam! Compiling r2d2 v0.8.2 Oct 15 11:55:03.907 INFO kablam! Compiling backtrace-sys v0.1.24 Oct 15 11:55:03.919 INFO kablam! Compiling libsqlite3-sys v0.9.3 Oct 15 11:55:03.919 INFO kablam! Compiling thread_local v0.3.6 Oct 15 11:55:03.919 INFO kablam! Compiling diesel_derives v1.3.0 Oct 15 11:55:03.919 INFO kablam! Compiling chrono v0.4.6 Oct 15 11:55:06.979 INFO kablam! Compiling backtrace v0.3.9 Oct 15 11:55:09.736 INFO kablam! Compiling regex v0.2.11 Oct 15 11:55:11.903 INFO kablam! Compiling error-chain v0.10.0 Oct 15 11:55:35.789 INFO kablam! Compiling diesel v1.3.2 Oct 15 11:55:36.179 INFO kablam! Compiling derive-error-chain v0.10.1 Oct 15 11:55:46.035 INFO kablam! Compiling dotenv v0.10.1 Oct 15 11:56:14.347 INFO kablam! Compiling osci-dash v0.1.0 (/source) Oct 15 11:56:17.803 INFO kablam! warning: unused import: `matrices` Oct 15 11:56:17.803 INFO kablam! --> src/jenkins/job.rs:1:14 Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! 1 | use schema::{matrices, jobs}; Oct 15 11:56:17.803 INFO kablam! | ^^^^^^^^ Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:56:17.803 INFO kablam! Oct 15 11:56:17.803 INFO kablam! warning: unused import: `Run` Oct 15 11:56:17.803 INFO kablam! --> src/jenkins/job.rs:2:21 Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! 2 | use super::{Matrix, Run}; Oct 15 11:56:17.803 INFO kablam! | ^^^ Oct 15 11:56:17.803 INFO kablam! Oct 15 11:56:17.803 INFO kablam! warning: cannot find type `Job` in this scope Oct 15 11:56:17.803 INFO kablam! --> src/jenkins/job.rs:5:10 Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.803 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 15 11:56:17.803 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.803 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.803 INFO kablam! Oct 15 11:56:17.803 INFO kablam! warning: cannot find type `jobs` in this scope Oct 15 11:56:17.803 INFO kablam! --> src/jenkins/job.rs:5:10 Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.803 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.803 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.803 INFO kablam! Oct 15 11:56:17.803 INFO kablam! warning: cannot find type `Job` in this scope Oct 15 11:56:17.803 INFO kablam! --> src/jenkins/job.rs:5:10 Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.803 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.803 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.803 INFO kablam! Oct 15 11:56:17.803 INFO kablam! warning: cannot find type `jobs` in this scope Oct 15 11:56:17.803 INFO kablam! --> src/jenkins/job.rs:5:24 Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.803 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.803 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.803 INFO kablam! Oct 15 11:56:17.803 INFO kablam! warning: cannot find type `Job` in this scope Oct 15 11:56:17.803 INFO kablam! --> src/jenkins/job.rs:5:24 Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.803 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.803 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.803 INFO kablam! Oct 15 11:56:17.803 INFO kablam! warning: cannot find type `Job` in this scope Oct 15 11:56:17.803 INFO kablam! --> src/jenkins/job.rs:5:36 Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.803 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.803 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.803 INFO kablam! Oct 15 11:56:17.803 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 15 11:56:17.803 INFO kablam! --> src/jenkins/job.rs:5:47 Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.803 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.803 INFO kablam! | Oct 15 11:56:17.803 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.803 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.803 INFO kablam! Oct 15 11:56:17.803 INFO kablam! warning: cannot find type `Job` in this scope Oct 15 11:56:17.804 INFO kablam! --> src/jenkins/job.rs:5:47 Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.804 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.804 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.804 INFO kablam! Oct 15 11:56:17.804 INFO kablam! warning: cannot find type `jobs` in this scope Oct 15 11:56:17.804 INFO kablam! --> src/jenkins/job.rs:5:47 Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.804 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.804 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.804 INFO kablam! Oct 15 11:56:17.804 INFO kablam! warning: unused import: `super::Job` Oct 15 11:56:17.804 INFO kablam! --> src/jenkins/matrix.rs:2:5 Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! 2 | use super::Job; Oct 15 11:56:17.804 INFO kablam! | ^^^^^^^^^^ Oct 15 11:56:17.804 INFO kablam! Oct 15 11:56:17.804 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 15 11:56:17.804 INFO kablam! --> src/jenkins/matrix.rs:4:10 Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 15 11:56:17.804 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.804 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.804 INFO kablam! Oct 15 11:56:17.804 INFO kablam! warning: cannot find type `matrices` in this scope Oct 15 11:56:17.804 INFO kablam! --> src/jenkins/matrix.rs:4:10 Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 15 11:56:17.804 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.804 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.804 INFO kablam! Oct 15 11:56:17.804 INFO kablam! warning: cannot find type `matrices` in this scope Oct 15 11:56:17.804 INFO kablam! --> src/jenkins/matrix.rs:4:24 Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 15 11:56:17.804 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.804 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.804 INFO kablam! Oct 15 11:56:17.804 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 15 11:56:17.804 INFO kablam! --> src/jenkins/matrix.rs:4:24 Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 15 11:56:17.804 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.804 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.804 INFO kablam! Oct 15 11:56:17.804 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 15 11:56:17.804 INFO kablam! --> src/jenkins/matrix.rs:4:36 Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 15 11:56:17.804 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.804 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.804 INFO kablam! Oct 15 11:56:17.804 INFO kablam! warning: unused import: `jobs` Oct 15 11:56:17.804 INFO kablam! --> src/jenkins/run.rs:3:20 Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! 3 | use schema::{runs, jobs}; Oct 15 11:56:17.804 INFO kablam! | ^^^^ Oct 15 11:56:17.804 INFO kablam! Oct 15 11:56:17.804 INFO kablam! warning: cannot find type `Run` in this scope Oct 15 11:56:17.804 INFO kablam! --> src/jenkins/run.rs:8:10 Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.804 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.804 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.804 INFO kablam! Oct 15 11:56:17.804 INFO kablam! warning: cannot find type `runs` in this scope Oct 15 11:56:17.804 INFO kablam! --> src/jenkins/run.rs:8:10 Oct 15 11:56:17.804 INFO kablam! | Oct 15 11:56:17.804 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.804 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.805 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.805 INFO kablam! Oct 15 11:56:17.805 INFO kablam! warning: cannot find type `runs` in this scope Oct 15 11:56:17.805 INFO kablam! --> src/jenkins/run.rs:8:24 Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.805 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.805 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.805 INFO kablam! Oct 15 11:56:17.805 INFO kablam! warning: cannot find type `Run` in this scope Oct 15 11:56:17.805 INFO kablam! --> src/jenkins/run.rs:8:24 Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.805 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.805 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.805 INFO kablam! Oct 15 11:56:17.805 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 15 11:56:17.805 INFO kablam! --> src/jenkins/run.rs:8:24 Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.805 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.805 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.805 INFO kablam! Oct 15 11:56:17.805 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 15 11:56:17.805 INFO kablam! --> src/jenkins/run.rs:8:36 Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.805 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.805 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.805 INFO kablam! Oct 15 11:56:17.805 INFO kablam! warning: cannot find type `Run` in this scope Oct 15 11:56:17.805 INFO kablam! --> src/jenkins/run.rs:8:36 Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.805 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.805 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.805 INFO kablam! Oct 15 11:56:17.805 INFO kablam! warning: cannot find type `Job` in this scope Oct 15 11:56:17.805 INFO kablam! --> src/jenkins/run.rs:8:47 Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.805 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.805 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.805 INFO kablam! Oct 15 11:56:17.805 INFO kablam! warning: cannot find type `Run` in this scope Oct 15 11:56:17.805 INFO kablam! --> src/jenkins/run.rs:8:47 Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.805 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.805 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.805 INFO kablam! Oct 15 11:56:17.805 INFO kablam! warning: cannot find type `runs` in this scope Oct 15 11:56:17.805 INFO kablam! --> src/jenkins/run.rs:8:47 Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:17.805 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.805 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.805 INFO kablam! Oct 15 11:56:17.805 INFO kablam! warning: cannot find type `table` in this scope Oct 15 11:56:17.805 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 15 11:56:17.805 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.805 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.805 INFO kablam! Oct 15 11:56:17.805 INFO kablam! warning: cannot find type `id` in this scope Oct 15 11:56:17.805 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:17.805 INFO kablam! | Oct 15 11:56:17.806 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:17.806 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.806 INFO kablam! | Oct 15 11:56:17.806 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.806 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.806 INFO kablam! Oct 15 11:56:17.806 INFO kablam! warning: cannot find type `name` in this scope Oct 15 11:56:17.806 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:17.806 INFO kablam! | Oct 15 11:56:17.806 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:17.806 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.806 INFO kablam! | Oct 15 11:56:17.806 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.806 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.806 INFO kablam! Oct 15 11:56:17.806 INFO kablam! warning: cannot find type `ubuntu_version` in this scope Oct 15 11:56:17.806 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:17.806 INFO kablam! | Oct 15 11:56:17.806 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:17.806 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.806 INFO kablam! | Oct 15 11:56:17.806 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.806 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.806 INFO kablam! Oct 15 11:56:17.819 INFO kablam! warning: cannot find type `openstack_version` in this scope Oct 15 11:56:17.819 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:17.819 INFO kablam! | Oct 15 11:56:17.819 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:17.819 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.819 INFO kablam! | Oct 15 11:56:17.819 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.819 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.819 INFO kablam! Oct 15 11:56:17.819 INFO kablam! warning: cannot find type `matrix_id` in this scope Oct 15 11:56:17.819 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:17.819 INFO kablam! | Oct 15 11:56:17.819 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:17.819 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.819 INFO kablam! | Oct 15 11:56:17.819 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.819 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.819 INFO kablam! Oct 15 11:56:17.819 INFO kablam! warning: cannot find type `job_id` in this scope Oct 15 11:56:17.819 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:17.819 INFO kablam! | Oct 15 11:56:17.819 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:17.819 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.819 INFO kablam! | Oct 15 11:56:17.819 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.820 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.820 INFO kablam! Oct 15 11:56:17.820 INFO kablam! warning: cannot find type `pass` in this scope Oct 15 11:56:17.820 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:17.820 INFO kablam! | Oct 15 11:56:17.820 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:17.820 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.820 INFO kablam! | Oct 15 11:56:17.820 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.820 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.820 INFO kablam! Oct 15 11:56:17.820 INFO kablam! warning: cannot find type `created_at` in this scope Oct 15 11:56:17.820 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:17.820 INFO kablam! | Oct 15 11:56:17.820 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:17.820 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.820 INFO kablam! | Oct 15 11:56:17.820 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.820 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.820 INFO kablam! Oct 15 11:56:17.820 INFO kablam! warning: cannot find type `runtime` in this scope Oct 15 11:56:17.820 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:17.820 INFO kablam! | Oct 15 11:56:17.820 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:17.820 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:17.820 INFO kablam! | Oct 15 11:56:17.820 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:17.820 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:17.820 INFO kablam! Oct 15 11:56:18.391 INFO kablam! warning: unused variable: `jenkins_worker` Oct 15 11:56:18.391 INFO kablam! --> src/main.rs:68:9 Oct 15 11:56:18.391 INFO kablam! | Oct 15 11:56:18.391 INFO kablam! 68 | let jenkins_worker = jenkins_updater(sleep_duration); Oct 15 11:56:18.391 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_jenkins_worker` instead Oct 15 11:56:18.391 INFO kablam! | Oct 15 11:56:18.391 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:56:18.391 INFO kablam! Oct 15 11:56:22.327 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Oct 15 11:56:22.337 INFO kablam! su: No module specific data is present Oct 15 11:56:23.013 INFO running `"docker" "rm" "-f" "05e8c0ef88f544ed8bb395f787dc1a35d76ffc7bf3587e0be0a255caf376a558"` Oct 15 11:56:23.283 INFO blam! 05e8c0ef88f544ed8bb395f787dc1a35d76ffc7bf3587e0be0a255caf376a558 Oct 15 11:56:23.286 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 11:56:23.920 INFO blam! d45207bfe479bf4a5e4baac0d7d4f30a2be891bc0fad69aa4a063184d08da70e Oct 15 11:56:23.924 INFO running `"docker" "start" "-a" "d45207bfe479bf4a5e4baac0d7d4f30a2be891bc0fad69aa4a063184d08da70e"` Oct 15 11:56:25.998 INFO kablam! usermod: no changes Oct 15 11:56:26.207 INFO kablam! Compiling osci-dash v0.1.0 (/source) Oct 15 11:56:29.033 INFO kablam! warning: unused import: `matrices` Oct 15 11:56:29.033 INFO kablam! --> src/jenkins/job.rs:1:14 Oct 15 11:56:29.033 INFO kablam! | Oct 15 11:56:29.034 INFO kablam! 1 | use schema::{matrices, jobs}; Oct 15 11:56:29.034 INFO kablam! | ^^^^^^^^ Oct 15 11:56:29.034 INFO kablam! | Oct 15 11:56:29.036 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:56:29.036 INFO kablam! Oct 15 11:56:29.036 INFO kablam! warning: unused import: `Run` Oct 15 11:56:29.036 INFO kablam! --> src/jenkins/job.rs:2:21 Oct 15 11:56:29.037 INFO kablam! | Oct 15 11:56:29.037 INFO kablam! 2 | use super::{Matrix, Run}; Oct 15 11:56:29.037 INFO kablam! | ^^^ Oct 15 11:56:29.037 INFO kablam! Oct 15 11:56:29.038 INFO kablam! warning: cannot find type `Job` in this scope Oct 15 11:56:29.038 INFO kablam! --> src/jenkins/job.rs:5:10 Oct 15 11:56:29.038 INFO kablam! | Oct 15 11:56:29.039 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.039 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.039 INFO kablam! | Oct 15 11:56:29.039 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 15 11:56:29.040 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.040 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.040 INFO kablam! Oct 15 11:56:29.040 INFO kablam! warning: cannot find type `jobs` in this scope Oct 15 11:56:29.041 INFO kablam! --> src/jenkins/job.rs:5:10 Oct 15 11:56:29.041 INFO kablam! | Oct 15 11:56:29.041 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.041 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.042 INFO kablam! | Oct 15 11:56:29.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.042 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.043 INFO kablam! Oct 15 11:56:29.043 INFO kablam! warning: cannot find type `Job` in this scope Oct 15 11:56:29.043 INFO kablam! --> src/jenkins/job.rs:5:10 Oct 15 11:56:29.043 INFO kablam! | Oct 15 11:56:29.043 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.043 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.043 INFO kablam! | Oct 15 11:56:29.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.043 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.043 INFO kablam! Oct 15 11:56:29.043 INFO kablam! warning: cannot find type `jobs` in this scope Oct 15 11:56:29.043 INFO kablam! --> src/jenkins/job.rs:5:24 Oct 15 11:56:29.043 INFO kablam! | Oct 15 11:56:29.043 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.043 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.043 INFO kablam! | Oct 15 11:56:29.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.043 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.043 INFO kablam! Oct 15 11:56:29.043 INFO kablam! warning: cannot find type `Job` in this scope Oct 15 11:56:29.043 INFO kablam! --> src/jenkins/job.rs:5:24 Oct 15 11:56:29.043 INFO kablam! | Oct 15 11:56:29.043 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.043 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.043 INFO kablam! | Oct 15 11:56:29.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.043 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.043 INFO kablam! Oct 15 11:56:29.043 INFO kablam! warning: cannot find type `Job` in this scope Oct 15 11:56:29.043 INFO kablam! --> src/jenkins/job.rs:5:36 Oct 15 11:56:29.043 INFO kablam! | Oct 15 11:56:29.043 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.043 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.043 INFO kablam! | Oct 15 11:56:29.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.043 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.043 INFO kablam! Oct 15 11:56:29.043 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 15 11:56:29.043 INFO kablam! --> src/jenkins/job.rs:5:47 Oct 15 11:56:29.043 INFO kablam! | Oct 15 11:56:29.043 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.043 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.043 INFO kablam! | Oct 15 11:56:29.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.043 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.043 INFO kablam! Oct 15 11:56:29.043 INFO kablam! warning: cannot find type `Job` in this scope Oct 15 11:56:29.043 INFO kablam! --> src/jenkins/job.rs:5:47 Oct 15 11:56:29.043 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.044 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.044 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.044 INFO kablam! Oct 15 11:56:29.044 INFO kablam! warning: cannot find type `jobs` in this scope Oct 15 11:56:29.044 INFO kablam! --> src/jenkins/job.rs:5:47 Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! 5 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.044 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.044 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.044 INFO kablam! Oct 15 11:56:29.044 INFO kablam! warning: unused import: `super::Job` Oct 15 11:56:29.044 INFO kablam! --> src/jenkins/matrix.rs:2:5 Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! 2 | use super::Job; Oct 15 11:56:29.044 INFO kablam! | ^^^^^^^^^^ Oct 15 11:56:29.044 INFO kablam! Oct 15 11:56:29.044 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 15 11:56:29.044 INFO kablam! --> src/jenkins/matrix.rs:4:10 Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 15 11:56:29.044 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.044 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.044 INFO kablam! Oct 15 11:56:29.044 INFO kablam! warning: cannot find type `matrices` in this scope Oct 15 11:56:29.044 INFO kablam! --> src/jenkins/matrix.rs:4:10 Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 15 11:56:29.044 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.044 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.044 INFO kablam! Oct 15 11:56:29.044 INFO kablam! warning: cannot find type `matrices` in this scope Oct 15 11:56:29.044 INFO kablam! --> src/jenkins/matrix.rs:4:24 Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 15 11:56:29.044 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.044 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.044 INFO kablam! Oct 15 11:56:29.044 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 15 11:56:29.044 INFO kablam! --> src/jenkins/matrix.rs:4:24 Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 15 11:56:29.044 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.044 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.044 INFO kablam! Oct 15 11:56:29.044 INFO kablam! warning: cannot find type `Matrix` in this scope Oct 15 11:56:29.044 INFO kablam! --> src/jenkins/matrix.rs:4:36 Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! 4 | #[derive(Identifiable, Insertable, Queryable, PartialEq, Debug)] Oct 15 11:56:29.044 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.044 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.044 INFO kablam! Oct 15 11:56:29.044 INFO kablam! warning: unused import: `jobs` Oct 15 11:56:29.044 INFO kablam! --> src/jenkins/run.rs:3:20 Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! 3 | use schema::{runs, jobs}; Oct 15 11:56:29.044 INFO kablam! | ^^^^ Oct 15 11:56:29.044 INFO kablam! Oct 15 11:56:29.044 INFO kablam! warning: cannot find type `Run` in this scope Oct 15 11:56:29.044 INFO kablam! --> src/jenkins/run.rs:8:10 Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.044 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.044 INFO kablam! | Oct 15 11:56:29.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.044 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.044 INFO kablam! Oct 15 11:56:29.044 INFO kablam! warning: cannot find type `runs` in this scope Oct 15 11:56:29.044 INFO kablam! --> src/jenkins/run.rs:8:10 Oct 15 11:56:29.045 INFO kablam! | Oct 15 11:56:29.045 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.045 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.045 INFO kablam! | Oct 15 11:56:29.045 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.045 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.045 INFO kablam! Oct 15 11:56:29.045 INFO kablam! warning: cannot find type `runs` in this scope Oct 15 11:56:29.045 INFO kablam! --> src/jenkins/run.rs:8:24 Oct 15 11:56:29.045 INFO kablam! | Oct 15 11:56:29.045 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.045 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.045 INFO kablam! | Oct 15 11:56:29.045 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.045 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.045 INFO kablam! Oct 15 11:56:29.060 INFO kablam! warning: cannot find type `Run` in this scope Oct 15 11:56:29.060 INFO kablam! --> src/jenkins/run.rs:8:24 Oct 15 11:56:29.060 INFO kablam! | Oct 15 11:56:29.060 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.060 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.060 INFO kablam! | Oct 15 11:56:29.060 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.061 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.061 INFO kablam! Oct 15 11:56:29.061 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 15 11:56:29.061 INFO kablam! --> src/jenkins/run.rs:8:24 Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.061 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.061 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.061 INFO kablam! Oct 15 11:56:29.061 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 15 11:56:29.061 INFO kablam! --> src/jenkins/run.rs:8:36 Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.061 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.061 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.061 INFO kablam! Oct 15 11:56:29.061 INFO kablam! warning: cannot find type `Run` in this scope Oct 15 11:56:29.061 INFO kablam! --> src/jenkins/run.rs:8:36 Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.061 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.061 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.061 INFO kablam! Oct 15 11:56:29.061 INFO kablam! warning: cannot find type `Job` in this scope Oct 15 11:56:29.061 INFO kablam! --> src/jenkins/run.rs:8:47 Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.061 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.061 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.061 INFO kablam! Oct 15 11:56:29.061 INFO kablam! warning: cannot find type `Run` in this scope Oct 15 11:56:29.061 INFO kablam! --> src/jenkins/run.rs:8:47 Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.061 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.061 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.061 INFO kablam! Oct 15 11:56:29.061 INFO kablam! warning: cannot find type `runs` in this scope Oct 15 11:56:29.061 INFO kablam! --> src/jenkins/run.rs:8:47 Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! 8 | #[derive(Identifiable, Insertable, Queryable, Associations, PartialEq, Debug)] Oct 15 11:56:29.061 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.061 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.061 INFO kablam! Oct 15 11:56:29.061 INFO kablam! warning: cannot find type `table` in this scope Oct 15 11:56:29.061 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 15 11:56:29.061 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.061 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.061 INFO kablam! Oct 15 11:56:29.061 INFO kablam! warning: cannot find type `id` in this scope Oct 15 11:56:29.061 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:29.061 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.061 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.061 INFO kablam! Oct 15 11:56:29.061 INFO kablam! warning: cannot find type `name` in this scope Oct 15 11:56:29.061 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:29.061 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.061 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.061 INFO kablam! Oct 15 11:56:29.061 INFO kablam! warning: cannot find type `ubuntu_version` in this scope Oct 15 11:56:29.061 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:29.061 INFO kablam! | Oct 15 11:56:29.061 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:29.062 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.062 INFO kablam! | Oct 15 11:56:29.062 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.062 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.062 INFO kablam! Oct 15 11:56:29.062 INFO kablam! warning: cannot find type `openstack_version` in this scope Oct 15 11:56:29.062 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:29.062 INFO kablam! | Oct 15 11:56:29.062 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:29.062 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.062 INFO kablam! | Oct 15 11:56:29.062 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.062 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.062 INFO kablam! Oct 15 11:56:29.062 INFO kablam! warning: cannot find type `matrix_id` in this scope Oct 15 11:56:29.062 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:29.062 INFO kablam! | Oct 15 11:56:29.062 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:29.062 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.062 INFO kablam! | Oct 15 11:56:29.062 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.062 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.062 INFO kablam! Oct 15 11:56:29.062 INFO kablam! warning: cannot find type `job_id` in this scope Oct 15 11:56:29.062 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:29.062 INFO kablam! | Oct 15 11:56:29.062 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:29.062 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.062 INFO kablam! | Oct 15 11:56:29.062 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.062 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.062 INFO kablam! Oct 15 11:56:29.062 INFO kablam! warning: cannot find type `pass` in this scope Oct 15 11:56:29.062 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:29.062 INFO kablam! | Oct 15 11:56:29.062 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:29.062 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.062 INFO kablam! | Oct 15 11:56:29.062 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.062 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.062 INFO kablam! Oct 15 11:56:29.062 INFO kablam! warning: cannot find type `created_at` in this scope Oct 15 11:56:29.062 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:29.062 INFO kablam! | Oct 15 11:56:29.062 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:29.062 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.062 INFO kablam! | Oct 15 11:56:29.062 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.062 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.062 INFO kablam! Oct 15 11:56:29.062 INFO kablam! warning: cannot find type `runtime` in this scope Oct 15 11:56:29.062 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 15 11:56:29.062 INFO kablam! | Oct 15 11:56:29.062 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 15 11:56:29.062 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 15 11:56:29.062 INFO kablam! | Oct 15 11:56:29.062 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 11:56:29.062 INFO kablam! = note: for more information, see issue #50504 Oct 15 11:56:29.062 INFO kablam! Oct 15 11:56:29.490 INFO kablam! warning: unused variable: `jenkins_worker` Oct 15 11:56:29.490 INFO kablam! --> src/main.rs:68:9 Oct 15 11:56:29.490 INFO kablam! | Oct 15 11:56:29.490 INFO kablam! 68 | let jenkins_worker = jenkins_updater(sleep_duration); Oct 15 11:56:29.490 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_jenkins_worker` instead Oct 15 11:56:29.490 INFO kablam! | Oct 15 11:56:29.490 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:56:29.490 INFO kablam! Oct 15 11:56:32.092 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.07s Oct 15 11:56:32.103 INFO kablam! su: No module specific data is present Oct 15 11:56:32.823 INFO running `"docker" "rm" "-f" "d45207bfe479bf4a5e4baac0d7d4f30a2be891bc0fad69aa4a063184d08da70e"` Oct 15 11:56:33.119 INFO blam! d45207bfe479bf4a5e4baac0d7d4f30a2be891bc0fad69aa4a063184d08da70e Oct 15 11:56:33.127 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 11:56:33.529 INFO blam! 37b2e73a829b82e19716586a64c23d0c00f02870230a9010217ca6efcbd95923 Oct 15 11:56:33.531 INFO running `"docker" "start" "-a" "37b2e73a829b82e19716586a64c23d0c00f02870230a9010217ca6efcbd95923"` Oct 15 11:56:35.233 INFO kablam! usermod: no changes Oct 15 11:56:35.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 15 11:56:35.542 INFO kablam! Running /target/debug/deps/osci_dash-983d6e39feed75d8 Oct 15 11:56:35.555 INFO blam! Oct 15 11:56:35.555 INFO blam! running 0 tests Oct 15 11:56:35.555 INFO blam! Oct 15 11:56:35.559 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:56:35.559 INFO kablam! su: No module specific data is present Oct 15 11:56:35.560 INFO blam! Oct 15 11:56:36.391 INFO running `"docker" "rm" "-f" "37b2e73a829b82e19716586a64c23d0c00f02870230a9010217ca6efcbd95923"` Oct 15 11:56:36.679 INFO blam! 37b2e73a829b82e19716586a64c23d0c00f02870230a9010217ca6efcbd95923