dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.53k stars 1.43k forks source link

ale_set_signs and ale_set_highlights no longer working #2999

Closed mandeep closed 4 years ago

mandeep commented 4 years ago

Debian 10.3, Neovim 0.3.4-3

I recently created a new Debian install and copied over the contents of my vimrc. It seems that ale_set_signs and ale_set_highlights are no longer doing anything. I expect the gutter to be hidden when there are errors, however the gutter still shows with the >> symbol.


 Current Filetype: rust
Available Linters: ['cargo', 'rls', 'rustc']
  Enabled Linters: ['cargo']
 Suggested Fixers: 
  'remove_trailing_lines' - Remove all blank lines at the end of a file.
  'rustfmt' - Fix Rust files with Rustfmt.
  'trim_whitespace' - Remove all trailing whitespace characters at the end of every line.
 Linter Variables:

let g:ale_rust_cargo_avoid_whole_workspace = 1
let g:ale_rust_cargo_check_all_targets = 0
let g:ale_rust_cargo_check_examples = 0
let g:ale_rust_cargo_check_tests = 0
let g:ale_rust_cargo_clippy_options = ''
let g:ale_rust_cargo_default_feature_behavior = 'default'
let g:ale_rust_cargo_include_features = ''
let g:ale_rust_cargo_use_check = 1
let g:ale_rust_cargo_use_clippy = 0
let g:ale_rust_ignore_error_codes = []
let g:ale_rust_ignore_secondary_spans = 0
 Global Variables:

let g:ale_cache_executable_check_failures = v:null
let g:ale_change_sign_column_color = v:null
let g:ale_command_wrapper = ''
let g:ale_completion_delay = v:null
let g:ale_completion_enabled = 0
let g:ale_completion_max_suggestions = v:null
let g:ale_echo_cursor = 1
let g:ale_echo_msg_error_str = 'Error'
let g:ale_echo_msg_format = '%code: %%s'
let g:ale_echo_msg_info_str = 'Info'
let g:ale_echo_msg_warning_str = 'Warning'
let g:ale_enabled = 1
let g:ale_fix_on_save = 1
let g:ale_fixers = {'*': ['trim_whitespace', 'remove_trailing_lines']}
let g:ale_history_enabled = 1
let g:ale_history_log_output = 1
let g:ale_keep_list_window_open = 0
let g:ale_lint_delay = 200
let g:ale_lint_on_enter = 1
let g:ale_lint_on_filetype_changed = 1
let g:ale_lint_on_insert_leave = 1
let g:ale_lint_on_save = 1
let g:ale_lint_on_text_changed = 'normal'
let g:ale_linter_aliases = {}
let g:ale_linters = {'c': ['gcc'], 'cpp': ['gcc'], 'python': ['flake8']}
let g:ale_linters_explicit = 0
let g:ale_list_vertical = 0
let g:ale_list_window_size = 10
let g:ale_loclist_msg_format = '%code: %%s'
let g:ale_lsp_root = {}
let g:ale_max_buffer_history_size = 20
let g:ale_max_signs = v:null
let g:ale_maximum_file_size = v:null
let g:ale_open_list = 0
let g:ale_pattern_options = v:null
let g:ale_pattern_options_enabled = v:null
let g:ale_set_balloons = 0
let g:ale_set_highlights = 0
let g:ale_set_loclist = 1
let g:ale_set_quickfix = 0
let g:ale_set_signs = 0
let g:ale_sign_column_always = v:null
let g:ale_sign_error = v:null
let g:ale_sign_info = v:null
let g:ale_sign_offset = v:null
let g:ale_sign_style_error = v:null
let g:ale_sign_style_warning = v:null
let g:ale_sign_warning = v:null
let g:ale_sign_highlight_linenrs = v:null
let g:ale_statusline_format = v:null
let g:ale_type_map = {}
let g:ale_use_global_executables = v:null
let g:ale_virtualtext_cursor = 0
let g:ale_warn_about_trailing_blank_lines = 1
let g:ale_warn_about_trailing_whitespace = 1
  Command History:

