[INFO] updating cached repository https://github.com/karuna/hangar [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f5ac697b9301d6f4f646fecc49849a2b354d4ddf [INFO] testing karuna/hangar against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkaruna%2Fhangar" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/karuna/hangar on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/karuna/hangar [INFO] finished tweaking git repo https://github.com/karuna/hangar [INFO] tweaked toml for git repo https://github.com/karuna/hangar written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/karuna/hangar already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 1e1cc4f088eae9f59ade42d538c5507971381ca78fcb381330e93e6c4355ec6e [INFO] running `"docker" "start" "-a" "1e1cc4f088eae9f59ade42d538c5507971381ca78fcb381330e93e6c4355ec6e"` [INFO] [stderr] Compiling libc v0.2.39 [INFO] [stderr] Compiling num-traits v0.2.1 [INFO] [stderr] Compiling cc v1.0.6 [INFO] [stderr] Compiling rustc-demangle v0.1.7 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling serde v1.0.29 [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling unidecode v0.2.0 [INFO] [stderr] Compiling humansize v1.1.0 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling regex-syntax v0.5.0 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling url v1.7.0 [INFO] [stderr] Compiling pest_derive v1.0.6 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling atty v0.2.8 [INFO] [stderr] Compiling serde_derive v0.9.15 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling clap v2.31.1 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling slug v0.1.2 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling regex v0.2.7 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling serde_json v1.0.11 [INFO] [stderr] Compiling cargo_metadata v0.1.2 [INFO] [stderr] Compiling cargo-shim v0.1.5 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling tera v0.11.5 [INFO] [stderr] Compiling hangar v0.0.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/generator/templates_list.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref MAIN_TEMPLATES: HashMap<&'static str, &'static str> = { [INFO] [stderr] 6 | | let mut m = HashMap::new(); [INFO] [stderr] 7 | | m.insert("client/assets/.gitkeep", templates::blank::TEXT); [INFO] [stderr] ... | [INFO] [stderr] 85 | | }; [INFO] [stderr] 86 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/generator/templates_list.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref MAIN_TEMPLATES: HashMap<&'static str, &'static str> = { [INFO] [stderr] 6 | | let mut m = HashMap::new(); [INFO] [stderr] 7 | | m.insert("client/assets/.gitkeep", templates::blank::TEXT); [INFO] [stderr] ... | [INFO] [stderr] 85 | | }; [INFO] [stderr] 86 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/generator/templates_list.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref MAIN_TEMPLATES: HashMap<&'static str, &'static str> = { [INFO] [stderr] 6 | | let mut m = HashMap::new(); [INFO] [stderr] 7 | | m.insert("client/assets/.gitkeep", templates::blank::TEXT); [INFO] [stderr] ... | [INFO] [stderr] 85 | | }; [INFO] [stderr] 86 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/generator/templates_list.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref MAIN_TEMPLATES: HashMap<&'static str, &'static str> = { [INFO] [stderr] 6 | | let mut m = HashMap::new(); [INFO] [stderr] 7 | | m.insert("client/assets/.gitkeep", templates::blank::TEXT); [INFO] [stderr] ... | [INFO] [stderr] 85 | | }; [INFO] [stderr] 86 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/generator/templates_list.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref MAIN_TEMPLATES: HashMap<&'static str, &'static str> = { [INFO] [stderr] 6 | | let mut m = HashMap::new(); [INFO] [stderr] 7 | | m.insert("client/assets/.gitkeep", templates::blank::TEXT); [INFO] [stderr] ... | [INFO] [stderr] 85 | | }; [INFO] [stderr] 86 | | } [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: unused variable: `matches` [INFO] [stderr] --> src/main.rs:37:54 [INFO] [stderr] | [INFO] [stderr] 37 | let result: Result = if let Some(matches) = matches.subcommand_matches("build") [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `matches` [INFO] [stderr] --> src/main.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | } else if let Some(matches) = matches.subcommand_matches("db") { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_matches` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `matches` [INFO] [stderr] --> src/main.rs:44:24 [INFO] [stderr] | [INFO] [stderr] 44 | } else if let Some(matches) = matches.subcommand_matches("run") { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_matches` [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/generator/mod.rs:125:9 [INFO] [stderr] | [INFO] [stderr] 125 | tera.add_raw_template(var_template_name, var_template_value); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.12s [INFO] running `"docker" "inspect" "1e1cc4f088eae9f59ade42d538c5507971381ca78fcb381330e93e6c4355ec6e"` [INFO] running `"docker" "rm" "-f" "1e1cc4f088eae9f59ade42d538c5507971381ca78fcb381330e93e6c4355ec6e"` [INFO] [stdout] 1e1cc4f088eae9f59ade42d538c5507971381ca78fcb381330e93e6c4355ec6e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] d867c8da70d9f5c07d6c4ab94bf69059877098fb0f39b41604a6e91b5c62aa21 [INFO] running `"docker" "start" "-a" "d867c8da70d9f5c07d6c4ab94bf69059877098fb0f39b41604a6e91b5c62aa21"` [INFO] [stderr] Compiling hangar v0.0.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/generator/templates_list.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref MAIN_TEMPLATES: HashMap<&'static str, &'static str> = { [INFO] [stderr] 6 | | let mut m = HashMap::new(); [INFO] [stderr] 7 | | m.insert("client/assets/.gitkeep", templates::blank::TEXT); [INFO] [stderr] ... | [INFO] [stderr] 85 | | }; [INFO] [stderr] 86 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/generator/templates_list.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref MAIN_TEMPLATES: HashMap<&'static str, &'static str> = { [INFO] [stderr] 6 | | let mut m = HashMap::new(); [INFO] [stderr] 7 | | m.insert("client/assets/.gitkeep", templates::blank::TEXT); [INFO] [stderr] ... | [INFO] [stderr] 85 | | }; [INFO] [stderr] 86 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/generator/templates_list.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref MAIN_TEMPLATES: HashMap<&'static str, &'static str> = { [INFO] [stderr] 6 | | let mut m = HashMap::new(); [INFO] [stderr] 7 | | m.insert("client/assets/.gitkeep", templates::blank::TEXT); [INFO] [stderr] ... | [INFO] [stderr] 85 | | }; [INFO] [stderr] 86 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/generator/templates_list.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref MAIN_TEMPLATES: HashMap<&'static str, &'static str> = { [INFO] [stderr] 6 | | let mut m = HashMap::new(); [INFO] [stderr] 7 | | m.insert("client/assets/.gitkeep", templates::blank::TEXT); [INFO] [stderr] ... | [INFO] [stderr] 85 | | }; [INFO] [stderr] 86 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/generator/templates_list.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | pub static ref MAIN_TEMPLATES: HashMap<&'static str, &'static str> = { [INFO] [stderr] 6 | | let mut m = HashMap::new(); [INFO] [stderr] 7 | | m.insert("client/assets/.gitkeep", templates::blank::TEXT); [INFO] [stderr] ... | [INFO] [stderr] 85 | | }; [INFO] [stderr] 86 | | } [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: unused variable: `matches` [INFO] [stderr] --> src/main.rs:37:54 [INFO] [stderr] | [INFO] [stderr] 37 | let result: Result = if let Some(matches) = matches.subcommand_matches("build") [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `matches` [INFO] [stderr] --> src/main.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | } else if let Some(matches) = matches.subcommand_matches("db") { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_matches` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `matches` [INFO] [stderr] --> src/main.rs:44:24 [INFO] [stderr] | [INFO] [stderr] 44 | } else if let Some(matches) = matches.subcommand_matches("run") { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_matches` [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/generator/mod.rs:125:9 [INFO] [stderr] | [INFO] [stderr] 125 | tera.add_raw_template(var_template_name, var_template_value); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.54s [INFO] running `"docker" "inspect" "d867c8da70d9f5c07d6c4ab94bf69059877098fb0f39b41604a6e91b5c62aa21"` [INFO] running `"docker" "rm" "-f" "d867c8da70d9f5c07d6c4ab94bf69059877098fb0f39b41604a6e91b5c62aa21"` [INFO] [stdout] d867c8da70d9f5c07d6c4ab94bf69059877098fb0f39b41604a6e91b5c62aa21 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 579f2023794b68900223a32d0e48cae2a782e8ee71b691138d8f96585e0cabef [INFO] running `"docker" "start" "-a" "579f2023794b68900223a32d0e48cae2a782e8ee71b691138d8f96585e0cabef"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/hangar-177072171ba6c4da [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" "579f2023794b68900223a32d0e48cae2a782e8ee71b691138d8f96585e0cabef"` [INFO] running `"docker" "rm" "-f" "579f2023794b68900223a32d0e48cae2a782e8ee71b691138d8f96585e0cabef"` [INFO] [stdout] 579f2023794b68900223a32d0e48cae2a782e8ee71b691138d8f96585e0cabef