runner
runner copied to clipboard
autobuild dependencies
ivan@arch ~> runner -C regex
building crate 'regex' aho-corasick default memchr perf perf-cache perf-dfa perf-inline perf-literal std thread_local unicode unicode-age unicode-bool unicode-case unicode-gencat unicode-perl unicode-script unicode-segment at /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.3.9/src/lib.rs
error[E0463]: can't find crate for `aho_corasick`
--> /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.3.9/src/lib.rs:624:1
|
624 | extern crate aho_corasick;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
ivan@arch ~> runner add aho_corasick
runner error: no .rs file
ivan@arch ~ [1]> runner --add aho_corasick
Updating crates.io index
error: no matching package named `aho_corasick` found
location searched: registry `https://github.com/rust-lang/crates.io-index`
perhaps you meant: aho-corasick
required by package `static-cache v0.1.0 (/home/ivan/.cargo/.runner/static-cache)`
Error occurred - restoring Cargo.toml
ivan@arch ~> runner --add aho-corasick
Compiling static-cache v0.1.0 (/home/ivan/.cargo/.runner/static-cache)
Finished dev [unoptimized + debuginfo] target(s) in 0.25s
Compiling static-cache v0.1.0 (/home/ivan/.cargo/.runner/static-cache)
Finished release [optimized] target(s) in 0.18s
Documenting static-cache v0.1.0 (/home/ivan/.cargo/.runner/static-cache)
Finished dev [unoptimized + debuginfo] target(s) in 1.55s
ivan@arch ~> runner -C regex
building crate 'regex' aho-corasick default memchr perf perf-cache perf-dfa perf-inline perf-literal std thread_local unicode unicode-age unicode-bool unicode-case unicode-gencat unicode-perl unicode-script unicode-segment at /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.3.9/src/lib.rs
error[E0463]: can't find crate for `aho_corasick`
--> /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.3.9/src/lib.rs:624:1
|
624 | extern crate aho_corasick;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
ivan@arch ~> runner -C aho-corasick
building crate 'aho_corasick' default std at /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.13/src/lib.rs
error[E0463]: can't find crate for `memchr`
--> /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.13/src/lib.rs:189:1
|
189 | extern crate memchr;
| ^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
ivan@arch ~> runner -C memchr
building crate 'memchr' default std use_std at /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.3.3/src/lib.rs
ivan@arch ~> runner -C aho-corasick
building crate 'aho_corasick' default std at /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.13/src/lib.rs
ivan@arch ~> runner -C regex
building crate 'regex' aho-corasick default memchr perf perf-cache perf-dfa perf-inline perf-literal std thread_local unicode unicode-age unicode-bool unicode-case unicode-gencat unicode-perl unicode-script unicode-segment at /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.3.9/src/lib.rs
error[E0463]: can't find crate for `regex_syntax`
--> /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.3.9/src/lib.rs:632:1
|
632 | extern crate regex_syntax as syntax;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
ivan@arch ~> runner -C regex-syntax
building crate 'regex_syntax' default unicode unicode-age unicode-bool unicode-case unicode-gencat unicode-perl unicode-script unicode-segment at /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.18/src/lib.rs
ivan@arch ~> runner -C regex
building crate 'regex' aho-corasick default memchr perf perf-cache perf-dfa perf-inline perf-literal std thread_local unicode unicode-age unicode-bool unicode-case unicode-gencat unicode-perl unicode-script unicode-segment at /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.3.9/src/lib.rs
error[E0463]: can't find crate for `thread_local`
--> /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.3.9/src/lib.rs:634:1
|
634 | extern crate thread_local;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
ivan@arch ~> runner -C thread-local
runner error: no .rs file
ivan@arch ~ [1]> runner -C thread_local
building crate 'thread_local' at /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.0.1/src/lib.rs
error[E0463]: can't find crate for `lazy_static`
--> /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.0.1/src/lib.rs:74:1
|
74 | extern crate lazy_static;
| ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
ivan@arch ~> runner -C lazy-static
runner error: no .rs file
ivan@arch ~ [1]> runner -C lazy_static
building crate 'lazy_static' at /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs
ivan@arch ~> runner -C regex
building crate 'regex' aho-corasick default memchr perf perf-cache perf-dfa perf-inline perf-literal std thread_local unicode unicode-age unicode-bool unicode-case unicode-gencat unicode-perl unicode-script unicode-segment at /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.3.9/src/lib.rs
error[E0463]: can't find crate for `thread_local`
--> /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.3.9/src/lib.rs:634:1
|
634 | extern crate thread_local;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
ivan@arch ~> runner -C thread_local
building crate 'thread_local' at /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.0.1/src/lib.rs
ivan@arch ~> runner -C regex
building crate 'regex' aho-corasick default memchr perf perf-cache perf-dfa perf-inline perf-literal std thread_local unicode unicode-age unicode-bool unicode-case unicode-gencat unicode-perl unicode-script unicode-segment at /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.3.9/src/lib.rs
Trial and error to install regex, took quite an effort, maybe we can just do this with --add
?