(executable check - success) cargo
(finished - exit code 0) ['/usr/bin/zsh', '-c', '''cargo'' --version']

<<<OUTPUT STARTS>>>
cargo 1.41.0 (626f0f40e 2019-12-03)
<<<OUTPUT ENDS>>>

(finished - exit code 101) ['/usr/bin/zsh', '-c', 'cd ''/home/mandeep/Github/rastermind'' && cargo check --frozen --message-format=json -q']

<<<OUTPUT STARTS>>>
{"reason":"compiler-artifact","package_id":"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg-if","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libcfg_if-d1305727bcff59f1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.66/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","std"],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/libc-f90eda7ba4a6b77d/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"lazy_static","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/liblazy_static-24aad2ca200a6512.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","proc-macro"],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/proc-macro2-820b5693215302d8/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode-xid","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.1.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libunicode_xid-ad0af37ecabff463.rlib","/home/mandeep/Github/rastermind/target/debug/deps/libunicode_xid-ad0af37ecabff463.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"xml","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.8.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libxml-43eb94c0ed8185dd.rlib","/home/mandeep/Github/rastermind/target/debug/deps/libxml-43eb94c0ed8185dd.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"cc","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.50/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libcc-5080ee606de367f1.rlib","/home/mandeep/Github/rastermind/target/debug/deps/libcc-5080ee606de367f1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"semver-parser","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libsemver_parser-3991d354f8b97703.rlib","/home/mandeep/Github/rastermind/target/debug/deps/libsemver_parser-3991d354f8b97703.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default"],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/bitflags-81ab21a828e38d69/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/nix-4d09029693d59ded/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"autocfg","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libautocfg-0e4aa8c50d5d3d51.rlib","/home/mandeep/Github/rastermind/target/debug/deps/libautocfg-0e4aa8c50d5d3d51.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"void","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/void-1.0.2/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","std"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libvoid-a30a97dccc6cadaa.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"autocfg","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-0.1.7/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libautocfg-b6f42b5980bb6b8b.rlib","/home/mandeep/Github/rastermind/target/debug/deps/libautocfg-b6f42b5980bb6b8b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/log-fba2905104578db8/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/byteorder-4596f12ae5d67488/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/maybe-uninit-6c6f0f3af496ea82/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"scopeguard","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.0.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libscopeguard-0360a58b7b650925.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"downcast-rs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"downcast-rs","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-rs-1.1.1/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libdowncast_rs-96a0712870ae4c25.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"arrayvec","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.5.1/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libarrayvec-2694a176ac56e12a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"same-file","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libsame_file-dbcd362fef9aa1ae.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"slab","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.2/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libslab-980cd3985646774f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"xdg","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/xdg-2.2.0/src/lib.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libxdg-109b7313bde5c7da.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"pkg-config","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.17/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libpkg_config-4f5a206728495520.rlib","/home/mandeep/Github/rastermind/target/debug/deps/libpkg_config-4f5a206728495520.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"lazycell","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/lazycell-1.2.1/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/liblazycell-a2bd8e0509e8fd7a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"xml","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.8.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libxml-f12ff1f7718436c8.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"percent-encoding","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.1.0/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libpercent_encoding-e110b045f9c815b7.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"smallvec","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.2.0/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libsmallvec-bd31e5e9cdb3c56d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"vulkano 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/vulkano-0.16.0/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/vulkano-9e4facc0d88ab90c/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"fnv","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.6/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libfnv-f04512aad47a1eb0.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"vk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"vk-sys","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/vk-sys-0.5.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libvk_sys-944a11a4d180b9cc.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"half 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"half","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.4.0/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libhalf-59e6b9764f0fac73.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"instant 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["cdylib","rlib"],"crate_types":["cdylib","rlib"],"name":"instant","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/instant-0.1.2/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libinstant-5b4d5d4b876068f0.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["freebsd11","libc_priv_mod_use","libc_union","libc_const_size_of","libc_align","libc_core_cvoid","libc_packedN"],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/libc-9eeea68592020eb4/out"}
{"reason":"build-script-executed","package_id":"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["u128","use_proc_macro","wrap_proc_macro"],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/proc-macro2-e19d7eb10745c35a/out"}
{"reason":"compiler-artifact","package_id":"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"semver","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libsemver-f2ef4855d2c362bb.rlib","/home/mandeep/Github/rastermind/target/debug/deps/libsemver-f2ef4855d2c362bb.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.5.2/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/libloading-f99265b5f65ef509/build-script-build"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["bitflags_const_fn"],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/bitflags-f73b450c1139b6f1/out"}
{"reason":"build-script-executed","package_id":"nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/nix-45f44b56ce6c296b/out"}
{"reason":"compiler-artifact","package_id":"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.11/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","std"],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/num-traits-113b62fff4dc1cbd/build-script-build"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["byteorder_i128"],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/byteorder-7a36142662ce42f8/out"}
{"reason":"build-script-executed","package_id":"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["atomic_cas"],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/log-c6dc5ae435973d00/out"}
{"reason":"build-script-executed","package_id":"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["derive_copy","repr_transparent","native_uninit"],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/maybe-uninit-1dfe1f57c6328c0c/out"}
{"reason":"compiler-artifact","package_id":"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.0/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","lazy_static","std"],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/crossbeam-utils-1ac00003e31d72d5/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.0/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","lazy_static","std"],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/crossbeam-epoch-bf67b5744c83fddf/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"lock_api","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.3.3/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/liblock_api-4f8bd6ccc9c6b740.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"walkdir","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/walkdir-2.3.1/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libwalkdir-f3fb9e104ae5ca03.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"x11-dl 2.18.5 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/x11-dl-2.18.5/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/x11-dl-6219561e6e94affb/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"libc","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.66/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","std"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/liblibc-8b4ac084160e92fa.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"proc-macro2","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","proc-macro"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libproc_macro2-85b08935daedaefc.rlib","/home/mandeep/Github/rastermind/target/debug/deps/libproc_macro2-85b08935daedaefc.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"vulkano 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/vulkano-9e125dae90fd49d4/out"}
{"reason":"compiler-artifact","package_id":"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustc_version","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/librustc_version-4a18f81e8ff75360.rlib","/home/mandeep/Github/rastermind/target/debug/deps/librustc_version-4a18f81e8ff75360.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":["dl","static=global_static"],"linked_paths":["native=/home/mandeep/Github/rastermind/target/debug/build/libloading-6ce8d70dbf7fe16e/out"],"cfgs":[],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/libloading-6ce8d70dbf7fe16e/out"}
{"reason":"compiler-artifact","package_id":"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libbitflags-4bafe637acd3c13c.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["has_i128"],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/num-traits-96d64447e502932f/out"}
{"reason":"compiler-artifact","package_id":"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"log","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/liblog-ded281d11e8288da.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"byteorder","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libbyteorder-c79ba6d54601aaf3.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"maybe-uninit","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libmaybe_uninit-48e93520652e34db.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"quote","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-0.6.13/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","proc-macro"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libquote-a454b482de41d9ed.rlib","/home/mandeep/Github/rastermind/target/debug/deps/libquote-a454b482de41d9ed.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["has_min_const_fn"],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/crossbeam-utils-ed01e9f4d6db5e58/out"}
{"reason":"compiler-artifact","package_id":"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"iovec","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/iovec-0.1.4/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libiovec-628d22609dcac5c8.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"net2","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/net2-0.2.33/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","duration"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libnet2-d5254685f1b47284.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["has_min_const_fn"],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/crossbeam-epoch-ae6e9fde60d02517/out"}
{"reason":"compiler-artifact","package_id":"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"memmap","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap-0.7.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libmemmap-6b3f681b16d27f8a.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"x11-dl 2.18.5 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":["dl"],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/x11-dl-07d33c41fe800ba2/out"}
{"reason":"compiler-artifact","package_id":"raw-window-handle 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"raw-window-handle","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/raw-window-handle-0.3.3/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libraw_window_handle-a5f787b639f6081d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot_core","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.7.0/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libparking_lot_core-429cb0a549d40142.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"shared_library","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/shared_library-0.1.9/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libshared_library-2fd12830bffe76ca.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"libloading","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.5.2/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/liblibloading-2e67c35b563028e3.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"nix","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libnix-df226ca70c8e6fc4.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"num-traits","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.11/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","std"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libnum_traits-a1284c9a85c6b4d5.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"wayland-scanner 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland-scanner","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-scanner-0.21.13/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libwayland_scanner-9de099ae27d734db.rlib","/home/mandeep/Github/rastermind/target/debug/deps/libwayland_scanner-9de099ae27d734db.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"stb_truetype 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"stb_truetype","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.3.1/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["std"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libstb_truetype-94fd1bf17de714e7.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"wayland-scanner 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland-scanner","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-scanner-0.23.6/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libwayland_scanner-2c2a0e17b8353e17.rlib","/home/mandeep/Github/rastermind/target/debug/deps/libwayland_scanner-2c2a0e17b8353e17.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/memoffset-06149c1e34bd16fc/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2/build.rs","edition":"2018","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/parking_lot_core-c1c419c53b046289/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"smallvec","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-0.6.13/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","std"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libsmallvec-90eca350252c8ee9.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.9.0/build.rs","edition":"2018","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default"],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/parking_lot-a75080757663953a/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam-utils","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","lazy_static","std"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libcrossbeam_utils-80ec368d0133d680.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"mio","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.21/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","with-deprecated"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libmio-c49347bc32d4dd76.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"x11-dl 2.18.5 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"x11-dl","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/x11-dl-2.18.5/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libx11_dl-944294f8c4762530.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.10.0/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libparking_lot-305212319663ecc5.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"dlib","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.4.1/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["dlopen"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libdlib-3eb6b965bb04b3ed.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"ordered-float","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/ordered-float-1.0.2/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libordered_float-dacc882ee83f520b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"approx","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/approx-0.3.2/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libapprox-b98e70d6a6cfa5b5.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"line_drawing 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"line_drawing","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/line_drawing-0.7.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libline_drawing-307611b20847e8e3.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["memoffset_maybe_uninit","memoffset_doctests"],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/memoffset-03d9d53c35091dc5/out"}
{"reason":"compiler-artifact","package_id":"wayland-client 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.21.13/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["cursor","dlopen","egl","native_lib","wayland-sys"],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/wayland-client-76567c51adda4675/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"wayland-protocols 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-protocols-0.21.13/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["client","native_client","native_lib","unstable_protocols","wayland-client","wayland-sys"],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/wayland-protocols-1e948e312686193c/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"wayland-client 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.23.6/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["calloop","cursor","dlopen","egl","eventloop","mio","native_lib"],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/wayland-client-f395feebd2505dc0/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"wayland-protocols 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-protocols-0.23.6/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["client","unstable_protocols","wayland-client"],"filenames":["/home/mandeep/Github/rastermind/target/debug/build/wayland-protocols-c9962f3f7c96826c/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"wayland-sys 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland-sys","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-sys-0.21.13/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["client","cursor","dlopen","egl","lazy_static"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libwayland_sys-5ea55d78b8991e61.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"wayland-sys 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland-sys","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-sys-0.23.6/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["client","cursor","dlib","dlopen","egl","lazy_static"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libwayland_sys-18b325d06f77ce55.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"mio-extras","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-extras-2.0.6/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libmio_extras-b478a412cdba567f.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["has_sized_atomics"],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/parking_lot_core-9d1b4330d8410aee/out"}
{"reason":"compiler-artifact","package_id":"crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam-queue","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.2.1/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","std"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libcrossbeam_queue-17732449badd7b8d.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["has_sized_atomics","has_checked_instant"],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/parking_lot-0e1c928058a2d2f7/out"}
{"reason":"compiler-artifact","package_id":"crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam-channel","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.4.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libcrossbeam_channel-2c7523d375ebf51e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"rusttype 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"rusttype","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/rusttype-0.8.2/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","has-atomics","std"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/librusttype-bbbfd6ddc9481108.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"memoffset","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libmemoffset-031570621b1c768b.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"wayland-client 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/wayland-client-3d1048b18448eeb1/out"}
{"reason":"build-script-executed","package_id":"wayland-client 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/wayland-client-1d148b508c53d60e/out"}
{"reason":"build-script-executed","package_id":"wayland-protocols 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/wayland-protocols-2fd163a745431b29/out"}
{"reason":"build-script-executed","package_id":"wayland-protocols 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mandeep/Github/rastermind/target/debug/build/wayland-protocols-6a06ccf056b1d25d/out"}
{"reason":"compiler-artifact","package_id":"rusttype 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"rusttype","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/rusttype-0.7.9/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/librusttype-1777677db92ed8be.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"wayland-commons 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland-commons","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-commons-0.21.13/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["native_lib","wayland-sys"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libwayland_commons-a1b8dc78b3c8bb66.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"calloop 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"calloop","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/calloop-0.4.4/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libcalloop-11203d028dc3e23d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"wayland-commons 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland-commons","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-commons-0.23.6/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libwayland_commons-9fa814715092ce89.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot_core","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libparking_lot_core-13a76ca2d65cf473.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"andrew 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"andrew","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/andrew-0.2.1/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libandrew-8a3ac2f803db8229.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam-epoch","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default","lazy_static","std"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libcrossbeam_epoch-2d80254c4db63fd3.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"wayland-client 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland-client","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.21.13/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["cursor","dlopen","egl","native_lib","wayland-sys"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libwayland_client-2144c112ace791d8.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"wayland-client 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland-client","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.23.6/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["calloop","cursor","dlopen","egl","eventloop","mio","native_lib"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libwayland_client-91ce7336f26bb41a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"wayland-protocols 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland-protocols","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-protocols-0.21.13/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["client","native_client","native_lib","unstable_protocols","wayland-client","wayland-sys"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libwayland_protocols-f9b956f04a0c53ec.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam-deque","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.7.2/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libcrossbeam_deque-fb181eb717c3d789.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.9.0/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["default"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libparking_lot-3376e115eaa67ec5.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"smithay-client-toolkit 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"smithay-client-toolkit","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/smithay-client-toolkit-0.4.6/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libsmithay_client_toolkit-27921b70554b7584.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"wayland-protocols 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland-protocols","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-protocols-0.23.6/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["client","unstable_protocols","wayland-client"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libwayland_protocols-b394da1fcc5aba66.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.7.3/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":["crossbeam-channel","crossbeam-deque","crossbeam-queue","default","std"],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libcrossbeam-c83eeca36856ed7b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"vulkano 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"vulkano","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/vulkano-0.16.0/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libvulkano-8b14d05a076bd0e6.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"smithay-client-toolkit 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"smithay-client-toolkit","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/smithay-client-toolkit-0.6.4/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libsmithay_client_toolkit-3e5978dc9485a97f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"winit 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"winit","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.19.5/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libwinit-0a65818e2008b37d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"winit 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"winit","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.21.0/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libwinit-32d49ab5e7afe711.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"vulkano-win 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"vulkano-win","src_path":"/home/mandeep/.cargo/registry/src/github.com-1ecc6299db9ec823/vulkano-win-0.16.0/src/lib.rs","edition":"2018","doctest":true},"profile":{"opt_level":"2","debuginfo":2,"debug_assertions":true,"overflow_checks":false,"test":false},"features":[],"filenames":["/home/mandeep/Github/rastermind/target/debug/deps/libvulkano_win-bc760a71c64ffd4f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-message","package_id":"rastermind 0.1.0 (path+file:///home/mandeep/Github/rastermind)","target":{"kind":["bin"],"crate_types":["bin"],"name":"rastermind","src_path":"/home/mandeep/Github/rastermind/src/main.rs","edition":"2018","doctest":false},"message":{"rendered":"error[E0425]: cannot find value `data` in this scope\n  --> src/main.rs:21:85\n   |\n21 |     let buffer = CpuAccessibleBuffer::from_data(device.clone(), BufferUsage::all(), data).unwrap();\n   |                                                                                     ^^^^ not found in this scope\n\n","children":[],"code":{"code":"E0425","explanation":"An unresolved name was used.\n\nErroneous code examples:\n\n```compile_fail,E0425\nsomething_that_doesnt_exist::foo;\n// error: unresolved name `something_that_doesnt_exist::foo`\n\n// or:\n\ntrait Foo {\n    fn bar() {\n        Self; // error: unresolved name `Self`\n    }\n}\n\n// or:\n\nlet x = unknown_variable;  // error: unresolved name `unknown_variable`\n```\n\nPlease verify that the name wasn't misspelled and ensure that the\nidentifier being referred to is valid for the given situation. Example:\n\n```\nenum something_that_does_exist {\n    Foo,\n}\n```\n\nOr:\n\n```\nmod something_that_does_exist {\n    pub static foo : i32 = 0i32;\n}\n\nsomething_that_does_exist::foo; // ok!\n```\n\nOr:\n\n```\nlet unknown_variable = 12u32;\nlet x = unknown_variable; // ok!\n```\n\nIf the item is not defined in the current module, it must be imported using a\n`use` statement, like so:\n\n```\n# mod foo { pub fn bar() {} }\n# fn main() {\nuse foo::bar;\nbar();\n# }\n```\n\nIf the item you are importing is not defined in some super-module of the\ncurrent module, then it must also be declared as public (e.g., `pub fn`).\n"},"level":"error","message":"cannot find value `data` in this scope","spans":[{"byte_end":800,"byte_start":796,"column_end":89,"column_start":85,"expansion":null,"file_name":"src/main.rs","is_primary":true,"label":"not found in this scope","line_end":21,"line_start":21,"suggested_replacement":null,"suggestion_applicability":null,"text":[{"highlight_end":89,"highlight_start":85,"text":"    let buffer = CpuAccessibleBuffer::from_data(device.clone(), BufferUsage::all(), data).unwrap();"}]}]}}
{"reason":"compiler-message","package_id":"rastermind 0.1.0 (path+file:///home/mandeep/Github/rastermind)","target":{"kind":["bin"],"crate_types":["bin"],"name":"rastermind","src_path":"/home/mandeep/Github/rastermind/src/main.rs","edition":"2018","doctest":false},"message":{"rendered":"error: aborting due to previous error\n\n","children":[],"code":null,"level":"error","message":"aborting due to previous error","spans":[]}}
{"reason":"compiler-message","package_id":"rastermind 0.1.0 (path+file:///home/mandeep/Github/rastermind)","target":{"kind":["bin"],"crate_types":["bin"],"name":"rastermind","src_path":"/home/mandeep/Github/rastermind/src/main.rs","edition":"2018","doctest":false},"message":{"rendered":"For more information about this error, try `rustc --explain E0425`.\n","children":[],"code":null,"level":"failure-note","message":"For more information about this error, try `rustc --explain E0425`.","spans":[]}}
error: could not compile `rastermind`.

To learn more, run the command again with --verbose.
<<<OUTPUT ENDS>>>
hsanson commented 4 years ago

From the ALEInfo you posted I see that signs are disabled:

let g:ale_set_signs = 0

By default this value is set to has('signs') so if you vim/nvim does not have this feature compiled in it won't work.

mandeep commented 4 years ago

The neovim on Debian buster was last updated June 2019 so I don't think that is the cause. I think it's due to a change within ale, but I'll have to dig deeper to see which commit is the culprit.

RyanSquared commented 4 years ago

If you use :echo has('signs') can you make sure that it has a value of 1?

hsanson commented 4 years ago

First check if your installation of vim/nvim supports signs by running this command:

:echo has('signs')

If it returns 0 then vim/nvim will not show any signs. Since the initial report indicates gitgutter sings do appear I assume signs are available and this value is 1.

Second check your vimrc and make sure g:ale_set_signs is not being set to 0 somewhere. Forcing it to 1 may be a good idea:

let g:ale_set_signs = 1

Third ensure gitgutter sign priority is not larger than ALE's. You can check all the signs by running this command in a buffer:

:sign place group=*

Adjust the priority using g:ale_sign_priority configuration if required.

mandeep commented 4 years ago

:echo has('signs') does indeed return 1 and g_ale_set_signs is only set once to 0 in my .vimrc.

I don't have gitgutter installed so the sign place group command doesn't work. I have another machine that runs the same version of neovim but is on an older commit of ale (and doesn't have this problem). Tonight, I'll check to see which commit it is actually on and hopefully I can find a range of commits we can look at.

hsanson commented 4 years ago

This disables signs:

g_ale_set_signs is only set once to 0

Either remove that configuration line or set it to 1.

mandeep commented 4 years ago

I don't follow. g_ale_set_signs = 0 should disable signs, correct?

hsanson commented 4 years ago

Apologies, I may have miss-understood the issue. I thought you were trying to enable the signs when in fact you seem to be trying to disable them. In that case yes, setting g:ale_set_signs to 0 should work. It does work for me in my setup so all I can recommend here is to make sure you have the latest version of ALE plugin installed.

w0rp commented 4 years ago

The settings work just fine.

mandeep commented 4 years ago

Thanks. I can confirm they work fine now after an update.