Skip to content

Instantly share code, notes, and snippets.

@jackc
Created September 13, 2018 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackc/06e3cd8ce8ae238e6762249564cc1a76 to your computer and use it in GitHub Desktop.
Save jackc/06e3cd8ce8ae238e6762249564cc1a76 to your computer and use it in GitHub Desktop.
DEBUG|grep_regex::literal|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/grep-regex-0.1.1/src/literal.rs:58: literal prefixes detected: Literals { lits: [Complete(foobarbazquz)], limit_size: 250, limit_class: 10 }
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 0 literals, 1 basenames, 0 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 0 literals, 0 basenames, 8 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 0 literals, 0 basenames, 8 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 0 literals, 0 basenames, 8 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 0 literals, 0 basenames, 8 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 0 literals, 0 basenames, 8 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 0 literals, 0 basenames, 8 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 0 literals, 0 basenames, 8 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 0 literals, 0 basenames, 8 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:424: glob converted to regex: Glob { glob: "**/.*-*", re: "(?-u)^(?:/?|.*/)\\..*\\-.*$", opts: GlobOptions { case_insensitive: false, literal_separator: false, backslash_escape: true }, tokens: Tokens([RecursivePrefix, Literal('.'), ZeroOrMore, Literal('-'), ZeroOrMore]) }
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 0 literals, 0 basenames, 8 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:424: glob converted to regex: Glob { glob: "bmlog-*", re: "(?-u)^bmlog\\-[^/]*$", opts: GlobOptions { case_insensitive: false, literal_separator: true, backslash_escape: true }, tokens: Tokens([Literal('b'), Literal('m'), Literal('l'), Literal('o'), Literal('g'), Literal('-'), ZeroOrMore]) }
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:424: glob converted to regex: Glob { glob: "coverage/.resultset.json*", re: "(?-u)^coverage/\\.resultset\\.json[^/]*$", opts: GlobOptions { case_insensitive: false, literal_separator: true, backslash_escape: true }, tokens: Tokens([Literal('c'), Literal('o'), Literal('v'), Literal('e'), Literal('r'), Literal('a'), Literal('g'), Literal('e'), Literal('/'), Literal('.'), Literal('r'), Literal('e'), Literal('s'), Literal('u'), Literal('l'), Literal('t'), Literal('s'), Literal('e'), Literal('t'), Literal('.'), Literal('j'), Literal('s'), Literal('o'), Literal('n'), ZeroOrMore]) }
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:424: glob converted to regex: Glob { glob: "id.[ch]", re: "(?-u)^id\\.[ch]$", opts: GlobOptions { case_insensitive: false, literal_separator: true, backslash_escape: true }, tokens: Tokens([Literal('i'), Literal('d'), Literal('.'), Class { negated: false, ranges: [('c', 'c'), ('h', 'h')] }]) }
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:424: glob converted to regex: Glob { glob: "libruby*.*", re: "(?-u)^libruby[^/]*\\.[^/]*$", opts: GlobOptions { case_insensitive: false, literal_separator: true, backslash_escape: true }, tokens: Tokens([Literal('l'), Literal('i'), Literal('b'), Literal('r'), Literal('u'), Literal('b'), Literal('y'), ZeroOrMore, Literal('.'), ZeroOrMore]) }
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:424: glob converted to regex: Glob { glob: "benchmark/fasta.output.*", re: "(?-u)^benchmark/fasta\\.output\\.[^/]*$", opts: GlobOptions { case_insensitive: false, literal_separator: true, backslash_escape: true }, tokens: Tokens([Literal('b'), Literal('e'), Literal('n'), Literal('c'), Literal('h'), Literal('m'), Literal('a'), Literal('r'), Literal('k'), Literal('/'), Literal('f'), Literal('a'), Literal('s'), Literal('t'), Literal('a'), Literal('.'), Literal('o'), Literal('u'), Literal('t'), Literal('p'), Literal('u'), Literal('t'), Literal('.'), ZeroOrMore]) }
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:424: glob converted to regex: Glob { glob: "ext/fiddle/libffi-*", re: "(?-u)^ext/fiddle/libffi\\-[^/]*$", opts: GlobOptions { case_insensitive: false, literal_separator: true, backslash_escape: true }, tokens: Tokens([Literal('e'), Literal('x'), Literal('t'), Literal('/'), Literal('f'), Literal('i'), Literal('d'), Literal('d'), Literal('l'), Literal('e'), Literal('/'), Literal('l'), Literal('i'), Literal('b'), Literal('f'), Literal('f'), Literal('i'), Literal('-'), ZeroOrMore]) }
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:424: glob converted to regex: Glob { glob: "ext/ripper/ripper.*", re: "(?-u)^ext/ripper/ripper\\.[^/]*$", opts: GlobOptions { case_insensitive: false, literal_separator: true, backslash_escape: true }, tokens: Tokens([Literal('e'), Literal('x'), Literal('t'), Literal('/'), Literal('r'), Literal('i'), Literal('p'), Literal('p'), Literal('e'), Literal('r'), Literal('/'), Literal('r'), Literal('i'), Literal('p'), Literal('p'), Literal('e'), Literal('r'), Literal('.'), ZeroOrMore]) }
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:424: glob converted to regex: Glob { glob: "gems/*-*", re: "(?-u)^gems/[^/]*\\-[^/]*$", opts: GlobOptions { case_insensitive: false, literal_separator: true, backslash_escape: true }, tokens: Tokens([Literal('g'), Literal('e'), Literal('m'), Literal('s'), Literal('/'), ZeroOrMore, Literal('-'), ZeroOrMore]) }
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 96 literals, 11 basenames, 23 extensions, 0 prefixes, 1 suffixes, 17 required extensions, 9 regexes
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./.gitignore: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./.editorconfig: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./.gitattributes: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./.document: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./.indent.pro: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./.travis.yml: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./.gdbinit: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./.revision.time: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./lib/.document: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./doc/.document: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./ext/.document: Ignore(IgnoreMatch(Hidden))
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 5 literals, 0 basenames, 0 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./spec/ruby/.gitignore: Ignore(IgnoreMatch(Hidden))
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:424: glob converted to regex: Glob { glob: "**/*.sw?", re: "(?-u)^(?:/?|.*/).*\\.sw.$", opts: GlobOptions { case_insensitive: false, literal_separator: false, backslash_escape: true }, tokens: Tokens([RecursivePrefix, ZeroOrMore, Literal('.'), Literal('s'), Literal('w'), Any]) }
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./spec/ruby/.rubocop_todo.yml: Ignore(IgnoreMatch(Hidden))
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 5 literals, 11 basenames, 5 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 1 regexes
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./spec/ruby/.rubocop.yml: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./spec/ruby/.travis.yml: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./spec/mspec/.gitignore: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./spec/mspec/.travis.yml: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./test/webrick/.htaccess: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./lib/webrick/.document: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./lib/rdoc/.document: Ignore(IgnoreMatch(Hidden))
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 11 literals, 0 basenames, 0 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./ext/socket/.document: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./ext/psych/.gitignore: Ignore(IgnoreMatch(Hidden))
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 9 literals, 0 basenames, 0 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./gems/minitest-5.10.3/.autotest: Ignore(IgnoreMatch(Hidden))
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 9 literals, 0 basenames, 0 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:424: glob converted to regex: Glob { glob: "**/.#*", re: "(?-u)^(?:/?|.*/)\\.\\#.*$", opts: GlobOptions { case_insensitive: false, literal_separator: false, backslash_escape: true }, tokens: Tokens([RecursivePrefix, Literal('.'), Literal('#'), ZeroOrMore]) }
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./gems/xmlrpc-0.3.0/.gitignore: Ignore(IgnoreMatch(Hidden))
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 9 literals, 0 basenames, 0 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./gems/net-telnet-0.1.1/.gitignore: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./gems/power_assert-1.1.1/.gitignore: Ignore(IgnoreMatch(Hidden))
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 5 literals, 4 basenames, 3 extensions, 0 prefixes, 1 suffixes, 0 required extensions, 1 regexes
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./gems/xmlrpc-0.3.0/.travis.yml: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./gems/net-telnet-0.1.1/.travis.yml: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./lib/irb/lc/.document: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./gems/power_assert-1.1.1/.travis.yml: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./gems/rake-12.3.0/.gitignore: Ignore(IgnoreMatch(Hidden))
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 5 literals, 12 basenames, 2 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./gems/did_you_mean-1.2.0/.gitignore: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./gems/did_you_mean-1.2.0/.ruby-version: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./lib/rubygems/ssl_certs/.document: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./gems/did_you_mean-1.2.0/.travis.yml: Ignore(IgnoreMatch(Hidden))
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 4 literals, 0 basenames, 0 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./spec/mspec/tool/sync/.gitignore: Ignore(IgnoreMatch(Hidden))
thread '<unnamed>' panicked at 'index out of bounds: the len is 1 but the index is 1', /home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/encoding_rs-0.8.6/src/handles.rs:309:21
note: Run with `RUST_BACKTRACE=1` for a backtrace.
DEBUG|globset|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.2/src/lib.rs:429: built glob set; 0 literals, 0 basenames, 5 extensions, 0 prefixes, 0 suffixes, 0 required extensions, 0 regexes
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./spec/ruby/optional/capi/ext/.gitignore: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./lib/rdoc/generator/template/json_index/.document: Ignore(IgnoreMatch(Hidden))
DEBUG|ignore::walk|/home/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.4/src/walk.rs:1611: ignoring ./lib/rdoc/generator/template/darkfish/.document: Ignore(IgnoreMatch(Hidden))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment