[INFO] updating cached repository notryanb/music-manager [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/notryanb/music-manager [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/notryanb/music-manager" "work/ex/beta-1.38-1/sources/1.37.0/gh/notryanb/music-manager"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/notryanb/music-manager'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/notryanb/music-manager" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/notryanb/music-manager"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/notryanb/music-manager'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5b83acdf25bda9dee645165c5492b721bc717d4d [INFO] sha for GitHub repo notryanb/music-manager: 5b83acdf25bda9dee645165c5492b721bc717d4d [INFO] validating manifest of notryanb/music-manager on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of notryanb/music-manager on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing notryanb/music-manager [INFO] finished frobbing notryanb/music-manager [INFO] frobbed toml for notryanb/music-manager written to work/ex/beta-1.38-1/sources/1.37.0/gh/notryanb/music-manager/Cargo.toml [INFO] started frobbing notryanb/music-manager [INFO] finished frobbing notryanb/music-manager [INFO] frobbed toml for notryanb/music-manager written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/notryanb/music-manager/Cargo.toml [INFO] crate notryanb/music-manager already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing notryanb/music-manager against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/notryanb/music-manager:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 137260421ba28bae2b075eaea4b102e619042defef0f69fdb38c497927801b38 [INFO] running `"docker" "start" "-a" "137260421ba28bae2b075eaea4b102e619042defef0f69fdb38c497927801b38"` [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling comctl32-sys v0.2.0 [INFO] [stderr] Compiling gdi32-sys v0.2.0 [INFO] [stderr] Compiling ole32-sys v0.2.0 [INFO] [stderr] Compiling user32-sys v0.2.0 [INFO] [stderr] Compiling native-windows-gui v0.2.0 [INFO] [stderr] Compiling serde v1.0.79 [INFO] [stderr] Compiling syn v0.15.9 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling diesel v1.3.3 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.2 [INFO] [stderr] Compiling flate2 v1.0.2 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling dotenv v0.13.0 [INFO] [stderr] Compiling id3 v0.2.5 [INFO] [stderr] Compiling structopt-derive v0.2.12 [INFO] [stderr] Compiling serde_derive v1.0.79 [INFO] [stderr] Compiling structopt v0.2.12 [INFO] [stderr] Compiling clap-verbosity-flag v0.1.0 [INFO] [stderr] Compiling quicli v0.3.1 [INFO] [stderr] Compiling music_manager v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: cannot find type `File` in this scope [INFO] [stderr] --> src/models/file.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Queryable)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `files` in this scope [INFO] [stderr] --> src/models/file.rs:9:17 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Debug, Insertable, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewFile` in this scope [INFO] [stderr] --> src/models/file.rs:9:17 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Debug, Insertable, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Frame` in this scope [INFO] [stderr] --> src/models/frame.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Queryable)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `frames` in this scope [INFO] [stderr] --> src/models/frame.rs:11:17 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug, Insertable, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewFrame` in this scope [INFO] [stderr] --> src/models/frame.rs:11:17 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug, Insertable, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Tag` in this scope [INFO] [stderr] --> src/models/tag.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Queryable)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `id3_tags` in this scope [INFO] [stderr] --> src/models/tag.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug, Insertable, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewTag` in this scope [INFO] [stderr] --> src/models/tag.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug, Insertable, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: unused import: `schema::*` [INFO] [stderr] --> src/models/track.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use schema::*; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:192:41 [INFO] [stderr] | [INFO] [stderr] 192 | [derive (Debug , Clone , Copy , QueryId)] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `path` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `code` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `description` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `id3_tag_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `frame_type_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `content` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `version_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `file_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `version` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: unused variable: `artist` [INFO] [stderr] --> src/models/track.rs:12:26 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn get_by_artist(artist: &str) -> Option { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_artist` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `File` should have a snake case name [INFO] [stderr] --> src/models/track.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub File: File, [INFO] [stderr] | ^^^^ help: convert the identifier to snake case: `file` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `Tag` should have a snake case name [INFO] [stderr] --> src/models/track.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | pub Tag: Tag, [INFO] [stderr] | ^^^ help: convert the identifier to snake case: `tag` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `"docker" "inspect" "137260421ba28bae2b075eaea4b102e619042defef0f69fdb38c497927801b38"` [INFO] running `"docker" "rm" "-f" "137260421ba28bae2b075eaea4b102e619042defef0f69fdb38c497927801b38"` [INFO] [stdout] 137260421ba28bae2b075eaea4b102e619042defef0f69fdb38c497927801b38 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/notryanb/music-manager:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] f605a9a67e5189fe8ed955adaedfee2a64616a0a918cf3809e5d97b8e92a0c0c [INFO] running `"docker" "start" "-a" "f605a9a67e5189fe8ed955adaedfee2a64616a0a918cf3809e5d97b8e92a0c0c"` [INFO] [stderr] Compiling music_manager v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: cannot find type `File` in this scope [INFO] [stderr] --> src/models/file.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Queryable)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `files` in this scope [INFO] [stderr] --> src/models/file.rs:9:17 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Debug, Insertable, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewFile` in this scope [INFO] [stderr] --> src/models/file.rs:9:17 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Debug, Insertable, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Frame` in this scope [INFO] [stderr] --> src/models/frame.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Queryable)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `frames` in this scope [INFO] [stderr] --> src/models/frame.rs:11:17 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug, Insertable, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewFrame` in this scope [INFO] [stderr] --> src/models/frame.rs:11:17 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug, Insertable, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Tag` in this scope [INFO] [stderr] --> src/models/tag.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Queryable)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `id3_tags` in this scope [INFO] [stderr] --> src/models/tag.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug, Insertable, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewTag` in this scope [INFO] [stderr] --> src/models/tag.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug, Insertable, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: unused import: `schema::*` [INFO] [stderr] --> src/models/track.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use schema::*; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:192:41 [INFO] [stderr] | [INFO] [stderr] 192 | [derive (Debug , Clone , Copy , QueryId)] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `path` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `code` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `description` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `id3_tag_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `frame_type_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `content` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `version_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `file_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `version` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: unused variable: `artist` [INFO] [stderr] --> src/models/track.rs:12:26 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn get_by_artist(artist: &str) -> Option { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_artist` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `File` should have a snake case name [INFO] [stderr] --> src/models/track.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub File: File, [INFO] [stderr] | ^^^^ help: convert the identifier to snake case: `file` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `Tag` should have a snake case name [INFO] [stderr] --> src/models/track.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | pub Tag: Tag, [INFO] [stderr] | ^^^ help: convert the identifier to snake case: `tag` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.59s [INFO] running `"docker" "inspect" "f605a9a67e5189fe8ed955adaedfee2a64616a0a918cf3809e5d97b8e92a0c0c"` [INFO] running `"docker" "rm" "-f" "f605a9a67e5189fe8ed955adaedfee2a64616a0a918cf3809e5d97b8e92a0c0c"` [INFO] [stdout] f605a9a67e5189fe8ed955adaedfee2a64616a0a918cf3809e5d97b8e92a0c0c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/notryanb/music-manager:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] e37fa60c0d31eecbfca364d3b4b8937988ed002b4f080d6e2dd86e3ec9944f1f [INFO] running `"docker" "start" "-a" "e37fa60c0d31eecbfca364d3b4b8937988ed002b4f080d6e2dd86e3ec9944f1f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/music_manager_lib-e82647e894716f7d [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test models::file::tests::creates_new_file_from_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/music_manager-88811eed457f1964 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests music_manager_lib [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "e37fa60c0d31eecbfca364d3b4b8937988ed002b4f080d6e2dd86e3ec9944f1f"` [INFO] running `"docker" "rm" "-f" "e37fa60c0d31eecbfca364d3b4b8937988ed002b4f080d6e2dd86e3ec9944f1f"` [INFO] [stdout] e37fa60c0d31eecbfca364d3b4b8937988ed002b4f080d6e2dd86e3ec9944f1f