Nov 16 17:55:47.229 INFO testing notryanb/music-manager against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 17:55:47.230 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 17:55:47.640 INFO [stdout] 53abb8f0bc96c705e306863ee13d8b04763050a88205bb47bac1b749721e753a Nov 16 17:55:47.643 INFO running `"docker" "start" "-a" "53abb8f0bc96c705e306863ee13d8b04763050a88205bb47bac1b749721e753a"` Nov 16 17:55:48.474 INFO [stderr] usermod: no changes Nov 16 17:55:48.696 INFO [stderr] Compiling user32-sys v0.2.0 Nov 16 17:55:48.697 INFO [stderr] Compiling gdi32-sys v0.2.0 Nov 16 17:55:48.699 INFO [stderr] Compiling comctl32-sys v0.2.0 Nov 16 17:55:48.699 INFO [stderr] Compiling ole32-sys v0.2.0 Nov 16 17:55:48.700 INFO [stderr] Compiling native-windows-gui v0.2.0 Nov 16 17:55:48.703 INFO [stderr] Compiling derive_builder_core v0.2.0 Nov 16 17:55:48.703 INFO [stderr] Compiling syn v0.15.9 Nov 16 17:55:48.703 INFO [stderr] Compiling flate2 v1.0.2 Nov 16 17:55:49.395 INFO [stderr] Compiling diesel v1.3.3 Nov 16 17:55:49.979 INFO [stderr] Compiling dotenv v0.13.0 Nov 16 17:55:52.463 INFO [stderr] Compiling derive_builder v0.5.1 Nov 16 17:56:00.615 INFO [stderr] Compiling id3 v0.2.5 Nov 16 17:56:03.930 INFO [stderr] Compiling structopt-derive v0.2.12 Nov 16 17:56:03.931 INFO [stderr] Compiling serde_derive v1.0.79 Nov 16 17:56:15.591 INFO [stderr] Compiling structopt v0.2.12 Nov 16 17:56:16.688 INFO [stderr] Compiling clap-verbosity-flag v0.1.0 Nov 16 17:56:33.991 INFO [stderr] Compiling quicli v0.3.1 Nov 16 17:56:57.295 INFO [stderr] Compiling music_manager v0.1.0 (/source) Nov 16 17:56:58.247 INFO [stderr] warning: cannot find type `File` in this scope Nov 16 17:56:58.247 INFO [stderr] --> src/models/file.rs:3:17 Nov 16 17:56:58.247 INFO [stderr] | Nov 16 17:56:58.247 INFO [stderr] 3 | #[derive(Debug, Queryable)] Nov 16 17:56:58.247 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.247 INFO [stderr] | Nov 16 17:56:58.247 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 17:56:58.248 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.248 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.248 INFO [stderr] Nov 16 17:56:58.248 INFO [stderr] warning: cannot find type `files` in this scope Nov 16 17:56:58.248 INFO [stderr] --> src/models/file.rs:9:17 Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] 9 | #[derive(Debug, Insertable, PartialEq)] Nov 16 17:56:58.248 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.248 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.248 INFO [stderr] Nov 16 17:56:58.248 INFO [stderr] warning: cannot find type `NewFile` in this scope Nov 16 17:56:58.248 INFO [stderr] --> src/models/file.rs:9:17 Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] 9 | #[derive(Debug, Insertable, PartialEq)] Nov 16 17:56:58.248 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.248 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.248 INFO [stderr] Nov 16 17:56:58.248 INFO [stderr] warning: cannot find type `Frame` in this scope Nov 16 17:56:58.248 INFO [stderr] --> src/models/frame.rs:3:17 Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] 3 | #[derive(Debug, Queryable)] Nov 16 17:56:58.248 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.248 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.248 INFO [stderr] Nov 16 17:56:58.248 INFO [stderr] warning: cannot find type `frames` in this scope Nov 16 17:56:58.248 INFO [stderr] --> src/models/frame.rs:11:17 Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] 11 | #[derive(Debug, Insertable, PartialEq)] Nov 16 17:56:58.248 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.248 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.248 INFO [stderr] Nov 16 17:56:58.248 INFO [stderr] warning: cannot find type `NewFrame` in this scope Nov 16 17:56:58.248 INFO [stderr] --> src/models/frame.rs:11:17 Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] 11 | #[derive(Debug, Insertable, PartialEq)] Nov 16 17:56:58.248 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.248 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.248 INFO [stderr] Nov 16 17:56:58.248 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 16 17:56:58.248 INFO [stderr] --> src/models/tag.rs:3:17 Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] 3 | #[derive(Debug, Queryable)] Nov 16 17:56:58.248 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.248 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.248 INFO [stderr] Nov 16 17:56:58.248 INFO [stderr] warning: cannot find type `id3_tags` in this scope Nov 16 17:56:58.248 INFO [stderr] --> src/models/tag.rs:10:17 Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] 10 | #[derive(Debug, Insertable, PartialEq)] Nov 16 17:56:58.248 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.248 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.248 INFO [stderr] Nov 16 17:56:58.248 INFO [stderr] warning: cannot find type `NewTag` in this scope Nov 16 17:56:58.248 INFO [stderr] --> src/models/tag.rs:10:17 Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] 10 | #[derive(Debug, Insertable, PartialEq)] Nov 16 17:56:58.248 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.248 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.248 INFO [stderr] Nov 16 17:56:58.248 INFO [stderr] warning: unused import: `schema::*` Nov 16 17:56:58.248 INFO [stderr] --> src/models/track.rs:4:5 Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] 4 | use schema::*; Nov 16 17:56:58.248 INFO [stderr] | ^^^^^^^^^ Nov 16 17:56:58.248 INFO [stderr] | Nov 16 17:56:58.248 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 17:56:58.248 INFO [stderr] Nov 16 17:56:58.248 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 17:56:58.249 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 17:56:58.249 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.249 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.249 INFO [stderr] Nov 16 17:56:58.249 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 17:56:58.249 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:56:58.249 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.249 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.249 INFO [stderr] Nov 16 17:56:58.249 INFO [stderr] warning: cannot find type `path` in this scope Nov 16 17:56:58.249 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:56:58.249 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.249 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.249 INFO [stderr] Nov 16 17:56:58.249 INFO [stderr] warning: cannot find type `code` in this scope Nov 16 17:56:58.249 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:56:58.249 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.249 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.249 INFO [stderr] Nov 16 17:56:58.249 INFO [stderr] warning: cannot find type `description` in this scope Nov 16 17:56:58.249 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:56:58.249 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.249 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.249 INFO [stderr] Nov 16 17:56:58.249 INFO [stderr] warning: cannot find type `id3_tag_id` in this scope Nov 16 17:56:58.249 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:56:58.249 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.249 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.249 INFO [stderr] Nov 16 17:56:58.249 INFO [stderr] warning: cannot find type `frame_type_id` in this scope Nov 16 17:56:58.249 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:56:58.249 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.249 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.249 INFO [stderr] Nov 16 17:56:58.249 INFO [stderr] warning: cannot find type `content` in this scope Nov 16 17:56:58.249 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:56:58.249 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.249 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.249 INFO [stderr] Nov 16 17:56:58.249 INFO [stderr] warning: cannot find type `version_id` in this scope Nov 16 17:56:58.249 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:56:58.249 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.249 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.249 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.249 INFO [stderr] Nov 16 17:56:58.249 INFO [stderr] warning: cannot find type `file_id` in this scope Nov 16 17:56:58.249 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:56:58.249 INFO [stderr] | Nov 16 17:56:58.250 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:56:58.250 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.250 INFO [stderr] | Nov 16 17:56:58.250 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.250 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.250 INFO [stderr] Nov 16 17:56:58.250 INFO [stderr] warning: cannot find type `version` in this scope Nov 16 17:56:58.250 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:56:58.250 INFO [stderr] | Nov 16 17:56:58.250 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:56:58.250 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:56:58.250 INFO [stderr] | Nov 16 17:56:58.250 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:56:58.250 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:56:58.250 INFO [stderr] Nov 16 17:56:58.743 INFO [stderr] warning: unused variable: `artist` Nov 16 17:56:58.743 INFO [stderr] --> src/models/track.rs:12:26 Nov 16 17:56:58.743 INFO [stderr] | Nov 16 17:56:58.743 INFO [stderr] 12 | pub fn get_by_artist(artist: &str) -> Option { Nov 16 17:56:58.743 INFO [stderr] | ^^^^^^ help: consider using `_artist` instead Nov 16 17:56:58.743 INFO [stderr] | Nov 16 17:56:58.743 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 17:56:58.743 INFO [stderr] Nov 16 17:56:58.879 INFO [stderr] warning: structure field `File` should have a snake case name such as `file` Nov 16 17:56:58.879 INFO [stderr] --> src/models/track.rs:7:5 Nov 16 17:56:58.879 INFO [stderr] | Nov 16 17:56:58.879 INFO [stderr] 7 | pub File: File, Nov 16 17:56:58.879 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 16 17:56:58.879 INFO [stderr] | Nov 16 17:56:58.879 INFO [stderr] = note: #[warn(non_snake_case)] on by default Nov 16 17:56:58.879 INFO [stderr] Nov 16 17:56:58.879 INFO [stderr] warning: structure field `Tag` should have a snake case name such as `tag` Nov 16 17:56:58.879 INFO [stderr] --> src/models/track.rs:8:5 Nov 16 17:56:58.879 INFO [stderr] | Nov 16 17:56:58.879 INFO [stderr] 8 | pub Tag: Tag, Nov 16 17:56:58.879 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 17:56:58.879 INFO [stderr] Nov 16 17:57:05.652 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Nov 16 17:57:05.662 INFO [stderr] su: No module specific data is present Nov 16 17:57:05.945 INFO running `"docker" "inspect" "53abb8f0bc96c705e306863ee13d8b04763050a88205bb47bac1b749721e753a"` Nov 16 17:57:06.125 INFO running `"docker" "rm" "-f" "53abb8f0bc96c705e306863ee13d8b04763050a88205bb47bac1b749721e753a"` Nov 16 17:57:06.241 INFO [stdout] 53abb8f0bc96c705e306863ee13d8b04763050a88205bb47bac1b749721e753a Nov 16 17:57:06.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 17:57:06.595 INFO [stdout] 2cc1cf050cf4e4c916303e5683886c2c548ee3886e3164a270d3921c5471a530 Nov 16 17:57:06.597 INFO running `"docker" "start" "-a" "2cc1cf050cf4e4c916303e5683886c2c548ee3886e3164a270d3921c5471a530"` Nov 16 17:57:07.173 INFO [stderr] usermod: no changes Nov 16 17:57:07.347 INFO [stderr] Compiling music_manager v0.1.0 (/source) Nov 16 17:57:08.255 INFO [stderr] warning: cannot find type `File` in this scope Nov 16 17:57:08.255 INFO [stderr] --> src/models/file.rs:3:17 Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] 3 | #[derive(Debug, Queryable)] Nov 16 17:57:08.255 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 17:57:08.255 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.255 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.255 INFO [stderr] Nov 16 17:57:08.255 INFO [stderr] warning: cannot find type `files` in this scope Nov 16 17:57:08.255 INFO [stderr] --> src/models/file.rs:9:17 Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] 9 | #[derive(Debug, Insertable, PartialEq)] Nov 16 17:57:08.255 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.255 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.255 INFO [stderr] Nov 16 17:57:08.255 INFO [stderr] warning: cannot find type `NewFile` in this scope Nov 16 17:57:08.255 INFO [stderr] --> src/models/file.rs:9:17 Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] 9 | #[derive(Debug, Insertable, PartialEq)] Nov 16 17:57:08.255 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.255 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.255 INFO [stderr] Nov 16 17:57:08.255 INFO [stderr] warning: cannot find type `Frame` in this scope Nov 16 17:57:08.255 INFO [stderr] --> src/models/frame.rs:3:17 Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] 3 | #[derive(Debug, Queryable)] Nov 16 17:57:08.255 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.255 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.255 INFO [stderr] Nov 16 17:57:08.255 INFO [stderr] warning: cannot find type `frames` in this scope Nov 16 17:57:08.255 INFO [stderr] --> src/models/frame.rs:11:17 Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] 11 | #[derive(Debug, Insertable, PartialEq)] Nov 16 17:57:08.255 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.255 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.255 INFO [stderr] Nov 16 17:57:08.255 INFO [stderr] warning: cannot find type `NewFrame` in this scope Nov 16 17:57:08.255 INFO [stderr] --> src/models/frame.rs:11:17 Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] 11 | #[derive(Debug, Insertable, PartialEq)] Nov 16 17:57:08.255 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.255 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.255 INFO [stderr] Nov 16 17:57:08.255 INFO [stderr] warning: cannot find type `Tag` in this scope Nov 16 17:57:08.255 INFO [stderr] --> src/models/tag.rs:3:17 Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] 3 | #[derive(Debug, Queryable)] Nov 16 17:57:08.255 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.255 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.255 INFO [stderr] Nov 16 17:57:08.255 INFO [stderr] warning: cannot find type `id3_tags` in this scope Nov 16 17:57:08.255 INFO [stderr] --> src/models/tag.rs:10:17 Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] 10 | #[derive(Debug, Insertable, PartialEq)] Nov 16 17:57:08.255 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.255 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.255 INFO [stderr] Nov 16 17:57:08.255 INFO [stderr] warning: cannot find type `NewTag` in this scope Nov 16 17:57:08.255 INFO [stderr] --> src/models/tag.rs:10:17 Nov 16 17:57:08.255 INFO [stderr] | Nov 16 17:57:08.255 INFO [stderr] 10 | #[derive(Debug, Insertable, PartialEq)] Nov 16 17:57:08.255 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.256 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.256 INFO [stderr] Nov 16 17:57:08.256 INFO [stderr] warning: unused import: `schema::*` Nov 16 17:57:08.256 INFO [stderr] --> src/models/track.rs:4:5 Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] 4 | use schema::*; Nov 16 17:57:08.256 INFO [stderr] | ^^^^^^^^^ Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 17:57:08.256 INFO [stderr] Nov 16 17:57:08.256 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 17:57:08.256 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 17:57:08.256 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.256 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.256 INFO [stderr] Nov 16 17:57:08.256 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 17:57:08.256 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:57:08.256 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.256 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.256 INFO [stderr] Nov 16 17:57:08.256 INFO [stderr] warning: cannot find type `path` in this scope Nov 16 17:57:08.256 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:57:08.256 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.256 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.256 INFO [stderr] Nov 16 17:57:08.256 INFO [stderr] warning: cannot find type `code` in this scope Nov 16 17:57:08.256 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:57:08.256 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.256 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.256 INFO [stderr] Nov 16 17:57:08.256 INFO [stderr] warning: cannot find type `description` in this scope Nov 16 17:57:08.256 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:57:08.256 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.256 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.256 INFO [stderr] Nov 16 17:57:08.256 INFO [stderr] warning: cannot find type `id3_tag_id` in this scope Nov 16 17:57:08.256 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:57:08.256 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.256 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.256 INFO [stderr] Nov 16 17:57:08.256 INFO [stderr] warning: cannot find type `frame_type_id` in this scope Nov 16 17:57:08.256 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:57:08.256 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.256 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.256 INFO [stderr] Nov 16 17:57:08.256 INFO [stderr] warning: cannot find type `content` in this scope Nov 16 17:57:08.256 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:57:08.256 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.256 INFO [stderr] | Nov 16 17:57:08.256 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.256 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.256 INFO [stderr] Nov 16 17:57:08.257 INFO [stderr] warning: cannot find type `version_id` in this scope Nov 16 17:57:08.257 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:57:08.257 INFO [stderr] | Nov 16 17:57:08.257 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:57:08.257 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.257 INFO [stderr] | Nov 16 17:57:08.257 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.257 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.257 INFO [stderr] Nov 16 17:57:08.257 INFO [stderr] warning: cannot find type `file_id` in this scope Nov 16 17:57:08.257 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:57:08.257 INFO [stderr] | Nov 16 17:57:08.257 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:57:08.257 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.257 INFO [stderr] | Nov 16 17:57:08.257 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.257 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.257 INFO [stderr] Nov 16 17:57:08.257 INFO [stderr] warning: cannot find type `version` in this scope Nov 16 17:57:08.257 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 17:57:08.257 INFO [stderr] | Nov 16 17:57:08.257 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 17:57:08.257 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 17:57:08.257 INFO [stderr] | Nov 16 17:57:08.257 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 17:57:08.257 INFO [stderr] = note: for more information, see issue #50504 Nov 16 17:57:08.257 INFO [stderr] Nov 16 17:57:08.727 INFO [stderr] warning: unused variable: `artist` Nov 16 17:57:08.727 INFO [stderr] --> src/models/track.rs:12:26 Nov 16 17:57:08.727 INFO [stderr] | Nov 16 17:57:08.727 INFO [stderr] 12 | pub fn get_by_artist(artist: &str) -> Option { Nov 16 17:57:08.727 INFO [stderr] | ^^^^^^ help: consider using `_artist` instead Nov 16 17:57:08.727 INFO [stderr] | Nov 16 17:57:08.727 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 17:57:08.730 INFO [stderr] Nov 16 17:57:08.839 INFO [stderr] warning: structure field `File` should have a snake case name such as `file` Nov 16 17:57:08.839 INFO [stderr] --> src/models/track.rs:7:5 Nov 16 17:57:08.839 INFO [stderr] | Nov 16 17:57:08.839 INFO [stderr] 7 | pub File: File, Nov 16 17:57:08.839 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 16 17:57:08.839 INFO [stderr] | Nov 16 17:57:08.839 INFO [stderr] = note: #[warn(non_snake_case)] on by default Nov 16 17:57:08.839 INFO [stderr] Nov 16 17:57:08.839 INFO [stderr] warning: structure field `Tag` should have a snake case name such as `tag` Nov 16 17:57:08.839 INFO [stderr] --> src/models/track.rs:8:5 Nov 16 17:57:08.839 INFO [stderr] | Nov 16 17:57:08.839 INFO [stderr] 8 | pub Tag: Tag, Nov 16 17:57:08.840 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 17:57:08.840 INFO [stderr] Nov 16 17:57:09.647 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.45s Nov 16 17:57:09.658 INFO [stderr] su: No module specific data is present Nov 16 17:57:09.989 INFO running `"docker" "inspect" "2cc1cf050cf4e4c916303e5683886c2c548ee3886e3164a270d3921c5471a530"` Nov 16 17:57:10.104 INFO running `"docker" "rm" "-f" "2cc1cf050cf4e4c916303e5683886c2c548ee3886e3164a270d3921c5471a530"` Nov 16 17:57:10.260 INFO [stdout] 2cc1cf050cf4e4c916303e5683886c2c548ee3886e3164a270d3921c5471a530 Nov 16 17:57:10.265 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 17:57:10.619 INFO [stdout] 465506e0dbd7977b536f7383e1ef263644aced2ddb2679f969bbee33b6e171af Nov 16 17:57:10.624 INFO running `"docker" "start" "-a" "465506e0dbd7977b536f7383e1ef263644aced2ddb2679f969bbee33b6e171af"` Nov 16 17:57:11.032 INFO [stderr] usermod: no changes Nov 16 17:57:11.217 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s Nov 16 17:57:11.233 INFO [stderr] Running /target/debug/deps/music_manager_lib-d3444832ef450f0b Nov 16 17:57:11.246 INFO [stdout] Nov 16 17:57:11.246 INFO [stdout] running 1 test Nov 16 17:57:11.250 INFO [stdout] test models::file::tests::creates_new_file_from_str ... ok Nov 16 17:57:11.250 INFO [stdout] Nov 16 17:57:11.250 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 17:57:11.250 INFO [stdout] Nov 16 17:57:11.251 INFO [stderr] Running /target/debug/deps/music_manager-7ad812a184c846d9 Nov 16 17:57:11.253 INFO [stdout] Nov 16 17:57:11.253 INFO [stdout] running 0 tests Nov 16 17:57:11.253 INFO [stdout] Nov 16 17:57:11.253 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 17:57:11.253 INFO [stdout] Nov 16 17:57:11.254 INFO [stderr] Doc-tests music_manager_lib Nov 16 17:57:12.342 INFO [stdout] Nov 16 17:57:12.342 INFO [stdout] running 0 tests Nov 16 17:57:12.342 INFO [stdout] Nov 16 17:57:12.342 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 17:57:12.343 INFO [stdout] Nov 16 17:57:12.353 INFO [stderr] su: No module specific data is present Nov 16 17:57:12.605 INFO running `"docker" "inspect" "465506e0dbd7977b536f7383e1ef263644aced2ddb2679f969bbee33b6e171af"` Nov 16 17:57:12.788 INFO running `"docker" "rm" "-f" "465506e0dbd7977b536f7383e1ef263644aced2ddb2679f969bbee33b6e171af"` Nov 16 17:57:12.983 INFO [stdout] 465506e0dbd7977b536f7383e1ef263644aced2ddb2679f969bbee33b6e171af