Oct 14 21:56:31.258 INFO testing eeeeeta/f24-telemetry-server against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:56:31.258 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 21:56:31.707 INFO blam! 9b96acd018c781effd2dad7380ca0744440ab02ca8d49d98f649408629c344f1 Oct 14 21:56:31.715 INFO running `"docker" "start" "-a" "9b96acd018c781effd2dad7380ca0744440ab02ca8d49d98f649408629c344f1"` Oct 14 21:56:33.555 INFO kablam! usermod: no changes Oct 14 21:56:33.921 INFO kablam! Compiling pq-sys v0.4.6 Oct 14 21:56:33.921 INFO kablam! Compiling safemem v0.3.0 Oct 14 21:56:33.939 INFO kablam! Compiling log v0.4.5 Oct 14 21:56:33.940 INFO kablam! Compiling isatty v0.1.9 Oct 14 21:56:33.943 INFO kablam! Compiling pear_codegen v0.0.20 Oct 14 21:56:33.944 INFO kablam! Compiling rocket v0.3.16 Oct 14 21:56:33.944 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 14 21:56:33.945 INFO kablam! Compiling lazy_static v1.1.0 Oct 14 21:56:35.423 INFO kablam! Compiling memchr v2.1.0 Oct 14 21:56:37.330 INFO kablam! Compiling toml v0.4.6 Oct 14 21:56:37.332 INFO kablam! Compiling serde_json v1.0.30 Oct 14 21:56:39.486 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 14 21:56:39.499 INFO kablam! Compiling thread_local v0.3.6 Oct 14 21:56:39.535 INFO kablam! Compiling base64 v0.9.3 Oct 14 21:56:39.651 INFO kablam! Compiling backtrace v0.3.9 Oct 14 21:56:39.753 INFO kablam! Compiling chrono v0.4.6 Oct 14 21:56:46.533 INFO kablam! Compiling log v0.3.9 Oct 14 21:56:46.596 INFO kablam! Compiling r2d2 v0.8.2 Oct 14 21:56:46.963 INFO kablam! Compiling aho-corasick v0.6.8 Oct 14 21:56:47.252 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 21:56:50.903 INFO kablam! Compiling mime v0.2.6 Oct 14 21:56:50.903 INFO kablam! Compiling failure v0.1.2 Oct 14 21:56:50.983 INFO kablam! Compiling regex v1.0.5 Oct 14 21:56:51.047 INFO kablam! Compiling rayon-core v1.4.1 Oct 14 21:57:00.711 INFO kablam! Compiling hyper v0.10.13 Oct 14 21:57:00.795 INFO kablam! Compiling diesel v1.3.3 Oct 14 21:57:00.963 INFO kablam! Compiling rayon v0.7.1 Oct 14 21:57:18.911 INFO kablam! Compiling ring v0.11.0 Oct 14 21:57:26.837 INFO kablam! Compiling dotenv v0.13.0 Oct 14 21:57:41.870 INFO kablam! Compiling cookie v0.9.2 Oct 14 21:57:59.743 INFO kablam! Compiling rocket_contrib v0.3.16 Oct 14 21:58:33.320 INFO kablam! Compiling r2d2-diesel v1.0.0 Oct 14 21:58:33.901 INFO kablam! Compiling f24-telemetry-server v0.1.0 (/source) Oct 14 21:58:35.801 INFO kablam! warning: unused `#[macro_use]` import Oct 14 21:58:35.801 INFO kablam! --> src/main.rs:9:1 Oct 14 21:58:35.801 INFO kablam! | Oct 14 21:58:35.801 INFO kablam! 9 | #[macro_use] extern crate rocket; Oct 14 21:58:35.801 INFO kablam! | ^^^^^^^^^^^^ Oct 14 21:58:35.801 INFO kablam! | Oct 14 21:58:35.801 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:58:35.801 INFO kablam! Oct 14 21:58:35.801 INFO kablam! warning: cannot find type `table` in this scope Oct 14 21:58:35.801 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 14 21:58:35.801 INFO kablam! | Oct 14 21:58:35.801 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 14 21:58:35.801 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.801 INFO kablam! | Oct 14 21:58:35.801 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 14 21:58:35.801 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.801 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.801 INFO kablam! Oct 14 21:58:35.801 INFO kablam! warning: cannot find type `table` in this scope Oct 14 21:58:35.801 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 14 21:58:35.801 INFO kablam! | Oct 14 21:58:35.801 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 14 21:58:35.801 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.801 INFO kablam! | Oct 14 21:58:35.801 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.801 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.801 INFO kablam! Oct 14 21:58:35.802 INFO kablam! warning: cannot find type `id` in this scope Oct 14 21:58:35.802 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.802 INFO kablam! | Oct 14 21:58:35.802 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.802 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.802 INFO kablam! | Oct 14 21:58:35.802 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.802 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.802 INFO kablam! Oct 14 21:58:35.802 INFO kablam! warning: cannot find type `team_id` in this scope Oct 14 21:58:35.802 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.802 INFO kablam! | Oct 14 21:58:35.802 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.802 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.802 INFO kablam! | Oct 14 21:58:35.802 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.802 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.802 INFO kablam! Oct 14 21:58:35.802 INFO kablam! warning: cannot find type `token` in this scope Oct 14 21:58:35.802 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.802 INFO kablam! | Oct 14 21:58:35.802 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.802 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.802 INFO kablam! | Oct 14 21:58:35.802 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.802 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.802 INFO kablam! Oct 14 21:58:35.802 INFO kablam! warning: cannot find type `disabled` in this scope Oct 14 21:58:35.802 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.802 INFO kablam! | Oct 14 21:58:35.802 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.802 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.802 INFO kablam! | Oct 14 21:58:35.802 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.802 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.802 INFO kablam! Oct 14 21:58:35.802 INFO kablam! warning: cannot find type `identifier` in this scope Oct 14 21:58:35.802 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.802 INFO kablam! | Oct 14 21:58:35.802 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.803 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.803 INFO kablam! | Oct 14 21:58:35.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 14 21:58:35.803 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.803 INFO kablam! Oct 14 21:58:35.804 INFO kablam! warning: cannot find type `car_id` in this scope Oct 14 21:58:35.804 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.804 INFO kablam! | Oct 14 21:58:35.804 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.804 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.804 INFO kablam! | Oct 14 21:58:35.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 14 21:58:35.804 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.804 INFO kablam! Oct 14 21:58:35.807 INFO kablam! warning: cannot find type `race_id` in this scope Oct 14 21:58:35.807 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.807 INFO kablam! | Oct 14 21:58:35.807 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.807 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.807 INFO kablam! | Oct 14 21:58:35.807 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.807 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.807 INFO kablam! Oct 14 21:58:35.807 INFO kablam! warning: cannot find type `ts` in this scope Oct 14 21:58:35.807 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.807 INFO kablam! | Oct 14 21:58:35.807 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.808 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.808 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.808 INFO kablam! Oct 14 21:58:35.808 INFO kablam! warning: cannot find type `arduino_secs` in this scope Oct 14 21:58:35.808 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.808 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.808 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.808 INFO kablam! Oct 14 21:58:35.808 INFO kablam! warning: cannot find type `voltage` in this scope Oct 14 21:58:35.808 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.808 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.808 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.808 INFO kablam! Oct 14 21:58:35.808 INFO kablam! warning: cannot find type `current` in this scope Oct 14 21:58:35.808 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.808 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.808 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.808 INFO kablam! Oct 14 21:58:35.808 INFO kablam! warning: cannot find type `watthours` in this scope Oct 14 21:58:35.808 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.808 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.808 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.808 INFO kablam! Oct 14 21:58:35.808 INFO kablam! warning: cannot find type `temp1` in this scope Oct 14 21:58:35.808 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.808 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.808 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.808 INFO kablam! Oct 14 21:58:35.808 INFO kablam! warning: cannot find type `temp2` in this scope Oct 14 21:58:35.808 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.808 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.808 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.808 INFO kablam! Oct 14 21:58:35.808 INFO kablam! warning: cannot find type `gps_speed` in this scope Oct 14 21:58:35.808 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.808 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.808 INFO kablam! | Oct 14 21:58:35.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.808 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.808 INFO kablam! Oct 14 21:58:35.808 INFO kablam! warning: cannot find type `gps_long` in this scope Oct 14 21:58:35.809 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.809 INFO kablam! | Oct 14 21:58:35.809 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.809 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.809 INFO kablam! | Oct 14 21:58:35.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.809 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.809 INFO kablam! Oct 14 21:58:35.809 INFO kablam! warning: cannot find type `gps_lat` in this scope Oct 14 21:58:35.809 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.809 INFO kablam! | Oct 14 21:58:35.809 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.809 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.809 INFO kablam! | Oct 14 21:58:35.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.809 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.809 INFO kablam! Oct 14 21:58:35.809 INFO kablam! warning: cannot find type `accel` in this scope Oct 14 21:58:35.809 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.809 INFO kablam! | Oct 14 21:58:35.809 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.809 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.809 INFO kablam! | Oct 14 21:58:35.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.809 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.809 INFO kablam! Oct 14 21:58:35.809 INFO kablam! warning: cannot find type `pressure1` in this scope Oct 14 21:58:35.809 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.809 INFO kablam! | Oct 14 21:58:35.809 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.809 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.809 INFO kablam! | Oct 14 21:58:35.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.809 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.809 INFO kablam! Oct 14 21:58:35.809 INFO kablam! warning: cannot find type `pressure2` in this scope Oct 14 21:58:35.809 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.809 INFO kablam! | Oct 14 21:58:35.809 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.809 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.809 INFO kablam! | Oct 14 21:58:35.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.809 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.809 INFO kablam! Oct 14 21:58:35.809 INFO kablam! warning: cannot find type `rpm1` in this scope Oct 14 21:58:35.809 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.809 INFO kablam! | Oct 14 21:58:35.809 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.809 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.809 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.810 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.810 INFO kablam! Oct 14 21:58:35.810 INFO kablam! warning: cannot find type `rpm2` in this scope Oct 14 21:58:35.810 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.810 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.810 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.810 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.810 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.810 INFO kablam! Oct 14 21:58:35.810 INFO kablam! warning: cannot find type `motor_voltage` in this scope Oct 14 21:58:35.810 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.810 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.810 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.810 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.810 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.810 INFO kablam! Oct 14 21:58:35.810 INFO kablam! warning: cannot find type `motor_current` in this scope Oct 14 21:58:35.810 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.810 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.810 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.810 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.810 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.810 INFO kablam! Oct 14 21:58:35.810 INFO kablam! warning: cannot find type `gps_track` in this scope Oct 14 21:58:35.810 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.810 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.810 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.810 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.810 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.810 INFO kablam! Oct 14 21:58:35.810 INFO kablam! warning: cannot find type `battery_voltage_1` in this scope Oct 14 21:58:35.810 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.810 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.810 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.810 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.810 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.810 INFO kablam! Oct 14 21:58:35.810 INFO kablam! warning: cannot find type `battery_voltage_2` in this scope Oct 14 21:58:35.810 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.810 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.810 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.810 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.810 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.810 INFO kablam! Oct 14 21:58:35.810 INFO kablam! warning: cannot find type `name` in this scope Oct 14 21:58:35.810 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.810 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.810 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.810 INFO kablam! | Oct 14 21:58:35.810 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.810 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.810 INFO kablam! Oct 14 21:58:35.811 INFO kablam! warning: cannot find type `current_race` in this scope Oct 14 21:58:35.811 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:35.811 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.811 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.811 INFO kablam! Oct 14 21:58:35.811 INFO kablam! warning: cannot find type `Team` in this scope Oct 14 21:58:35.811 INFO kablam! --> src/models.rs:4:10 Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! 4 | #[derive(Queryable)] Oct 14 21:58:35.811 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.811 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.811 INFO kablam! Oct 14 21:58:35.811 INFO kablam! warning: cannot find type `AccessToken` in this scope Oct 14 21:58:35.811 INFO kablam! --> src/models.rs:10:10 Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! 10 | #[derive(Queryable)] Oct 14 21:58:35.811 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.811 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.811 INFO kablam! Oct 14 21:58:35.811 INFO kablam! warning: cannot find type `Car` in this scope Oct 14 21:58:35.811 INFO kablam! --> src/models.rs:17:10 Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! 17 | #[derive(Queryable)] Oct 14 21:58:35.811 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.811 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.811 INFO kablam! Oct 14 21:58:35.811 INFO kablam! warning: cannot find type `Race` in this scope Oct 14 21:58:35.811 INFO kablam! --> src/models.rs:23:10 Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! 23 | #[derive(Queryable)] Oct 14 21:58:35.811 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.811 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.811 INFO kablam! Oct 14 21:58:35.811 INFO kablam! warning: cannot find type `data_records` in this scope Oct 14 21:58:35.811 INFO kablam! --> src/models.rs:29:10 Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! 29 | #[derive(Insertable, Queryable)] Oct 14 21:58:35.811 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.811 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.811 INFO kablam! Oct 14 21:58:35.811 INFO kablam! warning: cannot find type `DataRecord` in this scope Oct 14 21:58:35.811 INFO kablam! --> src/models.rs:29:10 Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! 29 | #[derive(Insertable, Queryable)] Oct 14 21:58:35.811 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.811 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.811 INFO kablam! Oct 14 21:58:35.811 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 14 21:58:35.811 INFO kablam! --> src/models.rs:29:10 Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! 29 | #[derive(Insertable, Queryable)] Oct 14 21:58:35.811 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.811 INFO kablam! | Oct 14 21:58:35.811 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.811 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.812 INFO kablam! Oct 14 21:58:35.815 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 14 21:58:35.815 INFO kablam! --> src/models.rs:29:22 Oct 14 21:58:35.815 INFO kablam! | Oct 14 21:58:35.815 INFO kablam! 29 | #[derive(Insertable, Queryable)] Oct 14 21:58:35.815 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.815 INFO kablam! | Oct 14 21:58:35.815 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.815 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.815 INFO kablam! Oct 14 21:58:35.815 INFO kablam! warning: cannot find type `DataRecord` in this scope Oct 14 21:58:35.815 INFO kablam! --> src/models.rs:29:22 Oct 14 21:58:35.815 INFO kablam! | Oct 14 21:58:35.815 INFO kablam! 29 | #[derive(Insertable, Queryable)] Oct 14 21:58:35.815 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:35.815 INFO kablam! | Oct 14 21:58:35.815 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:35.815 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:35.815 INFO kablam! Oct 14 21:58:36.999 INFO kablam! warning: struct is never constructed: `Race` Oct 14 21:58:36.999 INFO kablam! --> src/models.rs:24:1 Oct 14 21:58:36.999 INFO kablam! | Oct 14 21:58:36.999 INFO kablam! 24 | pub struct Race { Oct 14 21:58:36.999 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 21:58:36.999 INFO kablam! | Oct 14 21:58:36.999 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:58:36.999 INFO kablam! Oct 14 21:58:40.991 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 07s Oct 14 21:58:41.001 INFO kablam! su: No module specific data is present Oct 14 21:58:41.327 INFO running `"docker" "rm" "-f" "9b96acd018c781effd2dad7380ca0744440ab02ca8d49d98f649408629c344f1"` Oct 14 21:58:41.583 INFO blam! 9b96acd018c781effd2dad7380ca0744440ab02ca8d49d98f649408629c344f1 Oct 14 21:58:41.583 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 21:58:41.895 INFO blam! 444aaac717d433852ed3fc20ff1b62e38733468034787369fb6ee61182c08eea Oct 14 21:58:41.909 INFO running `"docker" "start" "-a" "444aaac717d433852ed3fc20ff1b62e38733468034787369fb6ee61182c08eea"` Oct 14 21:58:42.687 INFO kablam! usermod: no changes Oct 14 21:58:42.839 INFO kablam! Compiling f24-telemetry-server v0.1.0 (/source) Oct 14 21:58:44.751 INFO kablam! warning: unused `#[macro_use]` import Oct 14 21:58:44.751 INFO kablam! --> src/main.rs:9:1 Oct 14 21:58:44.751 INFO kablam! | Oct 14 21:58:44.751 INFO kablam! 9 | #[macro_use] extern crate rocket; Oct 14 21:58:44.751 INFO kablam! | ^^^^^^^^^^^^ Oct 14 21:58:44.751 INFO kablam! | Oct 14 21:58:44.751 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:58:44.751 INFO kablam! Oct 14 21:58:44.751 INFO kablam! warning: cannot find type `table` in this scope Oct 14 21:58:44.751 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 14 21:58:44.751 INFO kablam! | Oct 14 21:58:44.751 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 14 21:58:44.751 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.751 INFO kablam! | Oct 14 21:58:44.751 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 14 21:58:44.751 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.751 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.751 INFO kablam! Oct 14 21:58:44.751 INFO kablam! warning: cannot find type `table` in this scope Oct 14 21:58:44.751 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 14 21:58:44.751 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 14 21:58:44.752 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.752 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.752 INFO kablam! Oct 14 21:58:44.752 INFO kablam! warning: cannot find type `id` in this scope Oct 14 21:58:44.752 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.752 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.752 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.752 INFO kablam! Oct 14 21:58:44.752 INFO kablam! warning: cannot find type `team_id` in this scope Oct 14 21:58:44.752 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.752 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.752 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.752 INFO kablam! Oct 14 21:58:44.752 INFO kablam! warning: cannot find type `token` in this scope Oct 14 21:58:44.752 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.752 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.752 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.752 INFO kablam! Oct 14 21:58:44.752 INFO kablam! warning: cannot find type `disabled` in this scope Oct 14 21:58:44.752 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.752 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.752 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.752 INFO kablam! Oct 14 21:58:44.752 INFO kablam! warning: cannot find type `identifier` in this scope Oct 14 21:58:44.752 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.752 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.752 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.752 INFO kablam! Oct 14 21:58:44.752 INFO kablam! warning: cannot find type `car_id` in this scope Oct 14 21:58:44.752 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.752 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.752 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.752 INFO kablam! Oct 14 21:58:44.752 INFO kablam! warning: cannot find type `race_id` in this scope Oct 14 21:58:44.752 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.752 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.752 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.752 INFO kablam! Oct 14 21:58:44.752 INFO kablam! warning: cannot find type `ts` in this scope Oct 14 21:58:44.752 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.752 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.752 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.752 INFO kablam! Oct 14 21:58:44.752 INFO kablam! warning: cannot find type `arduino_secs` in this scope Oct 14 21:58:44.752 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.752 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.752 INFO kablam! | Oct 14 21:58:44.752 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.753 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.753 INFO kablam! Oct 14 21:58:44.753 INFO kablam! warning: cannot find type `voltage` in this scope Oct 14 21:58:44.753 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.753 INFO kablam! | Oct 14 21:58:44.753 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.753 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.753 INFO kablam! | Oct 14 21:58:44.753 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.753 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.753 INFO kablam! Oct 14 21:58:44.753 INFO kablam! warning: cannot find type `current` in this scope Oct 14 21:58:44.753 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.753 INFO kablam! | Oct 14 21:58:44.753 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.753 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.753 INFO kablam! | Oct 14 21:58:44.753 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.753 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.753 INFO kablam! Oct 14 21:58:44.753 INFO kablam! warning: cannot find type `watthours` in this scope Oct 14 21:58:44.753 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.753 INFO kablam! | Oct 14 21:58:44.753 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.753 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.753 INFO kablam! | Oct 14 21:58:44.753 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.753 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.753 INFO kablam! Oct 14 21:58:44.753 INFO kablam! warning: cannot find type `temp1` in this scope Oct 14 21:58:44.753 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.753 INFO kablam! | Oct 14 21:58:44.753 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.753 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.753 INFO kablam! | Oct 14 21:58:44.753 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.753 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.753 INFO kablam! Oct 14 21:58:44.754 INFO kablam! warning: cannot find type `temp2` in this scope Oct 14 21:58:44.754 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.754 INFO kablam! | Oct 14 21:58:44.754 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.754 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.754 INFO kablam! | Oct 14 21:58:44.754 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.754 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.754 INFO kablam! Oct 14 21:58:44.754 INFO kablam! warning: cannot find type `gps_speed` in this scope Oct 14 21:58:44.754 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.754 INFO kablam! | Oct 14 21:58:44.754 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.754 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.754 INFO kablam! | Oct 14 21:58:44.754 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.754 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.754 INFO kablam! Oct 14 21:58:44.754 INFO kablam! warning: cannot find type `gps_long` in this scope Oct 14 21:58:44.754 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.754 INFO kablam! | Oct 14 21:58:44.754 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.754 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.754 INFO kablam! | Oct 14 21:58:44.754 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.754 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.754 INFO kablam! Oct 14 21:58:44.754 INFO kablam! warning: cannot find type `gps_lat` in this scope Oct 14 21:58:44.754 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.754 INFO kablam! | Oct 14 21:58:44.754 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.754 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.754 INFO kablam! | Oct 14 21:58:44.754 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.754 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.754 INFO kablam! Oct 14 21:58:44.754 INFO kablam! warning: cannot find type `accel` in this scope Oct 14 21:58:44.754 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.754 INFO kablam! | Oct 14 21:58:44.754 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.754 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.754 INFO kablam! | Oct 14 21:58:44.754 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.754 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.754 INFO kablam! Oct 14 21:58:44.754 INFO kablam! warning: cannot find type `pressure1` in this scope Oct 14 21:58:44.754 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.754 INFO kablam! | Oct 14 21:58:44.754 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.754 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.754 INFO kablam! | Oct 14 21:58:44.754 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.754 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.754 INFO kablam! Oct 14 21:58:44.754 INFO kablam! warning: cannot find type `pressure2` in this scope Oct 14 21:58:44.755 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.755 INFO kablam! | Oct 14 21:58:44.755 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.755 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.755 INFO kablam! | Oct 14 21:58:44.755 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.755 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.755 INFO kablam! Oct 14 21:58:44.755 INFO kablam! warning: cannot find type `rpm1` in this scope Oct 14 21:58:44.755 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.755 INFO kablam! | Oct 14 21:58:44.755 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.755 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.755 INFO kablam! | Oct 14 21:58:44.755 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.755 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.755 INFO kablam! Oct 14 21:58:44.757 INFO kablam! warning: cannot find type `rpm2` in this scope Oct 14 21:58:44.757 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.757 INFO kablam! | Oct 14 21:58:44.757 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.757 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.757 INFO kablam! | Oct 14 21:58:44.757 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.757 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.757 INFO kablam! Oct 14 21:58:44.757 INFO kablam! warning: cannot find type `motor_voltage` in this scope Oct 14 21:58:44.757 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.757 INFO kablam! | Oct 14 21:58:44.757 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.757 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.757 INFO kablam! | Oct 14 21:58:44.757 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.757 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.757 INFO kablam! Oct 14 21:58:44.757 INFO kablam! warning: cannot find type `motor_current` in this scope Oct 14 21:58:44.757 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.757 INFO kablam! | Oct 14 21:58:44.757 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.757 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.757 INFO kablam! | Oct 14 21:58:44.757 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.757 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.757 INFO kablam! Oct 14 21:58:44.757 INFO kablam! warning: cannot find type `gps_track` in this scope Oct 14 21:58:44.757 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.757 INFO kablam! | Oct 14 21:58:44.757 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.757 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.757 INFO kablam! | Oct 14 21:58:44.757 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.757 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.757 INFO kablam! Oct 14 21:58:44.757 INFO kablam! warning: cannot find type `battery_voltage_1` in this scope Oct 14 21:58:44.757 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.757 INFO kablam! | Oct 14 21:58:44.757 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.757 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.757 INFO kablam! | Oct 14 21:58:44.757 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.757 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.757 INFO kablam! Oct 14 21:58:44.757 INFO kablam! warning: cannot find type `battery_voltage_2` in this scope Oct 14 21:58:44.757 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.757 INFO kablam! | Oct 14 21:58:44.757 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.758 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.758 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.758 INFO kablam! Oct 14 21:58:44.758 INFO kablam! warning: cannot find type `name` in this scope Oct 14 21:58:44.758 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.758 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.758 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.758 INFO kablam! Oct 14 21:58:44.758 INFO kablam! warning: cannot find type `current_race` in this scope Oct 14 21:58:44.758 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 14 21:58:44.758 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.758 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.758 INFO kablam! Oct 14 21:58:44.758 INFO kablam! warning: cannot find type `Team` in this scope Oct 14 21:58:44.758 INFO kablam! --> src/models.rs:4:10 Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! 4 | #[derive(Queryable)] Oct 14 21:58:44.758 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.758 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.758 INFO kablam! Oct 14 21:58:44.758 INFO kablam! warning: cannot find type `AccessToken` in this scope Oct 14 21:58:44.758 INFO kablam! --> src/models.rs:10:10 Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! 10 | #[derive(Queryable)] Oct 14 21:58:44.758 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.758 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.758 INFO kablam! Oct 14 21:58:44.758 INFO kablam! warning: cannot find type `Car` in this scope Oct 14 21:58:44.758 INFO kablam! --> src/models.rs:17:10 Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! 17 | #[derive(Queryable)] Oct 14 21:58:44.758 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.758 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.758 INFO kablam! Oct 14 21:58:44.758 INFO kablam! warning: cannot find type `Race` in this scope Oct 14 21:58:44.758 INFO kablam! --> src/models.rs:23:10 Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! 23 | #[derive(Queryable)] Oct 14 21:58:44.758 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.758 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.758 INFO kablam! Oct 14 21:58:44.758 INFO kablam! warning: cannot find type `data_records` in this scope Oct 14 21:58:44.758 INFO kablam! --> src/models.rs:29:10 Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! 29 | #[derive(Insertable, Queryable)] Oct 14 21:58:44.758 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.758 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.758 INFO kablam! Oct 14 21:58:44.758 INFO kablam! warning: cannot find type `DataRecord` in this scope Oct 14 21:58:44.758 INFO kablam! --> src/models.rs:29:10 Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! 29 | #[derive(Insertable, Queryable)] Oct 14 21:58:44.758 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.758 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.758 INFO kablam! Oct 14 21:58:44.758 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 14 21:58:44.758 INFO kablam! --> src/models.rs:29:10 Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! 29 | #[derive(Insertable, Queryable)] Oct 14 21:58:44.758 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.758 INFO kablam! | Oct 14 21:58:44.758 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.759 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.759 INFO kablam! Oct 14 21:58:44.759 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Oct 14 21:58:44.759 INFO kablam! --> src/models.rs:29:22 Oct 14 21:58:44.759 INFO kablam! | Oct 14 21:58:44.759 INFO kablam! 29 | #[derive(Insertable, Queryable)] Oct 14 21:58:44.759 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.759 INFO kablam! | Oct 14 21:58:44.759 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.759 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.759 INFO kablam! Oct 14 21:58:44.759 INFO kablam! warning: cannot find type `DataRecord` in this scope Oct 14 21:58:44.759 INFO kablam! --> src/models.rs:29:22 Oct 14 21:58:44.759 INFO kablam! | Oct 14 21:58:44.759 INFO kablam! 29 | #[derive(Insertable, Queryable)] Oct 14 21:58:44.759 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 14 21:58:44.759 INFO kablam! | Oct 14 21:58:44.759 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 21:58:44.759 INFO kablam! = note: for more information, see issue #50504 Oct 14 21:58:44.759 INFO kablam! Oct 14 21:58:46.183 INFO kablam! warning: struct is never constructed: `Race` Oct 14 21:58:46.183 INFO kablam! --> src/models.rs:24:1 Oct 14 21:58:46.183 INFO kablam! | Oct 14 21:58:46.183 INFO kablam! 24 | pub struct Race { Oct 14 21:58:46.183 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 21:58:46.183 INFO kablam! | Oct 14 21:58:46.183 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:58:46.183 INFO kablam! Oct 14 21:58:51.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.67s Oct 14 21:58:51.391 INFO kablam! su: No module specific data is present Oct 14 21:58:52.183 INFO running `"docker" "rm" "-f" "444aaac717d433852ed3fc20ff1b62e38733468034787369fb6ee61182c08eea"` Oct 14 21:58:52.471 INFO blam! 444aaac717d433852ed3fc20ff1b62e38733468034787369fb6ee61182c08eea Oct 14 21:58:52.473 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 21:58:52.859 INFO blam! 5a55518bec604f9606937a871d063ee3782ea325a42ca6b76e87fd7940829288 Oct 14 21:58:52.861 INFO running `"docker" "start" "-a" "5a55518bec604f9606937a871d063ee3782ea325a42ca6b76e87fd7940829288"` Oct 14 21:58:54.291 INFO kablam! usermod: no changes Oct 14 21:58:54.587 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 14 21:58:54.603 INFO kablam! Running /target/debug/deps/f24_telemetry_server-fe753d1dc171c029 Oct 14 21:58:54.622 INFO blam! Oct 14 21:58:54.622 INFO blam! running 0 tests Oct 14 21:58:54.631 INFO kablam! su: No module specific data is present Oct 14 21:58:54.631 INFO blam! Oct 14 21:58:54.631 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:58:54.631 INFO blam! Oct 14 21:58:55.333 INFO running `"docker" "rm" "-f" "5a55518bec604f9606937a871d063ee3782ea325a42ca6b76e87fd7940829288"` Oct 14 21:58:55.623 INFO blam! 5a55518bec604f9606937a871d063ee3782ea325a42ca6b76e87fd7940829288