[INFO] updating cached repository Stinners/portal [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Stinners/portal [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Stinners/portal" "work/ex/beta-1.38-1/sources/1.37.0/gh/Stinners/portal"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Stinners/portal'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Stinners/portal" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Stinners/portal"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Stinners/portal'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 66b06391757178c497e03310087294a3483250b0 [INFO] sha for GitHub repo Stinners/portal: 66b06391757178c497e03310087294a3483250b0 [INFO] validating manifest of Stinners/portal 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 Stinners/portal 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 Stinners/portal [INFO] finished frobbing Stinners/portal [INFO] frobbed toml for Stinners/portal written to work/ex/beta-1.38-1/sources/1.37.0/gh/Stinners/portal/Cargo.toml [INFO] started frobbing Stinners/portal [INFO] finished frobbing Stinners/portal [INFO] frobbed toml for Stinners/portal written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Stinners/portal/Cargo.toml [INFO] crate Stinners/portal 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 Stinners/portal 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-1/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/Stinners/portal:/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] 304eba3af267b858e87a03f98af7ee9fc82da688e092401956042cb28e868b9b [INFO] running `"docker" "start" "-a" "304eba3af267b858e87a03f98af7ee9fc82da688e092401956042cb28e868b9b"` [INFO] [stderr] Compiling serde_json v1.0.13 [INFO] [stderr] Compiling portal v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | env::home_dir().unwrap().join(new_path) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/settings.rs:8:24 [INFO] [stderr] | [INFO] [stderr] 8 | let home_dir = env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | pub static ref SETTINGS: Settings = { [INFO] [stderr] 8 | | let home_dir = env::home_dir().unwrap(); [INFO] [stderr] 9 | | let path = home_dir.join(PathBuf::from(".config/portal/settings.json")); [INFO] [stderr] 10 | | Settings::fetch(&path).unwrap() [INFO] [stderr] 11 | | }; [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/settings.rs:23:24 [INFO] [stderr] | [INFO] [stderr] 23 | let home_dir = env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/state.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | pub static ref STATE: State = State::fetch(&SETTINGS.state_file).unwrap(); [INFO] [stderr] 9 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.64s [INFO] running `"docker" "inspect" "304eba3af267b858e87a03f98af7ee9fc82da688e092401956042cb28e868b9b"` [INFO] running `"docker" "rm" "-f" "304eba3af267b858e87a03f98af7ee9fc82da688e092401956042cb28e868b9b"` [INFO] [stdout] 304eba3af267b858e87a03f98af7ee9fc82da688e092401956042cb28e868b9b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/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/Stinners/portal:/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] 53bfbd1031fe26c55579ea4c4bdec2bcc9ead30a2a20e5b2d789a7f7e2737e15 [INFO] running `"docker" "start" "-a" "53bfbd1031fe26c55579ea4c4bdec2bcc9ead30a2a20e5b2d789a7f7e2737e15"` [INFO] [stderr] Compiling portal v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `database::normalize_path` [INFO] [stderr] --> src/main.rs:112:8 [INFO] [stderr] | [INFO] [stderr] 112 | use::database::normalize_path; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `normalize_path` in `database` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | env::home_dir().unwrap().join(new_path) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/settings.rs:8:24 [INFO] [stderr] | [INFO] [stderr] 8 | let home_dir = env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | pub static ref SETTINGS: Settings = { [INFO] [stderr] 8 | | let home_dir = env::home_dir().unwrap(); [INFO] [stderr] 9 | | let path = home_dir.join(PathBuf::from(".config/portal/settings.json")); [INFO] [stderr] 10 | | Settings::fetch(&path).unwrap() [INFO] [stderr] 11 | | }; [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/settings.rs:23:24 [INFO] [stderr] | [INFO] [stderr] 23 | let home_dir = env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/state.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | pub static ref STATE: State = State::fetch(&SETTINGS.state_file).unwrap(); [INFO] [stderr] 9 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:128:24 [INFO] [stderr] | [INFO] [stderr] 128 | let home_dir = env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:138:24 [INFO] [stderr] | [INFO] [stderr] 138 | let abs_path = env::home_dir().unwrap().join(PathBuf::from("Documents")); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `portal`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "53bfbd1031fe26c55579ea4c4bdec2bcc9ead30a2a20e5b2d789a7f7e2737e15"` [INFO] running `"docker" "rm" "-f" "53bfbd1031fe26c55579ea4c4bdec2bcc9ead30a2a20e5b2d789a7f7e2737e15"` [INFO] [stdout] 53bfbd1031fe26c55579ea4c4bdec2bcc9ead30a2a20e5b2d789a7f7e2737e15